From: Hosang Kim Date: Tue, 20 Jun 2017 07:11:26 +0000 (+0900) Subject: evas_device: add new device subclasses. X-Git-Tag: accepted/tizen/unified/20170711.181154~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb6a6f217686ca4761646fc2e92500b62e67e562;p=platform%2Fupstream%2Fefl.git evas_device: add new device subclasses. - EVAS_DEVICE_SUBCLASS_REMOCON - EVAS_DEVICE_SUBCLASS_VIRTUAL_KEYBOARD Change-Id: I7208b90cedeb7a6f36f1aed7c577fdd21def0fcb --- diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 3d6ce29..d1f456f 100755 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -494,6 +494,10 @@ typedef enum _Evas_Device_Subclass EVAS_DEVICE_SUBCLASS_TRACKPAD, /**< A trackpad style mouse @since 1.8 */ EVAS_DEVICE_SUBCLASS_TRACKPOINT, /**< A trackpoint style mouse @since 1.8 */ EVAS_DEVICE_SUBCLASS_TRACKBALL, /**< A trackball style mouse @since 1.8 */ + // TIZEN_ONLY(20170620): Add new device subclasses. + EVAS_DEVICE_SUBCLASS_REMOCON, /**< A remote controller @since_tizen 4.0 */ + EVAS_DEVICE_SUBCLASS_VIRTUAL_KEYBOARD /**< A virtual keyboard @since_tizen 4.0*/ + // } Evas_Device_Subclass; /**< A general subclass of device @since 1.8 */ struct _Evas_Engine_Info /** Generic engine information. Generic info is useless */