Cemu/src/input/emulated
SSimco 9f02733a0d
Use unordered_map for keydown to allow codes above 255 (#248)
- Adds internal support for 32bit key codes, required for proper keyboard input on Linux
- Use gdk_keyval_name to get key name on Linux
2022-09-19 03:07:26 +02:00
..
ClassicController.cpp Make controller button names translatable and deduplicate code 2022-09-10 18:47:27 +02:00
ClassicController.h Add all the files 2022-08-22 22:21:23 +02:00
EmulatedController.cpp Use unordered_map for keydown to allow codes above 255 (#248) 2022-09-19 03:07:26 +02:00
EmulatedController.h Add all the files 2022-08-22 22:21:23 +02:00
ProController.cpp Make controller button names translatable and deduplicate code 2022-09-10 18:47:27 +02:00
ProController.h Add all the files 2022-08-22 22:21:23 +02:00
VPADController.cpp Make controller button names translatable and deduplicate code 2022-09-10 18:47:27 +02:00
VPADController.h Add all the files 2022-08-22 22:21:23 +02:00
WiimoteController.cpp Make controller button names translatable and deduplicate code 2022-09-10 18:47:27 +02:00
WiimoteController.h Make controller button names translatable and deduplicate code 2022-09-10 18:47:27 +02:00
WPADController.cpp Add all the files 2022-08-22 22:21:23 +02:00
WPADController.h Add all the files 2022-08-22 22:21:23 +02:00