Window.onTop

Wraps SDL_SetWindowAlwaysOnTop (from SDL 2.0.16) which sets the status of the window always being on top above other windows

class Window
@property @trusted
static if(sdlSupport >= SDLSupport.v2_0_16)
void
onTop
()

Parameters

newOnTop bool

true to always make the window to be on top, otherwise false

Meta