Closed concubidated closed 4 years ago
The Linux Event handler does not work with the IO boards due to the terrible check it does to see if something is a joystick.
It checks for X axis, throttle and wheel. https://github.com/stepmania/stepmania/blob/5_1-new/src/arch/InputHandler/InputHandler_Linux_Event.cpp#L146
To get these to work in SM you need to add the LinuxJoystick driver to your input devices.
In Preferences.ini InputDevices=LinuxEvent,X11,LinuxJoystick
InputDevices=LinuxEvent,X11,LinuxJoystick
Figured this info could help someone else.
Just came across this. Eww.
I'll add a dummy throttle and wheel if that's necessary to get this working.
@concubidated Is the HID input driver not supported?
Closing this as I never got a response.
The Linux Event handler does not work with the IO boards due to the terrible check it does to see if something is a joystick.
It checks for X axis, throttle and wheel. https://github.com/stepmania/stepmania/blob/5_1-new/src/arch/InputHandler/InputHandler_Linux_Event.cpp#L146
To get these to work in SM you need to add the LinuxJoystick driver to your input devices.
In Preferences.ini
InputDevices=LinuxEvent,X11,LinuxJoystick
Figured this info could help someone else.