[][src]Function bevy_input::keyboard::keyboard_input_system

pub fn keyboard_input_system(
    state: Local<'_, KeyboardInputState>,
    keyboard_input: ResMut<'_, Input<KeyCode>>,
    keyboard_input_events: Res<'_, Events<KeyboardInput>>
)

Updates the Input resource with the latest KeyboardInput events