Function Window.utility
Wraps SDL_GetWindowFlags
to check whether the window is treated as a utility window (from SDL 2.0.5)
bool utility() @property @trusted const;
Returns
true
if window is treated as a utility window, otherwise false