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
Currently all evdev devices captured by InputPlumber assume that the device is gamepad-like when translating events. We should instead use udevadm info to look for device class identifiers to translate inputs based on their device class.
The text was updated successfully, but these errors were encountered:
I think we should instead look into using udev-rs to find and init the source devices in the first place, then that value can be an inherent property. This will also allow us to resolve other issues such as #76 and #82, as we'll have access to those properties as well.
Currently all evdev devices captured by InputPlumber assume that the device is gamepad-like when translating events. We should instead use
udevadm info
to look for device class identifiers to translate inputs based on their device class.The text was updated successfully, but these errors were encountered: