From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../structirr_1_1_s_event_1_1_s_key_input.html | 233 +++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_event_1_1_s_key_input.html (limited to 'src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_event_1_1_s_key_input.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_event_1_1_s_key_input.html b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_event_1_1_s_key_input.html new file mode 100644 index 0000000..f46e086 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_event_1_1_s_key_input.html @@ -0,0 +1,233 @@ + + + + +Irrlicht 3D Engine: irr::SEvent::SKeyInput Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
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

+ +
+
+ + + + +
wchar_t irr::SEvent::SKeyInput::Char
+
+
+ +

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: +
+
+ + + + + -- cgit v1.1