DCImGui

imguics.DCImGui (extern class)

Static Members

ImTextureRef_GetTexID(arg0: cs.system.IntPtr): cs.UInt64
Name Type
arg0 cs.system.IntPtr
Returns
cs.UInt64

ImGui_CreateContext(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_DestroyContext(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_GetCurrentContext(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_SetCurrentContext(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_GetIO(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetPlatformIO(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetStyle(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_NewFrame(): Void

ImGui_EndFrame(): Void

ImGui_Render(): Void

ImGui_GetDrawData(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_ShowDemoWindow(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_ShowMetricsWindow(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_ShowDebugLogWindow(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_ShowIDStackToolWindowEx(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_ShowIDStackToolWindow(): Void

ImGui_ShowAboutWindow(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_ShowStyleEditor(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_ShowStyleSelector(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_ShowFontSelector(arg0: String): Void
Name Type
arg0 String

ImGui_ShowUserGuide(): Void

ImGui_GetVersion(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_StyleColorsDark(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_StyleColorsLight(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_StyleColorsClassic(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_Begin(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_End(): Void

ImGui_BeginChild(arg0: String, arg1: ImVec2, arg2: Int, arg3: Int): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 Int
arg3 Int
Returns
Bool

ImGui_BeginChildID(arg0: UInt, arg1: ImVec2, arg2: Int, arg3: Int): Bool
Name Type
arg0 UInt
arg1 ImVec2
arg2 Int
arg3 Int
Returns
Bool

ImGui_EndChild(): Void

ImGui_IsWindowAppearing(): Bool
Returns
Bool

ImGui_IsWindowCollapsed(): Bool
Returns
Bool

ImGui_IsWindowFocused(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsWindowHovered(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_GetWindowDrawList(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetWindowDpiScale(): Single
Returns
Single

ImGui_GetWindowPos(): ImVec2
Returns
ImVec2

ImGui_GetWindowSize(): ImVec2
Returns
ImVec2

ImGui_GetWindowWidth(): Single
Returns
Single

ImGui_GetWindowHeight(): Single
Returns
Single

ImGui_GetWindowViewport(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_SetNextWindowPosEx(arg0: ImVec2, arg1: Int, arg2: ImVec2): Void
Name Type
arg0 ImVec2
arg1 Int
arg2 ImVec2

ImGui_SetNextWindowPos(arg0: ImVec2, arg1: Int): Void
Name Type
arg0 ImVec2
arg1 Int

ImGui_SetNextWindowSize(arg0: ImVec2, arg1: Int): Void
Name Type
arg0 ImVec2
arg1 Int

ImGui_SetNextWindowSizeConstraints(arg0: ImVec2, arg1: ImVec2, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr): Void
Name Type
arg0 ImVec2
arg1 ImVec2
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr

ImGui_SetNextWindowContentSize(arg0: ImVec2): Void
Name Type
arg0 ImVec2

ImGui_SetNextWindowCollapsed(arg0: Bool, arg1: Int): Void
Name Type
arg0 Bool
arg1 Int

ImGui_SetNextWindowFocus(): Void

ImGui_SetNextWindowScroll(arg0: ImVec2): Void
Name Type
arg0 ImVec2

ImGui_SetNextWindowBgAlpha(arg0: Single): Void
Name Type
arg0 Single

ImGui_SetNextWindowViewport(arg0: UInt): Void
Name Type
arg0 UInt

ImGui_SetWindowPos(arg0: ImVec2, arg1: Int): Void
Name Type
arg0 ImVec2
arg1 Int

ImGui_SetWindowSize(arg0: ImVec2, arg1: Int): Void
Name Type
arg0 ImVec2
arg1 Int

ImGui_SetWindowCollapsed(arg0: Bool, arg1: Int): Void
Name Type
arg0 Bool
arg1 Int

ImGui_SetWindowFocus(): Void

ImGui_SetWindowPosStr(arg0: String, arg1: ImVec2, arg2: Int): Void
Name Type
arg0 String
arg1 ImVec2
arg2 Int

ImGui_SetWindowSizeStr(arg0: String, arg1: ImVec2, arg2: Int): Void
Name Type
arg0 String
arg1 ImVec2
arg2 Int

ImGui_SetWindowCollapsedStr(arg0: String, arg1: Bool, arg2: Int): Void
Name Type
arg0 String
arg1 Bool
arg2 Int

ImGui_SetWindowFocusStr(arg0: String): Void
Name Type
arg0 String

ImGui_GetScrollX(): Single
Returns
Single

ImGui_GetScrollY(): Single
Returns
Single

ImGui_SetScrollX(arg0: Single): Void
Name Type
arg0 Single

ImGui_SetScrollY(arg0: Single): Void
Name Type
arg0 Single

ImGui_GetScrollMaxX(): Single
Returns
Single

ImGui_GetScrollMaxY(): Single
Returns
Single

ImGui_SetScrollHereX(arg0: Single): Void
Name Type
arg0 Single

ImGui_SetScrollHereY(arg0: Single): Void
Name Type
arg0 Single

ImGui_SetScrollFromPosX(arg0: Single, arg1: Single): Void
Name Type
arg0 Single
arg1 Single

ImGui_SetScrollFromPosY(arg0: Single, arg1: Single): Void
Name Type
arg0 Single
arg1 Single

ImGui_PushFontFloat(arg0: cs.system.IntPtr, arg1: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single

ImGui_PopFont(): Void

ImGui_GetFont(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetFontSize(): Single
Returns
Single

ImGui_GetFontBaked(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_PushStyleColor(arg0: Int, arg1: UInt): Void
Name Type
arg0 Int
arg1 UInt

ImGui_PushStyleColorImVec4(arg0: Int, arg1: ImVec4): Void
Name Type
arg0 Int
arg1 ImVec4

ImGui_PopStyleColorEx(arg0: Int): Void
Name Type
arg0 Int

ImGui_PopStyleColor(): Void

ImGui_PushStyleVar(arg0: Int, arg1: Single): Void
Name Type
arg0 Int
arg1 Single

ImGui_PushStyleVarImVec2(arg0: Int, arg1: ImVec2): Void
Name Type
arg0 Int
arg1 ImVec2

ImGui_PushStyleVarX(arg0: Int, arg1: Single): Void
Name Type
arg0 Int
arg1 Single

ImGui_PushStyleVarY(arg0: Int, arg1: Single): Void
Name Type
arg0 Int
arg1 Single

ImGui_PopStyleVarEx(arg0: Int): Void
Name Type
arg0 Int

ImGui_PopStyleVar(): Void

ImGui_PushItemFlag(arg0: Int, arg1: Bool): Void
Name Type
arg0 Int
arg1 Bool

ImGui_PopItemFlag(): Void

ImGui_PushItemWidth(arg0: Single): Void
Name Type
arg0 Single

ImGui_PopItemWidth(): Void

ImGui_SetNextItemWidth(arg0: Single): Void
Name Type
arg0 Single

ImGui_CalcItemWidth(): Single
Returns
Single

ImGui_PushTextWrapPos(arg0: Single): Void
Name Type
arg0 Single

ImGui_PopTextWrapPos(): Void

ImGui_GetFontTexUvWhitePixel(): ImVec2
Returns
ImVec2

ImGui_GetColorU32Ex(arg0: Int, arg1: Single): UInt
Name Type
arg0 Int
arg1 Single
Returns
UInt

ImGui_GetColorU32(arg0: Int): UInt
Name Type
arg0 Int
Returns
UInt

ImGui_GetColorU32ImVec4(arg0: ImVec4): UInt
Name Type
arg0 ImVec4
Returns
UInt

ImGui_GetColorU32ImU32Ex(arg0: UInt, arg1: Single): UInt
Name Type
arg0 UInt
arg1 Single
Returns
UInt

ImGui_GetColorU32ImU32(arg0: UInt): UInt
Name Type
arg0 UInt
Returns
UInt

ImGui_GetStyleColorVec4(arg0: Int): cs.system.IntPtr
Name Type
arg0 Int
Returns
cs.system.IntPtr

ImGui_GetCursorScreenPos(): ImVec2
Returns
ImVec2

ImGui_SetCursorScreenPos(arg0: ImVec2): Void
Name Type
arg0 ImVec2

ImGui_GetContentRegionAvail(): ImVec2
Returns
ImVec2

ImGui_GetCursorPos(): ImVec2
Returns
ImVec2

ImGui_GetCursorPosX(): Single
Returns
Single

ImGui_GetCursorPosY(): Single
Returns
Single

ImGui_SetCursorPos(arg0: ImVec2): Void
Name Type
arg0 ImVec2

ImGui_SetCursorPosX(arg0: Single): Void
Name Type
arg0 Single

ImGui_SetCursorPosY(arg0: Single): Void
Name Type
arg0 Single

ImGui_GetCursorStartPos(): ImVec2
Returns
ImVec2

ImGui_Separator(): Void

ImGui_SameLineEx(arg0: Single, arg1: Single): Void
Name Type
arg0 Single
arg1 Single

ImGui_SameLine(): Void

ImGui_NewLine(): Void

ImGui_Spacing(): Void

ImGui_Dummy(arg0: ImVec2): Void
Name Type
arg0 ImVec2

ImGui_IndentEx(arg0: Single): Void
Name Type
arg0 Single

ImGui_Indent(): Void

ImGui_UnindentEx(arg0: Single): Void
Name Type
arg0 Single

ImGui_Unindent(): Void

ImGui_BeginGroup(): Void

ImGui_EndGroup(): Void

ImGui_AlignTextToFramePadding(): Void

ImGui_GetTextLineHeight(): Single
Returns
Single

ImGui_GetTextLineHeightWithSpacing(): Single
Returns
Single

ImGui_GetFrameHeight(): Single
Returns
Single

ImGui_GetFrameHeightWithSpacing(): Single
Returns
Single

ImGui_PushID(arg0: String): Void
Name Type
arg0 String

ImGui_PushIDStr(arg0: String, arg1: String): Void
Name Type
arg0 String
arg1 String

ImGui_PushIDPtr(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_PushIDInt(arg0: Int): Void
Name Type
arg0 Int

ImGui_PopID(): Void

ImGui_GetID(arg0: String): UInt
Name Type
arg0 String
Returns
UInt

ImGui_GetIDStr(arg0: String, arg1: String): UInt
Name Type
arg0 String
arg1 String
Returns
UInt

ImGui_GetIDPtr(arg0: cs.system.IntPtr): UInt
Name Type
arg0 cs.system.IntPtr
Returns
UInt

ImGui_GetIDInt(arg0: Int): UInt
Name Type
arg0 Int
Returns
UInt

ImGui_TextUnformattedEx(arg0: String, arg1: String): Void
Name Type
arg0 String
arg1 String

ImGui_TextUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_TextColoredUnformatted(arg0: ImVec4, arg1: String): Void
Name Type
arg0 ImVec4
arg1 String

ImGui_TextDisabledUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_TextWrappedUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_LabelTextUnformatted(arg0: String, arg1: String): Void
Name Type
arg0 String
arg1 String

ImGui_BulletTextUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_SeparatorText(arg0: String): Void
Name Type
arg0 String

ImGui_ButtonEx(arg0: String, arg1: ImVec2): Bool
Name Type
arg0 String
arg1 ImVec2
Returns
Bool

ImGui_Button(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_SmallButton(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_InvisibleButton(arg0: String, arg1: ImVec2, arg2: Int): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 Int
Returns
Bool

ImGui_ArrowButton(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_Checkbox(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_CheckboxFlagsIntPtr(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_CheckboxFlagsUintPtr(arg0: String, arg1: cs.system.IntPtr, arg2: UInt): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 UInt
Returns
Bool

ImGui_RadioButton(arg0: String, arg1: Bool): Bool
Name Type
arg0 String
arg1 Bool
Returns
Bool

ImGui_RadioButtonIntPtr(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_ProgressBar(arg0: Single, arg1: ImVec2, arg2: String): Void
Name Type
arg0 Single
arg1 ImVec2
arg2 String

ImGui_Bullet(): Void

Name Type
arg0 String
Returns
Bool

ImGui_TextLinkOpenURLEx(arg0: String, arg1: String): Bool
Name Type
arg0 String
arg1 String
Returns
Bool

ImGui_TextLinkOpenURL(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_ImageEx(arg0: ImTextureRef, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2): Void
Name Type
arg0 ImTextureRef
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2

ImGui_Image(arg0: ImTextureRef, arg1: ImVec2): Void
Name Type
arg0 ImTextureRef
arg1 ImVec2

ImGui_ImageWithBgEx(arg0: ImTextureRef, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: ImVec4, arg5: ImVec4): Void
Name Type
arg0 ImTextureRef
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 ImVec4
arg5 ImVec4

ImGui_ImageWithBg(arg0: ImTextureRef, arg1: ImVec2): Void
Name Type
arg0 ImTextureRef
arg1 ImVec2

ImGui_ImageButtonEx(arg0: String, arg1: ImTextureRef, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: ImVec4, arg6: ImVec4): Bool
Name Type
arg0 String
arg1 ImTextureRef
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 ImVec4
arg6 ImVec4
Returns
Bool

ImGui_ImageButton(arg0: String, arg1: ImTextureRef, arg2: ImVec2): Bool
Name Type
arg0 String
arg1 ImTextureRef
arg2 ImVec2
Returns
Bool

ImGui_BeginCombo(arg0: String, arg1: String, arg2: Int): Bool
Name Type
arg0 String
arg1 String
arg2 Int
Returns
Bool

ImGui_EndCombo(): Void

ImGui_ComboCharEx(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int, arg4: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
arg4 Int
Returns
Bool

ImGui_ComboChar(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
Returns
Bool

ImGui_ComboEx(arg0: String, arg1: cs.system.IntPtr, arg2: String, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 String
arg3 Int
Returns
Bool

ImGui_Combo(arg0: String, arg1: cs.system.IntPtr, arg2: String): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 String
Returns
Bool

ImGui_ComboCallbackEx(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: Int, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 Int
arg5 Int
Returns
Bool

ImGui_ComboCallback(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 Int
Returns
Bool

ImGui_DragFloatEx(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: Single, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 Single
arg5 String
arg6 Int
Returns
Bool

ImGui_DragFloat(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragFloat2Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: Single, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 Single
arg5 String
arg6 Int
Returns
Bool

ImGui_DragFloat2(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragFloat3Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: Single, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 Single
arg5 String
arg6 Int
Returns
Bool

ImGui_DragFloat3(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragFloat4Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: Single, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 Single
arg5 String
arg6 Int
Returns
Bool

ImGui_DragFloat4(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragFloatRange2Ex(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Single, arg4: Single, arg5: Single, arg6: String, arg7: String, arg8: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Single
arg4 Single
arg5 Single
arg6 String
arg7 String
arg8 Int
Returns
Bool

ImGui_DragFloatRange2(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
Returns
Bool

ImGui_DragIntEx(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Int, arg4: Int, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Int
arg4 Int
arg5 String
arg6 Int
Returns
Bool

ImGui_DragInt(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragInt2Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Int, arg4: Int, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Int
arg4 Int
arg5 String
arg6 Int
Returns
Bool

ImGui_DragInt2(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragInt3Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Int, arg4: Int, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Int
arg4 Int
arg5 String
arg6 Int
Returns
Bool

ImGui_DragInt3(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragInt4Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Int, arg4: Int, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Int
arg4 Int
arg5 String
arg6 Int
Returns
Bool

ImGui_DragInt4(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_DragIntRange2Ex(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Single, arg4: Int, arg5: Int, arg6: String, arg7: String, arg8: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Single
arg4 Int
arg5 Int
arg6 String
arg7 String
arg8 Int
Returns
Bool

ImGui_DragIntRange2(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
Returns
Bool

ImGui_DragScalarEx(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: Single, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr, arg6: String, arg7: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 Single
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
arg6 String
arg7 Int
Returns
Bool

ImGui_DragScalar(arg0: String, arg1: Int, arg2: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
Returns
Bool

ImGui_DragScalarNEx(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: Int, arg4: Single, arg5: cs.system.IntPtr, arg6: cs.system.IntPtr, arg7: String, arg8: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 Int
arg4 Single
arg5 cs.system.IntPtr
arg6 cs.system.IntPtr
arg7 String
arg8 Int
Returns
Bool

ImGui_DragScalarN(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 Int
Returns
Bool

ImGui_SliderFloatEx(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderFloat(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
Returns
Bool

ImGui_SliderFloat2Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderFloat2(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
Returns
Bool

ImGui_SliderFloat3Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderFloat3(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
Returns
Bool

ImGui_SliderFloat4Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderFloat4(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
Returns
Bool

ImGui_SliderAngleEx(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderAngle(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_SliderIntEx(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderInt(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
Returns
Bool

ImGui_SliderInt2Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderInt2(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
Returns
Bool

ImGui_SliderInt3Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderInt3(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
Returns
Bool

ImGui_SliderInt4Ex(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
arg4 String
arg5 Int
Returns
Bool

ImGui_SliderInt4(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
Returns
Bool

ImGui_SliderScalarEx(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
arg5 String
arg6 Int
Returns
Bool

ImGui_SliderScalar(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
Returns
Bool

ImGui_SliderScalarNEx(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: Int, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr, arg6: String, arg7: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 Int
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
arg6 String
arg7 Int
Returns
Bool

ImGui_SliderScalarN(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: Int, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 Int
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
Returns
Bool

ImGui_VSliderFloatEx(arg0: String, arg1: ImVec2, arg2: cs.system.IntPtr, arg3: Single, arg4: Single, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 cs.system.IntPtr
arg3 Single
arg4 Single
arg5 String
arg6 Int
Returns
Bool

ImGui_VSliderFloat(arg0: String, arg1: ImVec2, arg2: cs.system.IntPtr, arg3: Single, arg4: Single): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 cs.system.IntPtr
arg3 Single
arg4 Single
Returns
Bool

ImGui_VSliderIntEx(arg0: String, arg1: ImVec2, arg2: cs.system.IntPtr, arg3: Int, arg4: Int, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 cs.system.IntPtr
arg3 Int
arg4 Int
arg5 String
arg6 Int
Returns
Bool

ImGui_VSliderInt(arg0: String, arg1: ImVec2, arg2: cs.system.IntPtr, arg3: Int, arg4: Int): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 cs.system.IntPtr
arg3 Int
arg4 Int
Returns
Bool

ImGui_VSliderScalarEx(arg0: String, arg1: ImVec2, arg2: Int, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr, arg6: String, arg7: Int): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 Int
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
arg6 String
arg7 Int
Returns
Bool

ImGui_VSliderScalar(arg0: String, arg1: ImVec2, arg2: Int, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 ImVec2
arg2 Int
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
Returns
Bool

ImGui_InputTextEx(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
Returns
Bool

ImGui_InputText(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
Returns
Bool

ImGui_InputTextMultilineEx(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: ImVec2, arg4: Int, arg5: cs.system.IntPtr, arg6: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 ImVec2
arg4 Int
arg5 cs.system.IntPtr
arg6 cs.system.IntPtr
Returns
Bool

ImGui_InputTextMultiline(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
Returns
Bool

ImGui_InputTextWithHintEx(arg0: String, arg1: String, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: Int, arg5: cs.system.IntPtr, arg6: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 String
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 Int
arg5 cs.system.IntPtr
arg6 cs.system.IntPtr
Returns
Bool

ImGui_InputTextWithHint(arg0: String, arg1: String, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: Int): Bool
Name Type
arg0 String
arg1 String
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 Int
Returns
Bool

ImGui_InputFloatEx(arg0: String, arg1: cs.system.IntPtr, arg2: Single, arg3: Single, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Single
arg3 Single
arg4 String
arg5 Int
Returns
Bool

ImGui_InputFloat(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_InputFloat2Ex(arg0: String, arg1: cs.system.IntPtr, arg2: String, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 String
arg3 Int
Returns
Bool

ImGui_InputFloat2(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_InputFloat3Ex(arg0: String, arg1: cs.system.IntPtr, arg2: String, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 String
arg3 Int
Returns
Bool

ImGui_InputFloat3(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_InputFloat4Ex(arg0: String, arg1: cs.system.IntPtr, arg2: String, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 String
arg3 Int
Returns
Bool

ImGui_InputFloat4(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_InputIntEx(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int, arg4: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
arg4 Int
Returns
Bool

ImGui_InputInt(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_InputInt2(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_InputInt3(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_InputInt4(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_InputDoubleEx(arg0: String, arg1: cs.system.IntPtr, arg2: Float, arg3: Float, arg4: String, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Float
arg3 Float
arg4 String
arg5 Int
Returns
Bool

ImGui_InputDouble(arg0: String, arg1: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
Returns
Bool

ImGui_InputScalarEx(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr, arg5: String, arg6: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
arg5 String
arg6 Int
Returns
Bool

ImGui_InputScalar(arg0: String, arg1: Int, arg2: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
Returns
Bool

ImGui_InputScalarNEx(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: Int, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr, arg6: String, arg7: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 Int
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
arg6 String
arg7 Int
Returns
Bool

ImGui_InputScalarN(arg0: String, arg1: Int, arg2: cs.system.IntPtr, arg3: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 cs.system.IntPtr
arg3 Int
Returns
Bool

ImGui_ColorEdit3(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_ColorEdit4(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_ColorPicker3(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_ColorPicker4(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 cs.system.IntPtr
Returns
Bool

ImGui_ColorButtonEx(arg0: String, arg1: ImVec4, arg2: Int, arg3: ImVec2): Bool
Name Type
arg0 String
arg1 ImVec4
arg2 Int
arg3 ImVec2
Returns
Bool

ImGui_ColorButton(arg0: String, arg1: ImVec4, arg2: Int): Bool
Name Type
arg0 String
arg1 ImVec4
arg2 Int
Returns
Bool

ImGui_SetColorEditOptions(arg0: Int): Void
Name Type
arg0 Int

ImGui_TreeNode(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_TreeNodeStrUnformatted(arg0: String, arg1: String): Bool
Name Type
arg0 String
arg1 String
Returns
Bool

ImGui_TreeNodePtrUnformatted(arg0: cs.system.IntPtr, arg1: String): Bool
Name Type
arg0 cs.system.IntPtr
arg1 String
Returns
Bool

ImGui_TreeNodeEx(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_TreeNodeExStrUnformatted(arg0: String, arg1: Int, arg2: String): Bool
Name Type
arg0 String
arg1 Int
arg2 String
Returns
Bool

ImGui_TreeNodeExPtrUnformatted(arg0: cs.system.IntPtr, arg1: Int, arg2: String): Bool
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 String
Returns
Bool

ImGui_TreePush(arg0: String): Void
Name Type
arg0 String

ImGui_TreePushPtr(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_TreePop(): Void

ImGui_GetTreeNodeToLabelSpacing(): Single
Returns
Single

ImGui_CollapsingHeader(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_CollapsingHeaderBoolPtr(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_SetNextItemOpen(arg0: Bool, arg1: Int): Void
Name Type
arg0 Bool
arg1 Int

ImGui_SetNextItemStorageID(arg0: UInt): Void
Name Type
arg0 UInt

ImGui_TreeNodeGetOpen(arg0: UInt): Bool
Name Type
arg0 UInt
Returns
Bool

ImGui_SelectableEx(arg0: String, arg1: Bool, arg2: Int, arg3: ImVec2): Bool
Name Type
arg0 String
arg1 Bool
arg2 Int
arg3 ImVec2
Returns
Bool

ImGui_Selectable(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_SelectableBoolPtrEx(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: ImVec2): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 ImVec2
Returns
Bool

ImGui_SelectableBoolPtr(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_BeginMultiSelectEx(arg0: Int, arg1: Int, arg2: Int): cs.system.IntPtr
Name Type
arg0 Int
arg1 Int
arg2 Int
Returns
cs.system.IntPtr

ImGui_BeginMultiSelect(arg0: Int): cs.system.IntPtr
Name Type
arg0 Int
Returns
cs.system.IntPtr

ImGui_EndMultiSelect(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_SetNextItemSelectionUserData(arg0: haxe.Int64): Void
Name Type
arg0 haxe.Int64

ImGui_IsItemToggledSelection(): Bool
Returns
Bool

ImGui_BeginListBox(arg0: String, arg1: ImVec2): Bool
Name Type
arg0 String
arg1 ImVec2
Returns
Bool

ImGui_EndListBox(): Void

ImGui_ListBox(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int, arg4: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
arg4 Int
Returns
Bool

ImGui_ListBoxCallbackEx(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: Int, arg5: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 Int
arg5 Int
Returns
Bool

ImGui_ListBoxCallback(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 Int
Returns
Bool

ImGui_PlotLinesEx(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int, arg4: String, arg5: Single, arg6: Single, arg7: ImVec2, arg8: Int): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
arg4 String
arg5 Single
arg6 Single
arg7 ImVec2
arg8 Int

ImGui_PlotLines(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int

ImGui_PlotLinesCallbackEx(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int, arg4: Int, arg5: String, arg6: Single, arg7: Single, arg8: ImVec2): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
arg4 Int
arg5 String
arg6 Single
arg7 Single
arg8 ImVec2

ImGui_PlotLinesCallback(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int

ImGui_PlotHistogramEx(arg0: String, arg1: cs.system.IntPtr, arg2: Int, arg3: Int, arg4: String, arg5: Single, arg6: Single, arg7: ImVec2, arg8: Int): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
arg3 Int
arg4 String
arg5 Single
arg6 Single
arg7 ImVec2
arg8 Int

ImGui_PlotHistogram(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int

ImGui_PlotHistogramCallbackEx(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int, arg4: Int, arg5: String, arg6: Single, arg7: Single, arg8: ImVec2): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
arg4 Int
arg5 String
arg6 Single
arg7 Single
arg8 ImVec2

ImGui_PlotHistogramCallback(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int): Void
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int

ImGui_BeginMenuBar(): Bool
Returns
Bool

ImGui_EndMenuBar(): Void

ImGui_BeginMainMenuBar(): Bool
Returns
Bool

ImGui_EndMainMenuBar(): Void

ImGui_BeginMenuEx(arg0: String, arg1: Bool): Bool
Name Type
arg0 String
arg1 Bool
Returns
Bool

ImGui_BeginMenu(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_EndMenu(): Void

ImGui_MenuItemEx(arg0: String, arg1: String, arg2: Bool, arg3: Bool): Bool
Name Type
arg0 String
arg1 String
arg2 Bool
arg3 Bool
Returns
Bool

ImGui_MenuItem(arg0: String): Bool
Name Type
arg0 String
Returns
Bool

ImGui_MenuItemBoolPtr(arg0: String, arg1: String, arg2: cs.system.IntPtr, arg3: Bool): Bool
Name Type
arg0 String
arg1 String
arg2 cs.system.IntPtr
arg3 Bool
Returns
Bool

ImGui_BeginTooltip(): Bool
Returns
Bool

ImGui_EndTooltip(): Void

ImGui_SetTooltipUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_BeginItemTooltip(): Bool
Returns
Bool

ImGui_SetItemTooltipUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_BeginPopup(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_BeginPopupModal(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_EndPopup(): Void

ImGui_OpenPopup(arg0: String, arg1: Int): Void
Name Type
arg0 String
arg1 Int

ImGui_OpenPopupID(arg0: UInt, arg1: Int): Void
Name Type
arg0 UInt
arg1 Int

ImGui_OpenPopupOnItemClick(arg0: String, arg1: Int): Void
Name Type
arg0 String
arg1 Int

ImGui_CloseCurrentPopup(): Void

ImGui_BeginPopupContextItemEx(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_BeginPopupContextItem(): Bool
Returns
Bool

ImGui_BeginPopupContextWindowEx(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_BeginPopupContextWindow(): Bool
Returns
Bool

ImGui_BeginPopupContextVoidEx(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_BeginPopupContextVoid(): Bool
Returns
Bool

ImGui_IsPopupOpen(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_BeginTableEx(arg0: String, arg1: Int, arg2: Int, arg3: ImVec2, arg4: Single): Bool
Name Type
arg0 String
arg1 Int
arg2 Int
arg3 ImVec2
arg4 Single
Returns
Bool

ImGui_BeginTable(arg0: String, arg1: Int, arg2: Int): Bool
Name Type
arg0 String
arg1 Int
arg2 Int
Returns
Bool

ImGui_EndTable(): Void

ImGui_TableNextRowEx(arg0: Int, arg1: Single): Void
Name Type
arg0 Int
arg1 Single

ImGui_TableNextRow(): Void

ImGui_TableNextColumn(): Bool
Returns
Bool

ImGui_TableSetColumnIndex(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_TableSetupColumnEx(arg0: String, arg1: Int, arg2: Single, arg3: UInt): Void
Name Type
arg0 String
arg1 Int
arg2 Single
arg3 UInt

ImGui_TableSetupColumn(arg0: String, arg1: Int): Void
Name Type
arg0 String
arg1 Int

ImGui_TableSetupScrollFreeze(arg0: Int, arg1: Int): Void
Name Type
arg0 Int
arg1 Int

ImGui_TableHeader(arg0: String): Void
Name Type
arg0 String

ImGui_TableHeadersRow(): Void

ImGui_TableAngledHeadersRow(): Void

ImGui_TableGetSortSpecs(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_TableGetColumnCount(): Int
Returns
Int

ImGui_TableGetColumnIndex(): Int
Returns
Int

ImGui_TableGetRowIndex(): Int
Returns
Int

ImGui_TableGetColumnName(arg0: Int): cs.system.IntPtr
Name Type
arg0 Int
Returns
cs.system.IntPtr

ImGui_TableGetColumnFlags(arg0: Int): Int
Name Type
arg0 Int
Returns
Int

ImGui_TableSetColumnEnabled(arg0: Int, arg1: Bool): Void
Name Type
arg0 Int
arg1 Bool

ImGui_TableGetHoveredColumn(): Int
Returns
Int

ImGui_TableSetBgColor(arg0: Int, arg1: UInt, arg2: Int): Void
Name Type
arg0 Int
arg1 UInt
arg2 Int

ImGui_ColumnsEx(arg0: Int, arg1: String, arg2: Bool): Void
Name Type
arg0 Int
arg1 String
arg2 Bool

ImGui_Columns(): Void

ImGui_NextColumn(): Void

ImGui_GetColumnIndex(): Int
Returns
Int

ImGui_GetColumnWidth(arg0: Int): Single
Name Type
arg0 Int
Returns
Single

ImGui_SetColumnWidth(arg0: Int, arg1: Single): Void
Name Type
arg0 Int
arg1 Single

ImGui_GetColumnOffset(arg0: Int): Single
Name Type
arg0 Int
Returns
Single

ImGui_SetColumnOffset(arg0: Int, arg1: Single): Void
Name Type
arg0 Int
arg1 Single

ImGui_GetColumnsCount(): Int
Returns
Int

ImGui_BeginTabBar(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_EndTabBar(): Void

ImGui_BeginTabItem(arg0: String, arg1: cs.system.IntPtr, arg2: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 Int
Returns
Bool

ImGui_EndTabItem(): Void

ImGui_TabItemButton(arg0: String, arg1: Int): Bool
Name Type
arg0 String
arg1 Int
Returns
Bool

ImGui_SetTabItemClosed(arg0: String): Void
Name Type
arg0 String

ImGui_DockSpaceEx(arg0: UInt, arg1: ImVec2, arg2: Int, arg3: cs.system.IntPtr): UInt
Name Type
arg0 UInt
arg1 ImVec2
arg2 Int
arg3 cs.system.IntPtr
Returns
UInt

ImGui_DockSpace(arg0: UInt): UInt
Name Type
arg0 UInt
Returns
UInt

ImGui_DockSpaceOverViewportEx(arg0: UInt, arg1: cs.system.IntPtr, arg2: Int, arg3: cs.system.IntPtr): UInt
Name Type
arg0 UInt
arg1 cs.system.IntPtr
arg2 Int
arg3 cs.system.IntPtr
Returns
UInt

ImGui_DockSpaceOverViewport(): UInt
Returns
UInt

ImGui_SetNextWindowDockID(arg0: UInt, arg1: Int): Void
Name Type
arg0 UInt
arg1 Int

ImGui_SetNextWindowClass(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_GetWindowDockID(): UInt
Returns
UInt

ImGui_IsWindowDocked(): Bool
Returns
Bool

ImGui_LogToTTY(arg0: Int): Void
Name Type
arg0 Int

ImGui_LogToFile(arg0: Int, arg1: String): Void
Name Type
arg0 Int
arg1 String

ImGui_LogToClipboard(arg0: Int): Void
Name Type
arg0 Int

ImGui_LogFinish(): Void

ImGui_LogButtons(): Void

ImGui_LogTextUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_BeginDragDropSource(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_SetDragDropPayload(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: Int): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 Int
Returns
Bool

ImGui_EndDragDropSource(): Void

ImGui_BeginDragDropTarget(): Bool
Returns
Bool

ImGui_AcceptDragDropPayload(arg0: String, arg1: Int): cs.system.IntPtr
Name Type
arg0 String
arg1 Int
Returns
cs.system.IntPtr

ImGui_EndDragDropTarget(): Void

ImGui_GetDragDropPayload(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_BeginDisabled(arg0: Bool): Void
Name Type
arg0 Bool

ImGui_EndDisabled(): Void

ImGui_PushClipRect(arg0: ImVec2, arg1: ImVec2, arg2: Bool): Void
Name Type
arg0 ImVec2
arg1 ImVec2
arg2 Bool

ImGui_PopClipRect(): Void

ImGui_SetItemDefaultFocus(): Void

ImGui_SetKeyboardFocusHereEx(arg0: Int): Void
Name Type
arg0 Int

ImGui_SetKeyboardFocusHere(): Void

ImGui_SetNavCursorVisible(arg0: Bool): Void
Name Type
arg0 Bool

ImGui_SetNextItemAllowOverlap(): Void

ImGui_IsItemHovered(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsItemActive(): Bool
Returns
Bool

ImGui_IsItemFocused(): Bool
Returns
Bool

ImGui_IsItemClickedEx(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsItemClicked(): Bool
Returns
Bool

ImGui_IsItemVisible(): Bool
Returns
Bool

ImGui_IsItemEdited(): Bool
Returns
Bool

ImGui_IsItemActivated(): Bool
Returns
Bool

ImGui_IsItemDeactivated(): Bool
Returns
Bool

ImGui_IsItemDeactivatedAfterEdit(): Bool
Returns
Bool

ImGui_IsItemToggledOpen(): Bool
Returns
Bool

ImGui_IsAnyItemHovered(): Bool
Returns
Bool

ImGui_IsAnyItemActive(): Bool
Returns
Bool

ImGui_IsAnyItemFocused(): Bool
Returns
Bool

ImGui_GetItemID(): UInt
Returns
UInt

ImGui_GetItemRectMin(): ImVec2
Returns
ImVec2

ImGui_GetItemRectMax(): ImVec2
Returns
ImVec2

ImGui_GetItemRectSize(): ImVec2
Returns
ImVec2

ImGui_GetItemFlags(): Int
Returns
Int

ImGui_GetMainViewport(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetBackgroundDrawListEx(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetBackgroundDrawList(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetForegroundDrawListEx(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetForegroundDrawList(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_IsRectVisibleBySize(arg0: ImVec2): Bool
Name Type
arg0 ImVec2
Returns
Bool

ImGui_IsRectVisible(arg0: ImVec2, arg1: ImVec2): Bool
Name Type
arg0 ImVec2
arg1 ImVec2
Returns
Bool

ImGui_GetTime(): Float
Returns
Float

ImGui_GetFrameCount(): Int
Returns
Int

ImGui_GetDrawListSharedData(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_GetStyleColorName(arg0: Int): cs.system.IntPtr
Name Type
arg0 Int
Returns
cs.system.IntPtr

ImGui_SetStateStorage(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_GetStateStorage(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_CalcTextSizeEx(arg0: String, arg1: String, arg2: Bool, arg3: Single): ImVec2
Name Type
arg0 String
arg1 String
arg2 Bool
arg3 Single
Returns
ImVec2

ImGui_CalcTextSize(arg0: String): ImVec2
Name Type
arg0 String
Returns
ImVec2

ImGui_ColorConvertU32ToFloat4(arg0: UInt): ImVec4
Name Type
arg0 UInt
Returns
ImVec4

ImGui_ColorConvertFloat4ToU32(arg0: ImVec4): UInt
Name Type
arg0 ImVec4
Returns
UInt

ImGui_ColorConvertRGBtoHSV(arg0: Single, arg1: Single, arg2: Single, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr): Void
Name Type
arg0 Single
arg1 Single
arg2 Single
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr

ImGui_ColorConvertHSVtoRGB(arg0: Single, arg1: Single, arg2: Single, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr): Void
Name Type
arg0 Single
arg1 Single
arg2 Single
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr

ImGui_IsKeyDown(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsKeyPressedEx(arg0: Int, arg1: Bool): Bool
Name Type
arg0 Int
arg1 Bool
Returns
Bool

ImGui_IsKeyPressed(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsKeyReleased(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsKeyChordPressed(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_GetKeyPressedAmount(arg0: Int, arg1: Single, arg2: Single): Int
Name Type
arg0 Int
arg1 Single
arg2 Single
Returns
Int

ImGui_GetKeyName(arg0: Int): cs.system.IntPtr
Name Type
arg0 Int
Returns
cs.system.IntPtr

ImGui_SetNextFrameWantCaptureKeyboard(arg0: Bool): Void
Name Type
arg0 Bool

ImGui_Shortcut(arg0: Int, arg1: Int): Bool
Name Type
arg0 Int
arg1 Int
Returns
Bool

ImGui_SetNextItemShortcut(arg0: Int, arg1: Int): Void
Name Type
arg0 Int
arg1 Int

ImGui_SetItemKeyOwner(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsMouseDown(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsMouseClickedEx(arg0: Int, arg1: Bool): Bool
Name Type
arg0 Int
arg1 Bool
Returns
Bool

ImGui_IsMouseClicked(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsMouseReleased(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsMouseDoubleClicked(arg0: Int): Bool
Name Type
arg0 Int
Returns
Bool

ImGui_IsMouseReleasedWithDelay(arg0: Int, arg1: Single): Bool
Name Type
arg0 Int
arg1 Single
Returns
Bool

ImGui_GetMouseClickedCount(arg0: Int): Int
Name Type
arg0 Int
Returns
Int

ImGui_IsMouseHoveringRectEx(arg0: ImVec2, arg1: ImVec2, arg2: Bool): Bool
Name Type
arg0 ImVec2
arg1 ImVec2
arg2 Bool
Returns
Bool

ImGui_IsMouseHoveringRect(arg0: ImVec2, arg1: ImVec2): Bool
Name Type
arg0 ImVec2
arg1 ImVec2
Returns
Bool

ImGui_IsMousePosValid(arg0: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
Returns
Bool

ImGui_IsAnyMouseDown(): Bool
Returns
Bool

ImGui_GetMousePos(): ImVec2
Returns
ImVec2

ImGui_GetMousePosOnOpeningCurrentPopup(): ImVec2
Returns
ImVec2

ImGui_IsMouseDragging(arg0: Int, arg1: Single): Bool
Name Type
arg0 Int
arg1 Single
Returns
Bool

ImGui_GetMouseDragDelta(arg0: Int, arg1: Single): ImVec2
Name Type
arg0 Int
arg1 Single
Returns
ImVec2

ImGui_ResetMouseDragDeltaEx(arg0: Int): Void
Name Type
arg0 Int

ImGui_ResetMouseDragDelta(): Void

ImGui_GetMouseCursor(): Int
Returns
Int

ImGui_SetMouseCursor(arg0: Int): Void
Name Type
arg0 Int

ImGui_SetNextFrameWantCaptureMouse(arg0: Bool): Void
Name Type
arg0 Bool

ImGui_GetClipboardText(): cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_SetClipboardText(arg0: String): Void
Name Type
arg0 String

ImGui_LoadIniSettingsFromDisk(arg0: String): Void
Name Type
arg0 String

ImGui_LoadIniSettingsFromMemory(arg0: String, arg1: cs.system.IntPtr): Void
Name Type
arg0 String
arg1 cs.system.IntPtr

ImGui_SaveIniSettingsToDisk(arg0: String): Void
Name Type
arg0 String

ImGui_SaveIniSettingsToMemory(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_DebugTextEncoding(arg0: String): Void
Name Type
arg0 String

ImGui_DebugFlashStyleColor(arg0: Int): Void
Name Type
arg0 Int

ImGui_DebugStartItemPicker(): Void

ImGui_DebugCheckVersionAndDataLayout(arg0: String, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr, arg6: cs.system.IntPtr): Bool
Name Type
arg0 String
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
arg6 cs.system.IntPtr
Returns
Bool

ImGui_DebugLogUnformatted(arg0: String): Void
Name Type
arg0 String

ImGui_SetAllocatorFunctions(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr

ImGui_GetAllocatorFunctions(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr

ImGui_MemAlloc(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGui_MemFree(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGui_UpdatePlatformWindows(): Void

ImGui_RenderPlatformWindowsDefaultEx(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImGui_RenderPlatformWindowsDefault(): Void

ImGui_DestroyPlatformWindows(): Void

ImGui_FindViewportByID(arg0: UInt): cs.system.IntPtr
Name Type
arg0 UInt
Returns
cs.system.IntPtr

ImGui_FindViewportByPlatformHandle(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImVector_Construct(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImVector_Destruct(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiPlatformIO_SetPlatform_GetWindowWorkAreaInsets(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiPlatformIO_SetPlatform_GetWindowFramebufferScale(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiPlatformIO_SetPlatform_GetWindowPos(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiPlatformIO_SetPlatform_GetWindowSize(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiStyle_ScaleAllSizes(arg0: cs.system.IntPtr, arg1: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single

ImGuiIO_AddKeyEvent(arg0: cs.system.IntPtr, arg1: Int, arg2: Bool): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Bool

ImGuiIO_AddKeyAnalogEvent(arg0: cs.system.IntPtr, arg1: Int, arg2: Bool, arg3: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Bool
arg3 Single

ImGuiIO_AddMousePosEvent(arg0: cs.system.IntPtr, arg1: Single, arg2: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single
arg2 Single

ImGuiIO_AddMouseButtonEvent(arg0: cs.system.IntPtr, arg1: Int, arg2: Bool): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Bool

ImGuiIO_AddMouseWheelEvent(arg0: cs.system.IntPtr, arg1: Single, arg2: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single
arg2 Single

ImGuiIO_AddMouseSourceEvent(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImGuiIO_AddMouseViewportEvent(arg0: cs.system.IntPtr, arg1: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt

ImGuiIO_AddFocusEvent(arg0: cs.system.IntPtr, arg1: Bool): Void
Name Type
arg0 cs.system.IntPtr
arg1 Bool

ImGuiIO_AddInputCharacter(arg0: cs.system.IntPtr, arg1: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt

ImGuiIO_AddInputCharacterUTF16(arg0: cs.system.IntPtr, arg1: cs.UInt16): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt16

ImGuiIO_AddInputCharactersUTF8(arg0: cs.system.IntPtr, arg1: String): Void
Name Type
arg0 cs.system.IntPtr
arg1 String

ImGuiIO_SetKeyEventNativeDataEx(arg0: cs.system.IntPtr, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int
arg3 Int
arg4 Int

ImGuiIO_SetKeyEventNativeData(arg0: cs.system.IntPtr, arg1: Int, arg2: Int, arg3: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int
arg3 Int

ImGuiIO_SetAppAcceptingEvents(arg0: cs.system.IntPtr, arg1: Bool): Void
Name Type
arg0 cs.system.IntPtr
arg1 Bool

ImGuiIO_ClearEventsQueue(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiIO_ClearInputKeys(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiIO_ClearInputMouse(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiInputTextCallbackData_DeleteChars(arg0: cs.system.IntPtr, arg1: Int, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int

ImGuiInputTextCallbackData_InsertChars(arg0: cs.system.IntPtr, arg1: Int, arg2: String, arg3: String): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 String
arg3 String

ImGuiInputTextCallbackData_SelectAll(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiInputTextCallbackData_SetSelection(arg0: cs.system.IntPtr, arg1: Int, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int

ImGuiInputTextCallbackData_ClearSelection(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiInputTextCallbackData_HasSelection(arg0: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
Returns
Bool

ImGuiPayload_Clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiPayload_IsDataType(arg0: cs.system.IntPtr, arg1: String): Bool
Name Type
arg0 cs.system.IntPtr
arg1 String
Returns
Bool

ImGuiPayload_IsPreview(arg0: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
Returns
Bool

ImGuiPayload_IsDelivery(arg0: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
Returns
Bool

ImGuiTextBuffer_begin(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGuiTextBuffer_end(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGuiTextBuffer_size(arg0: cs.system.IntPtr): Int
Name Type
arg0 cs.system.IntPtr
Returns
Int

ImGuiTextBuffer_empty(arg0: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
Returns
Bool

ImGuiTextBuffer_clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiTextBuffer_resize(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImGuiTextBuffer_reserve(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImGuiTextBuffer_c_str(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGuiTextBuffer_append(arg0: cs.system.IntPtr, arg1: String, arg2: String): Void
Name Type
arg0 cs.system.IntPtr
arg1 String
arg2 String

ImGuiStorage_Clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiStorage_GetInt(arg0: cs.system.IntPtr, arg1: UInt, arg2: Int): Int
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Int
Returns
Int

ImGuiStorage_SetInt(arg0: cs.system.IntPtr, arg1: UInt, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Int

ImGuiStorage_GetBool(arg0: cs.system.IntPtr, arg1: UInt, arg2: Bool): Bool
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Bool
Returns
Bool

ImGuiStorage_SetBool(arg0: cs.system.IntPtr, arg1: UInt, arg2: Bool): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Bool

ImGuiStorage_GetFloat(arg0: cs.system.IntPtr, arg1: UInt, arg2: Single): Single
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Single
Returns
Single

ImGuiStorage_SetFloat(arg0: cs.system.IntPtr, arg1: UInt, arg2: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Single

ImGuiStorage_GetVoidPtr(arg0: cs.system.IntPtr, arg1: UInt): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 UInt
Returns
cs.system.IntPtr

ImGuiStorage_SetVoidPtr(arg0: cs.system.IntPtr, arg1: UInt, arg2: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 cs.system.IntPtr

ImGuiStorage_GetIntRef(arg0: cs.system.IntPtr, arg1: UInt, arg2: Int): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Int
Returns
cs.system.IntPtr

ImGuiStorage_GetBoolRef(arg0: cs.system.IntPtr, arg1: UInt, arg2: Bool): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Bool
Returns
cs.system.IntPtr

ImGuiStorage_GetFloatRef(arg0: cs.system.IntPtr, arg1: UInt, arg2: Single): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Single
Returns
cs.system.IntPtr

ImGuiStorage_GetVoidPtrRef(arg0: cs.system.IntPtr, arg1: UInt, arg2: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGuiStorage_BuildSortByKey(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiStorage_SetAllInt(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImGuiListClipper_Begin(arg0: cs.system.IntPtr, arg1: Int, arg2: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Single

ImGuiListClipper_End(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiListClipper_Step(arg0: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
Returns
Bool

ImGuiListClipper_IncludeItemByIndex(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImGuiListClipper_IncludeItemsByIndex(arg0: cs.system.IntPtr, arg1: Int, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int

ImGuiListClipper_SeekCursorForItem(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImColor_SetHSV(arg0: cs.system.IntPtr, arg1: Single, arg2: Single, arg3: Single, arg4: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single
arg2 Single
arg3 Single
arg4 Single

ImGuiSelectionBasicStorage_ApplyRequests(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImGuiSelectionBasicStorage_Contains(arg0: cs.system.IntPtr, arg1: UInt): Bool
Name Type
arg0 cs.system.IntPtr
arg1 UInt
Returns
Bool

ImGuiSelectionBasicStorage_Clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiSelectionBasicStorage_Swap(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImGuiSelectionBasicStorage_SetItemSelected(arg0: cs.system.IntPtr, arg1: UInt, arg2: Bool): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Bool

ImGuiSelectionBasicStorage_GetNextSelectedItem(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
Returns
Bool

ImGuiSelectionBasicStorage_GetStorageIdFromIndex(arg0: cs.system.IntPtr, arg1: Int): UInt
Name Type
arg0 cs.system.IntPtr
arg1 Int
Returns
UInt

ImGuiSelectionExternalStorage_ApplyRequests(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImDrawCmd_GetTexID(arg0: cs.system.IntPtr): cs.UInt64
Name Type
arg0 cs.system.IntPtr
Returns
cs.UInt64

ImDrawListSplitter_Clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawListSplitter_ClearFreeMemory(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawListSplitter_Split(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Int

ImDrawListSplitter_Merge(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImDrawListSplitter_SetCurrentChannel(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Int

ImDrawList_PushClipRect(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: Bool): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 Bool

ImDrawList_PushClipRectFullScreen(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList_PopClipRect(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList_PushTexture(arg0: cs.system.IntPtr, arg1: ImTextureRef): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImTextureRef

ImDrawList_PopTexture(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList_GetClipRectMin(arg0: cs.system.IntPtr): ImVec2
Name Type
arg0 cs.system.IntPtr
Returns
ImVec2

ImDrawList_GetClipRectMax(arg0: cs.system.IntPtr): ImVec2
Name Type
arg0 cs.system.IntPtr
Returns
ImVec2

ImDrawList_AddLineEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt, arg4: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt
arg4 Single

ImDrawList_AddLine(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList_AddLineHEx(arg0: cs.system.IntPtr, arg1: Single, arg2: Single, arg3: Single, arg4: UInt, arg5: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single
arg2 Single
arg3 Single
arg4 UInt
arg5 Single

ImDrawList_AddLineH(arg0: cs.system.IntPtr, arg1: Single, arg2: Single, arg3: Single, arg4: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single
arg2 Single
arg3 Single
arg4 UInt

ImDrawList_AddLineVEx(arg0: cs.system.IntPtr, arg1: Single, arg2: Single, arg3: Single, arg4: UInt, arg5: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single
arg2 Single
arg3 Single
arg4 UInt
arg5 Single

ImDrawList_AddLineV(arg0: cs.system.IntPtr, arg1: Single, arg2: Single, arg3: Single, arg4: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 Single
arg2 Single
arg3 Single
arg4 UInt

ImDrawList_AddRectEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt, arg4: Single, arg5: Single, arg6: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt
arg4 Single
arg5 Single
arg6 Int

ImDrawList_AddRect(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList_AddRectFilledEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt, arg4: Single, arg5: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt
arg4 Single
arg5 Int

ImDrawList_AddRectFilled(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList_AddRectFilledMultiColor(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt, arg4: UInt, arg5: UInt, arg6: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt
arg4 UInt
arg5 UInt
arg6 UInt

ImDrawList_AddQuadEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: UInt, arg6: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 UInt
arg6 Single

ImDrawList_AddQuad(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 UInt

ImDrawList_AddQuadFilled(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 UInt

ImDrawList_AddTriangleEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: UInt, arg5: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 UInt
arg5 Single

ImDrawList_AddTriangle(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 UInt

ImDrawList_AddTriangleFilled(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 UInt

ImDrawList_AddCircleEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: UInt, arg4: Int, arg5: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 UInt
arg4 Int
arg5 Single

ImDrawList_AddCircle(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 UInt

ImDrawList_AddCircleFilled(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: UInt, arg4: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 UInt
arg4 Int

ImDrawList_AddNgonEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: UInt, arg4: Int, arg5: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 UInt
arg4 Int
arg5 Single

ImDrawList_AddNgon(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: UInt, arg4: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 UInt
arg4 Int

ImDrawList_AddNgonFilled(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: UInt, arg4: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 UInt
arg4 Int

ImDrawList_AddEllipseEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt, arg4: Single, arg5: Int, arg6: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt
arg4 Single
arg5 Int
arg6 Single

ImDrawList_AddEllipse(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList_AddEllipseFilledEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt, arg4: Single, arg5: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt
arg4 Single
arg5 Int

ImDrawList_AddEllipseFilled(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList_AddTextEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: UInt, arg3: String, arg4: String): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 UInt
arg3 String
arg4 String

ImDrawList_AddText(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: UInt, arg3: String): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 UInt
arg3 String

ImDrawList_AddTextImFontPtrEx(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Single, arg3: ImVec2, arg4: UInt, arg5: String, arg6: String, arg7: Single, arg8: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Single
arg3 ImVec2
arg4 UInt
arg5 String
arg6 String
arg7 Single
arg8 cs.system.IntPtr

ImDrawList_AddTextImFontPtr(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Single, arg3: ImVec2, arg4: UInt, arg5: String): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Single
arg3 ImVec2
arg4 UInt
arg5 String

ImDrawList_AddBezierCubic(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: UInt, arg6: Single, arg7: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 UInt
arg6 Single
arg7 Int

ImDrawList_AddBezierQuadratic(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: UInt, arg5: Single, arg6: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 UInt
arg5 Single
arg6 Int

ImDrawList_AddPolyline(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Int, arg3: UInt, arg4: Single, arg5: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Int
arg3 UInt
arg4 Single
arg5 Int

ImDrawList_AddConvexPolyFilled(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Int, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Int
arg3 UInt

ImDrawList_AddConcavePolyFilled(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Int, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Int
arg3 UInt

ImDrawList_AddImageEx(arg0: cs.system.IntPtr, arg1: ImTextureRef, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: ImVec2, arg6: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImTextureRef
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 ImVec2
arg6 UInt

ImDrawList_AddImage(arg0: cs.system.IntPtr, arg1: ImTextureRef, arg2: ImVec2, arg3: ImVec2): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImTextureRef
arg2 ImVec2
arg3 ImVec2

ImDrawList_AddImageQuadEx(arg0: cs.system.IntPtr, arg1: ImTextureRef, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: ImVec2, arg6: ImVec2, arg7: ImVec2, arg8: ImVec2, arg9: ImVec2, arg10: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImTextureRef
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 ImVec2
arg6 ImVec2
arg7 ImVec2
arg8 ImVec2
arg9 ImVec2
arg10 UInt

ImDrawList_AddImageQuad(arg0: cs.system.IntPtr, arg1: ImTextureRef, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: ImVec2): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImTextureRef
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 ImVec2

ImDrawList_AddImageRounded(arg0: cs.system.IntPtr, arg1: ImTextureRef, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: ImVec2, arg6: UInt, arg7: Single, arg8: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImTextureRef
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 ImVec2
arg6 UInt
arg7 Single
arg8 Int

ImDrawList_PathClear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList_PathLineTo(arg0: cs.system.IntPtr, arg1: ImVec2): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2

ImDrawList_PathLineToMergeDuplicate(arg0: cs.system.IntPtr, arg1: ImVec2): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2

ImDrawList_PathFillConvex(arg0: cs.system.IntPtr, arg1: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt

ImDrawList_PathFillConcave(arg0: cs.system.IntPtr, arg1: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt

ImDrawList_PathStroke(arg0: cs.system.IntPtr, arg1: UInt, arg2: Single, arg3: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 UInt
arg2 Single
arg3 Int

ImDrawList_PathArcTo(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: Single, arg4: Single, arg5: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 Single
arg4 Single
arg5 Int

ImDrawList_PathArcToFast(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: Int, arg4: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 Int
arg4 Int

ImDrawList_PathEllipticalArcToEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: Single, arg4: Single, arg5: Single, arg6: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 Single
arg4 Single
arg5 Single
arg6 Int

ImDrawList_PathEllipticalArcTo(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: Single, arg4: Single, arg5: Single): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 Single
arg4 Single
arg5 Single

ImDrawList_PathBezierCubicCurveTo(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 Int

ImDrawList_PathBezierQuadraticCurveTo(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 Int

ImDrawList_PathRect(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: Single, arg4: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 Single
arg4 Int

ImDrawList_AddCallbackEx(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: cs.system.IntPtr, arg3: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 cs.system.IntPtr
arg3 cs.system.IntPtr

ImDrawList_AddCallback(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImDrawList_AddDrawCmd(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList_CloneOutput(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImDrawList_ChannelsSplit(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImDrawList_ChannelsMerge(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList_ChannelsSetCurrent(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImDrawList_PrimReserve(arg0: cs.system.IntPtr, arg1: Int, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int

ImDrawList_PrimUnreserve(arg0: cs.system.IntPtr, arg1: Int, arg2: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int

ImDrawList_PrimRect(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList_PrimRectUV(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 UInt

ImDrawList_PrimQuadUV(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: ImVec2, arg4: ImVec2, arg5: ImVec2, arg6: ImVec2, arg7: ImVec2, arg8: ImVec2, arg9: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 ImVec2
arg4 ImVec2
arg5 ImVec2
arg6 ImVec2
arg7 ImVec2
arg8 ImVec2
arg9 UInt

ImDrawList_PrimWriteVtx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList_PrimWriteIdx(arg0: cs.system.IntPtr, arg1: cs.UInt16): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt16

ImDrawList_PrimVtx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: ImVec2, arg3: UInt): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 ImVec2
arg3 UInt

ImDrawList__SetDrawListSharedData(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImDrawList__ResetForNewFrame(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList__ClearFreeMemory(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList__PopUnusedDrawCmd(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList__TryMergeDrawCmds(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList__OnChangedClipRect(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList__OnChangedTexture(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList__OnChangedVtxOffset(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawList__SetTexture(arg0: cs.system.IntPtr, arg1: ImTextureRef): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImTextureRef

ImDrawList__CalcCircleAutoSegmentCount(arg0: cs.system.IntPtr, arg1: Single): Int
Name Type
arg0 cs.system.IntPtr
arg1 Single
Returns
Int

ImDrawList__PathArcToFastEx(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: Int, arg4: Int, arg5: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 Int
arg4 Int
arg5 Int

ImDrawList__PathArcToN(arg0: cs.system.IntPtr, arg1: ImVec2, arg2: Single, arg3: Single, arg4: Single, arg5: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2
arg2 Single
arg3 Single
arg4 Single
arg5 Int

ImDrawData_Clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawData_AddDrawList(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImDrawData_DeIndexAllBuffers(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImDrawData_ScaleClipRects(arg0: cs.system.IntPtr, arg1: ImVec2): Void
Name Type
arg0 cs.system.IntPtr
arg1 ImVec2

ImTextureData_Create(arg0: cs.system.IntPtr, arg1: Int, arg2: Int, arg3: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int
arg3 Int

ImTextureData_DestroyPixels(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImTextureData_GetPixels(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImTextureData_GetPixelsAt(arg0: cs.system.IntPtr, arg1: Int, arg2: Int): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int
Returns
cs.system.IntPtr

ImTextureData_GetSizeInBytes(arg0: cs.system.IntPtr): Int
Name Type
arg0 cs.system.IntPtr
Returns
Int

ImTextureData_GetPitch(arg0: cs.system.IntPtr): Int
Name Type
arg0 cs.system.IntPtr
Returns
Int

ImTextureData_GetTexRef(arg0: cs.system.IntPtr): ImTextureRef
Name Type
arg0 cs.system.IntPtr
Returns
ImTextureRef

ImTextureData_GetTexID(arg0: cs.system.IntPtr): cs.UInt64
Name Type
arg0 cs.system.IntPtr
Returns
cs.UInt64

ImTextureData_SetTexID(arg0: cs.system.IntPtr, arg1: cs.UInt64): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt64

ImTextureData_SetStatus(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImFontGlyphRangesBuilder_Clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImFontGlyphRangesBuilder_GetBit(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
Returns
Bool

ImFontGlyphRangesBuilder_SetBit(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImFontGlyphRangesBuilder_AddChar(arg0: cs.system.IntPtr, arg1: cs.UInt16): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt16

ImFontGlyphRangesBuilder_AddText(arg0: cs.system.IntPtr, arg1: String, arg2: String): Void
Name Type
arg0 cs.system.IntPtr
arg1 String
arg2 String

ImFontGlyphRangesBuilder_AddRanges(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImFontGlyphRangesBuilder_BuildRanges(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImFontAtlas_AddFont(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddFontDefault(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddFontDefaultVector(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddFontDefaultBitmap(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddFontFromFileTTF(arg0: cs.system.IntPtr, arg1: String, arg2: Single, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 String
arg2 Single
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddFontFromMemoryTTF(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Int, arg3: Single, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Int
arg3 Single
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddFontFromMemoryCompressedTTF(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr, arg2: Int, arg3: Single, arg4: cs.system.IntPtr, arg5: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr
arg2 Int
arg3 Single
arg4 cs.system.IntPtr
arg5 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(arg0: cs.system.IntPtr, arg1: String, arg2: Single, arg3: cs.system.IntPtr, arg4: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 String
arg2 Single
arg3 cs.system.IntPtr
arg4 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_RemoveFont(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImFontAtlas_Clear(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImFontAtlas_ClearFonts(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImFontAtlas_CompactCache(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImFontAtlas_SetFontLoader(arg0: cs.system.IntPtr, arg1: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr
arg1 cs.system.IntPtr

ImFontAtlas_ClearInputData(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImFontAtlas_ClearTexData(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImFontAtlas_GetGlyphRangesDefault(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImFontAtlas_AddCustomRect(arg0: cs.system.IntPtr, arg1: Int, arg2: Int, arg3: cs.system.IntPtr): Int
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 Int
arg3 cs.system.IntPtr
Returns
Int

ImFontAtlas_RemoveCustomRect(arg0: cs.system.IntPtr, arg1: Int): Void
Name Type
arg0 cs.system.IntPtr
arg1 Int

ImFontAtlas_GetCustomRect(arg0: cs.system.IntPtr, arg1: Int, arg2: cs.system.IntPtr): Bool
Name Type
arg0 cs.system.IntPtr
arg1 Int
arg2 cs.system.IntPtr
Returns
Bool

ImFontBaked_ClearOutputData(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImFontBaked_FindGlyph(arg0: cs.system.IntPtr, arg1: cs.UInt16): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt16
Returns
cs.system.IntPtr

ImFontBaked_FindGlyphNoFallback(arg0: cs.system.IntPtr, arg1: cs.UInt16): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt16
Returns
cs.system.IntPtr

ImFontBaked_GetCharAdvance(arg0: cs.system.IntPtr, arg1: cs.UInt16): Single
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt16
Returns
Single

ImFontBaked_IsGlyphLoaded(arg0: cs.system.IntPtr, arg1: cs.UInt16): Bool
Name Type
arg0 cs.system.IntPtr
arg1 cs.UInt16
Returns
Bool

ImGuiViewport_GetCenter(arg0: cs.system.IntPtr): ImVec2
Name Type
arg0 cs.system.IntPtr
Returns
ImVec2

ImGuiViewport_GetWorkCenter(arg0: cs.system.IntPtr): ImVec2
Name Type
arg0 cs.system.IntPtr
Returns
ImVec2

ImGuiViewport_GetDebugName(arg0: cs.system.IntPtr): cs.system.IntPtr
Name Type
arg0 cs.system.IntPtr
Returns
cs.system.IntPtr

ImGuiPlatformIO_ClearPlatformHandlers(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

ImGuiPlatformIO_ClearRendererHandlers(arg0: cs.system.IntPtr): Void
Name Type
arg0 cs.system.IntPtr

dcjs_ImGuiTableSortSpecs_get_Specs(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiTableSortSpecs_set_Specs(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiTableSortSpecs_get_SpecsCount(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiTableSortSpecs_set_SpecsCount(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiTableSortSpecs_get_SpecsDirty(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiTableSortSpecs_set_SpecsDirty(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_sizeof_ImGuiTableSortSpecs(): Int
Returns
Int

dcjs_ImGuiTableColumnSortSpecs_get_ColumnUserID(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiTableColumnSortSpecs_set_ColumnUserID(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiTableColumnSortSpecs_get_ColumnIndex(self: cs.system.IntPtr): cs.Int16
Name Type
self cs.system.IntPtr
Returns
cs.Int16

dcjs_ImGuiTableColumnSortSpecs_set_ColumnIndex(self: cs.system.IntPtr, v: cs.Int16): Void
Name Type
self cs.system.IntPtr
v cs.Int16

dcjs_ImGuiTableColumnSortSpecs_get_SortOrder(self: cs.system.IntPtr): cs.Int16
Name Type
self cs.system.IntPtr
Returns
cs.Int16

dcjs_ImGuiTableColumnSortSpecs_set_SortOrder(self: cs.system.IntPtr, v: cs.Int16): Void
Name Type
self cs.system.IntPtr
v cs.Int16

dcjs_ImGuiTableColumnSortSpecs_get_SortDirection(self: cs.system.IntPtr): cs.UInt8
Name Type
self cs.system.IntPtr
Returns
cs.UInt8

dcjs_ImGuiTableColumnSortSpecs_set_SortDirection(self: cs.system.IntPtr, v: cs.UInt8): Void
Name Type
self cs.system.IntPtr
v cs.UInt8

dcjs_sizeof_ImGuiTableColumnSortSpecs(): Int
Returns
Int

dcjs_ImVector_ImGuiTextRange_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiTextRange_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiTextRange_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiTextRange_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiTextRange_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImGuiTextRange_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImGuiTextRange(): Int
Returns
Int

dcjs_ImVector_char_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_char_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_char_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_char_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_char_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_char_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_char(): Int
Returns
Int

dcjs_ImVector_ImGuiStoragePair_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiStoragePair_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiStoragePair_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiStoragePair_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiStoragePair_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImGuiStoragePair_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImGuiStoragePair(): Int
Returns
Int

dcjs_ImVector_ImGuiSelectionRequest_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiSelectionRequest_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiSelectionRequest_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiSelectionRequest_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiSelectionRequest_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImGuiSelectionRequest_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImGuiSelectionRequest(): Int
Returns
Int

dcjs_ImVector_ImDrawChannel_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawChannel_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawChannel_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawChannel_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawChannel_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImDrawChannel_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImDrawChannel(): Int
Returns
Int

dcjs_ImVector_ImDrawCmd_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawCmd_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawCmd_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawCmd_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawCmd_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImDrawCmd_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImDrawCmd(): Int
Returns
Int

dcjs_ImVector_ImDrawIdx_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawIdx_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawIdx_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawIdx_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawIdx_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImDrawIdx_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImDrawIdx(): Int
Returns
Int

dcjs_ImVector_ImDrawVert_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawVert_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawVert_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawVert_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawVert_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImDrawVert_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImDrawVert(): Int
Returns
Int

dcjs_ImVector_ImVec2_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImVec2_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImVec2_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImVec2_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImVec2_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImVec2_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImVec2(): Int
Returns
Int

dcjs_ImVector_ImVec4_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImVec4_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImVec4_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImVec4_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImVec4_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImVec4_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImVec4(): Int
Returns
Int

dcjs_ImVector_ImTextureRef_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImTextureRef_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImTextureRef_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImTextureRef_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImTextureRef_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImTextureRef_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImTextureRef(): Int
Returns
Int

dcjs_ImVector_ImU8_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImU8_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImU8_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImU8_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImU8_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImU8_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImU8(): Int
Returns
Int

dcjs_ImVector_ImDrawListPtr_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawListPtr_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawListPtr_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawListPtr_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawListPtr_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImDrawListPtr_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImDrawListPtr(): Int
Returns
Int

dcjs_ImVector_ImTextureRect_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImTextureRect_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImTextureRect_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImTextureRect_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImTextureRect_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImTextureRect_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImTextureRect(): Int
Returns
Int

dcjs_ImVector_ImU32_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImU32_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImU32_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImU32_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImU32_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImU32_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImU32(): Int
Returns
Int

dcjs_ImVector_ImWchar_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImWchar_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImWchar_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImWchar_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImWchar_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImWchar_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImWchar(): Int
Returns
Int

dcjs_ImVector_ImFontPtr_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontPtr_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontPtr_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontPtr_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontPtr_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImFontPtr_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImFontPtr(): Int
Returns
Int

dcjs_ImVector_ImFontConfig_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontConfig_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontConfig_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontConfig_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontConfig_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImFontConfig_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImFontConfig(): Int
Returns
Int

dcjs_ImVector_ImDrawListSharedDataPtr_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawListSharedDataPtr_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawListSharedDataPtr_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImDrawListSharedDataPtr_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImDrawListSharedDataPtr_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImDrawListSharedDataPtr_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImDrawListSharedDataPtr(): Int
Returns
Int

dcjs_ImVector_float_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_float_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_float_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_float_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_float_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_float_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_float(): Int
Returns
Int

dcjs_ImVector_ImU16_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImU16_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImU16_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImU16_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImU16_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImU16_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImU16(): Int
Returns
Int

dcjs_ImVector_ImFontGlyph_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontGlyph_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontGlyph_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontGlyph_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontGlyph_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImFontGlyph_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImFontGlyph(): Int
Returns
Int

dcjs_ImVector_ImFontConfigPtr_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontConfigPtr_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontConfigPtr_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImFontConfigPtr_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImFontConfigPtr_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImFontConfigPtr_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImFontConfigPtr(): Int
Returns
Int

dcjs_ImVector_ImGuiPlatformMonitor_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiPlatformMonitor_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiPlatformMonitor_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiPlatformMonitor_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiPlatformMonitor_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImGuiPlatformMonitor_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImGuiPlatformMonitor(): Int
Returns
Int

dcjs_ImVector_ImTextureDataPtr_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImTextureDataPtr_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImTextureDataPtr_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImTextureDataPtr_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImTextureDataPtr_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImTextureDataPtr_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImTextureDataPtr(): Int
Returns
Int

dcjs_ImVector_ImGuiViewportPtr_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiViewportPtr_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiViewportPtr_get_Capacity(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImVector_ImGuiViewportPtr_set_Capacity(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImVector_ImGuiViewportPtr_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImVector_ImGuiViewportPtr_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImVector_ImGuiViewportPtr(): Int
Returns
Int

dcjs_ImGuiStyle_get_FontSizeBase(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_FontSizeBase(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_FontScaleMain(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_FontScaleMain(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_FontScaleDpi(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_FontScaleDpi(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_Alpha(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_Alpha(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_DisabledAlpha(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_DisabledAlpha(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_WindowPadding(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_WindowPadding(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_WindowRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_WindowRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_WindowBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_WindowBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_WindowBorderHoverPadding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_WindowBorderHoverPadding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_WindowMinSize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_WindowMinSize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_WindowTitleAlign(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_WindowTitleAlign(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_WindowMenuButtonPosition(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiStyle_set_WindowMenuButtonPosition(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiStyle_get_ChildRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ChildRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ChildBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ChildBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_PopupRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_PopupRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_PopupBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_PopupBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_FramePadding(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_FramePadding(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_FrameRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_FrameRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_FrameBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_FrameBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ItemSpacing(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_ItemSpacing(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_ItemInnerSpacing(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_ItemInnerSpacing(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_CellPadding(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_CellPadding(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_TouchExtraPadding(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_TouchExtraPadding(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_IndentSpacing(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_IndentSpacing(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ColumnsMinSpacing(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ColumnsMinSpacing(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ScrollbarSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ScrollbarSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ScrollbarRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ScrollbarRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ScrollbarPadding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ScrollbarPadding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_GrabMinSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_GrabMinSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_GrabRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_GrabRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_LogSliderDeadzone(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_LogSliderDeadzone(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ImageRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ImageRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ImageBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ImageBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabMinWidthBase(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabMinWidthBase(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabMinWidthShrink(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabMinWidthShrink(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabCloseButtonMinWidthSelected(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabCloseButtonMinWidthSelected(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabCloseButtonMinWidthUnselected(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabCloseButtonMinWidthUnselected(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabBarBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabBarBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TabBarOverlineSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TabBarOverlineSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TableAngledHeadersAngle(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TableAngledHeadersAngle(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TableAngledHeadersTextAlign(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_TableAngledHeadersTextAlign(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_TreeLinesFlags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiStyle_set_TreeLinesFlags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiStyle_get_TreeLinesSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TreeLinesSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_TreeLinesRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_TreeLinesRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_DragDropTargetRounding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_DragDropTargetRounding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_DragDropTargetBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_DragDropTargetBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_DragDropTargetPadding(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_DragDropTargetPadding(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ColorMarkerSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_ColorMarkerSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_ColorButtonPosition(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiStyle_set_ColorButtonPosition(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiStyle_get_ButtonTextAlign(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_ButtonTextAlign(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_SelectableTextAlign(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_SelectableTextAlign(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_SeparatorSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_SeparatorSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_SeparatorTextBorderSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_SeparatorTextBorderSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_SeparatorTextAlign(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_SeparatorTextAlign(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_SeparatorTextPadding(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_SeparatorTextPadding(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_DisplayWindowPadding(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_DisplayWindowPadding(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_DisplaySafeAreaPadding(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiStyle_set_DisplaySafeAreaPadding(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiStyle_get_DockingNodeHasCloseButton(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiStyle_set_DockingNodeHasCloseButton(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiStyle_get_DockingSeparatorSize(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_DockingSeparatorSize(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_MouseCursorScale(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_MouseCursorScale(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_AntiAliasedLines(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiStyle_set_AntiAliasedLines(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiStyle_get_AntiAliasedLinesUseTex(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiStyle_set_AntiAliasedLinesUseTex(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiStyle_get_AntiAliasedFill(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiStyle_set_AntiAliasedFill(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiStyle_get_CurveTessellationTol(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_CurveTessellationTol(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_CircleTessellationMaxError(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_CircleTessellationMaxError(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_HoverStationaryDelay(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_HoverStationaryDelay(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_HoverDelayShort(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_HoverDelayShort(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_HoverDelayNormal(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiStyle_set_HoverDelayNormal(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiStyle_get_HoverFlagsForTooltipMouse(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiStyle_set_HoverFlagsForTooltipMouse(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiStyle_get_HoverFlagsForTooltipNav(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiStyle_set_HoverFlagsForTooltipNav(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_sizeof_ImGuiStyle(): Int
Returns
Int

dcjs_ImGuiIO_get_ConfigFlags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_ConfigFlags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_BackendFlags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_BackendFlags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_DisplaySize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiIO_set_DisplaySize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiIO_get_DisplayFramebufferScale(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiIO_set_DisplayFramebufferScale(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiIO_get_DeltaTime(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_DeltaTime(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_IniSavingRate(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_IniSavingRate(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_IniFilename(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_IniFilename(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_LogFilename(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_LogFilename(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_UserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_UserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_Fonts(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_Fonts(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_FontDefault(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_FontDefault(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_FontAllowUserScaling(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_FontAllowUserScaling(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigNavSwapGamepadButtons(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigNavSwapGamepadButtons(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigNavMoveSetMousePos(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigNavMoveSetMousePos(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigNavCaptureKeyboard(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigNavCaptureKeyboard(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigNavEscapeClearFocusItem(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigNavEscapeClearFocusItem(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigNavEscapeClearFocusWindow(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigNavEscapeClearFocusWindow(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigNavCursorVisibleAuto(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigNavCursorVisibleAuto(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigNavCursorVisibleAlways(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigNavCursorVisibleAlways(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDockingNoSplit(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDockingNoSplit(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDockingNoDockingOver(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDockingNoDockingOver(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDockingWithShift(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDockingWithShift(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDockingAlwaysTabBar(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDockingAlwaysTabBar(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDockingTransparentPayload(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDockingTransparentPayload(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigViewportsNoAutoMerge(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigViewportsNoAutoMerge(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigViewportsNoTaskBarIcon(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigViewportsNoTaskBarIcon(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigViewportsNoDecoration(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigViewportsNoDecoration(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigViewportsNoDefaultParent(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigViewportsNoDefaultParent(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigViewportsPlatformFocusSetsImGuiFocus(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigViewportsPlatformFocusSetsImGuiFocus(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDpiScaleFonts(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDpiScaleFonts(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDpiScaleViewports(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDpiScaleViewports(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_MouseDrawCursor(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_MouseDrawCursor(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigMacOSXBehaviors(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigMacOSXBehaviors(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigInputTrickleEventQueue(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigInputTrickleEventQueue(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

Name Type
self cs.system.IntPtr
Returns
Bool

Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigInputTextEnterKeepActive(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigInputTextEnterKeepActive(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDragClickToInputText(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDragClickToInputText(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigWindowsResizeFromEdges(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigWindowsResizeFromEdges(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigWindowsMoveFromTitleBarOnly(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigWindowsMoveFromTitleBarOnly(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigWindowsCopyContentsWithCtrlC(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigWindowsCopyContentsWithCtrlC(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigScrollbarScrollByPage(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigScrollbarScrollByPage(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigMemoryCompactTimer(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_ConfigMemoryCompactTimer(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_MouseDoubleClickTime(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_MouseDoubleClickTime(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_MouseDoubleClickMaxDist(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_MouseDoubleClickMaxDist(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_MouseDragThreshold(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_MouseDragThreshold(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_KeyRepeatDelay(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_KeyRepeatDelay(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_KeyRepeatRate(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_KeyRepeatRate(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_ConfigErrorRecovery(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigErrorRecovery(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigErrorRecoveryEnableAssert(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigErrorRecoveryEnableAssert(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigErrorRecoveryEnableDebugLog(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigErrorRecoveryEnableDebugLog(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigErrorRecoveryEnableTooltip(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigErrorRecoveryEnableTooltip(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDebugIsDebuggerPresent(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDebugIsDebuggerPresent(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDebugHighlightIdConflicts(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDebugHighlightIdConflicts(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDebugHighlightIdConflictsShowItemPicker(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDebugHighlightIdConflictsShowItemPicker(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDebugBeginReturnValueOnce(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDebugBeginReturnValueOnce(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDebugBeginReturnValueLoop(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDebugBeginReturnValueLoop(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDebugIgnoreFocusLoss(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDebugIgnoreFocusLoss(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_ConfigDebugIniSettings(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_ConfigDebugIniSettings(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_BackendPlatformName(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_BackendPlatformName(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_BackendRendererName(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_BackendRendererName(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_BackendPlatformUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_BackendPlatformUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_BackendRendererUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_BackendRendererUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_BackendLanguageUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_BackendLanguageUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_WantCaptureMouse(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_WantCaptureMouse(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_WantCaptureKeyboard(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_WantCaptureKeyboard(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_WantTextInput(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_WantTextInput(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_WantSetMousePos(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_WantSetMousePos(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_WantSaveIniSettings(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_WantSaveIniSettings(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_NavActive(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_NavActive(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_NavVisible(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_NavVisible(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_Framerate(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_Framerate(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_MetricsRenderVertices(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_MetricsRenderVertices(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_MetricsRenderIndices(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_MetricsRenderIndices(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_MetricsRenderWindows(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_MetricsRenderWindows(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_MetricsActiveWindows(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_MetricsActiveWindows(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_MouseDelta(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiIO_set_MouseDelta(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiIO_get_Ctx(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiIO_set_Ctx(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiIO_get_MousePos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiIO_set_MousePos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiIO_get_MouseWheel(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_MouseWheel(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_MouseWheelH(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_MouseWheelH(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_MouseSource(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_MouseSource(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_MouseHoveredViewport(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiIO_set_MouseHoveredViewport(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiIO_get_KeyCtrl(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_KeyCtrl(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_KeyShift(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_KeyShift(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_KeyAlt(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_KeyAlt(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_KeySuper(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_KeySuper(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_KeyMods(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiIO_set_KeyMods(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiIO_get_WantCaptureMouseUnlessPopupClose(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_WantCaptureMouseUnlessPopupClose(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_MousePosPrev(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiIO_set_MousePosPrev(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiIO_get_MouseWheelRequestAxisSwap(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_MouseWheelRequestAxisSwap(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_MouseCtrlLeftAsRightClick(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_MouseCtrlLeftAsRightClick(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_PenPressure(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiIO_set_PenPressure(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiIO_get_AppFocusLost(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_AppFocusLost(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_AppAcceptingEvents(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiIO_set_AppAcceptingEvents(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiIO_get_InputQueueSurrogate(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImGuiIO_set_InputQueueSurrogate(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImGuiIO_ptr_InputQueueCharacters(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_sizeof_ImGuiIO(): Int
Returns
Int

dcjs_ImGuiInputTextCallbackData_get_Ctx(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiInputTextCallbackData_set_Ctx(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiInputTextCallbackData_get_EventFlag(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_EventFlag(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiInputTextCallbackData_get_Flags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_Flags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiInputTextCallbackData_get_UserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiInputTextCallbackData_set_UserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiInputTextCallbackData_get_ID(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiInputTextCallbackData_set_ID(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiInputTextCallbackData_get_EventKey(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_EventKey(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiInputTextCallbackData_get_EventChar(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImGuiInputTextCallbackData_set_EventChar(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImGuiInputTextCallbackData_get_EventActivated(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiInputTextCallbackData_set_EventActivated(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiInputTextCallbackData_get_BufDirty(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiInputTextCallbackData_set_BufDirty(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiInputTextCallbackData_get_Buf(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiInputTextCallbackData_set_Buf(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiInputTextCallbackData_get_BufTextLen(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_BufTextLen(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiInputTextCallbackData_get_BufSize(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_BufSize(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiInputTextCallbackData_get_CursorPos(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_CursorPos(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiInputTextCallbackData_get_SelectionStart(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_SelectionStart(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiInputTextCallbackData_get_SelectionEnd(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiInputTextCallbackData_set_SelectionEnd(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_sizeof_ImGuiInputTextCallbackData(): Int
Returns
Int

dcjs_ImGuiSizeCallbackData_get_UserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiSizeCallbackData_set_UserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiSizeCallbackData_get_Pos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiSizeCallbackData_set_Pos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiSizeCallbackData_get_CurrentSize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiSizeCallbackData_set_CurrentSize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiSizeCallbackData_get_DesiredSize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiSizeCallbackData_set_DesiredSize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_sizeof_ImGuiSizeCallbackData(): Int
Returns
Int

dcjs_ImGuiWindowClass_get_ClassId(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiWindowClass_set_ClassId(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiWindowClass_get_ParentViewportId(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiWindowClass_set_ParentViewportId(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiWindowClass_get_FocusRouteParentWindowId(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiWindowClass_set_FocusRouteParentWindowId(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiWindowClass_get_ViewportFlagsOverrideSet(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiWindowClass_set_ViewportFlagsOverrideSet(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiWindowClass_get_ViewportFlagsOverrideClear(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiWindowClass_set_ViewportFlagsOverrideClear(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiWindowClass_get_TabItemFlagsOverrideSet(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiWindowClass_set_TabItemFlagsOverrideSet(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiWindowClass_get_DockNodeFlagsOverrideSet(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiWindowClass_set_DockNodeFlagsOverrideSet(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiWindowClass_get_DockingAlwaysTabBar(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiWindowClass_set_DockingAlwaysTabBar(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiWindowClass_get_DockingAllowUnclassed(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiWindowClass_set_DockingAllowUnclassed(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiWindowClass_get_PlatformIconData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiWindowClass_set_PlatformIconData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImGuiWindowClass(): Int
Returns
Int

dcjs_ImGuiPayload_get_Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPayload_set_Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPayload_get_DataSize(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiPayload_set_DataSize(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_sizeof_ImGuiPayload(): Int
Returns
Int

dcjs_ImGuiTextBuffer_ptr_Buf(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_sizeof_ImGuiTextBuffer(): Int
Returns
Int

dcjs_sizeof_ImGuiStorage(): Int
Returns
Int

dcjs_ImGuiListClipper_get_DisplayStart(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiListClipper_set_DisplayStart(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiListClipper_get_DisplayEnd(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiListClipper_set_DisplayEnd(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiListClipper_get_UserIndex(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiListClipper_set_UserIndex(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiListClipper_get_ItemsCount(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiListClipper_set_ItemsCount(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiListClipper_get_ItemsHeight(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiListClipper_set_ItemsHeight(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiListClipper_get_Flags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiListClipper_set_Flags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiListClipper_get_StartPosY(self: cs.system.IntPtr): Float
Name Type
self cs.system.IntPtr
Returns
Float

dcjs_ImGuiListClipper_set_StartPosY(self: cs.system.IntPtr, v: Float): Void
Name Type
self cs.system.IntPtr
v Float

dcjs_ImGuiListClipper_get_StartSeekOffsetY(self: cs.system.IntPtr): Float
Name Type
self cs.system.IntPtr
Returns
Float

dcjs_ImGuiListClipper_set_StartSeekOffsetY(self: cs.system.IntPtr, v: Float): Void
Name Type
self cs.system.IntPtr
v Float

dcjs_ImGuiListClipper_get_Ctx(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiListClipper_set_Ctx(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiListClipper_get_TempData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiListClipper_set_TempData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImGuiListClipper(): Int
Returns
Int

dcjs_ImColor_get_Value(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImColor_set_Value(self: cs.system.IntPtr, x: Single, y: Single, z: Single, w: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single
z Single
w Single

dcjs_sizeof_ImColor(): Int
Returns
Int

dcjs_ImGuiMultiSelectIO_ptr_Requests(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiMultiSelectIO_get_RangeSrcItem(self: cs.system.IntPtr): haxe.Int64
Name Type
self cs.system.IntPtr
Returns
haxe.Int64

dcjs_ImGuiMultiSelectIO_set_RangeSrcItem(self: cs.system.IntPtr, v: haxe.Int64): Void
Name Type
self cs.system.IntPtr
v haxe.Int64

dcjs_ImGuiMultiSelectIO_get_NavIdItem(self: cs.system.IntPtr): haxe.Int64
Name Type
self cs.system.IntPtr
Returns
haxe.Int64

dcjs_ImGuiMultiSelectIO_set_NavIdItem(self: cs.system.IntPtr, v: haxe.Int64): Void
Name Type
self cs.system.IntPtr
v haxe.Int64

dcjs_ImGuiMultiSelectIO_get_NavIdSelected(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiMultiSelectIO_set_NavIdSelected(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiMultiSelectIO_get_RangeSrcReset(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiMultiSelectIO_set_RangeSrcReset(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiMultiSelectIO_get_ItemsCount(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiMultiSelectIO_set_ItemsCount(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_sizeof_ImGuiMultiSelectIO(): Int
Returns
Int

dcjs_ImGuiSelectionRequest_get_Type(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiSelectionRequest_set_Type(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiSelectionRequest_get_Selected(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiSelectionRequest_set_Selected(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiSelectionRequest_get_RangeDirection(self: cs.system.IntPtr): cs.Int8
Name Type
self cs.system.IntPtr
Returns
cs.Int8

dcjs_ImGuiSelectionRequest_set_RangeDirection(self: cs.system.IntPtr, v: cs.Int8): Void
Name Type
self cs.system.IntPtr
v cs.Int8

dcjs_ImGuiSelectionRequest_get_RangeFirstItem(self: cs.system.IntPtr): haxe.Int64
Name Type
self cs.system.IntPtr
Returns
haxe.Int64

dcjs_ImGuiSelectionRequest_set_RangeFirstItem(self: cs.system.IntPtr, v: haxe.Int64): Void
Name Type
self cs.system.IntPtr
v haxe.Int64

dcjs_ImGuiSelectionRequest_get_RangeLastItem(self: cs.system.IntPtr): haxe.Int64
Name Type
self cs.system.IntPtr
Returns
haxe.Int64

dcjs_ImGuiSelectionRequest_set_RangeLastItem(self: cs.system.IntPtr, v: haxe.Int64): Void
Name Type
self cs.system.IntPtr
v haxe.Int64

dcjs_sizeof_ImGuiSelectionRequest(): Int
Returns
Int

dcjs_ImGuiSelectionBasicStorage_get_Size(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiSelectionBasicStorage_set_Size(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiSelectionBasicStorage_get_PreserveOrder(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiSelectionBasicStorage_set_PreserveOrder(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiSelectionBasicStorage_get_UserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiSelectionBasicStorage_set_UserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiSelectionBasicStorage_getp_AdapterIndexToStorageId(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiSelectionBasicStorage_get__SelectionOrder(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiSelectionBasicStorage_set__SelectionOrder(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiSelectionBasicStorage_ptr__Storage(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_sizeof_ImGuiSelectionBasicStorage(): Int
Returns
Int

dcjs_ImGuiSelectionExternalStorage_get_UserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiSelectionExternalStorage_set_UserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiSelectionExternalStorage_getp_AdapterSetItemSelected(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_sizeof_ImGuiSelectionExternalStorage(): Int
Returns
Int

dcjs_ImDrawCmd_get_ClipRect(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImDrawCmd_set_ClipRect(self: cs.system.IntPtr, x: Single, y: Single, z: Single, w: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single
z Single
w Single

dcjs_ImDrawCmd_get_TexRef(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImDrawCmd_set_TexRef(self: cs.system.IntPtr, texData: cs.system.IntPtr, texID: cs.UInt64): Void
Name Type
self cs.system.IntPtr
texData cs.system.IntPtr
texID cs.UInt64

dcjs_ImDrawCmd_get_VtxOffset(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImDrawCmd_set_VtxOffset(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImDrawCmd_get_IdxOffset(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImDrawCmd_set_IdxOffset(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImDrawCmd_get_ElemCount(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImDrawCmd_set_ElemCount(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImDrawCmd_get_UserCallback(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawCmd_set_UserCallback(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImDrawCmd_get_UserCallbackData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawCmd_set_UserCallbackData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImDrawCmd_get_UserCallbackDataSize(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawCmd_set_UserCallbackDataSize(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImDrawCmd_get_UserCallbackDataOffset(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawCmd_set_UserCallbackDataOffset(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_sizeof_ImDrawCmd(): Int
Returns
Int

dcjs_ImDrawVert_get_pos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImDrawVert_set_pos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImDrawVert_get_uv(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImDrawVert_set_uv(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImDrawVert_get_col(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImDrawVert_set_col(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_sizeof_ImDrawVert(): Int
Returns
Int

dcjs_ImDrawListSplitter_get__Current(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawListSplitter_set__Current(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImDrawListSplitter_get__Count(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawListSplitter_set__Count(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImDrawListSplitter_ptr__Channels(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_sizeof_ImDrawListSplitter(): Int
Returns
Int

dcjs_ImDrawList_ptr_CmdBuffer(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_ptr_IdxBuffer(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_ptr_VtxBuffer(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_get_Flags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawList_set_Flags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImDrawList_get__VtxCurrentIdx(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImDrawList_set__VtxCurrentIdx(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImDrawList_get__Data(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_set__Data(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImDrawList_get__VtxWritePtr(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_set__VtxWritePtr(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImDrawList_get__IdxWritePtr(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_set__IdxWritePtr(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImDrawList_ptr__Path(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_ptr__Splitter(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_ptr__ClipRectStack(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_ptr__TextureStack(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_ptr__CallbacksDataBuf(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_get__FringeScale(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImDrawList_set__FringeScale(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImDrawList_get__OwnerName(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawList_set__OwnerName(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImDrawList(): Int
Returns
Int

dcjs_ImDrawData_get_Valid(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImDrawData_set_Valid(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImDrawData_get_CmdListsCount(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawData_set_CmdListsCount(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImDrawData_get_TotalIdxCount(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawData_set_TotalIdxCount(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImDrawData_get_TotalVtxCount(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImDrawData_set_TotalVtxCount(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImDrawData_ptr_CmdLists(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawData_get_DisplayPos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImDrawData_set_DisplayPos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImDrawData_get_DisplaySize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImDrawData_set_DisplaySize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImDrawData_get_FramebufferScale(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImDrawData_set_FramebufferScale(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImDrawData_get_OwnerViewport(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawData_set_OwnerViewport(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImDrawData_get_Textures(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImDrawData_set_Textures(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImDrawData(): Int
Returns
Int

dcjs_ImTextureRect_get_x(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImTextureRect_set_x(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImTextureRect_get_y(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImTextureRect_set_y(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImTextureRect_get_w(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImTextureRect_set_w(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImTextureRect_get_h(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImTextureRect_set_h(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_sizeof_ImTextureRect(): Int
Returns
Int

dcjs_ImTextureData_get_UniqueID(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImTextureData_set_UniqueID(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImTextureData_get_Status(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImTextureData_set_Status(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImTextureData_get_BackendUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImTextureData_set_BackendUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImTextureData_get_TexID(self: cs.system.IntPtr): cs.UInt64
Name Type
self cs.system.IntPtr
Returns
cs.UInt64

dcjs_ImTextureData_set_TexID(self: cs.system.IntPtr, v: cs.UInt64): Void
Name Type
self cs.system.IntPtr
v cs.UInt64

dcjs_ImTextureData_get_Format(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImTextureData_set_Format(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImTextureData_get_Width(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImTextureData_set_Width(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImTextureData_get_Height(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImTextureData_set_Height(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImTextureData_get_BytesPerPixel(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImTextureData_set_BytesPerPixel(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImTextureData_get_Pixels(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImTextureData_set_Pixels(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImTextureData_ptr_UsedRect(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImTextureData_ptr_UpdateRect(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImTextureData_ptr_Updates(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImTextureData_get_UnusedFrames(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImTextureData_set_UnusedFrames(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImTextureData_get_RefCount(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImTextureData_set_RefCount(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImTextureData_get_UseColors(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImTextureData_set_UseColors(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImTextureData_get_WantDestroyNextFrame(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImTextureData_set_WantDestroyNextFrame(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_sizeof_ImTextureData(): Int
Returns
Int

dcjs_ImFontConfig_get_FontData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImFontConfig_set_FontData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImFontConfig_get_FontDataSize(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontConfig_set_FontDataSize(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontConfig_get_FontDataOwnedByAtlas(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImFontConfig_set_FontDataOwnedByAtlas(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImFontConfig_get_MergeMode(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImFontConfig_set_MergeMode(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImFontConfig_get_PixelSnapH(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImFontConfig_set_PixelSnapH(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImFontConfig_get_OversampleH(self: cs.system.IntPtr): cs.Int8
Name Type
self cs.system.IntPtr
Returns
cs.Int8

dcjs_ImFontConfig_set_OversampleH(self: cs.system.IntPtr, v: cs.Int8): Void
Name Type
self cs.system.IntPtr
v cs.Int8

dcjs_ImFontConfig_get_OversampleV(self: cs.system.IntPtr): cs.Int8
Name Type
self cs.system.IntPtr
Returns
cs.Int8

dcjs_ImFontConfig_set_OversampleV(self: cs.system.IntPtr, v: cs.Int8): Void
Name Type
self cs.system.IntPtr
v cs.Int8

dcjs_ImFontConfig_get_EllipsisChar(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImFontConfig_set_EllipsisChar(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImFontConfig_get_SizePixels(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontConfig_set_SizePixels(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontConfig_get_GlyphRanges(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImFontConfig_set_GlyphRanges(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImFontConfig_get_GlyphExcludeRanges(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImFontConfig_set_GlyphExcludeRanges(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImFontConfig_get_GlyphOffset(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImFontConfig_set_GlyphOffset(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImFontConfig_get_GlyphMinAdvanceX(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontConfig_set_GlyphMinAdvanceX(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontConfig_get_GlyphMaxAdvanceX(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontConfig_set_GlyphMaxAdvanceX(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontConfig_get_GlyphExtraAdvanceX(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontConfig_set_GlyphExtraAdvanceX(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontConfig_get_FontNo(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImFontConfig_set_FontNo(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImFontConfig_get_FontLoaderFlags(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImFontConfig_set_FontLoaderFlags(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImFontConfig_get_RasterizerMultiply(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontConfig_set_RasterizerMultiply(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontConfig_get_RasterizerDensity(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontConfig_set_RasterizerDensity(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontConfig_get_ExtraSizeScale(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontConfig_set_ExtraSizeScale(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_sizeof_ImFontConfig(): Int
Returns
Int

dcjs_ImFontGlyph_get_Colored(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImFontGlyph_set_Colored(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImFontGlyph_get_Visible(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImFontGlyph_set_Visible(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImFontGlyph_get_SourceIdx(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImFontGlyph_set_SourceIdx(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImFontGlyph_get_Codepoint(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImFontGlyph_set_Codepoint(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImFontGlyph_get_AdvanceX(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_AdvanceX(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_X0(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_X0(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_Y0(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_Y0(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_X1(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_X1(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_Y1(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_Y1(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_U0(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_U0(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_V0(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_V0(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_U1(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_U1(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_V1(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImFontGlyph_set_V1(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImFontGlyph_get_PackId(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontGlyph_set_PackId(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_sizeof_ImFontGlyph(): Int
Returns
Int

dcjs_ImFontGlyphRangesBuilder_ptr_UsedChars(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_sizeof_ImFontGlyphRangesBuilder(): Int
Returns
Int

dcjs_ImFontAtlasRect_get_x(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImFontAtlasRect_set_x(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImFontAtlasRect_get_y(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImFontAtlasRect_set_y(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImFontAtlasRect_get_w(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImFontAtlasRect_set_w(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImFontAtlasRect_get_h(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImFontAtlasRect_set_h(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImFontAtlasRect_get_uv0(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImFontAtlasRect_set_uv0(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImFontAtlasRect_get_uv1(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImFontAtlasRect_set_uv1(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_sizeof_ImFontAtlasRect(): Int
Returns
Int

dcjs_ImFontAtlas_get_Flags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontAtlas_set_Flags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontAtlas_get_TexDesiredFormat(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontAtlas_set_TexDesiredFormat(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontAtlas_get_TexGlyphPadding(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontAtlas_set_TexGlyphPadding(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontAtlas_get_TexMinWidth(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontAtlas_set_TexMinWidth(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontAtlas_get_TexMinHeight(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontAtlas_set_TexMinHeight(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontAtlas_get_TexMaxWidth(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontAtlas_set_TexMaxWidth(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontAtlas_get_TexMaxHeight(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImFontAtlas_set_TexMaxHeight(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImFontAtlas_get_UserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImFontAtlas_set_UserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImFontAtlas_get_TexRef(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImFontAtlas_set_TexRef(self: cs.system.IntPtr, texData: cs.system.IntPtr, texID: cs.UInt64): Void
Name Type
self cs.system.IntPtr
texData cs.system.IntPtr
texID cs.UInt64

dcjs_ImFontAtlas_get_TexData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImFontAtlas_set_TexData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImFontAtlas(): Int
Returns
Int

dcjs_sizeof_ImFontBaked(): Int
Returns
Int

dcjs_sizeof_ImFont(): Int
Returns
Int

dcjs_ImGuiViewport_get_ID(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiViewport_set_ID(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiViewport_get_Flags(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiViewport_set_Flags(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiViewport_get_Pos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiViewport_set_Pos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiViewport_get_Size(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiViewport_set_Size(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiViewport_get_FramebufferScale(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiViewport_set_FramebufferScale(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiViewport_get_WorkPos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiViewport_set_WorkPos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiViewport_get_WorkSize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiViewport_set_WorkSize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiViewport_get_DpiScale(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiViewport_set_DpiScale(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiViewport_get_ParentViewportId(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiViewport_set_ParentViewportId(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_ImGuiViewport_get_ParentViewport(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiViewport_set_ParentViewport(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiViewport_get_DrawData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiViewport_set_DrawData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiViewport_get_RendererUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiViewport_set_RendererUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiViewport_get_PlatformUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiViewport_set_PlatformUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiViewport_get_PlatformIconData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiViewport_set_PlatformIconData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiViewport_get_PlatformHandle(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiViewport_set_PlatformHandle(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiViewport_get_PlatformHandleRaw(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiViewport_set_PlatformHandleRaw(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiViewport_get_PlatformWindowCreated(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiViewport_set_PlatformWindowCreated(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiViewport_get_PlatformRequestMove(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiViewport_set_PlatformRequestMove(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiViewport_get_PlatformRequestResize(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiViewport_set_PlatformRequestResize(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiViewport_get_PlatformRequestClose(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiViewport_set_PlatformRequestClose(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_sizeof_ImGuiViewport(): Int
Returns
Int

dcjs_ImGuiPlatformIO_getp_Platform_GetClipboardTextFn(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SetClipboardTextFn(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_get_Platform_ClipboardUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_set_Platform_ClipboardUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_OpenInShellFn(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_get_Platform_OpenInShellUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_set_Platform_OpenInShellUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SetImeDataFn(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_get_Platform_ImeUserData(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_set_Platform_ImeUserData(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPlatformIO_get_Platform_LocaleDecimalPoint(self: cs.system.IntPtr): cs.UInt16
Name Type
self cs.system.IntPtr
Returns
cs.UInt16

dcjs_ImGuiPlatformIO_set_Platform_LocaleDecimalPoint(self: cs.system.IntPtr, v: cs.UInt16): Void
Name Type
self cs.system.IntPtr
v cs.UInt16

dcjs_ImGuiPlatformIO_get_Renderer_TextureMaxWidth(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiPlatformIO_set_Renderer_TextureMaxWidth(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiPlatformIO_get_Renderer_TextureMaxHeight(self: cs.system.IntPtr): Int
Name Type
self cs.system.IntPtr
Returns
Int

dcjs_ImGuiPlatformIO_set_Renderer_TextureMaxHeight(self: cs.system.IntPtr, v: Int): Void
Name Type
self cs.system.IntPtr
v Int

dcjs_ImGuiPlatformIO_get_Renderer_RenderState(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_set_Renderer_RenderState(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPlatformIO_get_DrawCallback_ResetRenderState(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_set_DrawCallback_ResetRenderState(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPlatformIO_get_DrawCallback_SetSamplerLinear(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_set_DrawCallback_SetSamplerLinear(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPlatformIO_get_DrawCallback_SetSamplerNearest(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_set_DrawCallback_SetSamplerNearest(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_CreateWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_DestroyWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_ShowWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SetWindowPos(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_GetWindowPos(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SetWindowSize(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_GetWindowSize(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_GetWindowFramebufferScale(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SetWindowFocus(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_GetWindowFocus(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_GetWindowMinimized(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SetWindowTitle(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SetWindowAlpha(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_UpdateWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_RenderWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_SwapBuffers(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_GetWindowDpiScale(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_OnChangedViewport(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_GetWindowWorkAreaInsets(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Platform_CreateVkSurface(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Renderer_CreateWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Renderer_DestroyWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Renderer_SetWindowSize(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Renderer_RenderWindow(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_getp_Renderer_SwapBuffers(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_ptr_Monitors(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_ptr_Textures(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformIO_ptr_Viewports(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_sizeof_ImGuiPlatformIO(): Int
Returns
Int

dcjs_ImGuiPlatformMonitor_get_MainPos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiPlatformMonitor_set_MainPos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiPlatformMonitor_get_MainSize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiPlatformMonitor_set_MainSize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiPlatformMonitor_get_WorkPos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiPlatformMonitor_set_WorkPos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiPlatformMonitor_get_WorkSize(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiPlatformMonitor_set_WorkSize(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiPlatformMonitor_get_DpiScale(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiPlatformMonitor_set_DpiScale(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiPlatformMonitor_get_PlatformHandle(self: cs.system.IntPtr): cs.system.IntPtr
Name Type
self cs.system.IntPtr
Returns
cs.system.IntPtr

dcjs_ImGuiPlatformMonitor_set_PlatformHandle(self: cs.system.IntPtr, v: cs.system.IntPtr): Void
Name Type
self cs.system.IntPtr
v cs.system.IntPtr

dcjs_sizeof_ImGuiPlatformMonitor(): Int
Returns
Int

dcjs_ImGuiPlatformImeData_get_WantVisible(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiPlatformImeData_set_WantVisible(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiPlatformImeData_get_WantTextInput(self: cs.system.IntPtr): Bool
Name Type
self cs.system.IntPtr
Returns
Bool

dcjs_ImGuiPlatformImeData_set_WantTextInput(self: cs.system.IntPtr, v: Bool): Void
Name Type
self cs.system.IntPtr
v Bool

dcjs_ImGuiPlatformImeData_get_InputPos(self: cs.system.IntPtr, v: cs.Out): Void
Name Type
self cs.system.IntPtr
v cs.Out

dcjs_ImGuiPlatformImeData_set_InputPos(self: cs.system.IntPtr, x: Single, y: Single): Void
Name Type
self cs.system.IntPtr
x Single
y Single

dcjs_ImGuiPlatformImeData_get_InputLineHeight(self: cs.system.IntPtr): Single
Name Type
self cs.system.IntPtr
Returns
Single

dcjs_ImGuiPlatformImeData_set_InputLineHeight(self: cs.system.IntPtr, v: Single): Void
Name Type
self cs.system.IntPtr
v Single

dcjs_ImGuiPlatformImeData_get_ViewportId(self: cs.system.IntPtr): UInt
Name Type
self cs.system.IntPtr
Returns
UInt

dcjs_ImGuiPlatformImeData_set_ViewportId(self: cs.system.IntPtr, v: UInt): Void
Name Type
self cs.system.IntPtr
v UInt

dcjs_sizeof_ImGuiPlatformImeData(): Int
Returns
Int

Alloc(size: Int): cs.system.IntPtr
Name Type
size Int
Returns
cs.system.IntPtr

Name Type
a cs.system.IntPtr
Returns
Single

SetF32(a: cs.system.IntPtr, v: Single): Void
Name Type
a cs.system.IntPtr
v Single

Name Type
a cs.system.IntPtr
Returns
Float

SetF64(a: cs.system.IntPtr, v: Float): Void
Name Type
a cs.system.IntPtr
v Float

Name Type
a cs.system.IntPtr
Returns
Int

SetI32(a: cs.system.IntPtr, v: Int): Void
Name Type
a cs.system.IntPtr
v Int

Name Type
a cs.system.IntPtr
Returns
Int

Name Type
a cs.system.IntPtr
Returns
Int

SetU8(a: cs.system.IntPtr, v: Int): Void
Name Type
a cs.system.IntPtr
v Int

Name Type
p cs.system.IntPtr
Returns
String

WriteUTF8(s: String, buf: cs.system.IntPtr, maxBytes: Int): Int
Name Type
s String
buf cs.system.IntPtr
maxBytes Int
Returns
Int

Metadata

Name Parameters
:nativeGen -