mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Add hotkey for centering mouse in render window.
This commit is contained in:
@ -233,6 +233,9 @@ void HotkeyScheduler::Run()
|
||||
if (IsHotkey(HK_UNLOCK_CURSOR))
|
||||
emit UnlockCursor();
|
||||
|
||||
if (IsHotkey(HK_CENTER_MOUSE, true))
|
||||
g_controller_interface.SetMouseCenteringRequested(true);
|
||||
|
||||
auto& settings = Settings::Instance();
|
||||
|
||||
// Toggle Chat
|
||||
|
Reference in New Issue
Block a user