Package: gdk
Struct gdk-event-touchpad-swipe
Superclassesgdk-event, common-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details
Generated during touchpad swipe gestures.
(define-g-boxed-variant-cstruct gdk-event "GdkEvent"
(type gdk-event-type)
(window (g-object gdk-window))
(send-event (:boolean :int8))
(:variant type
...
((:touchpad-swipe) gdk-event-touchpad-swipe
(phase :int8)
(n-fingers :int8)
(time :uint32)
(x :double)
(y :double)
(dx :double)
(dy :double)
(x-root :double)
(y-root :double)
(state gdk-modifier-type))
... ))
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2021-12-13