Handbook
Glossary
glfwCreateWindow ( width height title monitor share -- GLFWwindow* )
Vocabulary
glfw
.
ffi
Inputs
width
an
object
height
an
object
title
an
object
monitor
an
object
share
an
object
Outputs
GLFWwindow*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
glfw.ffi
LIBRARY:
glfw
FUNCTION:
GLFWwindow*
glfwCreateWindow
(
int
width,
int
height, char* title, GLFWmonitor* monitor,
GLFWwindow* share )