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