X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fevent-handler.h;h=90055302e731a33fc9233e8a87f6f4e1d3b9a3a2;hb=refs%2Fchanges%2F64%2F202264%2F8;hp=d0f73e77fb8959fdbb9a7c07bce8e3a6732a4ebc;hpb=92b2ba1433ebcade9079ab40c83716f55625d5cc;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/event-handler.h b/dali/internal/window-system/common/event-handler.h index d0f73e7..9005530 100755 --- a/dali/internal/window-system/common/event-handler.h +++ b/dali/internal/window-system/common/event-handler.h @@ -1,8 +1,8 @@ -#ifndef __DALI_INTERNAL_EVENT_HANDLER_H__ -#define __DALI_INTERNAL_EVENT_HANDLER_H__ +#ifndef DALI_INTERNAL_EVENT_HANDLER_H +#define DALI_INTERNAL_EVENT_HANDLER_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ */ // EXTERNAL INCLUDES +#include // uint32_t #include #include @@ -83,7 +84,7 @@ public: * Feed (Send) touch event to core and gesture manager * @param[in] touchEvent The touch event holding the touch point information. */ - void FeedTouchPoint( TouchPoint& point, int timeStamp ); + void FeedTouchPoint( TouchPoint& point, uint32_t timeStamp ); /** * Feed (Send) wheel event to core and gesture manager @@ -126,7 +127,7 @@ private: * @param[in] point The touch point information. * @param[in] timeStamp The time the touch occurred. */ - void SendEvent(Integration::Point& point, unsigned long timeStamp); + void SendEvent(Integration::Point& point, uint32_t timeStamp); /** * Send key event to core. @@ -172,7 +173,7 @@ private: /** * Called when a touch event is received. */ - void OnTouchEvent( Integration::Point& point, unsigned long timeStamp ); + void OnTouchEvent( Integration::Point& point, uint32_t timeStamp ); /** * Called when a mouse wheel is received. @@ -256,4 +257,4 @@ private: } // namespace Dali -#endif // __DALI_INTERNAL_EVENT_HANDLER_H__ +#endif // DALI_INTERNAL_EVENT_HANDLER_H