dxx-rebirth/common/arch/sdl
Kp 6af56a27f2 Remove outdated joystick preprocessor guards
Testing for buttons||hats||axes is equivalent to testing for
joysticks!=0, since SConstruct forces joysticks=0 when
buttons == 0 && hats == 0 && axes == 0.  Remove tests of
buttons||hats||axes when those occur inside a test for joysticks!=0.
2020-07-16 02:31:04 +00:00
..
digi_mixer_music.cpp Simplify current_music_t 2020-05-22 02:40:26 +00:00
event.cpp Only enable joystick axis->button bridge if both axes!=0 and buttons!=0 2020-07-05 23:34:33 +00:00
joy.cpp Remove outdated joystick preprocessor guards 2020-07-16 02:31:04 +00:00
key.cpp improved joystick button to keyboard command mapping 2020-06-30 21:18:49 +02:00
mouse.cpp Pass SDL events as const T *, not T * 2020-05-27 03:07:17 +00:00
rbaudio.cpp
timer.cpp
window.cpp