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. --- .../doc/html/structirr_1_1_s_joystick_info.html | 274 +++++++++++++++++++++ 1 file changed, 274 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_joystick_info.html (limited to 'src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_joystick_info.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_joystick_info.html b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_joystick_info.html new file mode 100644 index 0000000..9c968bc --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1_s_joystick_info.html @@ -0,0 +1,274 @@ + + + + +Irrlicht 3D Engine: irr::SJoystickInfo Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::SJoystickInfo Struct Reference
+
+
+ +

Information on a joystick, returned from irr::IrrlichtDevice::activateJoysticks() + More...

+ +

#include <IEventReceiver.h>

+ +

List of all members.

+

+Public Types

+ +

+Public Attributes

+ +

Detailed Description

+

Information on a joystick, returned from irr::IrrlichtDevice::activateJoysticks()

+ +

Definition at line 451 of file IEventReceiver.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
+ +

An indication of whether the joystick has a POV hat.

+

A Windows device will identify the presence or absence or the POV hat. A Linux device cannot, and will always return POV_HAT_UNKNOWN.

+
Enumerator:
+ + + +
POV_HAT_PRESENT  +

A hat is definitely present.

+
POV_HAT_ABSENT  +

A hat is definitely not present.

+
POV_HAT_UNKNOWN  +

The presence or absence of a hat cannot be determined.

+
+
+
+ +

Definition at line 473 of file IEventReceiver.h.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

The number of axes that the joystick has, i.e. X, Y, Z, R, U, V.

+

Note: with a Linux device, the POV hat (if any) will use two axes. These will be included in this count.

+ +

Definition at line 468 of file IEventReceiver.h.

+ +
+
+ +
+ +
+ +

The number of buttons that the joystick has.

+ +

Definition at line 463 of file IEventReceiver.h.

+ +
+
+ +
+ +
+ +

The ID of the joystick.

+

This is an internal Irrlicht index; it does not map directly to any particular hardware joystick. It corresponds to the irr::SJoystickEvent Joystick ID.

+ +

Definition at line 457 of file IEventReceiver.h.

+ +
+
+ +
+ +
+ +

The name that the joystick uses to identify itself.

+ +

Definition at line 460 of file IEventReceiver.h.

+ +
+
+ +
+
+ + + + +
enum { ... } irr::SJoystickInfo::PovHat
+
+
+ +

An indication of whether the joystick has a POV hat.

+

A Windows device will identify the presence or absence or the POV hat. A Linux device cannot, and will always return POV_HAT_UNKNOWN.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + + -- cgit v1.1