Skip to content
Discussion options

You must be logged in to vote

https://bevy-cheatbook.github.io/input.html

For most input types (where it makes sense), Bevy provides two ways of dealing with them:

Events (input events) are a lower-level, more all-encompassing approach. Use them if you want to get all activity from that class of input device, rather than only checking for specific inputs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Metadorius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants