Home
last modified time | relevance | path

Searched refs:warpCursorPosX (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/glfw/src/
Dx11_platform.h123 int warpCursorPosX, warpCursorPosY; member
Dx11_window.c1217 if (x != window->x11.warpCursorPosX || y != window->x11.warpCursorPosY) in processEvent()
2123 window->x11.warpCursorPosX = (int) x; in _glfwPlatformSetCursorPos()