aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/Input.cpp
Commit message (Collapse)AuthorAge
* Input : Treat numpad keys as keypressesMadhav Kanbur2020-10-13
| | | | | | | | Typically, modifiers are masked out of keypresses to distinguish between hotkeys and keypresses. This patch prevents the numpad modifier from getting masked out in KeyPress() and KeyRelease(). Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
* add back some hotkeys.Arisotura2020-05-19
| | | | remove some legacy cruft from NDS.cpp.
* actually hook up input to the coreArisotura2020-05-19
| | | | also unbotch CMakeLists.txt
* actually complete the input config dialogArisotura2020-05-19