This system grabs the mouse when the left mouse button is pressed and releases it when the escape key is pressed
(
mut primary_query: Query<&mut Window, With<PrimaryWindow>>,
mouse: Res<ButtonInput<MouseButton>>,
key: Res<ButtonInput<KeyCode>>,
mut service: ResMut<InputSystem>,
console_data:
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected