13 #ifndef KEYEVENTHANDLER
14 #define KEYEVENTHANDLER 1
16 #include <osg/StateSet>
19 #include <osgGA/GUIEventHandler>
21 #include <osgPresentation/SlideEventHandler>
40 void setCommand(
const std::string& str) { _command = str; }
41 const std::string&
getCommand()
const {
return _command; }
#define OSGPRESENTATION_EXPORT
osgPresentation::Operation _operation
void setCommand(const std::string &str)
const std::string & getCommand() const
Operation
Operations related to click to run/load/key events.
osgPresentation::Operation getOperation() const
void setJumpData(const JumpData &jumpData)
void setKeyPosition(const osgPresentation::KeyPosition &keyPos)
const osgPresentation::KeyPosition & getKeyPosition() const
void setOperation(osgPresentation::Operation operation)
const JumpData & getJumpData() const
osgPresentation::KeyPosition _keyPos