1#ifndef SMALLCHANGE_SMHELICOPTEREVENTHANDLER_H
2#define SMALLCHANGE_SMHELICOPTEREVENTHANDLER_H
36#include <SmallChange/eventhandlers/SmEventHandler.h>
37#include <SmallChange/basic.h>
38#include <Inventor/fields/SoSFFloat.h>
39#include <Inventor/SbTime.h>
40#include <Inventor/SbVec2f.h>
41#include <Inventor/SbVec2s.h>
42#include <Inventor/SbRotation.h>
43#include <Inventor/SbPlane.h>
52 static void initClass(
void);
57 virtual void handleEvent(SoHandleEventAction * action);
58 virtual void pulse(
void);
60 virtual SbBool isAnimation(
void);
65 void moveCamera(
const SbVec3f & vec,
const SbBool dorotate);
The SmEventHandler class...
Definition SmEventHandler.h:50
The SmHelicopterEventHandler class...
Definition SmHelicopterEventHandler.h:45