Method

GtkGestureis_recognized

since: 3.14

Declaration [src]

gboolean
gtk_gesture_is_recognized (
  GtkGesture* gesture
)

Description [src]

Returns TRUE if the gesture is currently recognized. A gesture is recognized if there are as many interacting touch sequences as required by gesture, and GtkGesture::check returned TRUE for the sequences being currently interpreted.

Available since: 3.14

Return value

Type: gboolean

TRUE if gesture is recognized.