Window.allowsHighDPI

Wraps SDL_GetWindowFlags to check whether the window allows high DPI (from SDL 2.0.1)

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

Return Value

Type: bool

true if window allows high DPI, otherwise false

Meta