Searched refs:cursorEnter (Results 1 – 2 of 2) sorted by relevance
117 if (window->callbacks.cursorEnter) in _glfwInputCursorEnter()118 window->callbacks.cursorEnter((GLFWwindow*) window, entered); in _glfwInputCursorEnter()518 _GLFW_SWAP_POINTERS(window->callbacks.cursorEnter, cbfun); in glfwSetCursorEnterCallback()
384 GLFWcursorenterfun cursorEnter; member