Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update copyright headers | Arisotura | 2022-01-09 |
| | |||
* | finally decouple Config from the core. baahhahahahah | Arisotura | 2021-11-18 |
| | |||
* | Fix macOS right modifier detection. | Nadia Holmquist Pedersen | 2021-04-29 |
| | | | | | | Turns out my system was affected by a bug with modifier remapping in macOS causing some of my left/right modifiers to be swapped. This commit fixes them to be the correct values. | ||
* | 'aight | Arisotura | 2021-04-25 |
| | |||
* | try to cover right-mod keys under MacOS I guess | Arisotura | 2021-04-25 |
| | |||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | Input : Treat numpad keys as keypresses | Madhav Kanbur | 2020-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. | Arisotura | 2020-05-19 |
| | | | | remove some legacy cruft from NDS.cpp. | ||
* | actually hook up input to the core | Arisotura | 2020-05-19 |
| | | | | also unbotch CMakeLists.txt | ||
* | actually complete the input config dialog | Arisotura | 2020-05-19 |