23 const char *
Start(
const char *
const *param);
27 void MakeDirty(
int left,
int top,
int width,
int height);
34 const char *
GetName()
const {
return "null"; }
35 bool HasGUI()
const {
return false; }
Factory the null video driver.
Base of all video drivers.
uint ticks
Amount of ticks to run.
Driver * CreateInstance() const
Create an instance of this driver-class.
void MainLoop()
Perform the actual drawing.
bool ChangeResolution(int w, int h)
Change the resolution of the window.
bool HasGUI() const
Whether the driver has a graphical user interface with the end user.
Base for all driver factories.
void Stop()
Stop this driver.
void MakeDirty(int left, int top, int width, int height)
Mark a particular area dirty.
A driver for communicating with the user.
const char * GetName() const
Get the name of this driver.
The base of all video drivers.
bool ToggleFullscreen(bool fullscreen)
Change the full screen setting.
const char * Start(const char *const *param)
Start this driver.