The VideoMode struct contains informations about the current window video mode. It is passed to Window which extract the informations and use them to build a window context.
CTor
opEquals
Returns how many display are available.
Returns how many valid video modes are supported
The height of this video mode
The refresh rate of this video mode
The width of this video mode
See Implementation
rschuett
The VideoMode struct contains informations about the current window video mode. It is passed to Window which extract the informations and use them to build a window context.