Searched refs:glfwGetMonitorPos (Results 1 – 7 of 7) sorted by relevance
/third_party/glfw/docs/ |
D | monitor.dox | 150 glfwGetMonitorPos. 154 glfwGetMonitorPos(monitor, &xpos, &ypos);
|
D | news.dox | 237 glfwGetMonitorPos, @ref glfwGetMonitorName and @ref glfwGetMonitorPhysicalSize,
|
/third_party/glfw/tests/ |
D | monitors.c | 91 glfwGetMonitorPos(monitor, &x, &y); in list_modes()
|
D | events.c | 434 glfwGetMonitorPos(monitor, &x, &y); in monitor_callback()
|
/third_party/glfw/src/ |
D | monitor.c | 325 GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos) in glfwGetMonitorPos() function
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1437 GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
|
/third_party/glfw/include/GLFW/ |
D | glfw3.h | 1445 GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
|