class @beta Efl.Canvas.Gesture_Tap extends Efl.Canvas.Gesture { [[Tap gesture class holding state information. See @Efl.Canvas.Gesture to see what this state is and @[Efl.Canvas.Gesture_Events.gesture,tap] for a description of the 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_tap; implements { Efl.Object.constructor; } }