8 #ifndef MobileViewerInputControl_h
9 #define MobileViewerInputControl_h
11 #include "OpenGL_Includes.h"
12 #include <vmmlib/matrix.hpp>
38 void setMoveCommand(
int _camID,
int _command);
39 void setCommand(
int _camID,
int _command,
float _value);
42 vmml::Vector2f preMoveRotation;
43 vmml::Vector2f postMoveRotation;
44 vmml::Vector2f changeRotation;
46 vmml::Vector2f preMoveShift;
47 vmml::Vector2f postMoveShift;
48 vmml::Vector2f changeShift;
Definition: MobileCoreEngine.h:28