Home
last modified time | relevance | path

Searched refs:glfwGetWindowPos (Results 1 – 9 of 9) sorted by relevance

/third_party/glfw/tests/
Dwindows.c80 glfwGetWindowPos(window, &xpos, &ypos); in key_callback()
Dsharing.c149 glfwGetWindowPos(windows[0], &x, &y); in main()
Diconify.c98 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
/third_party/glfw/examples/
Dboing.c260 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
/third_party/glfw/include/GLFW/
Dglfw3.h1997 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1986 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
/third_party/glfw/src/
Dwindow.c450 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos() function
/third_party/glfw/docs/
Dnews.dox317 The position of a window can now be retrieved using @ref glfwGetWindowPos.
Dwindow.dox628 There is also @ref glfwGetWindowPos for directly retrieving the current position
633 glfwGetWindowPos(window, &xpos, &ypos);