fltk_gl_window_new_xy

fnFltkGlWindow fltk_gl_window_new_xy(int x, int y, int w, int h, const(char) * title)

Creates a new OpenGL window with position and size.

Parameters

xX position
yY position
wWidth in pixels
hHeight in pixels
titleWindow title (can be null)

Returns

New GL window handle, or null on failure