pub fn insert_bones_input( In: In<(MouseInputs, KeyboardInputs, GamepadInputs)>, game: ResMut<'_, BonesGame>, )
Bevy system that takes the bones input resources as input and inserts them into the BonesGame.
BonesGame