Open Inventor Reference
MeVis/ThirdParty/Sources/Inventor/inventor/lib/database/include/Inventor/events/SoKeyboardEvent.h File Reference

Go to the source code of this file.

Classes

class  SoKeyboardEvent
 several windows headers define DELETE More...

Defines

#define SO_KEY_PRESS_EVENT(EVENT, KEY)   (SoKeyboardEvent::isKeyPressEvent(EVENT,SoKeyboardEvent::KEY))
 some convenience macros for determining if an event matches
#define SO_KEY_RELEASE_EVENT(EVENT, KEY)   (SoKeyboardEvent::isKeyReleaseEvent(EVENT,SoKeyboardEvent::KEY))

Define Documentation

#define SO_KEY_PRESS_EVENT (   EVENT,
  KEY 
)    (SoKeyboardEvent::isKeyPressEvent(EVENT,SoKeyboardEvent::KEY))

Definition at line 64 of file SoKeyboardEvent.h.

#define SO_KEY_RELEASE_EVENT (   EVENT,
  KEY 
)    (SoKeyboardEvent::isKeyReleaseEvent(EVENT,SoKeyboardEvent::KEY))

Definition at line 67 of file SoKeyboardEvent.h.