Irrlicht 3D Engine
irr::SEvent::SKeyInput Struct Reference

Any kind of keyboard event. More...

#include <IEventReceiver.h>

List of all members.

Public Attributes


Detailed Description

Any kind of keyboard event.

Definition at line 316 of file IEventReceiver.h.


Member Data Documentation

Character corresponding to the key (0, if not a character)

Definition at line 319 of file IEventReceiver.h.

True if ctrl was also pressed.

Definition at line 331 of file IEventReceiver.h.

Key which has been pressed or released.

Definition at line 322 of file IEventReceiver.h.

If not true, then the key was left up.

Definition at line 325 of file IEventReceiver.h.

True if shift was also pressed.

Definition at line 328 of file IEventReceiver.h.


The documentation for this struct was generated from the following file: