X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fpan-gesture.h;h=3c79a5f3c3b6e562449c596ae3918408976bd211;hb=34745e42eed50817085b2e4868d301f8d43f9003;hp=30878632a3fda5b359e0b89950ced180c53e6e08;hpb=894cc6056a3be0b9f478504524a54aca151ccffb;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/pan-gesture.h b/dali/public-api/events/pan-gesture.h index 3087863..3c79a5f 100644 --- a/dali/public-api/events/pan-gesture.h +++ b/dali/public-api/events/pan-gesture.h @@ -38,9 +38,9 @@ class PanGesture; /** * @brief A PanGesture is emitted when the user moves one or more fingers in a particular direction. * - * This gesture can be in one of three states, when the pan gesture is first detected: Gesture::Started - * when the pan gesture is continuing: Gesture::Continuing and finally, when the pan gesture ends: - * Gesture::Finished. + * This gesture can be in one of three states, when the pan gesture is first detected: GestureState::STARTED + * when the pan gesture is continuing: GestureState::CONTINUING and finally, when the pan gesture ends: + * GestureState::FINISHED. * * A pan gesture will end in the following ways: * - User releases the primary finger (the first touch).