|
Blender V4.5
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TTrackpadEventSubTypes | subtype |
| int32_t | x |
| int32_t | y |
| int32_t | deltaX |
| int32_t | deltaY |
| char | isDirectionInverted |
Definition at line 602 of file GHOST_Types.h.
| int32_t GHOST_TEventTrackpadData::deltaX |
The x-delta or value of the trackpad event
Definition at line 610 of file GHOST_Types.h.
Referenced by wm_event_add_ghostevent().
| int32_t GHOST_TEventTrackpadData::deltaY |
The y-delta (currently only for scroll subtype) of the trackpad event
Definition at line 612 of file GHOST_Types.h.
Referenced by wm_event_add_ghostevent().
| char GHOST_TEventTrackpadData::isDirectionInverted |
The delta is inverted from the device due to system preferences.
Definition at line 614 of file GHOST_Types.h.
Referenced by wm_event_add_ghostevent().
| GHOST_TTrackpadEventSubTypes GHOST_TEventTrackpadData::subtype |
The event subtype
Definition at line 604 of file GHOST_Types.h.
Referenced by wm_event_add_ghostevent().
| int32_t GHOST_TEventTrackpadData::x |
The x-location of the trackpad event
Definition at line 606 of file GHOST_Types.h.
Referenced by wm_event_add_ghostevent().
| int32_t GHOST_TEventTrackpadData::y |
The y-location of the trackpad event
Definition at line 608 of file GHOST_Types.h.