Home
last modified time | relevance | path

Searched refs:_glfwInputWindowFocus (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/src/
H A Dnull_window.c335 _glfwInputWindowFocus(window, GLFW_FALSE); in _glfwIconifyWindowNull()
444 _glfwInputWindowFocus(window, GLFW_FALSE); in _glfwHideWindowNull()
465 _glfwInputWindowFocus(previous, GLFW_FALSE); in _glfwFocusWindowNull()
470 _glfwInputWindowFocus(window, GLFW_TRUE); in _glfwFocusWindowNull()
H A Dinternal.h921 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused);
H A Dwin32_window.c592 _glfwInputWindowFocus(window, GLFW_TRUE); in windowProc()
617 _glfwInputWindowFocus(window, GLFW_FALSE); in windowProc()
2134 // Other Win hotkeys are handled implicitly by _glfwInputWindowFocus in _glfwPollEventsWin32()
H A Dx11_window.c1757 _glfwInputWindowFocus(window, GLFW_TRUE); in processEvent()
1782 _glfwInputWindowFocus(window, GLFW_FALSE); in processEvent()
H A Dwindow.c43 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) in _glfwInputWindowFocus() function
H A Dwl_window.c1744 _glfwInputWindowFocus(window, GLFW_TRUE); in keyboardHandleEnter()
1762 _glfwInputWindowFocus(window, GLFW_FALSE); in keyboardHandleLeave()

Completed in 17 milliseconds