ecore_device: add new device subclasses 16/135816/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 26 Jun 2017 23:00:47 +0000 (08:00 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 26 Jun 2017 23:00:47 +0000 (08:00 +0900)
Change-Id: I94518ecb2b643da402d87843145fd3ffc526d759
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/lib/ecore/Ecore_Common.h

index 0d6556b..60199cb 100644 (file)
@@ -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 */