X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Fgesture-event.h;h=ef7982f63be6c49a1be17e391fe1689bd977df7a;hb=34745e42eed50817085b2e4868d301f8d43f9003;hp=908574986d7d3f94c881d93476613b2b1a028036;hpb=894cc6056a3be0b9f478504524a54aca151ccffb;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/gesture-event.h b/dali/internal/event/events/gesture-event.h index 9085749..ef7982f 100644 --- a/dali/internal/event/events/gesture-event.h +++ b/dali/internal/event/events/gesture-event.h @@ -46,12 +46,12 @@ struct GestureEvent /** * Gesture Type. */ - Gesture::Type gestureType; + GestureType::Value gestureType; /** * The state of the gesture. */ - Gesture::State state; + GestureState state; /** * The time the gesture took place. @@ -65,7 +65,7 @@ protected: // Constructors only to be used by derived structures. * @param[in] gesture The type of gesture event. * @param[in] gestureState The state of the gesture event. */ - GestureEvent( Gesture::Type gesture, Gesture::State gestureState); + GestureEvent( GestureType::Value gesture, GestureState gestureState); }; } // namespace Internal