コード例 #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_BrowserPopupCallback obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: C4dApi.cs プロジェクト: KilledChicken/Fusee
 public static void BrowserLibraryPopup(int mx, int my, int defw, int defh, int pluginwindowid, int presettypeid, SWIGTYPE_p_void userdata, SWIGTYPE_p_BrowserPopupCallback callback) {
   C4dApiPINVOKE.BrowserLibraryPopup(mx, my, defw, defh, pluginwindowid, presettypeid, SWIGTYPE_p_void.getCPtr(userdata), SWIGTYPE_p_BrowserPopupCallback.getCPtr(callback));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }