Format support/hololens/

This commit is contained in:
Paul Rouget 2019-10-30 11:00:41 +01:00
parent 70823e3032
commit 36c1669215
5 changed files with 26 additions and 25 deletions

View file

@ -118,12 +118,12 @@ private:
}
}
void
OnSurfaceTapped(IInspectable const &,
Windows::UI::Xaml::Input::TappedRoutedEventArgs const &);
void OnSurfaceTapped(IInspectable const &,
Windows::UI::Xaml::Input::TappedRoutedEventArgs const &);
void OnSurfacePointerPressed(IInspectable const &,
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
void OnSurfacePointerPressed(
IInspectable const &,
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
void OnSurfaceManipulationDelta(
IInspectable const &,