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
Is your feature request related to a problem? Please describe.
In addition to being able to poll the Events with a given axis to return a normalized f64, this would allow the raw i32 input to be read (on linux at least).
Describe the solution you'd like
Adding an enum such as RawEvent that is in the raw dir, or similar.
Describe alternatives you've considered
An alternative is to remap the floats back into i32s, but the conversion back and forth makes the casting lossy
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In addition to being able to poll the Events with a given axis to return a normalized f64, this would allow the raw i32 input to be read (on linux at least).
Describe the solution you'd like
Adding an enum such as RawEvent that is in the
raw
dir, or similar.Describe alternatives you've considered
An alternative is to remap the floats back into i32s, but the conversion back and forth makes the casting lossy
The text was updated successfully, but these errors were encountered: