Handbook
Glossary
glfwGetWindowFrameSize ( window left top right bottom -- )
Vocabulary
glfw
.
ffi
Inputs
window
an
object
left
an
object
top
an
object
right
an
object
bottom
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
glfw.ffi
LIBRARY:
glfw
FUNCTION:
void
glfwGetWindowFrameSize
( GLFWwindow* window, int* left, int* top, int* right, int*
bottom )