12 #ifndef VIDEO_ALLEGRO_H 13 #define VIDEO_ALLEGRO_H 20 const char *
Start(
const char *
const *param);
24 void MakeDirty(
int left,
int top,
int width,
int height);
34 bool ClaimMousePointer();
36 const char *
GetName()
const {
return "allegro"; }
Base of all video drivers.
void MakeDirty(int left, int top, int width, int height)
Mark a particular area dirty.
bool ChangeResolution(int w, int h)
Change the resolution of the window.
Factory for the allegro video driver.
void MainLoop()
Perform the actual drawing.
Driver * CreateInstance() const
Create an instance of this driver-class.
const char * GetName() const
Get the name of this driver.
Base for all driver factories.
bool AfterBlitterChange()
Callback invoked after the blitter was changed.
bool ToggleFullscreen(bool fullscreen)
Change the full screen setting.
A driver for communicating with the user.
void Stop()
Stop this driver.
The allegro video driver.
The base of all video drivers.
const char * Start(const char *const *param)
Start this driver.