RenderWindow.create
- void create(VideoMode mode, const(char)[] title, Style style, ContextSettings settings)
- void create(VideoMode mode, const(wchar)[] title, Style style, ContextSettings settings)
- void create(VideoMode mode, const(dchar)[] title, Style style, ContextSettings settings)
- void create(WindowHandle handle, ContextSettings settings)
nudsfml graphics renderwindow RenderWindow
constructorsdestructorsfunctionspropertiesstatic functionsvariables
Create (or recreate) the window from an existing control.
Use this function if you want to create an OpenGL rendering area into an already existing control. If the window was already created, it closes it first.
The second parameter is an optional structure specifying advanced OpenGL context settings such as antialiasing, depth-buffer bits, etc.