forked from mirrors/0ad
f44855126e
wxWidgets can use X11 APIs or the GUI toolkits GTK or QT on Linux, with pure Wayland only the option to use the toolkits remains for wxGetKeyState(). wxGetKeyState() is only usable for modifier keys with either toolkit and so we need to bookkeep ourself. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>