Searched refs:_glfwInputCursorPos (Results 1 – 8 of 8) sorted by relevance
/third_party/glfw/src/ |
D | win32_window.c | 627 _glfwInputCursorPos(window, in windowProc() 632 _glfwInputCursorPos(window, x, y); in windowProc() 826 _glfwInputCursorPos(window, pt.x, pt.y); in windowProc()
|
D | internal.h | 907 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos);
|
D | input.c | 103 void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) in _glfwInputCursorPos() function
|
D | cocoa_window.m | 442 _glfwInputCursorPos(window, 451 _glfwInputCursorPos(window, pos.x, contentRect.size.height - pos.y); 627 _glfwInputCursorPos(window,
|
D | x11_window.c | 1229 _glfwInputCursorPos(window, in processEvent() 1234 _glfwInputCursorPos(window, x, y); in processEvent() 1336 _glfwInputCursorPos(window, absX - x, absY - y); in processEvent()
|
D | mir_window.c | 211 _glfwInputCursorPos(window, x, y); in handlePointerMotion()
|
D | wl_init.c | 94 _glfwInputCursorPos(window, in pointerHandleMotion()
|
D | wl_window.c | 789 _glfwInputCursorPos(window, in handleRelativeMotion()
|