Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Dwindow.c90 glfwGetWindowPos(window, &last_xpos, &last_ypos); in main()
145 glfwGetWindowPos(window, &windowed_x, &windowed_y); in main()
213 glfwGetWindowPos(window, &xpos, &ypos); in main()
H A Dtearing.c144 glfwGetWindowPos(window, &x, &y); in key_callback()
H A Diconify.c111 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
H A Dcursor.c314 glfwGetWindowPos(window, &x, &y); in key_callback()
/third_party/glfw/examples/
H A Dsharing.c178 glfwGetWindowPos(windows[0], &xpos, &ypos); in main()
H A Dboing.c262 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h1986 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
2010 * @sa glfwGetWindowPos
/third_party/glfw/include/GLFW/
H A Dglfw3.h3446 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
3474 * @sa @ref glfwGetWindowPos
/third_party/glfw/src/
H A Dwindow.c582 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos() function

Completed in 18 milliseconds