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
Title bar + close button.
Title bar + close button.
Attributes
Fullscreen mode (this flag and all others are mutually exclusive)
Fullscreen mode (this flag and all others are mutually exclusive)
Attributes
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
Title bar + resizable border + maximize button.
Title bar + resizable border + maximize button.
Attributes
Title bar + fixed border.
Title bar + fixed border.
Attributes