VideoMode

sfml.window.VideoMode
See theVideoMode companion trait
object VideoMode

Attributes

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

Members list

Type members

Classlikes

object ctor

Attributes

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

Types

opaque type ctor

Value members

Concrete methods

def FullscreenModes(): ArraySeq[Immutable[VideoMode]]
def apply(): VideoMode
def apply(size: Immutable[Vector2[Int]], bitsPerPixel: Int = ...): VideoMode
def unapply(videoMode: Immutable[VideoMode]): (Immutable[Vector2[Int]], Int)

Givens

Givens

inline given ord: Ordering[VideoMode]

Extensions

Extensions

extension (self: Immutable[VideoMode])
def <(rhs: Immutable[VideoMode]): Boolean
def <=(rhs: Immutable[VideoMode]): Boolean
def >(rhs: Immutable[VideoMode]): Boolean
def >=(rhs: Immutable[VideoMode]): Boolean
def bitsPerPixel: Int
def isValid: Boolean
def size: Immutable[Vector2[Int]]