mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Properly send TouchEvents to Servo
This commit is contained in:
parent
6e3c131139
commit
171e826180
3 changed files with 85 additions and 20 deletions
|
@ -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 &);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue