mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
add back some hotkeys.
remove some legacy cruft from NDS.cpp.
This commit is contained in:
@ -40,6 +40,10 @@ void KeyRelease(QKeyEvent* event);
|
||||
|
||||
void Process();
|
||||
|
||||
bool HotkeyDown(int id);
|
||||
bool HotkeyPressed(int id);
|
||||
bool HotkeyReleased(int id);
|
||||
|
||||
bool IsRightModKey(QKeyEvent* event);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user