Go to the source code of this file.
◆ SO_KEY_PRESS_EVENT
#define SO_KEY_PRESS_EVENT |
( |
| EVENT, |
|
|
| KEY ) |
Value:
static bool isKeyPressEvent(const SoEvent *e, SoKeyboardEvent::Key whichKey)
convenience routines to see if an SoEvent is a press or release of the passed keyboard key
Definition at line 64 of file SoKeyboardEvent.h.
◆ SO_KEY_RELEASE_EVENT
#define SO_KEY_RELEASE_EVENT |
( |
| EVENT, |
|
|
| KEY ) |
Value:
static bool isKeyReleaseEvent(const SoEvent *e, SoKeyboardEvent::Key whichKey)
Definition at line 67 of file SoKeyboardEvent.h.