GdkEventTouchpadSwipe

Generated during touchpad swipe gestures.

Members

Variables

dx
double dx;

Movement delta in the X axis of the swipe focal point

dy
double dy;

Movement delta in the Y axis of the swipe focal point

nFingers
byte nFingers;

The number of fingers triggering the swipe

phase
byte phase;

the current phase of the gesture

sendEvent
byte sendEvent;

TRUE if the event was sent explicitly

state
ModifierType state;

a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See GdkModifierType

time
uint time;

the time of the event in milliseconds

type
GdkEventType type;

the type of the event (GDK_TOUCHPAD_SWIPE)

window
GdkWindow* window;

the window which received the event

x
double x;

The X coordinate of the pointer

xRoot
double xRoot;

The X coordinate of the pointer, relative to the root of the screen.

y
double y;

The Y coordinate of the pointer

yRoot
double yRoot;

The Y coordinate of the pointer, relative to the root of the screen.