From: Heeyong Song Date: Wed, 27 Sep 2017 07:43:22 +0000 (+0900) Subject: Add types to Device::SubClass X-Git-Tag: dali_1.2.61~2^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=21d29fed9a2428951b94efca1cfc89a5af75e771;ds=sidebyside Add types to Device::SubClass Change-Id: I15d51283f0e7c9e7281ce36f5cad07f94a471e78 --- diff --git a/dali/public-api/events/device.h b/dali/public-api/events/device.h index b04ed5e..01ea742 100644 --- a/dali/public-api/events/device.h +++ b/dali/public-api/events/device.h @@ -75,17 +75,19 @@ namespace Subclass */ enum Type { - NONE, ///< Not a device. @SINCE_1_2.60 - FINGER, ///< The normal flat of your finger. @SINCE_1_2.60 - FINGERNAIL, ///< A fingernail. @SINCE_1_2.60 - KNUCKLE, ///< A Knuckle. @SINCE_1_2.60 - PALM, ///< The palm of a users hand. @SINCE_1_2.60 - HAND_SIDE, ///< The side of your hand. @SINCE_1_2.60 - HAND_FLAT, ///< The flat of your hand. @SINCE_1_2.60 - PEN_TIP, ///< The tip of a pen. @SINCE_1_2.60 - TRACKPAD, ///< A trackpad style mouse. @SINCE_1_2.60 - TRACKPOINT, //< A trackpoint style mouse. @SINCE_1_2.60 - TRACKBALL, ///< A trackball style mouse. @SINCE_1_2.60 + NONE, ///< Not a device. @SINCE_1_2.60 + FINGER, ///< The normal flat of your finger. @SINCE_1_2.60 + FINGERNAIL, ///< A fingernail. @SINCE_1_2.60 + KNUCKLE, ///< A Knuckle. @SINCE_1_2.60 + PALM, ///< The palm of a users hand. @SINCE_1_2.60 + HAND_SIDE, ///< The side of your hand. @SINCE_1_2.60 + HAND_FLAT, ///< The flat of your hand. @SINCE_1_2.60 + PEN_TIP, ///< The tip of a pen. @SINCE_1_2.60 + TRACKPAD, ///< A trackpad style mouse. @SINCE_1_2.60 + TRACKPOINT, ///< A trackpoint style mouse. @SINCE_1_2.60 + TRACKBALL, ///< A trackball style mouse. @SINCE_1_2.60 + REMOCON, ///< A remote controller. @SINCE_1_2.61 + VIRTUAL_KEYBOARD, ///< A virtual keyboard. @SINCE_1_2.61 }; } // namespace Subclass