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