[Tizen] Add FeedTouch api to GestureDetector.
[platform/core/uifw/dali-core.git] / dali / internal / event / events / pan-gesture / pan-gesture-processor.h
index bfeb623..4209c24 100644 (file)
@@ -67,8 +67,9 @@ public: // To be called by GestureEventProcessor
    * This method is called whenever a pan gesture event occurs.
    * @param[in] scene The scene the pan gesture event occurs in.
    * @param[in] panEvent The event that has occurred.
+   * @param[in] actor The actor where the event occurred. If this is null, the actor is found through hittest.
    */
-  void Process(Scene& scene, const PanGestureEvent& panEvent) override;
+  void Process(Scene& scene, const PanGestureEvent& panEvent, Actor* actor = nullptr) override;
 
   /**
    * Adds a gesture detector to this gesture processor.