Home
last modified time | relevance | path

Searched refs:lastCursorPosY (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.c622 const int dy = y - window->win32.lastCursorPosY; in windowProc()
635 window->win32.lastCursorPosY = y; in windowProc()
1412 window->win32.lastCursorPosY != height / 2) in _glfwPlatformPollEvents()
1460 window->win32.lastCursorPosY = pos.y; in _glfwPlatformSetCursorPos()
Dx11_window.c1227 const int dy = y - window->x11.lastCursorPosY; in processEvent()
1238 window->x11.lastCursorPosY = y; in processEvent()