Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dx11_platform.h121 int lastCursorPosX, lastCursorPosY; member
Dwin32_platform.h240 int lastCursorPosX, lastCursorPosY; member
Dwin32_window.c621 const int dx = x - window->win32.lastCursorPosX; in windowProc()
634 window->win32.lastCursorPosX = x; in windowProc()
1411 if (window->win32.lastCursorPosX != width / 2 || in _glfwPlatformPollEvents()
1459 window->win32.lastCursorPosX = pos.x; in _glfwPlatformSetCursorPos()
Dx11_window.c1226 const int dx = x - window->x11.lastCursorPosX; in processEvent()
1237 window->x11.lastCursorPosX = x; in processEvent()