mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Move in-game keybinding handling to a central location
Instead of handling it separately in every backend.
This commit is contained in:
parent
e742b32c65
commit
52482115e1
6 changed files with 66 additions and 209 deletions
|
@ -143,7 +143,6 @@ enum HOST_COMM
|
|||
WM_USER_STOP = 10,
|
||||
WM_USER_CREATE,
|
||||
WM_USER_SETCURSOR,
|
||||
WM_USER_KEYDOWN,
|
||||
};
|
||||
|
||||
// Used for notification on emulation state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue