Blender  V2.59
Public Attributes
GHOST_TEventTrackpadData Struct Reference

#include <GHOST_Types.h>

List of all members.

Public Attributes

GHOST_TTrackpadEventSubTypes subtype
GHOST_TInt32 x
GHOST_TInt32 y
GHOST_TInt32 deltaX
GHOST_TInt32 deltaY

Detailed Description

Definition at line 401 of file GHOST_Types.h.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: