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