Skip to content

Commit

Permalink
Fix: Can't confirm changes when editing game field with a controller …
Browse files Browse the repository at this point in the history
…in Fullscreen mode #3087
  • Loading branch information
JosefNemec committed Sep 27, 2022
1 parent 90de50e commit 356d385
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@
<c:WindowBase.InputBindings>
<pin:XInputBinding Button="Y" Command="{Binding ToggleSelectionCommand}" />
<pin:XInputBinding Button="{Binding Path=(pin:XInputGesture.CancellationBinding)}" Command="{Binding CancelCommand}" />
<pin:XInputBinding Button="Start" Command="{Binding ConfirmCommand}" />
<KeyBinding Key="Esc" Command="{Binding CancelCommand}" />
<KeyBinding Key="Backspace" Command="{Binding CancelCommand}" />
</c:WindowBase.InputBindings>
Expand Down

0 comments on commit 356d385

Please sign in to comment.