kategray / technomotion-io

Home of Tech-IO and the GHETT-iO
Other
21 stars 0 forks source link

Linux Input #4

Closed concubidated closed 4 years ago

concubidated commented 6 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

Figured this info could help someone else.

kategray commented 5 years ago

Just came across this. Eww.

I'll add a dummy throttle and wheel if that's necessary to get this working.

kategray commented 5 years ago

@concubidated Is the HID input driver not supported?

kategray commented 4 years ago

Closing this as I never got a response.