Add Touch source type for gesture
[platform/core/uifw/dali-core.git] / dali / public-api / events / gesture-enumerations.h
index 4600467..5e2b13c 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_GESTURE_ENUMERATIONS_H
 
 /*
- * Copyright (c) 2022 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 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.
@@ -61,6 +61,7 @@ enum class GestureSourceType : int8_t
 {
   INVALID, ///< invalid data
   MOUSE,   ///< mouse
+  TOUCH,   ///< touch
 };
 
 /**