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

16 lines
536 B
Plaintext

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