fixup! DALi C# binding - Generic Delegates support for EventHandlers
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / SWIG / events / actor-event.i
index 1a4b05a..4a5f51f 100644 (file)
       if (_actorTouchDataEventHandler != null)
       {
         //here we send all data to user event handlers
       if (_actorTouchDataEventHandler != null)
       {
         //here we send all data to user event handlers
-        return _actorTouchDataEventHandler(this, e, true);
+        return _actorTouchDataEventHandler(this, e);
       }
 
       return false;
       }
 
       return false;
       if (_actorHoverEventHandler != null)
       {
         //here we send all data to user event handlers
       if (_actorHoverEventHandler != null)
       {
         //here we send all data to user event handlers
-        return _actorHoverEventHandler(this, e, true);
+        return _actorHoverEventHandler(this, e);
       }
 
       return false;
       }
 
       return false;
       if (_actorWheelEventHandler != null)
       {
         //here we send all data to user event handlers
       if (_actorWheelEventHandler != null)
       {
         //here we send all data to user event handlers
-        return _actorWheelEventHandler(this, e, true);
+        return _actorWheelEventHandler(this, e);
       }
 
       return false;
       }
 
       return false;