8 #ifndef AtmosphereEngine_AtmosphereViewerInputControl_h
9 #define AtmosphereEngine_AtmosphereViewerInputControl_h
11 #include "OpenGL_Includes.h"
14 #include <vmmlib/matrix.hpp>
35 void setMoveCommand(
int _camID,
int _command);
36 void setCommand(
int _camID,
int _command,
float _value);
38 float scrollAdjustment;
39 unsigned char constKeyModifier;
40 float scaleAdjustment;
41 std::map<unsigned char, std::string> functionMap;
Definition: AtmosphereComposition.h:20