ContextSettings

sfml.window.ContextSettings
See theContextSettings companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum Attribute

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ctor.type

Types

opaque type ctor

Value members

Concrete methods

def apply(depthBits: Int = ..., stencilBits: Int = ..., antiAliasingLevel: Int = ..., majorVersion: Int = ..., minorVersion: Int = ..., attributeFlags: Immutable[Attribute] = ..., sRgbCapable: Boolean = ...): ContextSettings

Extensions

Extensions

extension (self: Immutable[ContextSettings])
def attributeFlags: Option[Attribute]
def depthBits: Int
def majorVersion: Int
def minorVersion: Int
def sRgbCapable: Boolean
def stencilBits: Int