internal static HandleRef getCPtr(SWIGTYPE_p_PopupEditTextCallback obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #2
0
 public static bool PopupEditText(int screenx, int screeny, int width, int height, string /* constString&_cstype */ changeme, int flags, SWIGTYPE_p_PopupEditTextCallback func, SWIGTYPE_p_void userdata) {
   bool ret = C4dApiPINVOKE.PopupEditText(screenx, screeny, width, height, changeme, flags, SWIGTYPE_p_PopupEditTextCallback.getCPtr(func), SWIGTYPE_p_void.getCPtr(userdata));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }