Gdk.EventTouchpadSwipe¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
dx |
r/w |
Movement delta in the X axis of the swipe focal point |
|
dy |
r/w |
Movement delta in the Y axis of the swipe focal point |
|
n_fingers |
r/w |
The number of fingers triggering the swipe |
|
phase |
r/w |
the current phase of the gesture |
|
send_event |
r/w |
|
|
state |
r/w |
a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See |
|
time |
r/w |
the time of the event in milliseconds |
|
type |
r/w |
the type of the event ( |
|
window |
r/w |
the window which received the event |
|
x |
r/w |
The X coordinate of the pointer |
|
x_root |
r/w |
The X coordinate of the pointer, relative to the root of the screen. |
|
y |
r/w |
The Y coordinate of the pointer |
|
y_root |
r/w |
The Y coordinate of the pointer, relative to the root of the screen. |
Methods¶
None
Details¶
- class Gdk.EventTouchpadSwipe¶
Generated during touchpad swipe gestures.