There's some kind of stubbed gamepad support in rt_in.c, but it doesn't work in my testing with an Xbox 360 gamepad (connected over USB) on Arch Linux. In fact, the function IN_JoyButtons seems to always return 0, so no button input will ever be recieved for any joysticks or gamepads. It should probably all be replaced with SDL2's GameController API.
There's some kind of stubbed gamepad support in
rt_in.c
, but it doesn't work in my testing with an Xbox 360 gamepad (connected over USB) on Arch Linux. In fact, the functionIN_JoyButtons
seems to always return 0, so no button input will ever be recieved for any joysticks or gamepads. It should probably all be replaced with SDL2'sGameController
API.