fltk_gl_window_new
Creates a new OpenGL window with specified size.
Parameters
w | Width in pixels |
h | Height in pixels |
title | Window title (can be null) |
Returns
New GL window handle, or null on failure
Creates a new OpenGL window with specified size.
w | Width in pixels |
h | Height in pixels |
title | Window title (can be null) |