mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45: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
|
|
@ -432,7 +432,7 @@ void raw_mouse_handler::register_raw_input_devices()
|
|||
m_registered_raw_input_devices = true;
|
||||
}
|
||||
|
||||
void raw_mouse_handler::unregister_raw_input_devices()
|
||||
void raw_mouse_handler::unregister_raw_input_devices() const
|
||||
{
|
||||
if (!m_registered_raw_input_devices)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue