input: add HAL_DEVICE_INPUT_TYPE_TOUCHSCREEN 93/287893/1 accepted/tizen/7.0/unified/20230209.070247
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 7 Feb 2023 09:30:10 +0000 (18:30 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 7 Feb 2023 09:55:56 +0000 (18:55 +0900)
Add HAL_DEVICE_INPUT_TYPE_TOUCHSCREEN type to support touchscreen input device.

Change-Id: I4b57e95b3a6351b46793af8915dc283d0254c0cb
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/backend/hal-device-input-interface.h

index f22cdd1..c67dca0 100644 (file)
@@ -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;