Style

sfml.window.`package`.Style
enum Style(val value: Int)

Enumeration of the window styles.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Close extends Style

Title bar + close button.

Title bar + close button.

Attributes

case Default extends Style

Default window style.

Default window style.

Attributes

case Fullscreen extends Style

Fullscreen mode (this flag and all others are mutually exclusive)

Fullscreen mode (this flag and all others are mutually exclusive)

Attributes

case None extends Style

No border / title bar (this flag and all others are mutually exclusive)

No border / title bar (this flag and all others are mutually exclusive)

Attributes

case Resize extends Style

Title bar + resizable border + maximize button.

Title bar + resizable border + maximize button.

Attributes

case Titlebar extends Style

Title bar + fixed border.

Title bar + fixed border.

Attributes