Handbook
Glossary
glfwSetWindowMonitor ( window monitor xpos ypos width height refreshRate -- )
Vocabulary
glfw
.
ffi
Inputs
window
an
object
monitor
an
object
xpos
an
object
ypos
an
object
width
an
object
height
an
object
refreshRate
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
glfw.ffi
LIBRARY:
glfw
FUNCTION:
void
glfwSetWindowMonitor
( GLFWwindow* window, GLFWmonitor* monitor,
int
xpos,
int
ypos,
int
width,
int
height,
int
refreshRate )