Function Window.tooltip

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

bool tooltip() @property @trusted const;

Returns

true if window is treated as a tooltip window, otherwise false