Add ReceiveAllTapEvents(bool)
[platform/core/uifw/dali-core.git] / dali / internal / event / events / tap-gesture / tap-gesture-detector-impl.h
index fd7db72..1dd5dc8 100644 (file)
@@ -93,6 +93,11 @@ public:
    */
   unsigned int GetTouchesRequired() const;
 
+  /**
+   * @copydoc Dali::TapGestureDetector::ReceiveAllTapEvents()
+   */
+  void ReceiveAllTapEvents(bool receive);
+
 public:
   /**
    * Called by the TapGestureProcessor when a tap gesture event occurs within the bounds of our
@@ -164,6 +169,7 @@ private:
   uint32_t         mTimerId;
   Dali::Actor      mTappedActor;
   Dali::TapGesture mTap;
+  bool             mReceiveAllTapEvents;
 };
 
 } // namespace Internal