Binding DISPATCH_TOUCH_MOTION and DISPATCH_HOVER_MOTION 77/299177/1
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 21 Sep 2023 06:22:27 +0000 (15:22 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Thu, 21 Sep 2023 06:22:27 +0000 (15:22 +0900)
Change-Id: Ideda9bfda4a7b24605fabfa7ab3c6ce394c8642e

dali-csharp-binder/dali-core/actor-wrap.cpp

index a0a2fe3ca0496d505cddb1588160ba27ca0e5c87..e00a135fbca2043911c87b838e57377f0d3d9c00 100644 (file)
@@ -715,6 +715,17 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_BLEND_EQUATION_get()
   return Dali::DevelActor::Property::BLEND_EQUATION;
 }
 
+SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_DISPATCH_TOUCH_MOTION_get()
+{
+  return Dali::DevelActor::Property::DISPATCH_TOUCH_MOTION;
+}
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_DISPATCH_HOVER_MOTION_get()
+{
+  return Dali::DevelActor::Property::DISPATCH_HOVER_MOTION;
+}
+
+
 // Creation
 
 SWIGEXPORT Dali::Handle* SWIGSTDCALL CSharp_Dali_Actor_SWIGUpcast(Dali::Actor* jarg1)