WindowBase

sfml.window.WindowBase
See theWindowBase companion object
trait WindowBase(using ctor: ctor)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Window
trait RenderWindow

Members list

Value members

Concrete methods

def close(): Unit
def hasFocus: Boolean
def isOpen(): Boolean
def pollEvent(): Iterator[Event]
def position: Vector2[Int]
def position_=(position: Immutable[Vector2[Int]]): Unit
def size: Vector2[Int]
def size_=(size: Immutable[Vector2[Int]]): Unit