Home
last modified time | relevance | path

Searched refs:OnPointerMove (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.h79 virtual void OnPointerMove(double x, double y) = 0;
Dwin32_flutter_window.h57 void OnPointerMove(double x, double y) override;
Dwin32_window.cc139 window->OnPointerMove(static_cast<double>(xPos), in MessageHandler()
Dwin32_flutter_window.cc121 void Win32FlutterWindow::OnPointerMove(double x, double y) { in OnPointerMove() function in flutter::Win32FlutterWindow