Go to the source code of this file.
Functions | |
bool | init () |
int | main (int argc, unsigned short **argv) |
Variables | |
bool | fullscreen = false |
int | height = 600 |
SDL_Surface * | screen = NULL |
int | width = 800 |
bool init | ( | ) |
Definition at line 26 of file apps/test/trackball/main.cpp.
int main | ( | int | argc, |
unsigned short ** | argv | ||
) |
Definition at line 64 of file apps/test/trackball/main.cpp.
bool fullscreen = false |
Definition at line 16 of file apps/test/trackball/main.cpp.
int height = 600 |
Definition at line 20 of file apps/test/trackball/main.cpp.
Definition at line 24 of file apps/test/trackball/main.cpp.
int width = 800 |
Definition at line 19 of file apps/test/trackball/main.cpp.