dxx-rebirth/common/arch/sdl
Kp 9b9642dcac Only enable joystick axis->button bridge if both axes!=0 and buttons!=0
If axes!=0 and buttons==0 and hats==0, then the build fails because some
button-related functionality is missing.  Move the joystick axis->button
bridge into a conditional to exclude it in this case.

Fixes: 74ef8b02e6 ("Added axis buttons")
2020-07-05 23:34:33 +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 Only enable joystick axis->button bridge if both axes!=0 and buttons!=0 2020-07-05 23:34:33 +00:00
key.cpp Pass SDL events as const T *, not T * 2020-05-27 03:07:17 +00:00
mouse.cpp Pass SDL events as const T *, not T * 2020-05-27 03:07:17 +00:00
rbaudio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
timer.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
window.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00