fullscreen method

bool fullscreen()

Whether fullscreen mode is enabled.

Implementation

bool fullscreen() => (_flags & _Flag.fullscreen) != 0;