X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fevents%2Ftouch-integ.h;h=ae96fe9e2ef5b86b83ea7d69be76b7e341b1c9a7;hb=4ffe40a1c9ec1384e9cbf156ed8cfca09f1f6198;hp=3f4889846afb83d04bc8354a2aaa54c284542d5c;hpb=ce2cbd8ede1c053ecea1d29497ae1cd3cb92af03;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/events/touch-integ.h b/dali/integration-api/events/touch-integ.h index 3f48898..ae96fe9 100644 --- a/dali/integration-api/events/touch-integ.h +++ b/dali/integration-api/events/touch-integ.h @@ -21,6 +21,7 @@ #include #include #include +#include namespace Dali { @@ -31,11 +32,20 @@ namespace Integration /** * Create a new touch data handle from timestamp and touch point. * - * @param[in] timestamp The timestamp of the touch event. + * @param[in] timeStamp The time stamp of the touch event. * @param[in] point The point on screen where the touch occurred. * @return A new touch data handle. */ -DALI_CORE_API Dali::TouchEvent NewTouchEvent(uint32_t timestamp, const TouchPoint& point); +DALI_CORE_API Dali::TouchEvent NewTouchEvent(uint32_t timeStamp, const TouchPoint& point); + +/** + * Create a new touch data handle from timestamp and point. + * + * @param[in] timeStamp The time stamp of the touch event. + * @param[in] point The point on screen where the touch occurred. + * @return A new touch data handle. + */ +DALI_CORE_API Dali::TouchEvent NewTouchEvent( uint32_t timeStamp, const Dali::Integration::Point& point ); } // namespace Integration