Module sfml::window::window_style [] [src]

Available styles applicable to windows.

Structs

WindowStyle

Available styles applicable to windows.

Constants

CLOSE

Title bar and close button.

DEFAULT_STYLE

Default window style: title bar, resizable border, and close button.

FULLSCREEN

Fullscreen mode (ignores other flags).

NO_STYLE

No decorations (cannot be combined with other flags).

RESIZE

Title bar, resizable border, and maximize button.

TITLEBAR

Title bar and fixed border.