summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunhee Seo <yuni.seo@samsung.com>2023-02-07 18:30:10 +0900
committerYunhee Seo <yuni.seo@samsung.com>2023-02-07 18:31:21 +0900
commit32cf3caa03c633134a22e672f836e9188d467a2b (patch)
tree8c9479a049c7bcf67e7e493fe44cb8fbe1f345a3
parent07c580d769debb88afa55dc83a3a9f36fde2684f (diff)
downloaddevice-32cf3caa03c633134a22e672f836e9188d467a2b.tar.gz
device-32cf3caa03c633134a22e672f836e9188d467a2b.tar.bz2
device-32cf3caa03c633134a22e672f836e9188d467a2b.zip
input: add HAL_DEVICE_INPUT_TYPE_TOUCHSCREENaccepted/tizen/unified/20230209.111257
Add HAL_DEVICE_INPUT_TYPE_TOUCHSCREEN type to support touchscreen input device. Change-Id: I4b57e95b3a6351b46793af8915dc283d0254c0cb Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
-rw-r--r--include/backend/hal-device-input-interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/hal-device-input-interface.h b/include/backend/hal-device-input-interface.h
index f22cdd1..c67dca0 100644
--- a/include/backend/hal-device-input-interface.h
+++ b/include/backend/hal-device-input-interface.h
@@ -26,6 +26,7 @@ typedef enum {
HAL_DEVICE_INPUT_TYPE_ALL, /**< Input device type which is all kinds of input devices */
HAL_DEVICE_INPUT_TYPE_MOUSE, /**< Input device type which is mouse-type */
HAL_DEVICE_INPUT_TYPE_KEYBOARD, /**< Input device type which is keyboard-type */
+ HAL_DEVICE_INPUT_TYPE_TOUCHSCREEN, /**< Input device type which is touchscreen-type */
HAL_DEVICE_INPUT_TYPE_CUSTOM_KNOB = 1000, /**< Input device type which is customed knob-type */
} hal_device_input_type;