Blender V2.61 - r43446
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 400 of file GHOST_Types.h.


Member Data Documentation

The x-delta or value of the trackpad event

Definition at line 408 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 410 of file GHOST_Types.h.

Referenced by GHOST_EventTrackpad::GHOST_EventTrackpad(), and wm_event_add_ghostevent().

The event subtype

Definition at line 402 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 404 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 406 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: