mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Implement Cursor Locking and new input focus checks for it
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user