Go to the source code of this file.
Classes | |
| class | SoKeyboardEvent |
| Keyboard key press and release events. More... | |
Macros | |
| #define | SO_KEY_PRESS_EVENT(EVENT, KEY) (SoKeyboardEvent::isKeyPressEvent(EVENT,SoKeyboardEvent::KEY)) |
| #define | SO_KEY_RELEASE_EVENT(EVENT, KEY) (SoKeyboardEvent::isKeyReleaseEvent(EVENT,SoKeyboardEvent::KEY)) |
| #define SO_KEY_PRESS_EVENT | ( | EVENT, | |
| KEY | |||
| ) | (SoKeyboardEvent::isKeyPressEvent(EVENT,SoKeyboardEvent::KEY)) |
Definition at line 59 of file SoKeyboardEvent.h.
| #define SO_KEY_RELEASE_EVENT | ( | EVENT, | |
| KEY | |||
| ) | (SoKeyboardEvent::isKeyReleaseEvent(EVENT,SoKeyboardEvent::KEY)) |
Definition at line 62 of file SoKeyboardEvent.h.