mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
UWP: More mouse events
This commit is contained in:
parent
de9c84f686
commit
112221f046
6 changed files with 64 additions and 6 deletions
|
@ -125,6 +125,18 @@ private:
|
|||
void OnSurfacePointerPressed(IInspectable const &,
|
||||
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
|
||||
|
||||
void OnSurfacePointerCanceled(
|
||||
IInspectable const &,
|
||||
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
|
||||
|
||||
void OnSurfacePointerMoved(
|
||||
IInspectable const &,
|
||||
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
|
||||
|
||||
void OnSurfaceWheelChanged(
|
||||
IInspectable const &,
|
||||
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
|
||||
|
||||
void OnSurfaceManipulationDelta(
|
||||
IInspectable const &,
|
||||
Windows::UI::Xaml::Input::ManipulationDeltaRoutedEventArgs const &);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue