|
Blender
V2.59
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TTrackpadEventSubTypes | subtype |
| GHOST_TInt32 | x |
| GHOST_TInt32 | y |
| GHOST_TInt32 | deltaX |
| GHOST_TInt32 | deltaY |
Definition at line 401 of file GHOST_Types.h.
The x-delta or value of the trackpad event
Definition at line 409 of file GHOST_Types.h.
Referenced by GHOST_EventTrackpad::GHOST_EventTrackpad(), and wm_event_add_ghostevent().
The y-delta (currently only for scroll subtype) of the trackpad event
Definition at line 411 of file GHOST_Types.h.
Referenced by GHOST_EventTrackpad::GHOST_EventTrackpad(), and wm_event_add_ghostevent().
The event subtype
Definition at line 403 of file GHOST_Types.h.
Referenced by GHOST_EventTrackpad::GHOST_EventTrackpad(), and wm_event_add_ghostevent().
The x-location of the trackpad event
Definition at line 405 of file GHOST_Types.h.
Referenced by GHOST_EventTrackpad::GHOST_EventTrackpad(), and wm_event_add_ghostevent().
The y-location of the trackpad event
Definition at line 407 of file GHOST_Types.h.
Referenced by GHOST_EventTrackpad::GHOST_EventTrackpad(), and wm_event_add_ghostevent().