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