Searched refs:_glfwInputCursorEnter (Results 1 – 7 of 7) sorted by relevance
/third_party/glfw/src/ |
D | wl_init.c | 57 _glfwInputCursorEnter(window, GLFW_TRUE); in pointerHandleEnter() 72 _glfwInputCursorEnter(window, GLFW_FALSE); in pointerHandleLeave()
|
D | internal.h | 915 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered);
|
D | input.c | 115 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter() function
|
D | win32_window.c | 647 _glfwInputCursorEnter(window, GLFW_TRUE); in windowProc() 656 _glfwInputCursorEnter(window, GLFW_FALSE); in windowProc()
|
D | wl_window.c | 432 _glfwInputCursorEnter(window, GLFW_FALSE); in _glfwPlatformDestroyWindow()
|
D | x11_window.c | 1202 _glfwInputCursorEnter(window, GLFW_TRUE); in processEvent() 1208 _glfwInputCursorEnter(window, GLFW_FALSE); in processEvent()
|
D | cocoa_window.m | 502 _glfwInputCursorEnter(window, GLFW_FALSE); 507 _glfwInputCursorEnter(window, GLFW_TRUE);
|