VideoMode mode | Video mode to use |
char[] title | Title of the window |
Style windowStyle | Window style (Resize | Close by default) |
WindowSettings settings | Window settings (default is default WindowSettings values) |
WindowHandle handle | Platform-specific handle of the control |
WindowSettings settings | Window settings (default is default WindowSettings values) |
VideoMode mode | Video mode to use |
char[] title | Title of the window |
Style windowStyle | Window style (Resize | Close by default) |
WindowSettings settings | Window settings (default is default WindowSettings values) |
WindowHandle handle | Platform-specific handle of the control |
WindowSettings settings | Window settings (default is default WindowSettings values) |
Event eventReceived | Event to fill, if any |
uint left | Left coordinate of the cursor, relative to the window |
uint top | Top coordinate of the cursor, relative to the window |
int left | Left position |
int top | Top position |
bool state | True to show, false to hide |
bool enabled | true to enable, false to disable |
bool active | True to activate, false to deactivate |