Function Window.onTop
Wraps SDL_SetWindowAlwaysOnTop (from SDL 2.0.16) which sets the status of the window always
being on top above other windows
void onTop
(
bool newOnTop
) @property @trusted;
Parameters
| Name | Description |
|---|---|
| newOnTop | true to always make the window to be on top, otherwise false |