glfwGetMonitorWorkarea ( monitor xpos ypos width height -- )


Vocabulary
glfw.ffi

Inputs
monitoran object
xposan object
yposan object
widthan object
heightan object


Outputs
None

Definition


LIBRARY: glfw FUNCTION: void glfwGetMonitorWorkarea
( GLFWmonitor* monitor, int* xpos, int* ypos, int* width,
int* height )