Package org.gnome.gtk

Class GestureClick

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class GestureClick extends GestureSingle
GtkGestureClick is a GtkGesture implementation for clicks.

It is able to recognize multiple clicks on a nearby zone, which can be listened for through the Gtk.GestureClick::pressed signal. Whenever time or distance between clicks exceed the GTK defaults, Gtk.GestureClick::stopped is emitted, and the click counter is reset.