#include <iostream>#include <SDL/SDL.h>#include <wrap/gui/trackball.h>#include <GL/glut.h>
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 test/trackball/main.cpp.
| int main | ( | int | argc, | |
| unsigned short ** | argv | |||
| ) |
Definition at line 64 of file test/trackball/main.cpp.
| bool fullscreen = false |
Definition at line 16 of file test/trackball/main.cpp.
| int height = 600 |
Definition at line 20 of file test/trackball/main.cpp.
| SDL_Surface* screen = NULL |
Definition at line 24 of file test/trackball/main.cpp.
| int width = 800 |
Definition at line 19 of file test/trackball/main.cpp.