glfwCreateWindow ( width height title monitor share -- GLFWwindow* )


Vocabulary
glfw.ffi

Inputs
widthan object
heightan object
titlean object
monitoran object
sharean object


Outputs
GLFWwindow*an object


Definition


LIBRARY: glfw FUNCTION: GLFWwindow* glfwCreateWindow
( int width, int height, char* title, GLFWmonitor* monitor,
GLFWwindow* share )