Package: gtk
Class gtk-gesture-swipe
Superclassesgtk-gesture-single, gtk-gesture, gtk-event-controller, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details gtk-gesture-swipe is a gtk-gesture implementation able to
recognize swipes, after a press/move/.../move/release sequence happens, the
"swipe" signal will be emitted, providing the velocity and directionality
of the sequence at the time it was lifted. If the velocity is desired in intermediate points, the function gtk-gesture-swipe-velocity can be called on e.g. a "update" handler. All velocities are reported in pixels/sec units. Signal DetailsThe "swipe" signallambda (gesture velocity-x velocity-y) :run-lastThe signal is emitted when the recognized gesture is finished, velocity and direction are a product of previously recorded events.
| Inherited Slot Access FunctionsSee also |
2020-9-11