mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Qt/input: add shortcut for toggling emulated mouse and keyboard
This commit is contained in:
parent
ff84e7c6e2
commit
ff6a4bb72d
21 changed files with 192 additions and 29 deletions
|
|
@ -105,6 +105,7 @@ protected:
|
|||
private:
|
||||
QWindow* m_target = nullptr;
|
||||
mouse_movement_mode m_mouse_movement_mode = mouse_movement_mode::relative;
|
||||
bool m_keys_released = false;
|
||||
bool m_mouse_move_used = false;
|
||||
bool m_mouse_wheel_used = false;
|
||||
bool get_mouse_lock_state() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue