Searched refs:_glfwInputMonitor (Results 1 - 7 of 7) sorted by relevance
/third_party/glfw/src/ |
H A D | win32_monitor.c | 204 _glfwInputMonitor(monitor, GLFW_CONNECTED, type); in _glfwPollMonitorsWin32() 234 _glfwInputMonitor(monitor, GLFW_CONNECTED, type); in _glfwPollMonitorsWin32() 241 _glfwInputMonitor(disconnected[i], GLFW_DISCONNECTED, 0); in _glfwPollMonitorsWin32()
|
H A D | x11_monitor.c | 196 _glfwInputMonitor(monitor, GLFW_CONNECTED, type); in _glfwPollMonitorsX11() 210 _glfwInputMonitor(disconnected[i], GLFW_DISCONNECTED, 0); in _glfwPollMonitorsX11() 220 _glfwInputMonitor(_glfwAllocMonitor("Display", widthMM, heightMM), in _glfwPollMonitorsX11()
|
H A D | null_monitor.c | 59 _glfwInputMonitor(monitor, GLFW_CONNECTED, _GLFW_INSERT_FIRST); in _glfwPollMonitorsNull()
|
H A D | wl_monitor.c | 107 _glfwInputMonitor(monitor, GLFW_CONNECTED, _GLFW_INSERT_LAST); in outputHandleDone()
|
H A D | monitor.c | 95 void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement) in _glfwInputMonitor() function
|
H A D | internal.h | 947 void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement);
|
H A D | wl_init.c | 222 _glfwInputMonitor(monitor, GLFW_DISCONNECTED, 0); in registryHandleGlobalRemove()
|
Completed in 8 milliseconds