#include <gamewindow.h>
Public Member Functions | |
| GameWindow () | |
| Constructor. | |
| virtual | ~GameWindow () |
| Destructor. | |
| void | InitVideo () |
| Initialized the whole video subsystem. | |
| bool | IsInitialized () const |
| void | SetBackground (GXColor bgcolor) |
| void | Flush () |
| Finishes rendering. | |
| bool wsp::GameWindow::IsInitialized | ( | ) | const |
Checks if the video subsystem is already initialized.
| void wsp::GameWindow::SetBackground | ( | GXColor | bgcolor | ) |
Sets the background clear color
| bgcolor | is a GXColor containing r, g, b and a. |
1.5.5