Home
last modified time | relevance | path

Searched refs:SetEventLocationFromCursorPosition (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc221 static void SetEventLocationFromCursorPosition( in SetEventLocationFromCursorPosition() function
243 SetEventLocationFromCursorPosition(window, &event); in GLFWCursorEnterCallback()
269 SetEventLocationFromCursorPosition(window, &event); in GLFWMouseButtonCallback()
294 SetEventLocationFromCursorPosition(window, &event); in GLFWScrollCallback()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_flutter_window.cc190 void Win32FlutterWindow::SetEventLocationFromCursorPosition( in SetEventLocationFromCursorPosition() function in flutter::Win32FlutterWindow
249 SetEventLocationFromCursorPosition(&event); in SendScroll()
Dwin32_flutter_window.h123 void SetEventLocationFromCursorPosition(FlutterPointerEvent* event_data);