X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Fpinch-gesture%2Fpinch-gesture-event.h;h=204f9ef84110016e28483f5b53e35494d2669830;hb=34745e42eed50817085b2e4868d301f8d43f9003;hp=881fe264afaddf308a2d708b90516f88f409df61;hpb=894cc6056a3be0b9f478504524a54aca151ccffb;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/pinch-gesture/pinch-gesture-event.h b/dali/internal/event/events/pinch-gesture/pinch-gesture-event.h index 881fe26..204f9ef 100644 --- a/dali/internal/event/events/pinch-gesture/pinch-gesture-event.h +++ b/dali/internal/event/events/pinch-gesture/pinch-gesture-event.h @@ -33,10 +33,10 @@ namespace Internal * send it to the Core. * * A Pinch Gesture event should be in one of four states: - * - Started: If a pinch is detected. - * - Continuing: If after a pinch is detected, it continues. - * - Finished: If after a pinch, the user lifts their finger(s). - * - Cancelled: If there is a system interruption. + * - STARTED: If a pinch is detected. + * - CONTINUING: If after a pinch is detected, it continues. + * - FINISHED: If after a pinch, the user lifts their finger(s). + * - CANCELLED: If there is a system interruption. */ struct PinchGestureEvent : public GestureEvent { @@ -46,7 +46,7 @@ struct PinchGestureEvent : public GestureEvent * Default Constructor * @param[in] state The state of the gesture */ - PinchGestureEvent(Gesture::State state); + PinchGestureEvent(GestureState state); /** * Virtual destructor