mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Implement Cursor Locking and new input focus checks for it
This commit is contained in:
parent
ff08b85740
commit
3c7c2dfaa1
25 changed files with 400 additions and 15 deletions
|
@ -150,6 +150,7 @@ struct SConfig
|
|||
// Interface settings
|
||||
bool bConfirmStop = false;
|
||||
bool bHideCursor = false;
|
||||
bool bLockCursor = false;
|
||||
std::string theme_name;
|
||||
|
||||
// Bluetooth passthrough mode settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue