Application(const char *windowTitle_, int xPosition_, int yPosition_, int width_, int height_) |
Name | Type | Default | Description |
windowTitle_ | const char * |
The title of the window |
|
xPosition_ | int |
The initial x position of the window |
|
yPosition_ | int |
The initial y position of the window |
|
width_ | int |
The width of the window |
|
height_ | int |
The height of the window |