WindowBase

sfml.window.WindowBase
See theWindowBase companion trait
object WindowBase

Attributes

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

Members list

Type members

Classlikes

object ctor

Attributes

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

Value members

Concrete methods

def apply(): WindowBase
def apply(mode: Immutable[VideoMode], title: Immutable[String], style: Style = ..., state: State = ...): WindowBase
def apply(mode: Immutable[VideoMode], title: Immutable[String], state: State): WindowBase

Extensions

Extensions

extension (self: Immutable[WindowBase])
def hasFocus: Boolean
def isOpen(): Boolean
def position: Vector2[Int]
def size: Vector2[Int]