pub fn yoleck_exclusive_system_cancellable(
    In: In<YoleckExclusiveSystemDirective>,
    ui: ResMut<'_, YoleckUi>,
    keyboard: Res<'_, ButtonInput<KeyCode>>
) -> YoleckExclusiveSystemDirective
Expand description

Pipe an exclusive system into this system to make it cancellable by either pressing the Escape key or clicking on a button in the UI.