Function Window.alwaysOnTop
Wraps SDL_GetWindowFlags to check whether the window is always on top (from SDL 2.0.5)
bool alwaysOnTop() @property @trusted const;
Returns
true if window is always on top, otherwise false
Wraps SDL_GetWindowFlags to check whether the window is always on top (from SDL 2.0.5)
bool alwaysOnTop() @property @trusted const;
true if window is always on top, otherwise false