Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to poll raw controller input axis values #72

Open
w-utter opened this issue Jun 17, 2024 · 0 comments
Open

Ability to poll raw controller input axis values #72

w-utter opened this issue Jun 17, 2024 · 0 comments

Comments

@w-utter
Copy link

w-utter commented Jun 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant