xenia-project / xenia

Xbox 360 Emulator Research Project
https://xenia.jp
Other
8.15k stars 1.12k forks source link

[LINUX/UI/HID] Added a translation for GTK virtual keys to ui::VirtualKey #2234

Open guccigang420 opened 11 months ago

guccigang420 commented 11 months ago

Basically as the title says. Not all keys are included in the switch statement, but essentially it should cover a-zA-Z0-9 ,.;' (and arrow keys) which includes all the default mapped Xenia controls.

The GDK keycodes can be found here: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/gdkkeysyms.h