fn move_camera_arrows_system(
    key_events: EventReader<'_, '_, KeyboardInput>,
    move_events: EventWriter<'_, MoveCameraHorizontallyEvent>
)