8 #ifndef HikingEngine_HikingViewerInputControl_h
9 #define HikingEngine_HikingViewerInputControl_h
11 #include "OpenGL_Includes.h"
12 #include <vmmlib/matrix.hpp>
34 void setMoveCommand(
int _camID,
int _command);
35 void setCommand(
int _camID,
int _command,
float _value);
36 vmml::Vector2f oldMousePosition;
Definition: HikingComposition.h:14