mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +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
|
|
@ -312,6 +312,8 @@ void KeyboardHandlerBase::ReleaseAllKeys()
|
|||
{
|
||||
consumer.ReleaseAllKeys();
|
||||
}
|
||||
|
||||
m_keys_released = true;
|
||||
}
|
||||
|
||||
void keyboard_consumer::ReleaseAllKeys()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue