#include <TestApp.h>
Public Member Functions | |
| TestApp () | |
| Constructor. | |
| virtual | ~TestApp () |
| Destructor. | |
| bool | init () |
| Called upon application init. | |
| void | deinit () |
| Called on application quit (cleanup). | |
| void | run () |
| Implements the application loop. | |
| bool | update () |
| Called every time in the rendering loop. | |
Protected Attributes | |
| SDL_Surface * | mScreen |
| PolygonTester * | mPolygonTester |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Called on application quit (cleanup).
|
|
|
Called upon application init.
|
|
|
Implements the application loop.
|
|
|
Called every time in the rendering loop. Returns true if the program should keep on running. |
|
|
|
|
|
|
1.4.6-NO