[dali_1.2.40] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / SWIG / gestures / touch.i
1 %rename(Touch) Dali::TouchData;
2
3 %typemap(cscode) Dali::TouchData %{
4   public static Touch GetTouchFromPtr(global::System.IntPtr cPtr) {
5     Touch ret = new Touch(cPtr, false);
6     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
7     return ret;
8   }
9 %}