Window.popupMenu

Wraps SDL_GetWindowFlags to check whether the window is treated as a popup menu (from SDL 2.0.5)

class Window
const @property @trusted
static if(sdlSupport >= SDLSupport.v2_0_5)
bool
popupMenu
()

Return Value

Type: bool

true if window is treated as a popup menu, otherwise false

Meta