efl/src/lib/evas/gesture/efl_canvas_gesture_tap.eo

15 lines
482 B
Plaintext

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;
}
}