liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
SDL2VideoDisplay
liberty
core
system
final
class
SDL2VideoDisplay {
this
(int index, SDL_Rect bounds, SDL2DisplayMode[] available_mods);
const
(
SDL2DisplayMode
[])
availableModes
();
SDL_Point
dimension
();
SDL_Rect
bounds
();
string
toString
();
}
Constructors
this
this
(int index, SDL_Rect bounds, SDL2DisplayMode[] available_mods)
Members
Functions
availableModes
const
(
SDL2DisplayMode
[])
availableModes
()
bounds
SDL_Rect
bounds
()
Undocumented in source. Be warned that the author may not have intended to support it.
dimension
SDL_Point
dimension
()
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
liberty
core
system
classes
Platform
PlatformException
SDL2DisplayMode
SDL2GLContext
SDL2VideoDisplay
SDL2Window
Surface
Timer