fltk_gl_window_new

fnFltkGlWindow fltk_gl_window_new(int w, int h, const(char) * title)

Creates a new OpenGL window with specified size.

Parameters

wWidth in pixels
hHeight in pixels
titleWindow title (can be null)

Returns

New GL window handle, or null on failure