Clutter.TouchpadSwipeEvent

Fields

Name

Type

Access

Description

dx

float

r/w

movement delta of the pinch focal point in the X axis

dy

float

r/w

movement delta of the pinch focal point in the Y axis

flags

Clutter.EventFlags

r/w

event flags

n_fingers

int

r/w

the number of fingers triggering the swipe

phase

Clutter.TouchpadGesturePhase

r/w

the current phase of the gesture

source

Clutter.Actor

r/w

event source actor (unused)

stage

Clutter.Stage

r/w

event source stage

time

int

r/w

event time

type

Clutter.EventType

r/w

event type

x

float

r/w

the X coordinate of the pointer, relative to the stage

y

float

r/w

the Y coordinate of the pointer, relative to the stage

Methods

None

Details

class Clutter.TouchpadSwipeEvent

Used for touchpad swipe gesture events. The current state of the gesture will be determined by the phase field.

New in version 1.24.