diff options
Diffstat (limited to 'support/hololens/ServoApp/ServoControl/ServoControl.h')
-rw-r--r-- | support/hololens/ServoApp/ServoControl/ServoControl.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/ServoControl/ServoControl.h b/support/hololens/ServoApp/ServoControl/ServoControl.h index 921cf767021..fea53fdb5bb 100644 --- a/support/hololens/ServoApp/ServoControl/ServoControl.h +++ b/support/hololens/ServoApp/ServoControl/ServoControl.h @@ -115,12 +115,20 @@ private: void OnSurfacePointerPressed( IInspectable const &, - Windows::UI::Xaml::Input::PointerRoutedEventArgs const &); + Windows::UI::Xaml::Input::PointerRoutedEventArgs const &, bool); void OnSurfacePointerCanceled( IInspectable const &, Windows::UI::Xaml::Input::PointerRoutedEventArgs const &); + void OnSurfacePointerExited( + IInspectable const &, + Windows::UI::Xaml::Input::PointerRoutedEventArgs const &); + + void OnSurfacePointerLost( + IInspectable const &, + Windows::UI::Xaml::Input::PointerRoutedEventArgs const &); + void OnSurfacePointerMoved( IInspectable const &, Windows::UI::Xaml::Input::PointerRoutedEventArgs const &); |