Package: gtk
Accessor gtk:gesture-single-touch-only
Lambda Listgtk:gesture-single-touch-only (object) SyntaxArgumentsDetails Accessor of the touch-only slot of the gtk:gesture-single class. The gtk:gesture-single-touch-only function returns true if the
gesture is only triggered by touch events. The (setf gtk:gesture-single-touch-only) function sets whether the gesture is only triggered by touch events. If the touch-only argument is true, the gesture will only handle events of type :touch-begin, :touch-update or :touch-end. If false, mouse events will
be handled too. | See also |
2024-2-19