Function de_controller::commands::handlers::move_camera_mouse_system
source · fn move_camera_mouse_system(
window_query: Query<'_, '_, &Window, With<PrimaryWindow>>,
was_moving: Local<'_, bool>,
move_events: EventWriter<'_, MoveCameraHorizontallyEvent>
)