Elm Glayer: Updated documentation

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63290
This commit is contained in:
Aharon Hillel 2011-09-08 10:10:45 +00:00 committed by Tom Hacohen
parent eec24e2394
commit 072c0193f8
1 changed files with 11 additions and 1 deletions

View File

@ -12126,7 +12126,17 @@ extern "C" {
* @ref Elm_Gesture_Zoom_Info is the info reported for @ref ELM_GESTURE_ZOOM gesture.
*
* @ref Elm_Gesture_Rotate_Info is the info reported for @ref ELM_GESTURE_ROTATE gesture.
* */
*
*
* Gesture Layer Tweaks:
*
* Note that line, flick, gestures can start without the need to remove fingers from surface.
* When user fingers rests on same-spot gesture is ended and starts again when fingers moved.
*
* Setting glayer_continues_enable to false in @ref Config will change this behavior
* so gesture starts when user touches (a *DOWN event) touch-surface
* and ends when no fingers touches surface (a *UP event).
*/
/**
* @enum _Elm_Gesture_Types