We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f39ac commit ae7e50bCopy full SHA for ae7e50b
Files/App.xaml.cs
@@ -469,6 +469,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
469
// Ensure the current window is active
470
Window.Current.Activate();
471
Window.Current.CoreWindow.KeyDown += CoreWindow_KeyDown;
472
+ Window.Current.CoreWindow.PointerPressed += CoreWindow_PointerPressed;
473
Window.Current.CoreWindow.Dispatcher.AcceleratorKeyActivated += Dispatcher_AcceleratorKeyActivated;
474
475
}
0 commit comments