#include <Camera3DMoveZ.h>
Inheritance diagram for OglGui::Camera3DMoveZ:
Public Member Functions | |
Camera3DMoveZ (Window *parent, int x, int y, int w, int h, Window *target=0) | |
virtual void | DisplayFunc () |
virtual void | MouseFunc (int msg, int btn, int state, int x, int y) |
This function is called by the event handling system everytime the user has moved or clicked the mouse. | |
virtual void | KeyboardFunc (int c, int state) |
Private Member Functions | |
void | Init (int w, int h, Window *target) |
Private Attributes | |
Window * | mTarget |
bool | mTextFeedBack |
bool | mPropagateMouse |
int | mMouseY |
float | mStepFactor |
Definition at line 15 of file Camera3DMoveZ.h.