Window.y - multiple declarations
Function Window.y
Wraps SDL_GetWindowPosition which gets the top-left Y coordinate position of the window in
the desktop environment
int y() @property @trusted const;
Returns
top-left Y coordinate position of the window in the desktop environment
Function Window.y
Wraps SDL_SetWindowPosition which sets the Y position of the window in the desktop environment
void y
(
int newY
) @property @trusted;
Parameters
| Name | Description |
|---|---|
| newY | top-left Y coordinate of the new window position in the desktop environment |