private void OnPointerPressed(object sender, Windows.UI.Xaml.Input.PointerRoutedEventArgs args) { _recogniser.ProcessDownEvent(args.GetCurrentPoint(ControlRoot)); FullScreen.CapturePointer(args.Pointer); args.Handled = true; }