You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: