Class GestureClick

All Implemented Interfaces:
PointerInterface

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 [signal@Gtk.GestureClick::pressed]
signal. Whenever time or distance between clicks exceed the GTK
defaults, [signal@Gtk.GestureClick::stopped] is emitted, and the
click counter is reset.

https://docs.gtk.org/gtk4/class.GestureClick.html