#include "UI_API.h"Go to the source code of this file.
Classes | |
| class | UI_DeviceEvent |
Defines | |
| #define | UI_LEFT_BUTTON 0x01 |
| #define | UI_MIDDLE_BUTTON 0x02 |
| #define | UI_RIGHT_BUTTON 0x04 |
| #define | UI_ALT_KEY 0x01 |
| #define | UI_SHIFT_KEY 0x02 |
| #define | UI_CTRL_KEY 0x04 |
| #define | UI_COMMAND_KEY 0x08 |
| #define | UI_META_KEYS |
| #define | UI_ALPHASHIFT_KEY 0x10 |
| #define | UI_UP_ARROW 1 |
| #define | UI_DOWN_ARROW 2 |
| #define | UI_LEFT_ARROW 3 |
| #define | UI_RIGHT_ARROW 4 |
| #define | DIMENSIONS 4 |
Typedefs | |
| typedef unsigned long | RE_IDType |
Enumerations | |
| enum | UI_Dimension { W = 0, X = 1, Y = 2, Z = 3 } |
| #define DIMENSIONS 4 |
Definition at line 68 of file UI_DeviceEvent.h.
| #define UI_ALPHASHIFT_KEY 0x10 |
Definition at line 39 of file UI_DeviceEvent.h.
| #define UI_ALT_KEY 0x01 |
| #define UI_COMMAND_KEY 0x08 |
Definition at line 34 of file UI_DeviceEvent.h.
| #define UI_CTRL_KEY 0x04 |
Definition at line 33 of file UI_DeviceEvent.h.
| #define UI_DOWN_ARROW 2 |
Definition at line 42 of file UI_DeviceEvent.h.
| #define UI_LEFT_ARROW 3 |
Definition at line 43 of file UI_DeviceEvent.h.
| #define UI_LEFT_BUTTON 0x01 |
Definition at line 27 of file UI_DeviceEvent.h.
| #define UI_META_KEYS |
Value:
(UI_ALT_KEY| \ UI_SHIFT_KEY| \ UI_CTRL_KEY| \ UI_COMMAND_KEY)
Definition at line 35 of file UI_DeviceEvent.h.
| #define UI_MIDDLE_BUTTON 0x02 |
Definition at line 28 of file UI_DeviceEvent.h.
| #define UI_RIGHT_ARROW 4 |
Definition at line 44 of file UI_DeviceEvent.h.
| #define UI_RIGHT_BUTTON 0x04 |
Definition at line 29 of file UI_DeviceEvent.h.
| #define UI_SHIFT_KEY 0x02 |
| #define UI_UP_ARROW 1 |
Definition at line 41 of file UI_DeviceEvent.h.
| typedef unsigned long RE_IDType |
Definition at line 15 of file UI_DeviceEvent.h.
| enum UI_Dimension |
1.5.9