Searched refs:glfwGetWindowPos (Results 1 – 9 of 9) sorted by relevance
/third_party/glfw/tests/ |
D | windows.c | 80 glfwGetWindowPos(window, &xpos, &ypos); in key_callback()
|
D | sharing.c | 149 glfwGetWindowPos(windows[0], &x, &y); in main()
|
D | iconify.c | 98 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|
/third_party/glfw/examples/ |
D | boing.c | 260 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|
/third_party/glfw/include/GLFW/ |
D | glfw3.h | 1997 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1986 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
|
/third_party/glfw/src/ |
D | window.c | 450 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos() function
|
/third_party/glfw/docs/ |
D | news.dox | 317 The position of a window can now be retrieved using @ref glfwGetWindowPos.
|
D | window.dox | 628 There is also @ref glfwGetWindowPos for directly retrieving the current position 633 glfwGetWindowPos(window, &xpos, &ypos);
|