Searched refs:_glfwPlatformGetCursorPos (Results 1 – 7 of 7) sorted by relevance
/third_party/glfw/src/ |
D | input.c | 197 _glfwPlatformGetCursorPos(window, in glfwSetInputMode() 325 _glfwPlatformGetCursorPos(window, xpos, ypos); in glfwGetCursorPos()
|
D | internal.h | 528 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos);
|
D | win32_window.c | 1439 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos() function 1471 _glfwPlatformGetCursorPos(window, in _glfwPlatformSetCursorMode()
|
D | mir_window.c | 722 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos() function
|
D | wl_window.c | 657 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos() function
|
D | cocoa_window.m | 1420 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) function 1462 _glfwPlatformGetCursorPos(window,
|
D | x11_window.c | 2103 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos() function 2136 _glfwPlatformGetCursorPos(window, in _glfwPlatformSetCursorMode()
|