From: Sung-Jin Park Date: Mon, 26 Jun 2017 23:00:47 +0000 (+0900) Subject: ecore_device: add new device subclasses X-Git-Tag: accepted/tizen/unified/20170711.181154~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2363a0bf8379ec7e7d306fae7bff485a08007d6b;p=platform%2Fupstream%2Fefl.git ecore_device: add new device subclasses Change-Id: I94518ecb2b643da402d87843145fd3ffc526d759 Signed-off-by: Sung-Jin Park --- diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 0d6556b..60199cb 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -3747,6 +3747,8 @@ typedef enum _Ecore_Device_Subclass ECORE_DEVICE_SUBCLASS_TRACKPAD, /**< A trackpad style mouse @since 1.18 */ ECORE_DEVICE_SUBCLASS_TRACKPOINT, /**< A trackpoint style mouse @since 1.18 */ ECORE_DEVICE_SUBCLASS_TRACKBALL, /**< A trackball style mouse @since 1.18 */ + ECORE_DEVICE_SUBCLASS_REMOCON, /**< A remote controller @since_tizen 4.0 */ + ECORE_DEVICE_SUBCLASS_VIRTUAL_KEYBOARD /**< A virtual keyboard @since_tizen 4.0*/ } Ecore_Device_Subclass; /**< A general subclass of device @since 1.18 */ typedef struct _Ecore_Device_Event_Info Ecore_Device_Event_Info; /**< @since 1.18 */