Clutter.TouchpadSwipeEvent¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
dx |
r/w |
movement delta of the pinch focal point in the X axis |
|
dy |
r/w |
movement delta of the pinch focal point in the Y axis |
|
flags |
r/w |
event flags |
|
n_fingers |
r/w |
the number of fingers triggering the swipe |
|
phase |
r/w |
the current phase of the gesture |
|
source |
r/w |
event source actor (unused) |
|
stage |
r/w |
event source stage |
|
time |
r/w |
event time |
|
type |
r/w |
event type |
|
x |
r/w |
the X coordinate of the pointer, relative to the stage |
|
y |
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.