Skip to content

Commit ae7e50b

Browse files
author
Yair Aichenbaum
committed
Call the mouse event
1 parent 46f39ac commit ae7e50b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Files/App.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
469469
// Ensure the current window is active
470470
Window.Current.Activate();
471471
Window.Current.CoreWindow.KeyDown += CoreWindow_KeyDown;
472+
Window.Current.CoreWindow.PointerPressed += CoreWindow_PointerPressed;
472473
Window.Current.CoreWindow.Dispatcher.AcceleratorKeyActivated += Dispatcher_AcceleratorKeyActivated;
473474

474475
}

0 commit comments

Comments
 (0)