Package: gdk
Struct gdk-event-touchpad-pinch
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
...
;; GdkEventTouchpadPinch
((:touchpad-pinch) gdk-event-touchpad-pinch
(phase :int8)
(n-fingers :int8)
(time :uint32)
(x :double)
(y :double)
(dx :double)
(dy :double)
(angle-delta :double)
(scale :double)
(x-root :double)
(y-root :double)
(state gdk-modifier-type))
... ))
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2021-12-13