DALi Version 2.2.21
[platform/core/uifw/dali-core.git] / dali / integration-api / input-options.h
index 3789cc9..a585e03 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTEGRATION_INPUT_OPTIONS_H
 
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -198,6 +198,13 @@ DALI_CORE_API void SetRotationGestureMinimumTouchEventsAfterStart(uint32_t value
  */
 DALI_CORE_API void SetLongPressMinimumHoldingTime(unsigned int value);
 
+/**
+ * @brief Sets the maximum allowed time required to be recognized as a multi tap gesture (millisecond)
+ *
+ * @param[in] time The time value in milliseconds
+ */
+DALI_CORE_API void SetTapMaximumAllowedTime(uint32_t time);
+
 } // namespace Integration
 
 } // namespace Dali