From: Joogab Yun Date: Tue, 1 Sep 2020 08:24:34 +0000 (+0900) Subject: Revert "Move TouchPoint to Devel API" X-Git-Tag: submit/tizen/20200902.124054~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25de49fcacaf30eaa32d681d38f196218f1e3572;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "Move TouchPoint to Devel API" This reverts commit 7cabdc98fbd749aa34e64cc152f0f5129af24548. --- diff --git a/dali-csharp-binder/src/dali_wrap.cpp b/dali-csharp-binder/src/dali_wrap.cpp index a2de2489..53003bab 100644 --- a/dali-csharp-binder/src/dali_wrap.cpp +++ b/dali-csharp-binder/src/dali_wrap.cpp @@ -428,7 +428,6 @@ void SWIG_CSharpException(int code, const char *msg) { #include #include #include -#include #include #include @@ -18340,13 +18339,13 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_RenderTask_FinishedSignal(void * jarg1 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_TouchPoint__SWIG_0(int jarg1, int jarg2, float jarg3, float jarg4) { void * jresult ; int arg1 ; - Dali::PointState::Type arg2 ; + Dali::TouchPoint::State arg2 ; float arg3 ; float arg4 ; Dali::TouchPoint *result = 0 ; arg1 = (int)jarg1; - arg2 = (Dali::PointState::Type)jarg2; + arg2 = (Dali::TouchPoint::State)jarg2; arg3 = (float)jarg3; arg4 = (float)jarg4; { @@ -18363,7 +18362,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_TouchPoint__SWIG_0(int jarg1, int SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_TouchPoint__SWIG_1(int jarg1, int jarg2, float jarg3, float jarg4, float jarg5, float jarg6) { void * jresult ; int arg1 ; - Dali::PointState::Type arg2 ; + Dali::TouchPoint::State arg2 ; float arg3 ; float arg4 ; float arg5 ; @@ -18371,7 +18370,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_TouchPoint__SWIG_1(int jarg1, int Dali::TouchPoint *result = 0 ; arg1 = (int)jarg1; - arg2 = (Dali::PointState::Type)jarg2; + arg2 = (Dali::TouchPoint::State)jarg2; arg3 = (float)jarg3; arg4 = (float)jarg4; arg5 = (float)jarg5; @@ -18424,10 +18423,10 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TouchPoint_deviceId_get(void * jarg1) { SWIGEXPORT void SWIGSTDCALL CSharp_Dali_TouchPoint_state_set(void * jarg1, int jarg2) { Dali::TouchPoint *arg1 = (Dali::TouchPoint *) 0 ; - Dali::PointState::Type arg2 ; + Dali::TouchPoint::State arg2 ; arg1 = (Dali::TouchPoint *)jarg1; - arg2 = (Dali::PointState::Type)jarg2; + arg2 = (Dali::TouchPoint::State)jarg2; if (arg1) (arg1)->state = arg2; } @@ -18435,10 +18434,10 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_TouchPoint_state_set(void * jarg1, int j SWIGEXPORT int SWIGSTDCALL CSharp_Dali_TouchPoint_state_get(void * jarg1) { int jresult ; Dali::TouchPoint *arg1 = (Dali::TouchPoint *) 0 ; - Dali::PointState::Type result; + Dali::TouchPoint::State result; arg1 = (Dali::TouchPoint *)jarg1; - result = (Dali::PointState::Type) ((arg1)->state); + result = (Dali::TouchPoint::State) ((arg1)->state); jresult = (int)result; return jresult; }