glfwGetWindowPos ( window xpos ypos -- )


Vocabulary
glfw.ffi

Inputs
windowan object
xposan object
yposan object


Outputs
None

Definition


LIBRARY: glfw FUNCTION: void glfwGetWindowPos
( GLFWwindow* window, int* xpos, int* ypos )