pub fn egui_input_hook( egui_query: Query<'_, '_, &mut EguiInput, With<Window>>, game: ResMut<'_, BonesGame>, )
Applies the modifications setup in the [bones::EguiInputHook] resource.
bones::EguiInputHook