GlWindow.this
this
(int width, int height, string title = null)Creates a new OpenGL window with the specified size.
Parameters
width | Window width in pixels |
height | Window height in pixels |
title | Window title (optional) |
this
(int x, int y, int width, int height, string title = null)Creates a new OpenGL window with position and size.
Parameters
x | X position on screen |
y | Y position on screen |
width | Window width in pixels |
height | Window height in pixels |
title | Window title (optional) |