mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-18 11:19:01 +00:00
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>