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

Single-fire input events #18

Open
mat1jaczyyy opened this issue Dec 9, 2023 · 0 comments
Open

Single-fire input events #18

mat1jaczyyy opened this issue Dec 9, 2023 · 0 comments
Labels
feature New feature or request recording Recording data from device

Comments

@mat1jaczyyy
Copy link
Owner

Currently we only support binary inputs, those that can have an on/pressed and off/released state.

Unary inputs are single-fire, such as mouse wheel up or mouse wheel down inputs. They don't have an actual duration you can hold the key down for, they just fire and that's it.

Would probably look similar to the old NES polls we had in 0.3.0

@mat1jaczyyy mat1jaczyyy changed the title Single-fire events Single-fire input events Dec 9, 2023
@mat1jaczyyy mat1jaczyyy added feature New feature or request recording Recording data from device labels Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request recording Recording data from device
Projects
None yet
Development

No branches or pull requests

1 participant