Window.height - multiple declarations
Function Window.height
Wraps SDL_GetWindowSize which gets the height of the window in pixels
uint height() @property @trusted const;
Returns
height of the window in pixels
Function Window.height
Wraps SDL_SetWindowSize which resizes the height of the window in pixels
void height
(
uint newHeight
) @property @trusted;
Parameters
| Name | Description |
|---|---|
| newHeight | new resized height of the window in pixels |