class @beta Efl.Canvas.Gesture_Triple_Tap extends Efl.Canvas.Gesture { [[Triple-tap gesture class holding state information. See @Efl.Canvas.Gesture to see what this state is and @[Efl.Canvas.Gesture_Events.gesture,triple_tap] for a description of the Triple-tap gesture. Application developers receive these objects inside a gesture event and do not typically need to create their own. ]] data: null; c_prefix: efl_gesture_triple_tap; implements { Efl.Object.constructor; } }