mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Hotkeys: Add "Toggle USB Keyboard" hotkey
This commit is contained in:
parent
14e156c292
commit
e3f36b74c5
6 changed files with 33 additions and 5 deletions
|
@ -87,6 +87,9 @@ public:
|
|||
bool IsBatchModeEnabled() const;
|
||||
void SetBatchModeEnabled(bool batch);
|
||||
|
||||
bool IsUSBKeyboardConnected() const;
|
||||
void SetUSBKeyboardConnected(bool connected);
|
||||
|
||||
// Graphics
|
||||
void SetHideCursor(bool hide_cursor);
|
||||
bool GetHideCursor() const;
|
||||
|
@ -169,6 +172,7 @@ signals:
|
|||
void AutoUpdateTrackChanged(const QString& mode);
|
||||
void AnalyticsToggled(bool enabled);
|
||||
void DevicesChanged();
|
||||
void USBKeyboardConnectionChanged(bool connected);
|
||||
|
||||
private:
|
||||
bool m_batch = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue