X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Fgesture-processor.h;h=ff6c5259f11124b46b707c642d0c104497c90a35;hb=f8c53e205507ddfc08ef0bf3a39f1afb81eb05a2;hp=94415424751f7244e0f4e2daf27b038af6862bdf;hpb=d9071789fb11a4ac9ad38bb9d6128ec27ffbbecc;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/gesture-processor.h b/dali/internal/event/events/gesture-processor.h index 9441542..ff6c525 100644 --- a/dali/internal/event/events/gesture-processor.h +++ b/dali/internal/event/events/gesture-processor.h @@ -40,7 +40,7 @@ protected: // Construction & Destruction /** * Protected constructor. Cannot create an instance of GestureProcessor */ - GestureProcessor(); + GestureProcessor( Gesture::Type type ); /** * Virtual protected destructor. @@ -200,8 +200,9 @@ private: private: // Data - Actor* mCurrentGesturedActor; ///< The current actor that has been gestured. - bool mGesturedActorDisconnected; ///< Indicates whether the gestured actor has been disconnected from the scene + Gesture::Type mType; ///< Type of GestureProcessor + Actor* mCurrentGesturedActor; ///< The current actor that has been gestured. + bool mGesturedActorDisconnected:1; ///< Indicates whether the gestured actor has been disconnected from the scene }; } // namespace Internal