X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fhover-event.h;h=e5c9f48adbe7fa4c7fd018f3e7fb14437d108f94;hp=ff7d719131b90e244af758f2162100874e53efd9;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/events/hover-event.h b/dali/public-api/events/hover-event.h index ff7d719..e5c9f48 100644 --- a/dali/public-api/events/hover-event.h +++ b/dali/public-api/events/hover-event.h @@ -18,6 +18,9 @@ * */ +// EXTERNAL INCLUDES +#include // uint32_t + // INTERNAL INCLUDES #include #include @@ -82,7 +85,7 @@ struct DALI_CORE_API HoverEvent * @SINCE_1_0.0 * @return Total number of Points */ - unsigned int GetPointCount() const; + uint32_t GetPointCount() const; /** * @brief Returns a touch point at the index requested. @@ -95,7 +98,7 @@ struct DALI_CORE_API HoverEvent * @note "point" should be less than the value returned by GetPointCount(). * If out of range, then program asserts. */ - const TouchPoint& GetPoint(unsigned int point) const; + const TouchPoint& GetPoint( uint32_t point) const; }; /**