|
HDK
|
#include "UI_API.h"#include <RE/RE_IDType.h>#include <SYS/SYS_Types.h>#include <UT/UT_Array.h>#include <UT/UT_StringHolder.h>#include "UI_EventType.h"
Include dependency graph for UI_DeviceEvent.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UI_DeviceEvent |
Macros | |
| #define | UI_NO_BUTTON 0x0 |
| #define | UI_LEFT_BUTTON 0x01 |
| #define | UI_MIDDLE_BUTTON 0x02 |
| #define | UI_RIGHT_BUTTON 0x04 |
| #define | UI_ALT_KEY 0x001 |
| #define | UI_SHIFT_KEY 0x002 |
| #define | UI_CTRL_KEY 0x004 |
| #define | UI_COMMAND_KEY 0x008 |
| #define | UI_META_KEYS |
| #define | UI_ALPHASHIFT_KEY 0x010 |
| #define | UI_AUTOREPEAT 0x020 |
| #define | UI_IME_PREEDIT 0x040 |
| #define | UI_IME_COMMIT 0x080 |
| #define | UI_KEYPAD_KEY 0x100 |
| #define | UI_TABLET_MOTION 0x200 |
| #define | UI_KEYSTATE_CHANGE 0x400 |
| #define | UI_KEYSEQ_TRIGGER 0x800 |
| #define | UI_TOGGLE_SEL_MODIFIER UI_CTRL_KEY |
| #define | UI_PRESSURE_SCALE 16384.0F |
| #define | UI_ANGLE_SCALE 100.0F |
| #define | UI_DEVICE_DIMENSIONS 7 |
Enumerations | |
| enum | UI_Dimension { DEVICE_DIM_T = 0, DEVICE_DIM_U = 1, DEVICE_DIM_V = 2, W = 3, X = 4, Y = 5, Z = 6 } |
| #define UI_ALPHASHIFT_KEY 0x010 |
Definition at line 35 of file UI_DeviceEvent.h.
| #define UI_ALT_KEY 0x001 |
Definition at line 27 of file UI_DeviceEvent.h.
| #define UI_ANGLE_SCALE 100.0F |
Definition at line 59 of file UI_DeviceEvent.h.
| #define UI_AUTOREPEAT 0x020 |
Definition at line 36 of file UI_DeviceEvent.h.
| #define UI_COMMAND_KEY 0x008 |
Definition at line 30 of file UI_DeviceEvent.h.
| #define UI_CTRL_KEY 0x004 |
Definition at line 29 of file UI_DeviceEvent.h.
| #define UI_DEVICE_DIMENSIONS 7 |
Definition at line 71 of file UI_DeviceEvent.h.
| #define UI_IME_COMMIT 0x080 |
Definition at line 38 of file UI_DeviceEvent.h.
| #define UI_IME_PREEDIT 0x040 |
Definition at line 37 of file UI_DeviceEvent.h.
| #define UI_KEYPAD_KEY 0x100 |
Definition at line 39 of file UI_DeviceEvent.h.
| #define UI_KEYSEQ_TRIGGER 0x800 |
Definition at line 42 of file UI_DeviceEvent.h.
| #define UI_KEYSTATE_CHANGE 0x400 |
Definition at line 41 of file UI_DeviceEvent.h.
| #define UI_LEFT_BUTTON 0x01 |
Definition at line 23 of file UI_DeviceEvent.h.
| #define UI_META_KEYS |
Definition at line 31 of file UI_DeviceEvent.h.
| #define UI_MIDDLE_BUTTON 0x02 |
Definition at line 24 of file UI_DeviceEvent.h.
| #define UI_NO_BUTTON 0x0 |
Definition at line 22 of file UI_DeviceEvent.h.
| #define UI_PRESSURE_SCALE 16384.0F |
Definition at line 57 of file UI_DeviceEvent.h.
| #define UI_RIGHT_BUTTON 0x04 |
Definition at line 25 of file UI_DeviceEvent.h.
| #define UI_SHIFT_KEY 0x002 |
Definition at line 28 of file UI_DeviceEvent.h.
| #define UI_TABLET_MOTION 0x200 |
Definition at line 40 of file UI_DeviceEvent.h.
| #define UI_TOGGLE_SEL_MODIFIER UI_CTRL_KEY |
Definition at line 47 of file UI_DeviceEvent.h.
| enum UI_Dimension |
| Enumerator | |
|---|---|
| DEVICE_DIM_T | |
| DEVICE_DIM_U | |
| DEVICE_DIM_V | |
| W | |
| X | |
| Y | |
| Z | |
Definition at line 61 of file UI_DeviceEvent.h.