Method
GtkGestureSingleset_touch_only
since: 3.14
Declaration [src]
void
gtk_gesture_single_set_touch_only (
GtkGestureSingle* gesture,
gboolean touch_only
)
Description [src]
If touch_only
is TRUE
, gesture
will only handle events of type
GDK_TOUCH_BEGIN, #GDK_TOUCH_UPDATE or #GDK_TOUCH_END. If FALSE
,
mouse events will be handled too.
Available since: 3.14
Sets property | Gtk.GestureSingle:touch-only |