0ad/source
Ralph Sennhauser f44855126e
Fix scrolling with GTK/QT wxWidgets backends
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>
2025-09-06 17:59:32 +02:00
..
collada Fix some includes all over the place 2025-08-14 20:15:30 +02:00
dapinterface Fix some includes all over the place 2025-08-13 19:38:21 +02:00
graphics Make TaskManager independent of Future 2025-08-28 20:01:39 +02:00
gui Lift window width constraint of .getPreferredTextSize 2025-08-24 11:03:34 +02:00
i18n Fix some includes all over the place 2025-08-14 20:15:30 +02:00
lib Fix some includes in atlas 2025-08-21 14:18:38 +02:00
lobby Fix some includes all over the place 2025-08-13 19:38:21 +02:00
maths Convert span with dynamic extent to static extent 2025-08-24 11:09:57 +02:00
mocks Fix some includes all over the place 2025-08-13 19:38:21 +02:00
network Remove custom span and use std::span 2025-08-24 11:09:57 +02:00
pch Fix some includes all over the place 2025-08-14 20:15:30 +02:00
ps Make TaskManager independent of Future 2025-08-28 20:01:39 +02:00
renderer Remove custom span and use std::span 2025-08-24 11:09:57 +02:00
rlinterface Fix some includes all over the place 2025-08-13 19:38:21 +02:00
scriptinterface Update SpiderMonkey to ESR 128.13 2025-08-15 19:43:34 +02:00
simulation2 Clone InitAttributes for serialization test 2025-09-06 13:13:25 +02:00
soundmanager SoundManager: Replace manual memory with unorderedmap 2025-08-25 09:45:14 -05:00
third_party Silence mongoose warnings 2025-08-12 20:45:15 +02:00
tools Fix scrolling with GTK/QT wxWidgets backends 2025-09-06 17:59:32 +02:00
main.cpp Remove custom span and use std::span 2025-08-24 11:09:57 +02:00
test_setup.cpp Fix some includes in atlas 2025-08-21 14:18:38 +02:00