Efl.Gesture.Events (interface)

Description

No description supplied.

Members

Events

gesture,double_tap

Emitted when a Double-tap gesture has been detected. A Double-tap gesture consists of two taps on the screen (or clicks of the mouse) in quick succession. If the second one is delayed for too long they will be detected as two independent Efl.Gesture.Events.gesture,tap events.
EFL_EVENT_GESTURE_DOUBLE_TAP(Efl_Canvas_Gesture_Double_Tap *)


gesture,flick

Emitted when a Flick gesture has been detected.
EFL_EVENT_GESTURE_FLICK(Efl_Canvas_Gesture_Flick *)


gesture,long_tap

Emitted when a Long-tap gesture has been detected. A Long-tap gesture consists of a touch of the screen (or click of the mouse) followed by a release after some time. If the release happens too quickly a Efl.Gesture.Events.gesture,tap event will be emitted instead.
EFL_EVENT_GESTURE_LONG_TAP(Efl_Canvas_Gesture_Long_Tap *)


gesture,momentum

Emitted when a Momentum gesture has been detected. A Momentum gesture consists of a quick displacement of the finger while touching the screen (or while holding down a mouse button).
EFL_EVENT_GESTURE_MOMENTUM(Efl_Canvas_Gesture_Momentum *)


gesture,tap

Emitted when a Tap gesture has been detected. A Tap gesture consists of a touch of the screen (or click of the mouse) quickly followed by a release. If the release happens too late a Efl.Gesture.Events.gesture,long_tap event will be emitted instead.
EFL_EVENT_GESTURE_TAP(Efl_Canvas_Gesture_Tap *)


gesture,triple_tap

Emitted when a Triple-tap gesture has been detected. A Triple-tap gesture consists of three taps on the screen (or clicks of the mouse) in quick succession. If any of them is delayed for too long they will be detected as independent Efl.Gesture.Events.gesture,tap or Efl.Gesture.Events.gesture,double_tap events.
EFL_EVENT_GESTURE_TRIPLE_TAP(Efl_Canvas_Gesture_Triple_Tap *)


gesture,zoom

Emitted when a Zoom gesture has been detected. A Zoom gesture consists of two fingers touching the screen and separating ("zoom in") or getting closer ("zoom out" or "pinch"). This gesture cannot be performed with a mouse as it requires more than one pointer.
EFL_EVENT_GESTURE_ZOOM(Efl_Canvas_Gesture_Zoom *)