Home
last modified time | relevance | path

Searched refs:_glfwInputCursorEnter (Results 1 – 7 of 7) sorted by relevance

/third_party/glfw/src/
Dwl_init.c57 _glfwInputCursorEnter(window, GLFW_TRUE); in pointerHandleEnter()
72 _glfwInputCursorEnter(window, GLFW_FALSE); in pointerHandleLeave()
Dinternal.h915 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered);
Dinput.c115 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter() function
Dwin32_window.c647 _glfwInputCursorEnter(window, GLFW_TRUE); in windowProc()
656 _glfwInputCursorEnter(window, GLFW_FALSE); in windowProc()
Dwl_window.c432 _glfwInputCursorEnter(window, GLFW_FALSE); in _glfwPlatformDestroyWindow()
Dx11_window.c1202 _glfwInputCursorEnter(window, GLFW_TRUE); in processEvent()
1208 _glfwInputCursorEnter(window, GLFW_FALSE); in processEvent()
Dcocoa_window.m502 _glfwInputCursorEnter(window, GLFW_FALSE);
507 _glfwInputCursorEnter(window, GLFW_TRUE);