Qt: Implement hotkeys (+ configuration)

This commit is contained in:
spycrab
2017-06-06 13:49:49 +02:00
parent 096399d371
commit 151ae38a56
24 changed files with 958 additions and 3 deletions

View File

@ -41,7 +41,9 @@ public:
MAPPING_GC_STEERINGWHEEL,
// Wii
MAPPING_WIIMOTE_EMU,
MAPPING_WIIMOTE_HYBRID
MAPPING_WIIMOTE_HYBRID,
// Hotkeys
MAPPING_HOTKEYS
};
explicit MappingWindow(QWidget* parent, int port_num);