X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Factor-event.i;h=4a5f51f0ea713dbe0e1e10e9d99a629a573f6f9c;hp=1a4b05a1056f5dbe7154da48f3e0885df74e395c;hb=42e7afe4c696ad3a3f015f7538c29b6ef49b5a27;hpb=a3ab994876ea86236784101dd85370815c336e8b diff --git a/plugins/dali-swig/SWIG/events/actor-event.i b/plugins/dali-swig/SWIG/events/actor-event.i index 1a4b05a..4a5f51f 100644 --- a/plugins/dali-swig/SWIG/events/actor-event.i +++ b/plugins/dali-swig/SWIG/events/actor-event.i @@ -308,7 +308,7 @@ if (_actorTouchDataEventHandler != null) { //here we send all data to user event handlers - return _actorTouchDataEventHandler(this, e, true); + return _actorTouchDataEventHandler(this, e); } return false; @@ -362,7 +362,7 @@ if (_actorHoverEventHandler != null) { //here we send all data to user event handlers - return _actorHoverEventHandler(this, e, true); + return _actorHoverEventHandler(this, e); } return false; @@ -416,7 +416,7 @@ if (_actorWheelEventHandler != null) { //here we send all data to user event handlers - return _actorWheelEventHandler(this, e, true); + return _actorWheelEventHandler(this, e); } return false;