|
Public Member Functions |
int | getCameraMode () |
void | glutSpecialKeyboard (int key, int x, int y) |
void | glutSpecialKeyboardUp (int key, int x, int y) |
void | glutKeyboard (unsigned char key, int x, int y) |
void | glutKeyboardUp (unsigned char key, int x, int y) |
void | glutMouse (int button, int state, int x, int y) |
void | glutMotion (int x, int y) |
void | glutPassiveMotion (int x, int y) |
| Motion (Camera *cam, FMODSound *sound) |
void | calculateFrameRate () |
float | getTime () |
void | startTimeCounting () |
int | getFrameRate () |
float | getFrameInterval () |
void | calculateKeys () |
Public Attributes |
Camera * | ptrCam |
bool | timeCounting |
Private Attributes |
int | mButton |
int | mOldY_ObjectMode |
int | mOldX_ObjectMode |
int | mOldY_1stPSMode |
int | mOldX_1stPSMode |
bool | showAsFullscreen |
bool | showAsWireFrame |
bool | showStatePanel |
int | cameraMode |
FMODSound * | ptrSound |
float | frameInterval |
int | frameRate |
bool | kLeft |
bool | kRight |
bool | kUp |
bool | kDown |
bool | firstTimeKlick |
float | secSinceStart |
float | startTime |