27 #include <Inventor/SoType.h>
28 #include <Inventor/SbVec2s.h>
29 #include <Inventor/SbTime.h>
40 SbBool isOfType(
SoType type)
const;
41 static SoType getClassTypeId(
void);
42 virtual SoType getTypeId(
void)
const;
44 void setTime(
const SbTime t);
45 SbTime getTime(
void)
const;
47 void setPosition(
const SbVec2s & p);
48 const SbVec2s & getPosition(
void)
const;
52 void setShiftDown(SbBool isDown);
53 SbBool wasShiftDown(
void)
const;
54 void setCtrlDown(SbBool isDown);
55 SbBool wasCtrlDown(
void)
const;
56 void setAltDown(SbBool isDown);
57 SbBool wasAltDown(
void)
const;
59 static void initClass(
void);
67 static void initEvents(
void);
70 unsigned int shiftdown : 1;
71 unsigned int ctrldown : 1;
72 unsigned int altdown : 1;
76 #endif // !COIN_SOEVENT_H