Method
PhocGestureis_recognized
Declaration [src]
gboolean
phoc_gesture_is_recognized (
PhocGesture* self
)
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 self
, and PhocGesture::check
returned TRUE
for the sequences being currently interpreted.