Display class

The display class.

Constructors

Display(Sdl sdl, int index)
Create a display.

Properties

bounds → Rectangle
Get the bounds of this display.
no setter
desktopMode DisplayMode
Get the desktop display mode.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
The index of this display.
final
name String
Get the name of this display.
no setter
numDisplayModes int
Get the number of modes for this display.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdl Sdl
The dsl class to use for bindings.
final
usableBounds → Rectangle
Get usable bounds.
no setter

Methods

getMode(int modeIndex) DisplayMode
Get display mode.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited