Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Release all keyboard keys on focus loss (fixes #1987) | Nadia Holmquist Pedersen | 2024-02-25 |
| | |||
* | Move all core types into namespaces (#1886) | Jesse Talavera-Greenberg | 2023-11-25 |
| | | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build | ||
* | update copyright years | Arisotura | 2023-11-04 |
| | |||
* | 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 |