X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Ftouch-event-processor.h;h=9306e6fa8b071edf330c45e4d8ab0c827aa412e1;hb=180a454b481807369761b740f6fe6d473aebfbd3;hp=c2e4bc7abf4411c5bb1fb52aa0e3449a86024a06;hpb=995a0901d56c687ea085bf86c103cfbc4c19ad23;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/touch-event-processor.h b/dali/internal/event/events/touch-event-processor.h index c2e4bc7..9306e6f 100644 --- a/dali/internal/event/events/touch-event-processor.h +++ b/dali/internal/event/events/touch-event-processor.h @@ -67,9 +67,8 @@ public: /** * This function is called by the event processor whenever a touch event occurs. * @param[in] event The touch event that has occurred. - * @return true if consumed */ - bool ProcessTouchEvent( const Integration::TouchEvent& event ); + void ProcessTouchEvent( const Integration::TouchEvent& event ); private: