glfwSetWindowMonitor ( window monitor xpos ypos width height refreshRate -- )


Vocabulary
glfw.ffi

Inputs
windowan object
monitoran object
xposan object
yposan object
widthan object
heightan object
refreshRatean object


Outputs
None

Definition


LIBRARY: glfw FUNCTION: void glfwSetWindowMonitor
( GLFWwindow* window, GLFWmonitor* monitor, int xpos, int
ypos, int width, int height, int refreshRate )