public virtual Result CreateCursor(SWIGTYPE_p_p_ID3dCursor cursor)
    {
        Result ret = new Result(IronSightEnginePINVOKE.IOutputWindow_CreateCursor(swigCPtr, SWIGTYPE_p_p_ID3dCursor.getCPtr(cursor)), true);

        //
        if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
        {
            throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_ID3dCursor obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }