Qt/input: add shortcut for toggling emulated mouse and keyboard

This commit is contained in:
Megamouse 2024-08-12 20:31:06 +02:00
parent ff84e7c6e2
commit ff6a4bb72d
21 changed files with 192 additions and 29 deletions

View file

@ -312,6 +312,8 @@ void KeyboardHandlerBase::ReleaseAllKeys()
{
consumer.ReleaseAllKeys();
}
m_keys_released = true;
}
void keyboard_consumer::ReleaseAllKeys()