Module input

Module input 

Source
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.