X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Ftouch-event-processor.h;h=70a0fb98e8055ddd01e5c6d33af0509b26b2fe16;hb=refs%2Fchanges%2F49%2F265649%2F3;hp=d8039536ddf73a466ffa491421cacc8fa5e691de;hpb=f9b1a5a637bbc91de4aaf9e0be9f79cba0bbb195;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/touch-event-processor.h b/dali/internal/event/events/touch-event-processor.h index d803953..70a0fb9 100644 --- a/dali/internal/event/events/touch-event-processor.h +++ b/dali/internal/event/events/touch-event-processor.h @@ -21,6 +21,7 @@ // INTERNAL INCLUDES #include #include +#include namespace Dali { @@ -85,11 +86,12 @@ private: */ void OnObservedActorDisconnected(Actor* actor); - ActorObserver mLastPrimaryHitActor; ///< Stores the last primary point hit actor - ActorObserver mLastConsumedActor; ///< Stores the last consumed actor - ActorObserver mCapturingTouchActor; ///< Stored the actor that captures touch - ActorObserver mTouchDownConsumedActor; ///< Stores the touch-down consumed actor - RenderTaskPtr mLastRenderTask; ///< The RenderTask used for the last hit actor + ActorObserver mLastPrimaryHitActor; ///< Stores the last primary point hit actor + ActorObserver mLastConsumedActor; ///< Stores the last consumed actor + ActorObserver mCapturingTouchActor; ///< Stored the actor that captures touch + ActorObserver mTouchDownConsumedActor; ///< Stores the touch-down consumed actor + RenderTaskPtr mLastRenderTask; ///< The RenderTask used for the last hit actor + PointState::Type mLastPrimaryPointState; ///< Stores the last primary point state }; } // namespace Internal