Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
Any kind of keyboard event. More...
#include <IEventReceiver.h>
Public Attributes | |
wchar_t | Char |
Character corresponding to the key (0, if not a character). | |
bool | Control:1 |
True if ctrl was also pressed. | |
EKEY_CODE | Key |
Key which has been pressed or released. | |
bool | PressedDown:1 |
If not true, then the key was left up. | |
bool | Shift:1 |
True if shift was also pressed. |
Any kind of keyboard event.
Definition at line 311 of file IEventReceiver.h.
wchar_t irr::SEvent::SKeyInput::Char |
Character corresponding to the key (0, if not a character).
Definition at line 314 of file IEventReceiver.h.
True if ctrl was also pressed.
Definition at line 326 of file IEventReceiver.h.
Key which has been pressed or released.
Definition at line 317 of file IEventReceiver.h.
If not true, then the key was left up.
Definition at line 320 of file IEventReceiver.h.
True if shift was also pressed.
Definition at line 323 of file IEventReceiver.h.
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Sun Jan 31 16:45:23 2010 by Doxygen
(1.6.2) |