Perform AABB test in the viewport space for renderers when not processing a 3D layer
[platform/core/uifw/dali-core.git] / dali / devel-api / events / long-press-gesture-detector-devel.h
index f757b21..2511e50 100644 (file)
 
 namespace Dali
 {
-
 class LongPressGestureDetector;
 
 namespace DevelLongPressGestureDetector
 {
-
 /**
  * @brief Get the minimum holding time required to be recognized as a long press gesture in milliseconds
  *
  * @param[in] longPressGestureDetector The target LongPressGestureDetector instance
  * @return The time value in milliseconds
  */
-DALI_CORE_API uint32_t GetMinimumHoldingTime( LongPressGestureDetector longPressGestureDetector );
+DALI_CORE_API uint32_t GetMinimumHoldingTime(LongPressGestureDetector longPressGestureDetector);
 
 } // namespace DevelLongPressGestureDetector