Use Tapped event instead of PointerReleased

This commit is contained in:
Paul Rouget 2019-10-14 09:07:32 +02:00
parent eee2c895f4
commit 010bc0036d
4 changed files with 8 additions and 8 deletions

View file

@ -118,7 +118,7 @@ private:
void
OnSurfaceClicked(IInspectable const &,
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
Windows::UI::Xaml::Input::TappedRoutedEventArgs const &);
void OnSurfaceManipulationDelta(
IInspectable const &,