Expand description
Input syncing and getting.
Functionsยง
- get_
bones_ input - Bevy system that gets the input events and returns the bones versions.
- get_
mouse_ position - Bevy system that returns the mouse positions for the screen and world.
- insert_
bones_ input - Bevy system that takes the bones input resources as input and inserts them
into the
BonesGame. - insert_
mouse_ position - Bevy system that takes the mouse positions for the world and screen as input
and inserts them into the
BonesGame.