X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fwheel-event.cpp;h=7494ef02d7a90d9e76fc7ebec21b79f6d1e8ee4c;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hp=5bbb2717c17d39beb5400057ffe6b643c7ab46f8;hpb=ebe1a7337f5b09ac1f7616fbc61a67a30dddabf2;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/wheel-event.cpp b/dali/public-api/events/wheel-event.cpp index 5bbb271..7494ef0 100644 --- a/dali/public-api/events/wheel-event.cpp +++ b/dali/public-api/events/wheel-event.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -23,9 +23,9 @@ namespace Dali namespace { -const unsigned int MODIFIER_SHIFT = 0x1; -const unsigned int MODIFIER_CTRL = 0x2; -const unsigned int MODIFIER_ALT = 0x4; +const uint32_t MODIFIER_SHIFT = 0x1; +const uint32_t MODIFIER_CTRL = 0x2; +const uint32_t MODIFIER_ALT = 0x4; } @@ -39,7 +39,7 @@ WheelEvent::WheelEvent() { } -WheelEvent::WheelEvent( Type type, int direction, unsigned int modifiers, Vector2 point, int z, unsigned int timeStamp ) +WheelEvent::WheelEvent( Type type, int32_t direction, uint32_t modifiers, Vector2 point, int32_t z, uint32_t timeStamp ) : type( type ), direction( direction ), modifiers( modifiers ),