bindbc.imgui.bind.imgui

Undocumented in source.

Members

Aliases

ImDrawCallback
alias ImDrawCallback = void function(const ImDrawList* parent_list, const ImDrawCmd* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawIdx
alias ImDrawIdx = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFileHandle
alias ImFileHandle = FILE*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContextHookCallback
alias ImGuiContextHookCallback = void function(ImGuiContext* ctx, ImGuiContextHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiErrorLogCallback
alias ImGuiErrorLogCallback = void function(void* user_data, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiID
alias ImGuiID = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallback
alias ImGuiInputTextCallback = int function(ImGuiInputTextCallbackData* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMemAllocFunc
alias ImGuiMemAllocFunc = void* function(size_t sz, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMemFreeFunc
alias ImGuiMemFreeFunc = void function(void* ptr, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSizeCallback
alias ImGuiSizeCallback = void function(ImGuiSizeCallbackData* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnIdx
alias ImGuiTableColumnIdx = ImS8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableDrawChannelIdx
alias ImGuiTableDrawChannelIdx = ImU8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImPoolIdx
alias ImPoolIdx = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImS16
alias ImS16 = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImS32
alias ImS32 = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImS64
alias ImS64 = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImS8
alias ImS8 = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImTextureID
alias ImTextureID = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImU16
alias ImU16 = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImU32
alias ImU32 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImU64
alias ImU64 = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImU8
alias ImU8 = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImWchar
alias ImWchar = ImWchar16
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImWchar16
alias ImWchar16 = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImWchar32
alias ImWchar32 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCombo_items_getter
alias igCombo_items_getter = bool function(void* data, int idx, const(char)** out_text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igListBox_items_getter
alias igListBox_items_getter = bool function(void* data, int idx, const(char)** out_text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotHistogram_values_getter
alias igPlotHistogram_values_getter = float function(void* data, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotLines_values_getter
alias igPlotLines_values_getter = float function(void* data, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImBitVector_Clear
alias pImBitVector_Clear = void function(ImBitVector* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImBitVector_ClearBit
alias pImBitVector_ClearBit = void function(ImBitVector* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImBitVector_Create
alias pImBitVector_Create = void function(ImBitVector* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImBitVector_SetBit
alias pImBitVector_SetBit = void function(ImBitVector* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImBitVector_TestBit
alias pImBitVector_TestBit = bool function(ImBitVector* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_HSV
alias pImColor_HSV = void function(ImColor* pOut, float h, float s, float v, float a = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_ImColor_Float
alias pImColor_ImColor_Float = ImColor* function(float r, float g, float b, float a = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_ImColor_Int
alias pImColor_ImColor_Int = ImColor* function(int r, int g, int b, int a = 255)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_ImColor_Nil
alias pImColor_ImColor_Nil = ImColor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_ImColor_U32
alias pImColor_ImColor_U32 = ImColor* function(ImU32 rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_ImColor_Vec4
alias pImColor_ImColor_Vec4 = ImColor* function(const ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_SetHSV
alias pImColor_SetHSV = void function(ImColor* self, float h, float s, float v, float a = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImColor_destroy
alias pImColor_destroy = void function(ImColor* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawCmd_GetTexID
alias pImDrawCmd_GetTexID = ImTextureID function(ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawCmd_ImDrawCmd
alias pImDrawCmd_ImDrawCmd = ImDrawCmd* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawCmd_destroy
alias pImDrawCmd_destroy = void function(ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawDataBuilder_Clear
alias pImDrawDataBuilder_Clear = void function(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawDataBuilder_ClearFreeMemory
alias pImDrawDataBuilder_ClearFreeMemory = void function(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawDataBuilder_FlattenIntoSingleLayer
alias pImDrawDataBuilder_FlattenIntoSingleLayer = void function(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawDataBuilder_GetDrawListCount
alias pImDrawDataBuilder_GetDrawListCount = int function(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawData_Clear
alias pImDrawData_Clear = void function(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawData_DeIndexAllBuffers
alias pImDrawData_DeIndexAllBuffers = void function(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawData_ImDrawData
alias pImDrawData_ImDrawData = ImDrawData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawData_ScaleClipRects
alias pImDrawData_ScaleClipRects = void function(ImDrawData* self, const ImVec2 fb_scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawData_destroy
alias pImDrawData_destroy = void function(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSharedData_ImDrawListSharedData
alias pImDrawListSharedData_ImDrawListSharedData = ImDrawListSharedData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSharedData_SetCircleTessellationMaxError
alias pImDrawListSharedData_SetCircleTessellationMaxError = void function(ImDrawListSharedData* self, float max_error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSharedData_destroy
alias pImDrawListSharedData_destroy = void function(ImDrawListSharedData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSplitter_Clear
alias pImDrawListSplitter_Clear = void function(ImDrawListSplitter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSplitter_ClearFreeMemory
alias pImDrawListSplitter_ClearFreeMemory = void function(ImDrawListSplitter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSplitter_ImDrawListSplitter
alias pImDrawListSplitter_ImDrawListSplitter = ImDrawListSplitter* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSplitter_Merge
alias pImDrawListSplitter_Merge = void function(ImDrawListSplitter* self, ImDrawList* draw_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSplitter_SetCurrentChannel
alias pImDrawListSplitter_SetCurrentChannel = void function(ImDrawListSplitter* self, ImDrawList* draw_list, int channel_idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSplitter_Split
alias pImDrawListSplitter_Split = void function(ImDrawListSplitter* self, ImDrawList* draw_list, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawListSplitter_destroy
alias pImDrawListSplitter_destroy = void function(ImDrawListSplitter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddBezierCubic
alias pImDrawList_AddBezierCubic = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, ImU32 col, float thickness, int num_segments = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddBezierQuadratic
alias pImDrawList_AddBezierQuadratic = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, ImU32 col, float thickness, int num_segments = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddCallback
alias pImDrawList_AddCallback = void function(ImDrawList* self, ImDrawCallback callback, void* callback_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddCircle
alias pImDrawList_AddCircle = void function(ImDrawList* self, const ImVec2 center, float radius, ImU32 col, int num_segments = 0, float thickness = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddCircleFilled
alias pImDrawList_AddCircleFilled = void function(ImDrawList* self, const ImVec2 center, float radius, ImU32 col, int num_segments = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddConvexPolyFilled
alias pImDrawList_AddConvexPolyFilled = void function(ImDrawList* self, const ImVec2* points, int num_points, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddDrawCmd
alias pImDrawList_AddDrawCmd = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddImage
alias pImDrawList_AddImage = void function(ImDrawList* self, ImTextureID user_texture_id, const ImVec2 p_min, const ImVec2 p_max, const ImVec2 uv_min = ImVec2(0, 0), const ImVec2 uv_max = ImVec2(1, 1), ImU32 col = 4294967295)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddImageQuad
alias pImDrawList_AddImageQuad = void function(ImDrawList* self, ImTextureID user_texture_id, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, const ImVec2 uv1 = ImVec2(0, 0), const ImVec2 uv2 = ImVec2(1, 0), const ImVec2 uv3 = ImVec2(1, 1), const ImVec2 uv4 = ImVec2(0, 1), ImU32 col = 4294967295)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddImageRounded
alias pImDrawList_AddImageRounded = void function(ImDrawList* self, ImTextureID user_texture_id, const ImVec2 p_min, const ImVec2 p_max, const ImVec2 uv_min, const ImVec2 uv_max, ImU32 col, float rounding, ImDrawFlags flags = ImDrawFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddLine
alias pImDrawList_AddLine = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, ImU32 col, float thickness = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddNgon
alias pImDrawList_AddNgon = void function(ImDrawList* self, const ImVec2 center, float radius, ImU32 col, int num_segments, float thickness = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddNgonFilled
alias pImDrawList_AddNgonFilled = void function(ImDrawList* self, const ImVec2 center, float radius, ImU32 col, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddPolyline
alias pImDrawList_AddPolyline = void function(ImDrawList* self, const ImVec2* points, int num_points, ImU32 col, ImDrawFlags flags, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddQuad
alias pImDrawList_AddQuad = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, ImU32 col, float thickness = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddQuadFilled
alias pImDrawList_AddQuadFilled = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddRect
alias pImDrawList_AddRect = void function(ImDrawList* self, const ImVec2 p_min, const ImVec2 p_max, ImU32 col, float rounding = 0.0f, ImDrawFlags flags = ImDrawFlags.None, float thickness = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddRectFilled
alias pImDrawList_AddRectFilled = void function(ImDrawList* self, const ImVec2 p_min, const ImVec2 p_max, ImU32 col, float rounding = 0.0f, ImDrawFlags flags = ImDrawFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddRectFilledMultiColor
alias pImDrawList_AddRectFilledMultiColor = void function(ImDrawList* self, const ImVec2 p_min, const ImVec2 p_max, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot_left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddText_FontPtr
alias pImDrawList_AddText_FontPtr = void function(ImDrawList* self, const ImFont* font, float font_size, const ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end = null, float wrap_width = 0.0f, const ImVec4* cpu_fine_clip_rect = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddText_Vec2
alias pImDrawList_AddText_Vec2 = void function(ImDrawList* self, const ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddTriangle
alias pImDrawList_AddTriangle = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, ImU32 col, float thickness = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_AddTriangleFilled
alias pImDrawList_AddTriangleFilled = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_ChannelsMerge
alias pImDrawList_ChannelsMerge = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_ChannelsSetCurrent
alias pImDrawList_ChannelsSetCurrent = void function(ImDrawList* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_ChannelsSplit
alias pImDrawList_ChannelsSplit = void function(ImDrawList* self, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_CloneOutput
alias pImDrawList_CloneOutput = ImDrawList* function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_GetClipRectMax
alias pImDrawList_GetClipRectMax = void function(ImVec2* pOut, ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_GetClipRectMin
alias pImDrawList_GetClipRectMin = void function(ImVec2* pOut, ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_ImDrawList
alias pImDrawList_ImDrawList = ImDrawList* function(const ImDrawListSharedData* shared_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathArcTo
alias pImDrawList_PathArcTo = void function(ImDrawList* self, const ImVec2 center, float radius, float a_min, float a_max, int num_segments = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathArcToFast
alias pImDrawList_PathArcToFast = void function(ImDrawList* self, const ImVec2 center, float radius, int a_min_of_12, int a_max_of_12)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathBezierCubicCurveTo
alias pImDrawList_PathBezierCubicCurveTo = void function(ImDrawList* self, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, int num_segments = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathBezierQuadraticCurveTo
alias pImDrawList_PathBezierQuadraticCurveTo = void function(ImDrawList* self, const ImVec2 p2, const ImVec2 p3, int num_segments = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathClear
alias pImDrawList_PathClear = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathFillConvex
alias pImDrawList_PathFillConvex = void function(ImDrawList* self, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathLineTo
alias pImDrawList_PathLineTo = void function(ImDrawList* self, const ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathLineToMergeDuplicate
alias pImDrawList_PathLineToMergeDuplicate = void function(ImDrawList* self, const ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathRect
alias pImDrawList_PathRect = void function(ImDrawList* self, const ImVec2 rect_min, const ImVec2 rect_max, float rounding = 0.0f, ImDrawFlags flags = ImDrawFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PathStroke
alias pImDrawList_PathStroke = void function(ImDrawList* self, ImU32 col, ImDrawFlags flags = ImDrawFlags.None, float thickness = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PopClipRect
alias pImDrawList_PopClipRect = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PopTextureID
alias pImDrawList_PopTextureID = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimQuadUV
alias pImDrawList_PrimQuadUV = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 d, const ImVec2 uv_a, const ImVec2 uv_b, const ImVec2 uv_c, const ImVec2 uv_d, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimRect
alias pImDrawList_PrimRect = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimRectUV
alias pImDrawList_PrimRectUV = void function(ImDrawList* self, const ImVec2 a, const ImVec2 b, const ImVec2 uv_a, const ImVec2 uv_b, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimReserve
alias pImDrawList_PrimReserve = void function(ImDrawList* self, int idx_count, int vtx_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimUnreserve
alias pImDrawList_PrimUnreserve = void function(ImDrawList* self, int idx_count, int vtx_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimVtx
alias pImDrawList_PrimVtx = void function(ImDrawList* self, const ImVec2 pos, const ImVec2 uv, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimWriteIdx
alias pImDrawList_PrimWriteIdx = void function(ImDrawList* self, ImDrawIdx idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PrimWriteVtx
alias pImDrawList_PrimWriteVtx = void function(ImDrawList* self, const ImVec2 pos, const ImVec2 uv, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PushClipRect
alias pImDrawList_PushClipRect = void function(ImDrawList* self, ImVec2 clip_rect_min, ImVec2 clip_rect_max, bool intersect_with_current_clip_rect = false)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PushClipRectFullScreen
alias pImDrawList_PushClipRectFullScreen = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_PushTextureID
alias pImDrawList_PushTextureID = void function(ImDrawList* self, ImTextureID texture_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__CalcCircleAutoSegmentCount
alias pImDrawList__CalcCircleAutoSegmentCount = int function(ImDrawList* self, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__ClearFreeMemory
alias pImDrawList__ClearFreeMemory = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__OnChangedClipRect
alias pImDrawList__OnChangedClipRect = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__OnChangedTextureID
alias pImDrawList__OnChangedTextureID = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__OnChangedVtxOffset
alias pImDrawList__OnChangedVtxOffset = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__PathArcToFastEx
alias pImDrawList__PathArcToFastEx = void function(ImDrawList* self, const ImVec2 center, float radius, int a_min_sample, int a_max_sample, int a_step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__PathArcToN
alias pImDrawList__PathArcToN = void function(ImDrawList* self, const ImVec2 center, float radius, float a_min, float a_max, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__PopUnusedDrawCmd
alias pImDrawList__PopUnusedDrawCmd = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__ResetForNewFrame
alias pImDrawList__ResetForNewFrame = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList__TryMergeDrawCmds
alias pImDrawList__TryMergeDrawCmds = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImDrawList_destroy
alias pImDrawList_destroy = void function(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlasCustomRect_ImFontAtlasCustomRect
alias pImFontAtlasCustomRect_ImFontAtlasCustomRect = ImFontAtlasCustomRect* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlasCustomRect_IsPacked
alias pImFontAtlasCustomRect_IsPacked = bool function(ImFontAtlasCustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlasCustomRect_destroy
alias pImFontAtlasCustomRect_destroy = void function(ImFontAtlasCustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddCustomRectFontGlyph
alias pImFontAtlas_AddCustomRectFontGlyph = int function(ImFontAtlas* self, ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2 offset = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddCustomRectRegular
alias pImFontAtlas_AddCustomRectRegular = int function(ImFontAtlas* self, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddFont
alias pImFontAtlas_AddFont = ImFont* function(ImFontAtlas* self, const ImFontConfig* font_cfg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddFontDefault
alias pImFontAtlas_AddFontDefault = ImFont* function(ImFontAtlas* self, const ImFontConfig* font_cfg = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddFontFromFileTTF
alias pImFontAtlas_AddFontFromFileTTF = ImFont* function(ImFontAtlas* self, const(char)* filename, float size_pixels, const ImFontConfig* font_cfg = null, const ImWchar* glyph_ranges = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddFontFromMemoryCompressedBase85TTF
alias pImFontAtlas_AddFontFromMemoryCompressedBase85TTF = ImFont* function(ImFontAtlas* self, const(char)* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = null, const ImWchar* glyph_ranges = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddFontFromMemoryCompressedTTF
alias pImFontAtlas_AddFontFromMemoryCompressedTTF = ImFont* function(ImFontAtlas* self, const void* compressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = null, const ImWchar* glyph_ranges = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_AddFontFromMemoryTTF
alias pImFontAtlas_AddFontFromMemoryTTF = ImFont* function(ImFontAtlas* self, void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = null, const ImWchar* glyph_ranges = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_Build
alias pImFontAtlas_Build = bool function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_CalcCustomRectUV
alias pImFontAtlas_CalcCustomRectUV = void function(ImFontAtlas* self, const ImFontAtlasCustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_Clear
alias pImFontAtlas_Clear = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_ClearFonts
alias pImFontAtlas_ClearFonts = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_ClearInputData
alias pImFontAtlas_ClearInputData = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_ClearTexData
alias pImFontAtlas_ClearTexData = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetCustomRectByIndex
alias pImFontAtlas_GetCustomRectByIndex = ImFontAtlasCustomRect* function(ImFontAtlas* self, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesChineseFull
alias pImFontAtlas_GetGlyphRangesChineseFull = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesChineseSimplifiedCommon
alias pImFontAtlas_GetGlyphRangesChineseSimplifiedCommon = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesCyrillic
alias pImFontAtlas_GetGlyphRangesCyrillic = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesDefault
alias pImFontAtlas_GetGlyphRangesDefault = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesJapanese
alias pImFontAtlas_GetGlyphRangesJapanese = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesKorean
alias pImFontAtlas_GetGlyphRangesKorean = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesThai
alias pImFontAtlas_GetGlyphRangesThai = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetGlyphRangesVietnamese
alias pImFontAtlas_GetGlyphRangesVietnamese = ImWchar* function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetMouseCursorTexData
alias pImFontAtlas_GetMouseCursorTexData = bool function(ImFontAtlas* self, ImGuiMouseCursor cursor, ImVec2* out_offset, ImVec2* out_size, ImVec2[2]* out_uv_border, ImVec2[2]* out_uv_fill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetTexDataAsAlpha8
alias pImFontAtlas_GetTexDataAsAlpha8 = void function(ImFontAtlas* self, char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_GetTexDataAsRGBA32
alias pImFontAtlas_GetTexDataAsRGBA32 = void function(ImFontAtlas* self, char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_ImFontAtlas
alias pImFontAtlas_ImFontAtlas = ImFontAtlas* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_IsBuilt
alias pImFontAtlas_IsBuilt = bool function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_SetTexID
alias pImFontAtlas_SetTexID = void function(ImFontAtlas* self, ImTextureID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontAtlas_destroy
alias pImFontAtlas_destroy = void function(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontConfig_ImFontConfig
alias pImFontConfig_ImFontConfig = ImFontConfig* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontConfig_destroy
alias pImFontConfig_destroy = void function(ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_AddChar
alias pImFontGlyphRangesBuilder_AddChar = void function(ImFontGlyphRangesBuilder* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_AddRanges
alias pImFontGlyphRangesBuilder_AddRanges = void function(ImFontGlyphRangesBuilder* self, const ImWchar* ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_AddText
alias pImFontGlyphRangesBuilder_AddText = void function(ImFontGlyphRangesBuilder* self, const(char)* text, const(char)* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_BuildRanges
alias pImFontGlyphRangesBuilder_BuildRanges = void function(ImFontGlyphRangesBuilder* self, ImVector!(ImWchar)* out_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_Clear
alias pImFontGlyphRangesBuilder_Clear = void function(ImFontGlyphRangesBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_GetBit
alias pImFontGlyphRangesBuilder_GetBit = bool function(ImFontGlyphRangesBuilder* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder
alias pImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder = ImFontGlyphRangesBuilder* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_SetBit
alias pImFontGlyphRangesBuilder_SetBit = void function(ImFontGlyphRangesBuilder* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFontGlyphRangesBuilder_destroy
alias pImFontGlyphRangesBuilder_destroy = void function(ImFontGlyphRangesBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_AddGlyph
alias pImFont_AddGlyph = void function(ImFont* self, const ImFontConfig* src_cfg, ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_AddRemapChar
alias pImFont_AddRemapChar = void function(ImFont* self, ImWchar dst, ImWchar src, bool overwrite_dst = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_BuildLookupTable
alias pImFont_BuildLookupTable = void function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_CalcTextSizeA
alias pImFont_CalcTextSizeA = void function(ImVec2* pOut, ImFont* self, float size, float max_width, float wrap_width, const(char)* text_begin, const(char)* text_end = null, const char** remaining = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_CalcWordWrapPositionA
alias pImFont_CalcWordWrapPositionA = const(char)* function(ImFont* self, float scale, const(char)* text, const(char)* text_end, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_ClearOutputData
alias pImFont_ClearOutputData = void function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_FindGlyph
alias pImFont_FindGlyph = ImFontGlyph* function(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_FindGlyphNoFallback
alias pImFont_FindGlyphNoFallback = ImFontGlyph* function(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_GetCharAdvance
alias pImFont_GetCharAdvance = float function(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_GetDebugName
alias pImFont_GetDebugName = const(char)* function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_GrowIndex
alias pImFont_GrowIndex = void function(ImFont* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_ImFont
alias pImFont_ImFont = ImFont* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_IsGlyphRangeUnused
alias pImFont_IsGlyphRangeUnused = bool function(ImFont* self, uint c_begin, uint c_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_IsLoaded
alias pImFont_IsLoaded = bool function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_RenderChar
alias pImFont_RenderChar = void function(ImFont* self, ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_RenderText
alias pImFont_RenderText = void function(ImFont* self, ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4 clip_rect, const(char)* text_begin, const(char)* text_end, float wrap_width = 0.0f, bool cpu_fine_clip = false)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_SetGlyphVisible
alias pImFont_SetGlyphVisible = void function(ImFont* self, ImWchar c, bool visible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImFont_destroy
alias pImFont_destroy = void function(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiComboPreviewData_ImGuiComboPreviewData
alias pImGuiComboPreviewData_ImGuiComboPreviewData = ImGuiComboPreviewData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiComboPreviewData_destroy
alias pImGuiComboPreviewData_destroy = void function(ImGuiComboPreviewData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiContextHook_ImGuiContextHook
alias pImGuiContextHook_ImGuiContextHook = ImGuiContextHook* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiContextHook_destroy
alias pImGuiContextHook_destroy = void function(ImGuiContextHook* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiContext_ImGuiContext
alias pImGuiContext_ImGuiContext = ImGuiContext* function(ImFontAtlas* shared_font_atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiContext_destroy
alias pImGuiContext_destroy = void function(ImGuiContext* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockContext_ImGuiDockContext
alias pImGuiDockContext_ImGuiDockContext = ImGuiDockContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockContext_destroy
alias pImGuiDockContext_destroy = void function(ImGuiDockContext* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNodeSettings_ImGuiDockNodeSettings
alias pImGuiDockNodeSettings_ImGuiDockNodeSettings = ImGuiDockNodeSettings* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNodeSettings_destroy
alias pImGuiDockNodeSettings_destroy = void function(ImGuiDockNodeSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_ImGuiDockNode
alias pImGuiDockNode_ImGuiDockNode = ImGuiDockNode* function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsCentralNode
alias pImGuiDockNode_IsCentralNode = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsDockSpace
alias pImGuiDockNode_IsDockSpace = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsEmpty
alias pImGuiDockNode_IsEmpty = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsFloatingNode
alias pImGuiDockNode_IsFloatingNode = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsHiddenTabBar
alias pImGuiDockNode_IsHiddenTabBar = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsLeafNode
alias pImGuiDockNode_IsLeafNode = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsNoTabBar
alias pImGuiDockNode_IsNoTabBar = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsRootNode
alias pImGuiDockNode_IsRootNode = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_IsSplitNode
alias pImGuiDockNode_IsSplitNode = bool function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_Rect
alias pImGuiDockNode_Rect = void function(ImRect* pOut, ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_SetLocalFlags
alias pImGuiDockNode_SetLocalFlags = void function(ImGuiDockNode* self, ImGuiDockNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_UpdateMergedFlags
alias pImGuiDockNode_UpdateMergedFlags = void function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockNode_destroy
alias pImGuiDockNode_destroy = void function(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockPreviewData_ImGuiDockPreviewData
alias pImGuiDockPreviewData_ImGuiDockPreviewData = ImGuiDockPreviewData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockPreviewData_destroy
alias pImGuiDockPreviewData_destroy = void function(ImGuiDockPreviewData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockRequest_ImGuiDockRequest
alias pImGuiDockRequest_ImGuiDockRequest = ImGuiDockRequest* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiDockRequest_destroy
alias pImGuiDockRequest_destroy = void function(ImGuiDockRequest* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_AddFocusEvent
alias pImGuiIO_AddFocusEvent = void function(ImGuiIO* self, bool focused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_AddInputCharacter
alias pImGuiIO_AddInputCharacter = void function(ImGuiIO* self, uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_AddInputCharacterUTF16
alias pImGuiIO_AddInputCharacterUTF16 = void function(ImGuiIO* self, ImWchar16 c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_AddInputCharactersUTF8
alias pImGuiIO_AddInputCharactersUTF8 = void function(ImGuiIO* self, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_ClearInputCharacters
alias pImGuiIO_ClearInputCharacters = void function(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_ClearInputKeys
alias pImGuiIO_ClearInputKeys = void function(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_ImGuiIO
alias pImGuiIO_ImGuiIO = ImGuiIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiIO_destroy
alias pImGuiIO_destroy = void function(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextCallbackData_ClearSelection
alias pImGuiInputTextCallbackData_ClearSelection = void function(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextCallbackData_DeleteChars
alias pImGuiInputTextCallbackData_DeleteChars = void function(ImGuiInputTextCallbackData* self, int pos, int bytes_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextCallbackData_HasSelection
alias pImGuiInputTextCallbackData_HasSelection = bool function(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextCallbackData_ImGuiInputTextCallbackData
alias pImGuiInputTextCallbackData_ImGuiInputTextCallbackData = ImGuiInputTextCallbackData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextCallbackData_InsertChars
alias pImGuiInputTextCallbackData_InsertChars = void function(ImGuiInputTextCallbackData* self, int pos, const(char)* text, const(char)* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextCallbackData_SelectAll
alias pImGuiInputTextCallbackData_SelectAll = void function(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextCallbackData_destroy
alias pImGuiInputTextCallbackData_destroy = void function(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_ClearFreeMemory
alias pImGuiInputTextState_ClearFreeMemory = void function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_ClearSelection
alias pImGuiInputTextState_ClearSelection = void function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_ClearText
alias pImGuiInputTextState_ClearText = void function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_CursorAnimReset
alias pImGuiInputTextState_CursorAnimReset = void function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_CursorClamp
alias pImGuiInputTextState_CursorClamp = void function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_GetCursorPos
alias pImGuiInputTextState_GetCursorPos = int function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_GetRedoAvailCount
alias pImGuiInputTextState_GetRedoAvailCount = int function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_GetSelectionEnd
alias pImGuiInputTextState_GetSelectionEnd = int function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_GetSelectionStart
alias pImGuiInputTextState_GetSelectionStart = int function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_GetUndoAvailCount
alias pImGuiInputTextState_GetUndoAvailCount = int function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_HasSelection
alias pImGuiInputTextState_HasSelection = bool function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_ImGuiInputTextState
alias pImGuiInputTextState_ImGuiInputTextState = ImGuiInputTextState* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_OnKeyPressed
alias pImGuiInputTextState_OnKeyPressed = void function(ImGuiInputTextState* self, int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_SelectAll
alias pImGuiInputTextState_SelectAll = void function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiInputTextState_destroy
alias pImGuiInputTextState_destroy = void function(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiLastItemData_ImGuiLastItemData
alias pImGuiLastItemData_ImGuiLastItemData = ImGuiLastItemData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiLastItemData_destroy
alias pImGuiLastItemData_destroy = void function(ImGuiLastItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiListClipper_Begin
alias pImGuiListClipper_Begin = void function(ImGuiListClipper* self, int items_count, float items_height = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiListClipper_End
alias pImGuiListClipper_End = void function(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiListClipper_ImGuiListClipper
alias pImGuiListClipper_ImGuiListClipper = ImGuiListClipper* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiListClipper_Step
alias pImGuiListClipper_Step = bool function(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiListClipper_destroy
alias pImGuiListClipper_destroy = void function(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiMenuColumns_CalcNextTotalWidth
alias pImGuiMenuColumns_CalcNextTotalWidth = void function(ImGuiMenuColumns* self, bool update_offsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiMenuColumns_DeclColumns
alias pImGuiMenuColumns_DeclColumns = float function(ImGuiMenuColumns* self, float w_icon, float w_label, float w_shortcut, float w_mark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiMenuColumns_ImGuiMenuColumns
alias pImGuiMenuColumns_ImGuiMenuColumns = ImGuiMenuColumns* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiMenuColumns_Update
alias pImGuiMenuColumns_Update = void function(ImGuiMenuColumns* self, float spacing, bool window_reappearing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiMenuColumns_destroy
alias pImGuiMenuColumns_destroy = void function(ImGuiMenuColumns* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiMetricsConfig_ImGuiMetricsConfig
alias pImGuiMetricsConfig_ImGuiMetricsConfig = ImGuiMetricsConfig* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiMetricsConfig_destroy
alias pImGuiMetricsConfig_destroy = void function(ImGuiMetricsConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNavItemData_Clear
alias pImGuiNavItemData_Clear = void function(ImGuiNavItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNavItemData_ImGuiNavItemData
alias pImGuiNavItemData_ImGuiNavItemData = ImGuiNavItemData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNavItemData_destroy
alias pImGuiNavItemData_destroy = void function(ImGuiNavItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNextItemData_ClearFlags
alias pImGuiNextItemData_ClearFlags = void function(ImGuiNextItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNextItemData_ImGuiNextItemData
alias pImGuiNextItemData_ImGuiNextItemData = ImGuiNextItemData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNextItemData_destroy
alias pImGuiNextItemData_destroy = void function(ImGuiNextItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNextWindowData_ClearFlags
alias pImGuiNextWindowData_ClearFlags = void function(ImGuiNextWindowData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNextWindowData_ImGuiNextWindowData
alias pImGuiNextWindowData_ImGuiNextWindowData = ImGuiNextWindowData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiNextWindowData_destroy
alias pImGuiNextWindowData_destroy = void function(ImGuiNextWindowData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiOldColumnData_ImGuiOldColumnData
alias pImGuiOldColumnData_ImGuiOldColumnData = ImGuiOldColumnData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiOldColumnData_destroy
alias pImGuiOldColumnData_destroy = void function(ImGuiOldColumnData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiOldColumns_ImGuiOldColumns
alias pImGuiOldColumns_ImGuiOldColumns = ImGuiOldColumns* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiOldColumns_destroy
alias pImGuiOldColumns_destroy = void function(ImGuiOldColumns* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiOnceUponAFrame_ImGuiOnceUponAFrame
alias pImGuiOnceUponAFrame_ImGuiOnceUponAFrame = ImGuiOnceUponAFrame* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiOnceUponAFrame_destroy
alias pImGuiOnceUponAFrame_destroy = void function(ImGuiOnceUponAFrame* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPayload_Clear
alias pImGuiPayload_Clear = void function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPayload_ImGuiPayload
alias pImGuiPayload_ImGuiPayload = ImGuiPayload* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPayload_IsDataType
alias pImGuiPayload_IsDataType = bool function(ImGuiPayload* self, const(char)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPayload_IsDelivery
alias pImGuiPayload_IsDelivery = bool function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPayload_IsPreview
alias pImGuiPayload_IsPreview = bool function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPayload_destroy
alias pImGuiPayload_destroy = void function(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPlatformIO_ImGuiPlatformIO
alias pImGuiPlatformIO_ImGuiPlatformIO = ImGuiPlatformIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPlatformIO_destroy
alias pImGuiPlatformIO_destroy = void function(ImGuiPlatformIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPlatformMonitor_ImGuiPlatformMonitor
alias pImGuiPlatformMonitor_ImGuiPlatformMonitor = ImGuiPlatformMonitor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPlatformMonitor_destroy
alias pImGuiPlatformMonitor_destroy = void function(ImGuiPlatformMonitor* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPopupData_ImGuiPopupData
alias pImGuiPopupData_ImGuiPopupData = ImGuiPopupData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPopupData_destroy
alias pImGuiPopupData_destroy = void function(ImGuiPopupData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPtrOrIndex_ImGuiPtrOrIndex_Int
alias pImGuiPtrOrIndex_ImGuiPtrOrIndex_Int = ImGuiPtrOrIndex* function(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr
alias pImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr = ImGuiPtrOrIndex* function(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiPtrOrIndex_destroy
alias pImGuiPtrOrIndex_destroy = void function(ImGuiPtrOrIndex* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiSettingsHandler_ImGuiSettingsHandler
alias pImGuiSettingsHandler_ImGuiSettingsHandler = ImGuiSettingsHandler* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiSettingsHandler_destroy
alias pImGuiSettingsHandler_destroy = void function(ImGuiSettingsHandler* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStackSizes_CompareWithCurrentState
alias pImGuiStackSizes_CompareWithCurrentState = void function(ImGuiStackSizes* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStackSizes_ImGuiStackSizes
alias pImGuiStackSizes_ImGuiStackSizes = ImGuiStackSizes* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStackSizes_SetToCurrentState
alias pImGuiStackSizes_SetToCurrentState = void function(ImGuiStackSizes* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStackSizes_destroy
alias pImGuiStackSizes_destroy = void function(ImGuiStackSizes* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStoragePair_ImGuiStoragePair_Float
alias pImGuiStoragePair_ImGuiStoragePair_Float = ImGuiStoragePair* function(ImGuiID _key, float _val_f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStoragePair_ImGuiStoragePair_Int
alias pImGuiStoragePair_ImGuiStoragePair_Int = ImGuiStoragePair* function(ImGuiID _key, int _val_i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStoragePair_ImGuiStoragePair_Ptr
alias pImGuiStoragePair_ImGuiStoragePair_Ptr = ImGuiStoragePair* function(ImGuiID _key, void* _val_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStoragePair_destroy
alias pImGuiStoragePair_destroy = void function(ImGuiStoragePair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_BuildSortByKey
alias pImGuiStorage_BuildSortByKey = void function(ImGuiStorage* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_Clear
alias pImGuiStorage_Clear = void function(ImGuiStorage* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetBool
alias pImGuiStorage_GetBool = bool function(ImGuiStorage* self, ImGuiID key, bool default_val = false)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetBoolRef
alias pImGuiStorage_GetBoolRef = bool* function(ImGuiStorage* self, ImGuiID key, bool default_val = false)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetFloat
alias pImGuiStorage_GetFloat = float function(ImGuiStorage* self, ImGuiID key, float default_val = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetFloatRef
alias pImGuiStorage_GetFloatRef = float* function(ImGuiStorage* self, ImGuiID key, float default_val = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetInt
alias pImGuiStorage_GetInt = int function(ImGuiStorage* self, ImGuiID key, int default_val = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetIntRef
alias pImGuiStorage_GetIntRef = int* function(ImGuiStorage* self, ImGuiID key, int default_val = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetVoidPtr
alias pImGuiStorage_GetVoidPtr = void* function(ImGuiStorage* self, ImGuiID key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_GetVoidPtrRef
alias pImGuiStorage_GetVoidPtrRef = void** function(ImGuiStorage* self, ImGuiID key, void* default_val = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_SetAllInt
alias pImGuiStorage_SetAllInt = void function(ImGuiStorage* self, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_SetBool
alias pImGuiStorage_SetBool = void function(ImGuiStorage* self, ImGuiID key, bool val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_SetFloat
alias pImGuiStorage_SetFloat = void function(ImGuiStorage* self, ImGuiID key, float val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_SetInt
alias pImGuiStorage_SetInt = void function(ImGuiStorage* self, ImGuiID key, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStorage_SetVoidPtr
alias pImGuiStorage_SetVoidPtr = void function(ImGuiStorage* self, ImGuiID key, void* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStyleMod_ImGuiStyleMod_Float
alias pImGuiStyleMod_ImGuiStyleMod_Float = ImGuiStyleMod* function(ImGuiStyleVar idx, float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStyleMod_ImGuiStyleMod_Int
alias pImGuiStyleMod_ImGuiStyleMod_Int = ImGuiStyleMod* function(ImGuiStyleVar idx, int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStyleMod_ImGuiStyleMod_Vec2
alias pImGuiStyleMod_ImGuiStyleMod_Vec2 = ImGuiStyleMod* function(ImGuiStyleVar idx, ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStyleMod_destroy
alias pImGuiStyleMod_destroy = void function(ImGuiStyleMod* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStyle_ImGuiStyle
alias pImGuiStyle_ImGuiStyle = ImGuiStyle* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStyle_ScaleAllSizes
alias pImGuiStyle_ScaleAllSizes = void function(ImGuiStyle* self, float scale_factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiStyle_destroy
alias pImGuiStyle_destroy = void function(ImGuiStyle* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTabBar_GetTabName
alias pImGuiTabBar_GetTabName = const(char)* function(ImGuiTabBar* self, const ImGuiTabItem* tab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTabBar_GetTabOrder
alias pImGuiTabBar_GetTabOrder = int function(ImGuiTabBar* self, const ImGuiTabItem* tab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTabBar_ImGuiTabBar
alias pImGuiTabBar_ImGuiTabBar = ImGuiTabBar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTabBar_destroy
alias pImGuiTabBar_destroy = void function(ImGuiTabBar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTabItem_ImGuiTabItem
alias pImGuiTabItem_ImGuiTabItem = ImGuiTabItem* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTabItem_destroy
alias pImGuiTabItem_destroy = void function(ImGuiTabItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableColumnSettings_ImGuiTableColumnSettings
alias pImGuiTableColumnSettings_ImGuiTableColumnSettings = ImGuiTableColumnSettings* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableColumnSettings_destroy
alias pImGuiTableColumnSettings_destroy = void function(ImGuiTableColumnSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs
alias pImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs = ImGuiTableColumnSortSpecs* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableColumnSortSpecs_destroy
alias pImGuiTableColumnSortSpecs_destroy = void function(ImGuiTableColumnSortSpecs* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableColumn_ImGuiTableColumn
alias pImGuiTableColumn_ImGuiTableColumn = ImGuiTableColumn* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableColumn_destroy
alias pImGuiTableColumn_destroy = void function(ImGuiTableColumn* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableSettings_GetColumnSettings
alias pImGuiTableSettings_GetColumnSettings = ImGuiTableColumnSettings* function(ImGuiTableSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableSettings_ImGuiTableSettings
alias pImGuiTableSettings_ImGuiTableSettings = ImGuiTableSettings* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableSettings_destroy
alias pImGuiTableSettings_destroy = void function(ImGuiTableSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableSortSpecs_ImGuiTableSortSpecs
alias pImGuiTableSortSpecs_ImGuiTableSortSpecs = ImGuiTableSortSpecs* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableSortSpecs_destroy
alias pImGuiTableSortSpecs_destroy = void function(ImGuiTableSortSpecs* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableTempData_ImGuiTableTempData
alias pImGuiTableTempData_ImGuiTableTempData = ImGuiTableTempData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTableTempData_destroy
alias pImGuiTableTempData_destroy = void function(ImGuiTableTempData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTable_ImGuiTable
alias pImGuiTable_ImGuiTable = ImGuiTable* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTable_destroy
alias pImGuiTable_destroy = void function(ImGuiTable* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_ImGuiTextBuffer
alias pImGuiTextBuffer_ImGuiTextBuffer = ImGuiTextBuffer* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_append
alias pImGuiTextBuffer_append = void function(ImGuiTextBuffer* self, const(char)* str, const(char)* str_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_appendf
alias pImGuiTextBuffer_appendf = void function(ImGuiTextBuffer* self, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_appendfv
alias pImGuiTextBuffer_appendfv = void function(ImGuiTextBuffer* self, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_begin
alias pImGuiTextBuffer_begin = const(char)* function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_c_str
alias pImGuiTextBuffer_c_str = const(char)* function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_clear
alias pImGuiTextBuffer_clear = void function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_destroy
alias pImGuiTextBuffer_destroy = void function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_empty
alias pImGuiTextBuffer_empty = bool function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_end
alias pImGuiTextBuffer_end = const(char)* function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_reserve
alias pImGuiTextBuffer_reserve = void function(ImGuiTextBuffer* self, int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextBuffer_size
alias pImGuiTextBuffer_size = int function(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextFilter_Build
alias pImGuiTextFilter_Build = void function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextFilter_Clear
alias pImGuiTextFilter_Clear = void function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextFilter_Draw
alias pImGuiTextFilter_Draw = bool function(ImGuiTextFilter* self, const(char)* label = "Filter(inc,-exc)", float width = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextFilter_ImGuiTextFilter
alias pImGuiTextFilter_ImGuiTextFilter = ImGuiTextFilter* function(const(char)* default_filter = "")
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextFilter_IsActive
alias pImGuiTextFilter_IsActive = bool function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextFilter_PassFilter
alias pImGuiTextFilter_PassFilter = bool function(ImGuiTextFilter* self, const(char)* text, const(char)* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextFilter_destroy
alias pImGuiTextFilter_destroy = void function(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextRange_ImGuiTextRange_Nil
alias pImGuiTextRange_ImGuiTextRange_Nil = ImGuiTextRange* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextRange_ImGuiTextRange_Str
alias pImGuiTextRange_ImGuiTextRange_Str = ImGuiTextRange* function(const(char)* _b, const(char)* _e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextRange_destroy
alias pImGuiTextRange_destroy = void function(ImGuiTextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextRange_empty
alias pImGuiTextRange_empty = bool function(ImGuiTextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiTextRange_split
alias pImGuiTextRange_split = void function(ImGuiTextRange* self, char separator, ImVector!(ImGuiTextRange)* outItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_CalcWorkRectPos
alias pImGuiViewportP_CalcWorkRectPos = void function(ImVec2* pOut, ImGuiViewportP* self, const ImVec2 off_min)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_CalcWorkRectSize
alias pImGuiViewportP_CalcWorkRectSize = void function(ImVec2* pOut, ImGuiViewportP* self, const ImVec2 off_min, const ImVec2 off_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_ClearRequestFlags
alias pImGuiViewportP_ClearRequestFlags = void function(ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_GetBuildWorkRect
alias pImGuiViewportP_GetBuildWorkRect = void function(ImRect* pOut, ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_GetMainRect
alias pImGuiViewportP_GetMainRect = void function(ImRect* pOut, ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_GetWorkRect
alias pImGuiViewportP_GetWorkRect = void function(ImRect* pOut, ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_ImGuiViewportP
alias pImGuiViewportP_ImGuiViewportP = ImGuiViewportP* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_UpdateWorkRect
alias pImGuiViewportP_UpdateWorkRect = void function(ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewportP_destroy
alias pImGuiViewportP_destroy = void function(ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewport_GetCenter
alias pImGuiViewport_GetCenter = void function(ImVec2* pOut, ImGuiViewport* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewport_GetWorkCenter
alias pImGuiViewport_GetWorkCenter = void function(ImVec2* pOut, ImGuiViewport* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewport_ImGuiViewport
alias pImGuiViewport_ImGuiViewport = ImGuiViewport* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiViewport_destroy
alias pImGuiViewport_destroy = void function(ImGuiViewport* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindowClass_ImGuiWindowClass
alias pImGuiWindowClass_ImGuiWindowClass = ImGuiWindowClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindowClass_destroy
alias pImGuiWindowClass_destroy = void function(ImGuiWindowClass* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindowSettings_GetName
alias pImGuiWindowSettings_GetName = char* function(ImGuiWindowSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindowSettings_ImGuiWindowSettings
alias pImGuiWindowSettings_ImGuiWindowSettings = ImGuiWindowSettings* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindowSettings_destroy
alias pImGuiWindowSettings_destroy = void function(ImGuiWindowSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_CalcFontSize
alias pImGuiWindow_CalcFontSize = float function(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_GetIDFromRectangle
alias pImGuiWindow_GetIDFromRectangle = ImGuiID function(ImGuiWindow* self, const ImRect r_abs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_GetIDNoKeepAlive_Int
alias pImGuiWindow_GetIDNoKeepAlive_Int = ImGuiID function(ImGuiWindow* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_GetIDNoKeepAlive_Ptr
alias pImGuiWindow_GetIDNoKeepAlive_Ptr = ImGuiID function(ImGuiWindow* self, const void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_GetIDNoKeepAlive_Str
alias pImGuiWindow_GetIDNoKeepAlive_Str = ImGuiID function(ImGuiWindow* self, const(char)* str, const(char)* str_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_GetID_Int
alias pImGuiWindow_GetID_Int = ImGuiID function(ImGuiWindow* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_GetID_Ptr
alias pImGuiWindow_GetID_Ptr = ImGuiID function(ImGuiWindow* self, const void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_GetID_Str
alias pImGuiWindow_GetID_Str = ImGuiID function(ImGuiWindow* self, const(char)* str, const(char)* str_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_ImGuiWindow
alias pImGuiWindow_ImGuiWindow = ImGuiWindow* function(ImGuiContext* context, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_MenuBarHeight
alias pImGuiWindow_MenuBarHeight = float function(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_MenuBarRect
alias pImGuiWindow_MenuBarRect = void function(ImRect* pOut, ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_Rect
alias pImGuiWindow_Rect = void function(ImRect* pOut, ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_TitleBarHeight
alias pImGuiWindow_TitleBarHeight = float function(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_TitleBarRect
alias pImGuiWindow_TitleBarRect = void function(ImRect* pOut, ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGuiWindow_destroy
alias pImGuiWindow_destroy = void function(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_CharCallback
alias pImGui_ImplGlfw_CharCallback = void function(GLFWwindow* window, uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_CursorEnterCallback
alias pImGui_ImplGlfw_CursorEnterCallback = void function(GLFWwindow* window, int entered)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_InitForOpenGL
alias pImGui_ImplGlfw_InitForOpenGL = bool function(GLFWwindow* window, bool install_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_InitForOther
alias pImGui_ImplGlfw_InitForOther = bool function(GLFWwindow* window, bool install_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_InitForVulkan
alias pImGui_ImplGlfw_InitForVulkan = bool function(GLFWwindow* window, bool install_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_KeyCallback
alias pImGui_ImplGlfw_KeyCallback = void function(GLFWwindow* window, int key, int scancode, int action, int mods)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_MonitorCallback
alias pImGui_ImplGlfw_MonitorCallback = void function(GLFWmonitor* monitor, int event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_MouseButtonCallback
alias pImGui_ImplGlfw_MouseButtonCallback = void function(GLFWwindow* window, int button, int action, int mods)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_NewFrame
alias pImGui_ImplGlfw_NewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_ScrollCallback
alias pImGui_ImplGlfw_ScrollCallback = void function(GLFWwindow* window, double xoffset, double yoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_Shutdown
alias pImGui_ImplGlfw_Shutdown = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplGlfw_WindowFocusCallback
alias pImGui_ImplGlfw_WindowFocusCallback = void function(GLFWwindow* window, int focused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_CreateDeviceObjects
alias pImGui_ImplOpenGL2_CreateDeviceObjects = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_CreateFontsTexture
alias pImGui_ImplOpenGL2_CreateFontsTexture = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_DestroyDeviceObjects
alias pImGui_ImplOpenGL2_DestroyDeviceObjects = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_DestroyFontsTexture
alias pImGui_ImplOpenGL2_DestroyFontsTexture = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_Init
alias pImGui_ImplOpenGL2_Init = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_NewFrame
alias pImGui_ImplOpenGL2_NewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_RenderDrawData
alias pImGui_ImplOpenGL2_RenderDrawData = void function(ImDrawData* draw_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL2_Shutdown
alias pImGui_ImplOpenGL2_Shutdown = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_CreateDeviceObjects
alias pImGui_ImplOpenGL3_CreateDeviceObjects = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_CreateFontsTexture
alias pImGui_ImplOpenGL3_CreateFontsTexture = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_DestroyDeviceObjects
alias pImGui_ImplOpenGL3_DestroyDeviceObjects = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_DestroyFontsTexture
alias pImGui_ImplOpenGL3_DestroyFontsTexture = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_Init
alias pImGui_ImplOpenGL3_Init = bool function(const(char)* glsl_version = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_NewFrame
alias pImGui_ImplOpenGL3_NewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_RenderDrawData
alias pImGui_ImplOpenGL3_RenderDrawData = void function(ImDrawData* draw_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplOpenGL3_Shutdown
alias pImGui_ImplOpenGL3_Shutdown = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_InitForD3D
alias pImGui_ImplSDL2_InitForD3D = bool function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_InitForMetal
alias pImGui_ImplSDL2_InitForMetal = bool function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_InitForOpenGL
alias pImGui_ImplSDL2_InitForOpenGL = bool function(SDL_Window* window, void* sdl_gl_context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_InitForSDLRenderer
alias pImGui_ImplSDL2_InitForSDLRenderer = bool function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_InitForVulkan
alias pImGui_ImplSDL2_InitForVulkan = bool function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_NewFrame
alias pImGui_ImplSDL2_NewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_ProcessEvent
alias pImGui_ImplSDL2_ProcessEvent = bool function(const SDL_Event* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImGui_ImplSDL2_Shutdown
alias pImGui_ImplSDL2_Shutdown = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Add_Rect
alias pImRect_Add_Rect = void function(ImRect* self, const ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Add_Vec2
alias pImRect_Add_Vec2 = void function(ImRect* self, const ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_ClipWith
alias pImRect_ClipWith = void function(ImRect* self, const ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_ClipWithFull
alias pImRect_ClipWithFull = void function(ImRect* self, const ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Contains_Rect
alias pImRect_Contains_Rect = bool function(ImRect* self, const ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Contains_Vec2
alias pImRect_Contains_Vec2 = bool function(ImRect* self, const ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Expand_Float
alias pImRect_Expand_Float = void function(ImRect* self, const float amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Expand_Vec2
alias pImRect_Expand_Vec2 = void function(ImRect* self, const ImVec2 amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Floor
alias pImRect_Floor = void function(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetArea
alias pImRect_GetArea = float function(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetBL
alias pImRect_GetBL = void function(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetBR
alias pImRect_GetBR = void function(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetCenter
alias pImRect_GetCenter = void function(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetHeight
alias pImRect_GetHeight = float function(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetSize
alias pImRect_GetSize = void function(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetTL
alias pImRect_GetTL = void function(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetTR
alias pImRect_GetTR = void function(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_GetWidth
alias pImRect_GetWidth = float function(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_ImRect_Float
alias pImRect_ImRect_Float = ImRect* function(float x1, float y1, float x2, float y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_ImRect_Nil
alias pImRect_ImRect_Nil = ImRect* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_ImRect_Vec2
alias pImRect_ImRect_Vec2 = ImRect* function(const ImVec2 min, const ImVec2 max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_ImRect_Vec4
alias pImRect_ImRect_Vec4 = ImRect* function(const ImVec4 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_IsInverted
alias pImRect_IsInverted = bool function(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Overlaps
alias pImRect_Overlaps = bool function(ImRect* self, const ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_ToVec4
alias pImRect_ToVec4 = void function(ImVec4* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_Translate
alias pImRect_Translate = void function(ImRect* self, const ImVec2 d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_TranslateX
alias pImRect_TranslateX = void function(ImRect* self, float dx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_TranslateY
alias pImRect_TranslateY = void function(ImRect* self, float dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImRect_destroy
alias pImRect_destroy = void function(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec1_ImVec1_Float
alias pImVec1_ImVec1_Float = ImVec1* function(float _x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec1_ImVec1_Nil
alias pImVec1_ImVec1_Nil = ImVec1* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec1_destroy
alias pImVec1_destroy = void function(ImVec1* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec2_ImVec2_Float
alias pImVec2_ImVec2_Float = ImVec2* function(float _x, float _y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec2_ImVec2_Nil
alias pImVec2_ImVec2_Nil = ImVec2* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec2_destroy
alias pImVec2_destroy = void function(ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec2ih_ImVec2ih_Nil
alias pImVec2ih_ImVec2ih_Nil = ImVec2ih* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec2ih_ImVec2ih_Vec2
alias pImVec2ih_ImVec2ih_Vec2 = ImVec2ih* function(const ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec2ih_ImVec2ih_short
alias pImVec2ih_ImVec2ih_short = ImVec2ih* function(short _x, short _y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec2ih_destroy
alias pImVec2ih_destroy = void function(ImVec2ih* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec4_ImVec4_Float
alias pImVec4_ImVec4_Float = ImVec4* function(float _x, float _y, float _z, float _w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec4_ImVec4_Nil
alias pImVec4_ImVec4_Nil = ImVec4* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pImVec4_destroy
alias pImVec4_destroy = void function(ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigAcceptDragDropPayload
alias pigAcceptDragDropPayload = ImGuiPayload* function(const(char)* type, ImGuiDragDropFlags flags = ImGuiDragDropFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigActivateItem
alias pigActivateItem = void function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigAddContextHook
alias pigAddContextHook = ImGuiID function(ImGuiContext* context, const ImGuiContextHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigAlignTextToFramePadding
alias pigAlignTextToFramePadding = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigArrowButton
alias pigArrowButton = bool function(const(char)* str_id, ImGuiDir dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigArrowButtonEx
alias pigArrowButtonEx = bool function(const(char)* str_id, ImGuiDir dir, ImVec2 size_arg, ImGuiButtonFlags flags = ImGuiButtonFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBegin
alias pigBegin = bool function(const(char)* name, bool* p_open = null, ImGuiWindowFlags flags = ImGuiWindowFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginChildEx
alias pigBeginChildEx = bool function(const(char)* name, ImGuiID id, const ImVec2 size_arg, bool border, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginChildFrame
alias pigBeginChildFrame = bool function(ImGuiID id, const ImVec2 size, ImGuiWindowFlags flags = ImGuiWindowFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginChild_ID
alias pigBeginChild_ID = bool function(ImGuiID id, const ImVec2 size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = ImGuiWindowFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginChild_Str
alias pigBeginChild_Str = bool function(const(char)* str_id, const ImVec2 size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = ImGuiWindowFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginColumns
alias pigBeginColumns = void function(const(char)* str_id, int count, ImGuiOldColumnFlags flags = ImGuiOldColumnFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginCombo
alias pigBeginCombo = bool function(const(char)* label, const(char)* preview_value, ImGuiComboFlags flags = ImGuiComboFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginComboPopup
alias pigBeginComboPopup = bool function(ImGuiID popup_id, const ImRect bb, ImGuiComboFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginComboPreview
alias pigBeginComboPreview = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginDisabled
alias pigBeginDisabled = void function(bool disabled = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginDockableDragDropSource
alias pigBeginDockableDragDropSource = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginDockableDragDropTarget
alias pigBeginDockableDragDropTarget = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginDocked
alias pigBeginDocked = void function(ImGuiWindow* window, bool* p_open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginDragDropSource
alias pigBeginDragDropSource = bool function(ImGuiDragDropFlags flags = ImGuiDragDropFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginDragDropTarget
alias pigBeginDragDropTarget = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginDragDropTargetCustom
alias pigBeginDragDropTargetCustom = bool function(const ImRect bb, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginGroup
alias pigBeginGroup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginListBox
alias pigBeginListBox = bool function(const(char)* label, const ImVec2 size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginMainMenuBar
alias pigBeginMainMenuBar = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginMenu
alias pigBeginMenu = bool function(const(char)* label, bool enabled = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginMenuBar
alias pigBeginMenuBar = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginMenuEx
alias pigBeginMenuEx = bool function(const(char)* label, const(char)* icon, bool enabled = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginPopup
alias pigBeginPopup = bool function(const(char)* str_id, ImGuiWindowFlags flags = ImGuiWindowFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginPopupContextItem
alias pigBeginPopupContextItem = bool function(const(char)* str_id = null, ImGuiPopupFlags popup_flags = ImGuiPopupFlags.MouseButtonDefault_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginPopupContextVoid
alias pigBeginPopupContextVoid = bool function(const(char)* str_id = null, ImGuiPopupFlags popup_flags = ImGuiPopupFlags.MouseButtonDefault_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginPopupContextWindow
alias pigBeginPopupContextWindow = bool function(const(char)* str_id = null, ImGuiPopupFlags popup_flags = ImGuiPopupFlags.MouseButtonDefault_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginPopupEx
alias pigBeginPopupEx = bool function(ImGuiID id, ImGuiWindowFlags extra_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginPopupModal
alias pigBeginPopupModal = bool function(const(char)* name, bool* p_open = null, ImGuiWindowFlags flags = ImGuiWindowFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginTabBar
alias pigBeginTabBar = bool function(const(char)* str_id, ImGuiTabBarFlags flags = ImGuiTabBarFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginTabBarEx
alias pigBeginTabBarEx = bool function(ImGuiTabBar* tab_bar, const ImRect bb, ImGuiTabBarFlags flags, ImGuiDockNode* dock_node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginTabItem
alias pigBeginTabItem = bool function(const(char)* label, bool* p_open = null, ImGuiTabItemFlags flags = ImGuiTabItemFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginTable
alias pigBeginTable = bool function(const(char)* str_id, int column, ImGuiTableFlags flags = ImGuiTableFlags.None, const ImVec2 outer_size = ImVec2(0.0f, 0.0f), float inner_width = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginTableEx
alias pigBeginTableEx = bool function(const(char)* name, ImGuiID id, int columns_count, ImGuiTableFlags flags = ImGuiTableFlags.None, const ImVec2 outer_size = ImVec2(0, 0), float inner_width = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginTooltip
alias pigBeginTooltip = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginTooltipEx
alias pigBeginTooltipEx = void function(ImGuiWindowFlags extra_flags, ImGuiTooltipFlags tooltip_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBeginViewportSideBar
alias pigBeginViewportSideBar = bool function(const(char)* name, ImGuiViewport* viewport, ImGuiDir dir, float size, ImGuiWindowFlags window_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBringWindowToDisplayBack
alias pigBringWindowToDisplayBack = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBringWindowToDisplayFront
alias pigBringWindowToDisplayFront = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBringWindowToFocusFront
alias pigBringWindowToFocusFront = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBullet
alias pigBullet = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBulletText
alias pigBulletText = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigBulletTextV
alias pigBulletTextV = void function(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigButton
alias pigButton = bool function(const(char)* label, const ImVec2 size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigButtonBehavior
alias pigButtonBehavior = bool function(const ImRect bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = ImGuiButtonFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigButtonEx
alias pigButtonEx = bool function(const(char)* label, const ImVec2 size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = ImGuiButtonFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCalcItemSize
alias pigCalcItemSize = void function(ImVec2* pOut, ImVec2 size, float default_w, float default_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCalcItemWidth
alias pigCalcItemWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCalcListClipping
alias pigCalcListClipping = void function(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCalcTextSize
alias pigCalcTextSize = void function(ImVec2* pOut, const(char)* text, const(char)* text_end = null, bool hide_text_after_double_hash = false, float wrap_width = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCalcTypematicRepeatAmount
alias pigCalcTypematicRepeatAmount = int function(float t0, float t1, float repeat_delay, float repeat_rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCalcWindowNextAutoFitSize
alias pigCalcWindowNextAutoFitSize = void function(ImVec2* pOut, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCalcWrapWidthForPos
alias pigCalcWrapWidthForPos = float function(const ImVec2 pos, float wrap_pos_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCallContextHooks
alias pigCallContextHooks = void function(ImGuiContext* context, ImGuiContextHookType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCaptureKeyboardFromApp
alias pigCaptureKeyboardFromApp = void function(bool want_capture_keyboard_value = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCaptureMouseFromApp
alias pigCaptureMouseFromApp = void function(bool want_capture_mouse_value = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCheckbox
alias pigCheckbox = bool function(const(char)* label, bool* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCheckboxFlags_IntPtr
alias pigCheckboxFlags_IntPtr = bool function(const(char)* label, int* flags, int flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCheckboxFlags_S64Ptr
alias pigCheckboxFlags_S64Ptr = bool function(const(char)* label, ImS64* flags, ImS64 flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCheckboxFlags_U64Ptr
alias pigCheckboxFlags_U64Ptr = bool function(const(char)* label, ImU64* flags, ImU64 flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCheckboxFlags_UintPtr
alias pigCheckboxFlags_UintPtr = bool function(const(char)* label, uint* flags, uint flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigClearActiveID
alias pigClearActiveID = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigClearDragDrop
alias pigClearDragDrop = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigClearIniSettings
alias pigClearIniSettings = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCloseButton
alias pigCloseButton = bool function(ImGuiID id, const ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCloseCurrentPopup
alias pigCloseCurrentPopup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigClosePopupToLevel
alias pigClosePopupToLevel = void function(int remaining, bool restore_focus_to_window_under_popup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigClosePopupsExceptModals
alias pigClosePopupsExceptModals = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigClosePopupsOverWindow
alias pigClosePopupsOverWindow = void function(ImGuiWindow* ref_window, bool restore_focus_to_window_under_popup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCollapseButton
alias pigCollapseButton = bool function(ImGuiID id, const ImVec2 pos, ImGuiDockNode* dock_node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCollapsingHeader_BoolPtr
alias pigCollapsingHeader_BoolPtr = bool function(const(char)* label, bool* p_visible, ImGuiTreeNodeFlags flags = ImGuiTreeNodeFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCollapsingHeader_TreeNodeFlags
alias pigCollapsingHeader_TreeNodeFlags = bool function(const(char)* label, ImGuiTreeNodeFlags flags = ImGuiTreeNodeFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorButton
alias pigColorButton = bool function(const(char)* desc_id, const ImVec4 col, ImGuiColorEditFlags flags = ImGuiColorEditFlags.None, ImVec2 size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorConvertFloat4ToU32
alias pigColorConvertFloat4ToU32 = ImU32 function(const ImVec4 inItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorConvertHSVtoRGB
alias pigColorConvertHSVtoRGB = void function(float h, float s, float v, float* out_r, float* out_g, float* out_b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorConvertRGBtoHSV
alias pigColorConvertRGBtoHSV = void function(float r, float g, float b, float* out_h, float* out_s, float* out_v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorConvertU32ToFloat4
alias pigColorConvertU32ToFloat4 = void function(ImVec4* pOut, ImU32 inItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorEdit3
alias pigColorEdit3 = bool function(const(char)* label, float[3]* col, ImGuiColorEditFlags flags = ImGuiColorEditFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorEdit4
alias pigColorEdit4 = bool function(const(char)* label, float[4]* col, ImGuiColorEditFlags flags = ImGuiColorEditFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorEditOptionsPopup
alias pigColorEditOptionsPopup = void function(const float* col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorPicker3
alias pigColorPicker3 = bool function(const(char)* label, float[3]* col, ImGuiColorEditFlags flags = ImGuiColorEditFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorPicker4
alias pigColorPicker4 = bool function(const(char)* label, float[4]* col, ImGuiColorEditFlags flags = ImGuiColorEditFlags.None, const float* ref_col = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorPickerOptionsPopup
alias pigColorPickerOptionsPopup = void function(const float* ref_col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColorTooltip
alias pigColorTooltip = void function(const(char)* text, const float* col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigColumns
alias pigColumns = void function(int count = 1, const(char)* id = null, bool border = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCombo_FnBoolPtr
alias pigCombo_FnBoolPtr = bool function(const(char)* label, int* current_item, bool function(void* data, int idx, const(char)** out_text) items_getter, void* data, int items_count, int popup_max_height_in_items = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCombo_Str
alias pigCombo_Str = bool function(const(char)* label, int* current_item, const(char)* items_separated_by_zeros, int popup_max_height_in_items = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCombo_Str_arr
alias pigCombo_Str_arr = bool function(const(char)* label, int* current_item, const(char)** items, int items_count, int popup_max_height_in_items = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCreateContext
alias pigCreateContext = ImGuiContext* function(ImFontAtlas* shared_font_atlas = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigCreateNewWindowSettings
alias pigCreateNewWindowSettings = ImGuiWindowSettings* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDataTypeApplyOp
alias pigDataTypeApplyOp = void function(ImGuiDataType data_type, int op, void* output, const void* arg_1, const void* arg_2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDataTypeApplyOpFromText
alias pigDataTypeApplyOpFromText = bool function(const(char)* buf, const(char)* initial_value_buf, ImGuiDataType data_type, void* p_data, const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDataTypeClamp
alias pigDataTypeClamp = bool function(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDataTypeCompare
alias pigDataTypeCompare = int function(ImGuiDataType data_type, const void* arg_1, const void* arg_2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDataTypeFormatString
alias pigDataTypeFormatString = int function(char* buf, int buf_size, ImGuiDataType data_type, const void* p_data, const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDataTypeGetInfo
alias pigDataTypeGetInfo = ImGuiDataTypeInfo* function(ImGuiDataType data_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugCheckVersionAndDataLayout
alias pigDebugCheckVersionAndDataLayout = bool function(const(char)* version_str, size_t sz_io, size_t sz_style, size_t sz_vec2, size_t sz_vec4, size_t sz_drawvert, size_t sz_drawidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugDrawItemRect
alias pigDebugDrawItemRect = void function(ImU32 col = 4278190335)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeColumns
alias pigDebugNodeColumns = void function(ImGuiOldColumns* columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeDockNode
alias pigDebugNodeDockNode = void function(ImGuiDockNode* node, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeDrawCmdShowMeshAndBoundingBox
alias pigDebugNodeDrawCmdShowMeshAndBoundingBox = void function(ImDrawList* out_draw_list, const ImDrawList* draw_list, const ImDrawCmd* draw_cmd, bool show_mesh, bool show_aabb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeDrawList
alias pigDebugNodeDrawList = void function(ImGuiWindow* window, ImGuiViewportP* viewport, const ImDrawList* draw_list, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeFont
alias pigDebugNodeFont = void function(ImFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeStorage
alias pigDebugNodeStorage = void function(ImGuiStorage* storage, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeTabBar
alias pigDebugNodeTabBar = void function(ImGuiTabBar* tab_bar, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeTable
alias pigDebugNodeTable = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeTableSettings
alias pigDebugNodeTableSettings = void function(ImGuiTableSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeViewport
alias pigDebugNodeViewport = void function(ImGuiViewportP* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeWindow
alias pigDebugNodeWindow = void function(ImGuiWindow* window, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeWindowSettings
alias pigDebugNodeWindowSettings = void function(ImGuiWindowSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugNodeWindowsList
alias pigDebugNodeWindowsList = void function(ImVector!(ImGuiWindow*)* windows, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugRenderViewportThumbnail
alias pigDebugRenderViewportThumbnail = void function(ImDrawList* draw_list, ImGuiViewportP* viewport, const ImRect bb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDebugStartItemPicker
alias pigDebugStartItemPicker = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDestroyContext
alias pigDestroyContext = void function(ImGuiContext* ctx = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDestroyPlatformWindow
alias pigDestroyPlatformWindow = void function(ImGuiViewportP* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDestroyPlatformWindows
alias pigDestroyPlatformWindows = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderAddNode
alias pigDockBuilderAddNode = ImGuiID function(ImGuiID node_id = 0, ImGuiDockNodeFlags flags = ImGuiDockNodeFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderCopyDockSpace
alias pigDockBuilderCopyDockSpace = void function(ImGuiID src_dockspace_id, ImGuiID dst_dockspace_id, ImVector!(const(char)*)* in_window_remap_pairs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderCopyNode
alias pigDockBuilderCopyNode = void function(ImGuiID src_node_id, ImGuiID dst_node_id, ImVector!(ImGuiID)* out_node_remap_pairs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderCopyWindowSettings
alias pigDockBuilderCopyWindowSettings = void function(const(char)* src_name, const(char)* dst_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderDockWindow
alias pigDockBuilderDockWindow = void function(const(char)* window_name, ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderFinish
alias pigDockBuilderFinish = void function(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderGetCentralNode
alias pigDockBuilderGetCentralNode = ImGuiDockNode* function(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderGetNode
alias pigDockBuilderGetNode = ImGuiDockNode* function(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderRemoveNode
alias pigDockBuilderRemoveNode = void function(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderRemoveNodeChildNodes
alias pigDockBuilderRemoveNodeChildNodes = void function(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderRemoveNodeDockedWindows
alias pigDockBuilderRemoveNodeDockedWindows = void function(ImGuiID node_id, bool clear_settings_refs = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderSetNodePos
alias pigDockBuilderSetNodePos = void function(ImGuiID node_id, ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderSetNodeSize
alias pigDockBuilderSetNodeSize = void function(ImGuiID node_id, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockBuilderSplitNode
alias pigDockBuilderSplitNode = ImGuiID function(ImGuiID node_id, ImGuiDir split_dir, float size_ratio_for_node_at_dir, ImGuiID* out_id_at_dir, ImGuiID* out_id_at_opposite_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextCalcDropPosForDocking
alias pigDockContextCalcDropPosForDocking = bool function(ImGuiWindow* target, ImGuiDockNode* target_node, ImGuiWindow* payload, ImGuiDir split_dir, bool split_outer, ImVec2* out_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextClearNodes
alias pigDockContextClearNodes = void function(ImGuiContext* ctx, ImGuiID root_id, bool clear_settings_refs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextGenNodeID
alias pigDockContextGenNodeID = ImGuiID function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextInitialize
alias pigDockContextInitialize = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextNewFrameUpdateDocking
alias pigDockContextNewFrameUpdateDocking = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextNewFrameUpdateUndocking
alias pigDockContextNewFrameUpdateUndocking = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextQueueDock
alias pigDockContextQueueDock = void function(ImGuiContext* ctx, ImGuiWindow* target, ImGuiDockNode* target_node, ImGuiWindow* payload, ImGuiDir split_dir, float split_ratio, bool split_outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextQueueUndockNode
alias pigDockContextQueueUndockNode = void function(ImGuiContext* ctx, ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextQueueUndockWindow
alias pigDockContextQueueUndockWindow = void function(ImGuiContext* ctx, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextRebuildNodes
alias pigDockContextRebuildNodes = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockContextShutdown
alias pigDockContextShutdown = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockNodeBeginAmendTabBar
alias pigDockNodeBeginAmendTabBar = bool function(ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockNodeEndAmendTabBar
alias pigDockNodeEndAmendTabBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockNodeGetDepth
alias pigDockNodeGetDepth = int function(const ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockNodeGetRootNode
alias pigDockNodeGetRootNode = ImGuiDockNode* function(ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockNodeGetWindowMenuButtonId
alias pigDockNodeGetWindowMenuButtonId = ImGuiID function(const ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockSpace
alias pigDockSpace = ImGuiID function(ImGuiID id, const ImVec2 size = ImVec2(0, 0), ImGuiDockNodeFlags flags = ImGuiDockNodeFlags.None, const ImGuiWindowClass* window_class = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDockSpaceOverViewport
alias pigDockSpaceOverViewport = ImGuiID function(const ImGuiViewport* viewport = null, ImGuiDockNodeFlags flags = ImGuiDockNodeFlags.None, const ImGuiWindowClass* window_class = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragBehavior
alias pigDragBehavior = bool function(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void* p_min, const void* p_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragFloat
alias pigDragFloat = bool function(const(char)* label, float* v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragFloat2
alias pigDragFloat2 = bool function(const(char)* label, float[2]* v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragFloat3
alias pigDragFloat3 = bool function(const(char)* label, float[3]* v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragFloat4
alias pigDragFloat4 = bool function(const(char)* label, float[4]* v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragFloatRange2
alias pigDragFloatRange2 = bool function(const(char)* label, float* v_current_min, float* v_current_max, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const(char)* format = "%.3f", const(char)* format_max = null, ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragInt
alias pigDragInt = bool function(const(char)* label, int* v, float v_speed = 1.0f, int v_min = 0, int v_max = 0, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragInt2
alias pigDragInt2 = bool function(const(char)* label, int[2]* v, float v_speed = 1.0f, int v_min = 0, int v_max = 0, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragInt3
alias pigDragInt3 = bool function(const(char)* label, int[3]* v, float v_speed = 1.0f, int v_min = 0, int v_max = 0, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragInt4
alias pigDragInt4 = bool function(const(char)* label, int[4]* v, float v_speed = 1.0f, int v_min = 0, int v_max = 0, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragIntRange2
alias pigDragIntRange2 = bool function(const(char)* label, int* v_current_min, int* v_current_max, float v_speed = 1.0f, int v_min = 0, int v_max = 0, const(char)* format = "%d", const(char)* format_max = null, ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragScalar
alias pigDragScalar = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, float v_speed = 1.0f, const void* p_min = null, const void* p_max = null, const(char)* format = null, ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDragScalarN
alias pigDragScalarN = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, int components, float v_speed = 1.0f, const void* p_min = null, const void* p_max = null, const(char)* format = null, ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigDummy
alias pigDummy = void function(const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEnd
alias pigEnd = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndChild
alias pigEndChild = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndChildFrame
alias pigEndChildFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndColumns
alias pigEndColumns = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndCombo
alias pigEndCombo = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndComboPreview
alias pigEndComboPreview = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndDisabled
alias pigEndDisabled = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndDragDropSource
alias pigEndDragDropSource = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndDragDropTarget
alias pigEndDragDropTarget = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndFrame
alias pigEndFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndGroup
alias pigEndGroup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndListBox
alias pigEndListBox = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndMainMenuBar
alias pigEndMainMenuBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndMenu
alias pigEndMenu = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndMenuBar
alias pigEndMenuBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndPopup
alias pigEndPopup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndTabBar
alias pigEndTabBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndTabItem
alias pigEndTabItem = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndTable
alias pigEndTable = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigEndTooltip
alias pigEndTooltip = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigErrorCheckEndFrameRecover
alias pigErrorCheckEndFrameRecover = void function(ImGuiErrorLogCallback log_callback, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigErrorCheckEndWindowRecover
alias pigErrorCheckEndWindowRecover = void function(ImGuiErrorLogCallback log_callback, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindBestWindowPosForPopup
alias pigFindBestWindowPosForPopup = void function(ImVec2* pOut, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindBestWindowPosForPopupEx
alias pigFindBestWindowPosForPopupEx = void function(ImVec2* pOut, const ImVec2 ref_pos, const ImVec2 size, ImGuiDir* last_dir, const ImRect r_outer, const ImRect r_avoid, ImGuiPopupPositionPolicy policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindOrCreateColumns
alias pigFindOrCreateColumns = ImGuiOldColumns* function(ImGuiWindow* window, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindOrCreateWindowSettings
alias pigFindOrCreateWindowSettings = ImGuiWindowSettings* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindRenderedTextEnd
alias pigFindRenderedTextEnd = const(char)* function(const(char)* text, const(char)* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindSettingsHandler
alias pigFindSettingsHandler = ImGuiSettingsHandler* function(const(char)* type_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindViewportByID
alias pigFindViewportByID = ImGuiViewport* function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindViewportByPlatformHandle
alias pigFindViewportByPlatformHandle = ImGuiViewport* function(void* platform_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindWindowByID
alias pigFindWindowByID = ImGuiWindow* function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindWindowByName
alias pigFindWindowByName = ImGuiWindow* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFindWindowSettings
alias pigFindWindowSettings = ImGuiWindowSettings* function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFocusTopMostWindowUnderOne
alias pigFocusTopMostWindowUnderOne = void function(ImGuiWindow* under_this_window, ImGuiWindow* ignore_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigFocusWindow
alias pigFocusWindow = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGcAwakeTransientWindowBuffers
alias pigGcAwakeTransientWindowBuffers = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGcCompactTransientMiscBuffers
alias pigGcCompactTransientMiscBuffers = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGcCompactTransientWindowBuffers
alias pigGcCompactTransientWindowBuffers = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetActiveID
alias pigGetActiveID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetAllocatorFunctions
alias pigGetAllocatorFunctions = void function(ImGuiMemAllocFunc* p_alloc_func, ImGuiMemFreeFunc* p_free_func, void** p_user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetBackgroundDrawList_Nil
alias pigGetBackgroundDrawList_Nil = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetBackgroundDrawList_ViewportPtr
alias pigGetBackgroundDrawList_ViewportPtr = ImDrawList* function(ImGuiViewport* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetClipboardText
alias pigGetClipboardText = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColorU32_Col
alias pigGetColorU32_Col = ImU32 function(ImGuiCol idx, float alpha_mul = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColorU32_U32
alias pigGetColorU32_U32 = ImU32 function(ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColorU32_Vec4
alias pigGetColorU32_Vec4 = ImU32 function(const ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColumnIndex
alias pigGetColumnIndex = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColumnNormFromOffset
alias pigGetColumnNormFromOffset = float function(const ImGuiOldColumns* columns, float offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColumnOffset
alias pigGetColumnOffset = float function(int column_index = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColumnOffsetFromNorm
alias pigGetColumnOffsetFromNorm = float function(const ImGuiOldColumns* columns, float offset_norm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColumnWidth
alias pigGetColumnWidth = float function(int column_index = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColumnsCount
alias pigGetColumnsCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetColumnsID
alias pigGetColumnsID = ImGuiID function(const(char)* str_id, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetContentRegionAvail
alias pigGetContentRegionAvail = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetContentRegionMax
alias pigGetContentRegionMax = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetContentRegionMaxAbs
alias pigGetContentRegionMaxAbs = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCurrentContext
alias pigGetCurrentContext = ImGuiContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCurrentTable
alias pigGetCurrentTable = ImGuiTable* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCurrentWindow
alias pigGetCurrentWindow = ImGuiWindow* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCurrentWindowRead
alias pigGetCurrentWindowRead = ImGuiWindow* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCursorPos
alias pigGetCursorPos = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCursorPosX
alias pigGetCursorPosX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCursorPosY
alias pigGetCursorPosY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCursorScreenPos
alias pigGetCursorScreenPos = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetCursorStartPos
alias pigGetCursorStartPos = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetDefaultFont
alias pigGetDefaultFont = ImFont* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetDragDropPayload
alias pigGetDragDropPayload = ImGuiPayload* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetDrawData
alias pigGetDrawData = ImDrawData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetDrawListSharedData
alias pigGetDrawListSharedData = ImDrawListSharedData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFocusID
alias pigGetFocusID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFocusScope
alias pigGetFocusScope = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFocusedFocusScope
alias pigGetFocusedFocusScope = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFont
alias pigGetFont = ImFont* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFontSize
alias pigGetFontSize = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFontTexUvWhitePixel
alias pigGetFontTexUvWhitePixel = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetForegroundDrawList_Nil
alias pigGetForegroundDrawList_Nil = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetForegroundDrawList_ViewportPtr
alias pigGetForegroundDrawList_ViewportPtr = ImDrawList* function(ImGuiViewport* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetForegroundDrawList_WindowPtr
alias pigGetForegroundDrawList_WindowPtr = ImDrawList* function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFrameCount
alias pigGetFrameCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFrameHeight
alias pigGetFrameHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetFrameHeightWithSpacing
alias pigGetFrameHeightWithSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetHoveredID
alias pigGetHoveredID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetIDWithSeed
alias pigGetIDWithSeed = ImGuiID function(const(char)* str_id_begin, const(char)* str_id_end, ImGuiID seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetID_Ptr
alias pigGetID_Ptr = ImGuiID function(const void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetID_Str
alias pigGetID_Str = ImGuiID function(const(char)* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetID_StrStr
alias pigGetID_StrStr = ImGuiID function(const(char)* str_id_begin, const(char)* str_id_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetIO
alias pigGetIO = ImGuiIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetInputTextState
alias pigGetInputTextState = ImGuiInputTextState* function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetItemFlags
alias pigGetItemFlags = ImGuiItemFlags function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetItemID
alias pigGetItemID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetItemRectMax
alias pigGetItemRectMax = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetItemRectMin
alias pigGetItemRectMin = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetItemRectSize
alias pigGetItemRectSize = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetItemStatusFlags
alias pigGetItemStatusFlags = ImGuiItemStatusFlags function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetKeyIndex
alias pigGetKeyIndex = int function(ImGuiKey imgui_key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetKeyPressedAmount
alias pigGetKeyPressedAmount = int function(int key_index, float repeat_delay, float rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetMainViewport
alias pigGetMainViewport = ImGuiViewport* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetMergedKeyModFlags
alias pigGetMergedKeyModFlags = ImGuiKeyModFlags function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetMouseCursor
alias pigGetMouseCursor = ImGuiMouseCursor function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetMouseDragDelta
alias pigGetMouseDragDelta = void function(ImVec2* pOut, ImGuiMouseButton button = ImGuiMouseButton.Left, float lock_threshold = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetMousePos
alias pigGetMousePos = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetMousePosOnOpeningCurrentPopup
alias pigGetMousePosOnOpeningCurrentPopup = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetNavInputAmount
alias pigGetNavInputAmount = float function(ImGuiNavInput n, ImGuiInputReadMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetNavInputAmount2d
alias pigGetNavInputAmount2d = void function(ImVec2* pOut, ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode mode, float slow_factor = 0.0f, float fast_factor = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetPlatformIO
alias pigGetPlatformIO = ImGuiPlatformIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetPopupAllowedExtentRect
alias pigGetPopupAllowedExtentRect = void function(ImRect* pOut, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetScrollMaxX
alias pigGetScrollMaxX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetScrollMaxY
alias pigGetScrollMaxY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetScrollX
alias pigGetScrollX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetScrollY
alias pigGetScrollY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetStateStorage
alias pigGetStateStorage = ImGuiStorage* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetStyle
alias pigGetStyle = ImGuiStyle* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetStyleColorName
alias pigGetStyleColorName = const(char)* function(ImGuiCol idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetStyleColorVec4
alias pigGetStyleColorVec4 = ImVec4* function(ImGuiCol idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetTextLineHeight
alias pigGetTextLineHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetTextLineHeightWithSpacing
alias pigGetTextLineHeightWithSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetTime
alias pigGetTime = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetTopMostPopupModal
alias pigGetTopMostPopupModal = ImGuiWindow* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetTreeNodeToLabelSpacing
alias pigGetTreeNodeToLabelSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetVersion
alias pigGetVersion = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetViewportPlatformMonitor
alias pigGetViewportPlatformMonitor = ImGuiPlatformMonitor* function(ImGuiViewport* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowAlwaysWantOwnTabBar
alias pigGetWindowAlwaysWantOwnTabBar = bool function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowContentRegionMax
alias pigGetWindowContentRegionMax = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowContentRegionMin
alias pigGetWindowContentRegionMin = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowDockID
alias pigGetWindowDockID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowDockNode
alias pigGetWindowDockNode = ImGuiDockNode* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowDpiScale
alias pigGetWindowDpiScale = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowDrawList
alias pigGetWindowDrawList = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowHeight
alias pigGetWindowHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowPos
alias pigGetWindowPos = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowResizeBorderID
alias pigGetWindowResizeBorderID = ImGuiID function(ImGuiWindow* window, ImGuiDir dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowResizeCornerID
alias pigGetWindowResizeCornerID = ImGuiID function(ImGuiWindow* window, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowScrollbarID
alias pigGetWindowScrollbarID = ImGuiID function(ImGuiWindow* window, ImGuiAxis axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowScrollbarRect
alias pigGetWindowScrollbarRect = void function(ImRect* pOut, ImGuiWindow* window, ImGuiAxis axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowSize
alias pigGetWindowSize = void function(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowViewport
alias pigGetWindowViewport = ImGuiViewport* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigGetWindowWidth
alias pigGetWindowWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImAbs_Float
alias pigImAbs_Float = float function(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImAbs_Int
alias pigImAbs_Int = int function(int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImAbs_double
alias pigImAbs_double = double function(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImAlphaBlendColors
alias pigImAlphaBlendColors = ImU32 function(ImU32 col_a, ImU32 col_b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBezierCubicCalc
alias pigImBezierCubicCalc = void function(ImVec2* pOut, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBezierCubicClosestPoint
alias pigImBezierCubicClosestPoint = void function(ImVec2* pOut, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, const ImVec2 p, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBezierCubicClosestPointCasteljau
alias pigImBezierCubicClosestPointCasteljau = void function(ImVec2* pOut, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, const ImVec2 p, float tess_tol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBezierQuadraticCalc
alias pigImBezierQuadraticCalc = void function(ImVec2* pOut, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBitArrayClearBit
alias pigImBitArrayClearBit = void function(ImU32* arr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBitArraySetBit
alias pigImBitArraySetBit = void function(ImU32* arr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBitArraySetBitRange
alias pigImBitArraySetBitRange = void function(ImU32* arr, int n, int n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImBitArrayTestBit
alias pigImBitArrayTestBit = bool function(const ImU32* arr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImCharIsBlankA
alias pigImCharIsBlankA = bool function(char c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImCharIsBlankW
alias pigImCharIsBlankW = bool function(uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImClamp
alias pigImClamp = void function(ImVec2* pOut, const ImVec2 v, const ImVec2 mn, ImVec2 mx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImDot
alias pigImDot = float function(const ImVec2 a, const ImVec2 b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFileClose
alias pigImFileClose = bool function(ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFileGetSize
alias pigImFileGetSize = ImU64 function(ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFileLoadToMemory
alias pigImFileLoadToMemory = void* function(const(char)* filename, const(char)* mode, size_t* out_file_size = null, int padding_bytes = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFileOpen
alias pigImFileOpen = ImFileHandle function(const(char)* filename, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFileRead
alias pigImFileRead = ImU64 function(void* data, ImU64 size, ImU64 count, ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFileWrite
alias pigImFileWrite = ImU64 function(const void* data, ImU64 size, ImU64 count, ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFloorSigned
alias pigImFloorSigned = float function(float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFloor_Float
alias pigImFloor_Float = float function(float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFloor_Vec2
alias pigImFloor_Vec2 = void function(ImVec2* pOut, const ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildFinish
alias pigImFontAtlasBuildFinish = void function(ImFontAtlas* atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildInit
alias pigImFontAtlasBuildInit = void function(ImFontAtlas* atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildMultiplyCalcLookupTable
alias pigImFontAtlasBuildMultiplyCalcLookupTable = void function(char[256]* out_table, float in_multiply_factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildMultiplyRectAlpha8
alias pigImFontAtlasBuildMultiplyRectAlpha8 = void function(const char[256]* table, char* pixels, int x, int y, int w, int h, int stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildPackCustomRects
alias pigImFontAtlasBuildPackCustomRects = void function(ImFontAtlas* atlas, void* stbrp_context_opaque)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildRender32bppRectFromString
alias pigImFontAtlasBuildRender32bppRectFromString = void function(ImFontAtlas* atlas, int x, int y, int w, int h, const(char)* in_str, char in_marker_char, uint in_marker_pixel_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildRender8bppRectFromString
alias pigImFontAtlasBuildRender8bppRectFromString = void function(ImFontAtlas* atlas, int x, int y, int w, int h, const(char)* in_str, char in_marker_char, char in_marker_pixel_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasBuildSetupFont
alias pigImFontAtlasBuildSetupFont = void function(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFontAtlasGetBuilderForStbTruetype
alias pigImFontAtlasGetBuilderForStbTruetype = ImFontBuilderIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFormatString
alias pigImFormatString = int function(char* buf, size_t buf_size, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImFormatStringV
alias pigImFormatStringV = int function(char* buf, size_t buf_size, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImGetDirQuadrantFromDelta
alias pigImGetDirQuadrantFromDelta = ImGuiDir function(float dx, float dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImHashData
alias pigImHashData = ImGuiID function(const void* data, size_t data_size, ImU32 seed = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImHashStr
alias pigImHashStr = ImGuiID function(const(char)* data, size_t data_size = 0, ImU32 seed = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImInvLength
alias pigImInvLength = float function(const ImVec2 lhs, float fail_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImIsPowerOfTwo_Int
alias pigImIsPowerOfTwo_Int = bool function(int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImIsPowerOfTwo_U64
alias pigImIsPowerOfTwo_U64 = bool function(ImU64 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLengthSqr_Vec2
alias pigImLengthSqr_Vec2 = float function(const ImVec2 lhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLengthSqr_Vec4
alias pigImLengthSqr_Vec4 = float function(const ImVec4 lhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLerp_Vec2Float
alias pigImLerp_Vec2Float = void function(ImVec2* pOut, const ImVec2 a, const ImVec2 b, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLerp_Vec2Vec2
alias pigImLerp_Vec2Vec2 = void function(ImVec2* pOut, const ImVec2 a, const ImVec2 b, const ImVec2 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLerp_Vec4
alias pigImLerp_Vec4 = void function(ImVec4* pOut, const ImVec4 a, const ImVec4 b, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLineClosestPoint
alias pigImLineClosestPoint = void function(ImVec2* pOut, const ImVec2 a, const ImVec2 b, const ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLinearSweep
alias pigImLinearSweep = float function(float current, float target, float speed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLog_Float
alias pigImLog_Float = float function(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImLog_double
alias pigImLog_double = double function(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImMax
alias pigImMax = void function(ImVec2* pOut, const ImVec2 lhs, const ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImMin
alias pigImMin = void function(ImVec2* pOut, const ImVec2 lhs, const ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImModPositive
alias pigImModPositive = int function(int a, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImMul
alias pigImMul = void function(ImVec2* pOut, const ImVec2 lhs, const ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImParseFormatFindEnd
alias pigImParseFormatFindEnd = const(char)* function(const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImParseFormatFindStart
alias pigImParseFormatFindStart = const(char)* function(const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImParseFormatPrecision
alias pigImParseFormatPrecision = int function(const(char)* format, int default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImParseFormatTrimDecorations
alias pigImParseFormatTrimDecorations = const(char)* function(const(char)* format, char* buf, size_t buf_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImPow_Float
alias pigImPow_Float = float function(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImPow_double
alias pigImPow_double = double function(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImRotate
alias pigImRotate = void function(ImVec2* pOut, const ImVec2 v, float cos_a, float sin_a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImRsqrt_Float
alias pigImRsqrt_Float = float function(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImRsqrt_double
alias pigImRsqrt_double = double function(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImSaturate
alias pigImSaturate = float function(float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImSign_Float
alias pigImSign_Float = float function(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImSign_double
alias pigImSign_double = double function(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrSkipBlank
alias pigImStrSkipBlank = const(char)* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrTrimBlanks
alias pigImStrTrimBlanks = void function(char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrbolW
alias pigImStrbolW = ImWchar* function(const ImWchar* buf_mid_line, const ImWchar* buf_begin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrchrRange
alias pigImStrchrRange = const(char)* function(const(char)* str_begin, const(char)* str_end, char c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrdup
alias pigImStrdup = char* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrdupcpy
alias pigImStrdupcpy = char* function(char* dst, size_t* p_dst_size, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStreolRange
alias pigImStreolRange = const(char)* function(const(char)* str, const(char)* str_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStricmp
alias pigImStricmp = int function(const(char)* str1, const(char)* str2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStristr
alias pigImStristr = const(char)* function(const(char)* haystack, const(char)* haystack_end, const(char)* needle, const(char)* needle_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrlenW
alias pigImStrlenW = int function(const ImWchar* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrncpy
alias pigImStrncpy = void function(char* dst, const(char)* src, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImStrnicmp
alias pigImStrnicmp = int function(const(char)* str1, const(char)* str2, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTextCharFromUtf8
alias pigImTextCharFromUtf8 = int function(uint* out_char, const(char)* in_text, const(char)* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTextCharToUtf8
alias pigImTextCharToUtf8 = const(char)* function(char[5]* out_buf, uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTextCountCharsFromUtf8
alias pigImTextCountCharsFromUtf8 = int function(const(char)* in_text, const(char)* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTextCountUtf8BytesFromChar
alias pigImTextCountUtf8BytesFromChar = int function(const(char)* in_text, const(char)* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTextCountUtf8BytesFromStr
alias pigImTextCountUtf8BytesFromStr = int function(const ImWchar* in_text, const ImWchar* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTextStrFromUtf8
alias pigImTextStrFromUtf8 = int function(ImWchar* out_buf, int out_buf_size, const(char)* in_text, const(char)* in_text_end, const char** in_remaining = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTextStrToUtf8
alias pigImTextStrToUtf8 = int function(char* out_buf, int out_buf_size, const ImWchar* in_text, const ImWchar* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTriangleArea
alias pigImTriangleArea = float function(const ImVec2 a, const ImVec2 b, const ImVec2 c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTriangleBarycentricCoords
alias pigImTriangleBarycentricCoords = void function(const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 p, float* out_u, float* out_v, float* out_w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTriangleClosestPoint
alias pigImTriangleClosestPoint = void function(ImVec2* pOut, const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImTriangleContainsPoint
alias pigImTriangleContainsPoint = bool function(const ImVec2 a, const ImVec2 b, const ImVec2 c, const ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImUpperPowerOfTwo
alias pigImUpperPowerOfTwo = int function(int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImage
alias pigImage = void function(ImTextureID user_texture_id, const ImVec2 size, const ImVec2 uv0 = ImVec2(0, 0), const ImVec2 uv1 = ImVec2(1, 1), const ImVec4 tint_col = ImVec4(1, 1, 1, 1), const ImVec4 border_col = ImVec4(0, 0, 0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImageButton
alias pigImageButton = bool function(ImTextureID user_texture_id, const ImVec2 size, const ImVec2 uv0 = ImVec2(0, 0), const ImVec2 uv1 = ImVec2(1, 1), int frame_padding = -1, const ImVec4 bg_col = ImVec4(0, 0, 0, 0), const ImVec4 tint_col = ImVec4(1, 1, 1, 1))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigImageButtonEx
alias pigImageButtonEx = bool function(ImGuiID id, ImTextureID texture_id, const ImVec2 size, const ImVec2 uv0, const ImVec2 uv1, const ImVec2 padding, const ImVec4 bg_col, const ImVec4 tint_col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIndent
alias pigIndent = void function(float indent_w = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInitialize
alias pigInitialize = void function(ImGuiContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputDouble
alias pigInputDouble = bool function(const(char)* label, double* v, double step = 0.0, double step_fast = 0.0, const(char)* format = "%.6f", ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputFloat
alias pigInputFloat = bool function(const(char)* label, float* v, float step = 0.0f, float step_fast = 0.0f, const(char)* format = "%.3f", ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputFloat2
alias pigInputFloat2 = bool function(const(char)* label, float[2]* v, const(char)* format = "%.3f", ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputFloat3
alias pigInputFloat3 = bool function(const(char)* label, float[3]* v, const(char)* format = "%.3f", ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputFloat4
alias pigInputFloat4 = bool function(const(char)* label, float[4]* v, const(char)* format = "%.3f", ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputInt
alias pigInputInt = bool function(const(char)* label, int* v, int step = 1, int step_fast = 100, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputInt2
alias pigInputInt2 = bool function(const(char)* label, int[2]* v, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputInt3
alias pigInputInt3 = bool function(const(char)* label, int[3]* v, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputInt4
alias pigInputInt4 = bool function(const(char)* label, int[4]* v, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputScalar
alias pigInputScalar = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, const void* p_step = null, const void* p_step_fast = null, const(char)* format = null, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputScalarN
alias pigInputScalarN = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, int components, const void* p_step = null, const void* p_step_fast = null, const(char)* format = null, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputText
alias pigInputText = bool function(const(char)* label, char* buf, size_t buf_size, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None, ImGuiInputTextCallback callback = null, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputTextEx
alias pigInputTextEx = bool function(const(char)* label, const(char)* hint, char* buf, int buf_size, const ImVec2 size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback = null, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputTextMultiline
alias pigInputTextMultiline = bool function(const(char)* label, char* buf, size_t buf_size, const ImVec2 size = ImVec2(0, 0), ImGuiInputTextFlags flags = ImGuiInputTextFlags.None, ImGuiInputTextCallback callback = null, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInputTextWithHint
alias pigInputTextWithHint = bool function(const(char)* label, const(char)* hint, char* buf, size_t buf_size, ImGuiInputTextFlags flags = ImGuiInputTextFlags.None, ImGuiInputTextCallback callback = null, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigInvisibleButton
alias pigInvisibleButton = bool function(const(char)* str_id, const ImVec2 size, ImGuiButtonFlags flags = ImGuiButtonFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsActiveIdUsingKey
alias pigIsActiveIdUsingKey = bool function(ImGuiKey key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsActiveIdUsingNavDir
alias pigIsActiveIdUsingNavDir = bool function(ImGuiDir dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsActiveIdUsingNavInput
alias pigIsActiveIdUsingNavInput = bool function(ImGuiNavInput input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsAnyItemActive
alias pigIsAnyItemActive = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsAnyItemFocused
alias pigIsAnyItemFocused = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsAnyItemHovered
alias pigIsAnyItemHovered = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsAnyMouseDown
alias pigIsAnyMouseDown = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsClippedEx
alias pigIsClippedEx = bool function(const ImRect bb, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsDragDropPayloadBeingAccepted
alias pigIsDragDropPayloadBeingAccepted = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemActivated
alias pigIsItemActivated = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemActive
alias pigIsItemActive = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemClicked
alias pigIsItemClicked = bool function(ImGuiMouseButton mouse_button = ImGuiMouseButton.Left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemDeactivated
alias pigIsItemDeactivated = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemDeactivatedAfterEdit
alias pigIsItemDeactivatedAfterEdit = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemEdited
alias pigIsItemEdited = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemFocused
alias pigIsItemFocused = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemHovered
alias pigIsItemHovered = bool function(ImGuiHoveredFlags flags = ImGuiHoveredFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemToggledOpen
alias pigIsItemToggledOpen = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemToggledSelection
alias pigIsItemToggledSelection = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsItemVisible
alias pigIsItemVisible = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsKeyDown
alias pigIsKeyDown = bool function(int user_key_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsKeyPressed
alias pigIsKeyPressed = bool function(int user_key_index, bool repeat = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsKeyPressedMap
alias pigIsKeyPressedMap = bool function(ImGuiKey key, bool repeat = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsKeyReleased
alias pigIsKeyReleased = bool function(int user_key_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMouseClicked
alias pigIsMouseClicked = bool function(ImGuiMouseButton button, bool repeat = false)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMouseDoubleClicked
alias pigIsMouseDoubleClicked = bool function(ImGuiMouseButton button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMouseDown
alias pigIsMouseDown = bool function(ImGuiMouseButton button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMouseDragPastThreshold
alias pigIsMouseDragPastThreshold = bool function(ImGuiMouseButton button, float lock_threshold = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMouseDragging
alias pigIsMouseDragging = bool function(ImGuiMouseButton button, float lock_threshold = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMouseHoveringRect
alias pigIsMouseHoveringRect = bool function(const ImVec2 r_min, const ImVec2 r_max, bool clip = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMousePosValid
alias pigIsMousePosValid = bool function(const ImVec2* mouse_pos = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsMouseReleased
alias pigIsMouseReleased = bool function(ImGuiMouseButton button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsNavInputDown
alias pigIsNavInputDown = bool function(ImGuiNavInput n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsNavInputTest
alias pigIsNavInputTest = bool function(ImGuiNavInput n, ImGuiInputReadMode rm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsPopupOpen_ID
alias pigIsPopupOpen_ID = bool function(ImGuiID id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsPopupOpen_Str
alias pigIsPopupOpen_Str = bool function(const(char)* str_id, ImGuiPopupFlags flags = ImGuiPopupFlags.MouseButtonLeft)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsRectVisible_Nil
alias pigIsRectVisible_Nil = bool function(const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsRectVisible_Vec2
alias pigIsRectVisible_Vec2 = bool function(const ImVec2 rect_min, const ImVec2 rect_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowAbove
alias pigIsWindowAbove = bool function(ImGuiWindow* potential_above, ImGuiWindow* potential_below)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowAppearing
alias pigIsWindowAppearing = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowChildOf
alias pigIsWindowChildOf = bool function(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy, bool dock_hierarchy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowCollapsed
alias pigIsWindowCollapsed = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowDocked
alias pigIsWindowDocked = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowFocused
alias pigIsWindowFocused = bool function(ImGuiFocusedFlags flags = ImGuiFocusedFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowHovered
alias pigIsWindowHovered = bool function(ImGuiHoveredFlags flags = ImGuiHoveredFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigIsWindowNavFocusable
alias pigIsWindowNavFocusable = bool function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigItemAdd
alias pigItemAdd = bool function(const ImRect bb, ImGuiID id, const ImRect* nav_bb = null, ImGuiItemFlags extra_flags = ImGuiItemFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigItemHoverable
alias pigItemHoverable = bool function(const ImRect bb, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigItemInputable
alias pigItemInputable = void function(ImGuiWindow* window, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigItemSize_Rect
alias pigItemSize_Rect = void function(const ImRect bb, float text_baseline_y = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigItemSize_Vec2
alias pigItemSize_Vec2 = void function(const ImVec2 size, float text_baseline_y = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigKeepAliveID
alias pigKeepAliveID = void function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLabelText
alias pigLabelText = void function(const(char)* label, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLabelTextV
alias pigLabelTextV = void function(const(char)* label, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigListBox_FnBoolPtr
alias pigListBox_FnBoolPtr = bool function(const(char)* label, int* current_item, bool function(void* data, int idx, const(char)** out_text) items_getter, void* data, int items_count, int height_in_items = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigListBox_Str_arr
alias pigListBox_Str_arr = bool function(const(char)* label, int* current_item, const(char)** items, int items_count, int height_in_items = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLoadIniSettingsFromDisk
alias pigLoadIniSettingsFromDisk = void function(const(char)* ini_filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLoadIniSettingsFromMemory
alias pigLoadIniSettingsFromMemory = void function(const(char)* ini_data, size_t ini_size = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogBegin
alias pigLogBegin = void function(ImGuiLogType type, int auto_open_depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogButtons
alias pigLogButtons = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogFinish
alias pigLogFinish = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogRenderedText
alias pigLogRenderedText = void function(const ImVec2* ref_pos, const(char)* text, const(char)* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogSetNextTextDecoration
alias pigLogSetNextTextDecoration = void function(const(char)* prefix, const(char)* suffix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogText
alias pigLogText = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogTextV
alias pigLogTextV = void function(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogToBuffer
alias pigLogToBuffer = void function(int auto_open_depth = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogToClipboard
alias pigLogToClipboard = void function(int auto_open_depth = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogToFile
alias pigLogToFile = void function(int auto_open_depth = -1, const(char)* filename = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigLogToTTY
alias pigLogToTTY = void function(int auto_open_depth = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMarkIniSettingsDirty_Nil
alias pigMarkIniSettingsDirty_Nil = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMarkIniSettingsDirty_WindowPtr
alias pigMarkIniSettingsDirty_WindowPtr = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMarkItemEdited
alias pigMarkItemEdited = void function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMemAlloc
alias pigMemAlloc = void* function(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMemFree
alias pigMemFree = void function(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMenuItemEx
alias pigMenuItemEx = bool function(const(char)* label, const(char)* icon, const(char)* shortcut = null, bool selected = false, bool enabled = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMenuItem_Bool
alias pigMenuItem_Bool = bool function(const(char)* label, const(char)* shortcut = null, bool selected = false, bool enabled = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigMenuItem_BoolPtr
alias pigMenuItem_BoolPtr = bool function(const(char)* label, const(char)* shortcut, bool* p_selected, bool enabled = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavInitRequestApplyResult
alias pigNavInitRequestApplyResult = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavInitWindow
alias pigNavInitWindow = void function(ImGuiWindow* window, bool force_reinit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavMoveRequestApplyResult
alias pigNavMoveRequestApplyResult = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavMoveRequestButNoResultYet
alias pigNavMoveRequestButNoResultYet = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavMoveRequestCancel
alias pigNavMoveRequestCancel = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavMoveRequestForward
alias pigNavMoveRequestForward = void function(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavMoveRequestSubmit
alias pigNavMoveRequestSubmit = void function(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNavMoveRequestTryWrapping
alias pigNavMoveRequestTryWrapping = void function(ImGuiWindow* window, ImGuiNavMoveFlags move_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNewFrame
alias pigNewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNewLine
alias pigNewLine = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigNextColumn
alias pigNextColumn = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigOpenPopupEx
alias pigOpenPopupEx = void function(ImGuiID id, ImGuiPopupFlags popup_flags = ImGuiPopupFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigOpenPopupOnItemClick
alias pigOpenPopupOnItemClick = void function(const(char)* str_id = null, ImGuiPopupFlags popup_flags = ImGuiPopupFlags.MouseButtonDefault_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigOpenPopup_ID
alias pigOpenPopup_ID = void function(ImGuiID id, ImGuiPopupFlags popup_flags = ImGuiPopupFlags.MouseButtonLeft)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigOpenPopup_Str
alias pigOpenPopup_Str = void function(const(char)* str_id, ImGuiPopupFlags popup_flags = ImGuiPopupFlags.MouseButtonLeft)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPlotEx
alias pigPlotEx = int function(ImGuiPlotType plot_type, const(char)* label, float function(void* data, int idx) values_getter, void* data, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 frame_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPlotHistogram_FloatPtr
alias pigPlotHistogram_FloatPtr = void function(const(char)* label, const float* values, int values_count, int values_offset = 0, const(char)* overlay_text = null, float scale_min = float.max, float scale_max = float.max, ImVec2 graph_size = ImVec2(0, 0), int stride = float.sizeof)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPlotHistogram_FnFloatPtr
alias pigPlotHistogram_FnFloatPtr = void function(const(char)* label, float function(void* data, int idx) values_getter, void* data, int values_count, int values_offset = 0, const(char)* overlay_text = null, float scale_min = float.max, float scale_max = float.max, ImVec2 graph_size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPlotLines_FloatPtr
alias pigPlotLines_FloatPtr = void function(const(char)* label, const float* values, int values_count, int values_offset = 0, const(char)* overlay_text = null, float scale_min = float.max, float scale_max = float.max, ImVec2 graph_size = ImVec2(0, 0), int stride = float.sizeof)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPlotLines_FnFloatPtr
alias pigPlotLines_FnFloatPtr = void function(const(char)* label, float function(void* data, int idx) values_getter, void* data, int values_count, int values_offset = 0, const(char)* overlay_text = null, float scale_min = float.max, float scale_max = float.max, ImVec2 graph_size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopAllowKeyboardFocus
alias pigPopAllowKeyboardFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopButtonRepeat
alias pigPopButtonRepeat = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopClipRect
alias pigPopClipRect = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopColumnsBackground
alias pigPopColumnsBackground = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopFocusScope
alias pigPopFocusScope = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopFont
alias pigPopFont = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopID
alias pigPopID = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopItemFlag
alias pigPopItemFlag = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopItemWidth
alias pigPopItemWidth = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopStyleColor
alias pigPopStyleColor = void function(int count = 1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopStyleVar
alias pigPopStyleVar = void function(int count = 1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPopTextWrapPos
alias pigPopTextWrapPos = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigProgressBar
alias pigProgressBar = void function(float fraction, const ImVec2 size_arg = ImVec2(-float.min_normal, 0), const(char)* overlay = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushAllowKeyboardFocus
alias pigPushAllowKeyboardFocus = void function(bool allow_keyboard_focus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushButtonRepeat
alias pigPushButtonRepeat = void function(bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushClipRect
alias pigPushClipRect = void function(const ImVec2 clip_rect_min, const ImVec2 clip_rect_max, bool intersect_with_current_clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushColumnClipRect
alias pigPushColumnClipRect = void function(int column_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushColumnsBackground
alias pigPushColumnsBackground = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushFocusScope
alias pigPushFocusScope = void function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushFont
alias pigPushFont = void function(ImFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushID_Int
alias pigPushID_Int = void function(int int_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushID_Ptr
alias pigPushID_Ptr = void function(const void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushID_Str
alias pigPushID_Str = void function(const(char)* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushID_StrStr
alias pigPushID_StrStr = void function(const(char)* str_id_begin, const(char)* str_id_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushItemFlag
alias pigPushItemFlag = void function(ImGuiItemFlags option, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushItemWidth
alias pigPushItemWidth = void function(float item_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushMultiItemsWidths
alias pigPushMultiItemsWidths = void function(int components, float width_full)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushOverrideID
alias pigPushOverrideID = void function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushStyleColor_U32
alias pigPushStyleColor_U32 = void function(ImGuiCol idx, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushStyleColor_Vec4
alias pigPushStyleColor_Vec4 = void function(ImGuiCol idx, const ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushStyleVar_Float
alias pigPushStyleVar_Float = void function(ImGuiStyleVar idx, float val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushStyleVar_Vec2
alias pigPushStyleVar_Vec2 = void function(ImGuiStyleVar idx, const ImVec2 val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigPushTextWrapPos
alias pigPushTextWrapPos = void function(float wrap_local_pos_x = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRadioButton_Bool
alias pigRadioButton_Bool = bool function(const(char)* label, bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRadioButton_IntPtr
alias pigRadioButton_IntPtr = bool function(const(char)* label, int* v, int v_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRemoveContextHook
alias pigRemoveContextHook = void function(ImGuiContext* context, ImGuiID hook_to_remove)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRender
alias pigRender = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderArrow
alias pigRenderArrow = void function(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir dir, float scale = 1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderArrowDockMenu
alias pigRenderArrowDockMenu = void function(ImDrawList* draw_list, ImVec2 p_min, float sz, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderArrowPointingAt
alias pigRenderArrowPointingAt = void function(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, ImGuiDir direction, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderBullet
alias pigRenderBullet = void function(ImDrawList* draw_list, ImVec2 pos, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderCheckMark
alias pigRenderCheckMark = void function(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderColorRectWithAlphaCheckerboard
alias pigRenderColorRectWithAlphaCheckerboard = void function(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, float grid_step, ImVec2 grid_off, float rounding = 0.0f, ImDrawFlags flags = ImDrawFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderFrame
alias pigRenderFrame = void function(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border = true, float rounding = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderFrameBorder
alias pigRenderFrameBorder = void function(ImVec2 p_min, ImVec2 p_max, float rounding = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderMouseCursor
alias pigRenderMouseCursor = void function(ImDrawList* draw_list, ImVec2 pos, float scale, ImGuiMouseCursor mouse_cursor, ImU32 col_fill, ImU32 col_border, ImU32 col_shadow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderNavHighlight
alias pigRenderNavHighlight = void function(const ImRect bb, ImGuiID id, ImGuiNavHighlightFlags flags = ImGuiNavHighlightFlags.TypeDefault)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderPlatformWindowsDefault
alias pigRenderPlatformWindowsDefault = void function(void* platform_render_arg = null, void* renderer_render_arg = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderRectFilledRangeH
alias pigRenderRectFilledRangeH = void function(ImDrawList* draw_list, const ImRect rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderRectFilledWithHole
alias pigRenderRectFilledWithHole = void function(ImDrawList* draw_list, ImRect outer, ImRect inner, ImU32 col, float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderText
alias pigRenderText = void function(ImVec2 pos, const(char)* text, const(char)* text_end = null, bool hide_text_after_hash = true)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderTextClipped
alias pigRenderTextClipped = void function(const ImVec2 pos_min, const ImVec2 pos_max, const(char)* text, const(char)* text_end, const ImVec2* text_size_if_known, const ImVec2 alignment = ImVec2(0, 0), const ImRect* clip_rect = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderTextClippedEx
alias pigRenderTextClippedEx = void function(ImDrawList* draw_list, const ImVec2 pos_min, const ImVec2 pos_max, const(char)* text, const(char)* text_end, const ImVec2* text_size_if_known, const ImVec2 alignment = ImVec2(0, 0), const ImRect* clip_rect = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderTextEllipsis
alias pigRenderTextEllipsis = void function(ImDrawList* draw_list, const ImVec2 pos_min, const ImVec2 pos_max, float clip_max_x, float ellipsis_max_x, const(char)* text, const(char)* text_end, const ImVec2* text_size_if_known)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigRenderTextWrapped
alias pigRenderTextWrapped = void function(ImVec2 pos, const(char)* text, const(char)* text_end, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigResetMouseDragDelta
alias pigResetMouseDragDelta = void function(ImGuiMouseButton button = ImGuiMouseButton.Left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSameLine
alias pigSameLine = void function(float offset_from_start_x = 0.0f, float spacing = -1.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSaveIniSettingsToDisk
alias pigSaveIniSettingsToDisk = void function(const(char)* ini_filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSaveIniSettingsToMemory
alias pigSaveIniSettingsToMemory = const(char)* function(size_t* out_ini_size = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigScaleWindowsInViewport
alias pigScaleWindowsInViewport = void function(ImGuiViewportP* viewport, float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigScrollToBringRectIntoView
alias pigScrollToBringRectIntoView = void function(ImVec2* pOut, ImGuiWindow* window, const ImRect item_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigScrollbar
alias pigScrollbar = void function(ImGuiAxis axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigScrollbarEx
alias pigScrollbarEx = bool function(const ImRect bb, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, float avail_v, float contents_v, ImDrawFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSelectable_Bool
alias pigSelectable_Bool = bool function(const(char)* label, bool selected = false, ImGuiSelectableFlags flags = ImGuiSelectableFlags.None, const ImVec2 size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSelectable_BoolPtr
alias pigSelectable_BoolPtr = bool function(const(char)* label, bool* p_selected, ImGuiSelectableFlags flags = ImGuiSelectableFlags.None, const ImVec2 size = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSeparator
alias pigSeparator = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSeparatorEx
alias pigSeparatorEx = void function(ImGuiSeparatorFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetActiveID
alias pigSetActiveID = void function(ImGuiID id, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetActiveIdUsingNavAndKeys
alias pigSetActiveIdUsingNavAndKeys = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetAllocatorFunctions
alias pigSetAllocatorFunctions = void function(ImGuiMemAllocFunc alloc_func, ImGuiMemFreeFunc free_func, void* user_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetClipboardText
alias pigSetClipboardText = void function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetColorEditOptions
alias pigSetColorEditOptions = void function(ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetColumnOffset
alias pigSetColumnOffset = void function(int column_index, float offset_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetColumnWidth
alias pigSetColumnWidth = void function(int column_index, float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetCurrentContext
alias pigSetCurrentContext = void function(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetCurrentFont
alias pigSetCurrentFont = void function(ImFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetCurrentViewport
alias pigSetCurrentViewport = void function(ImGuiWindow* window, ImGuiViewportP* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetCursorPos
alias pigSetCursorPos = void function(const ImVec2 local_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetCursorPosX
alias pigSetCursorPosX = void function(float local_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetCursorPosY
alias pigSetCursorPosY = void function(float local_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetCursorScreenPos
alias pigSetCursorScreenPos = void function(const ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetDragDropPayload
alias pigSetDragDropPayload = bool function(const(char)* type, const void* data, size_t sz, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetFocusID
alias pigSetFocusID = void function(ImGuiID id, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetHoveredID
alias pigSetHoveredID = void function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetItemAllowOverlap
alias pigSetItemAllowOverlap = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetItemDefaultFocus
alias pigSetItemDefaultFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetItemUsingMouseWheel
alias pigSetItemUsingMouseWheel = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetKeyboardFocusHere
alias pigSetKeyboardFocusHere = void function(int offset = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetLastItemData
alias pigSetLastItemData = void function(ImGuiID item_id, ImGuiItemFlags in_flags, ImGuiItemStatusFlags status_flags, const ImRect item_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetMouseCursor
alias pigSetMouseCursor = void function(ImGuiMouseCursor cursor_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNavID
alias pigSetNavID = void function(ImGuiID id, ImGuiNavLayer nav_layer, ImGuiID focus_scope_id, const ImRect rect_rel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextItemOpen
alias pigSetNextItemOpen = void function(bool is_open, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextItemWidth
alias pigSetNextItemWidth = void function(float item_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowBgAlpha
alias pigSetNextWindowBgAlpha = void function(float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowClass
alias pigSetNextWindowClass = void function(const ImGuiWindowClass* window_class)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowCollapsed
alias pigSetNextWindowCollapsed = void function(bool collapsed, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowContentSize
alias pigSetNextWindowContentSize = void function(const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowDockID
alias pigSetNextWindowDockID = void function(ImGuiID dock_id, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowFocus
alias pigSetNextWindowFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowPos
alias pigSetNextWindowPos = void function(const ImVec2 pos, ImGuiCond cond = ImGuiCond.None, const ImVec2 pivot = ImVec2(0, 0))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowScroll
alias pigSetNextWindowScroll = void function(const ImVec2 scroll)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowSize
alias pigSetNextWindowSize = void function(const ImVec2 size, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowSizeConstraints
alias pigSetNextWindowSizeConstraints = void function(const ImVec2 size_min, const ImVec2 size_max, ImGuiSizeCallback custom_callback = null, void* custom_callback_data = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetNextWindowViewport
alias pigSetNextWindowViewport = void function(ImGuiID viewport_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollFromPosX_Float
alias pigSetScrollFromPosX_Float = void function(float local_x, float center_x_ratio = 0.5f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollFromPosX_WindowPtr
alias pigSetScrollFromPosX_WindowPtr = void function(ImGuiWindow* window, float local_x, float center_x_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollFromPosY_Float
alias pigSetScrollFromPosY_Float = void function(float local_y, float center_y_ratio = 0.5f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollFromPosY_WindowPtr
alias pigSetScrollFromPosY_WindowPtr = void function(ImGuiWindow* window, float local_y, float center_y_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollHereX
alias pigSetScrollHereX = void function(float center_x_ratio = 0.5f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollHereY
alias pigSetScrollHereY = void function(float center_y_ratio = 0.5f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollX_Float
alias pigSetScrollX_Float = void function(float scroll_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollX_WindowPtr
alias pigSetScrollX_WindowPtr = void function(ImGuiWindow* window, float scroll_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollY_Float
alias pigSetScrollY_Float = void function(float scroll_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetScrollY_WindowPtr
alias pigSetScrollY_WindowPtr = void function(ImGuiWindow* window, float scroll_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetStateStorage
alias pigSetStateStorage = void function(ImGuiStorage* storage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetTabItemClosed
alias pigSetTabItemClosed = void function(const(char)* tab_or_docked_window_label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetTooltip
alias pigSetTooltip = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetTooltipV
alias pigSetTooltipV = void function(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowClipRectBeforeSetChannel
alias pigSetWindowClipRectBeforeSetChannel = void function(ImGuiWindow* window, const ImRect clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowCollapsed_Bool
alias pigSetWindowCollapsed_Bool = void function(bool collapsed, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowCollapsed_Str
alias pigSetWindowCollapsed_Str = void function(const(char)* name, bool collapsed, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowCollapsed_WindowPtr
alias pigSetWindowCollapsed_WindowPtr = void function(ImGuiWindow* window, bool collapsed, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowDock
alias pigSetWindowDock = void function(ImGuiWindow* window, ImGuiID dock_id, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowFocus_Nil
alias pigSetWindowFocus_Nil = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowFocus_Str
alias pigSetWindowFocus_Str = void function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowFontScale
alias pigSetWindowFontScale = void function(float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowHitTestHole
alias pigSetWindowHitTestHole = void function(ImGuiWindow* window, const ImVec2 pos, const ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowPos_Str
alias pigSetWindowPos_Str = void function(const(char)* name, const ImVec2 pos, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowPos_Vec2
alias pigSetWindowPos_Vec2 = void function(const ImVec2 pos, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowPos_WindowPtr
alias pigSetWindowPos_WindowPtr = void function(ImGuiWindow* window, const ImVec2 pos, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowSize_Str
alias pigSetWindowSize_Str = void function(const(char)* name, const ImVec2 size, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowSize_Vec2
alias pigSetWindowSize_Vec2 = void function(const ImVec2 size, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSetWindowSize_WindowPtr
alias pigSetWindowSize_WindowPtr = void function(ImGuiWindow* window, const ImVec2 size, ImGuiCond cond = ImGuiCond.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShadeVertsLinearColorGradientKeepAlpha
alias pigShadeVertsLinearColorGradientKeepAlpha = void function(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShadeVertsLinearUV
alias pigShadeVertsLinearUV = void function(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, const ImVec2 a, const ImVec2 b, const ImVec2 uv_a, const ImVec2 uv_b, bool clamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowAboutWindow
alias pigShowAboutWindow = void function(bool* p_open = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowDemoWindow
alias pigShowDemoWindow = void function(bool* p_open = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowFontAtlas
alias pigShowFontAtlas = void function(ImFontAtlas* atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowFontSelector
alias pigShowFontSelector = void function(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowMetricsWindow
alias pigShowMetricsWindow = void function(bool* p_open = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowStyleEditor
alias pigShowStyleEditor = void function(ImGuiStyle* reference = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowStyleSelector
alias pigShowStyleSelector = bool function(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShowUserGuide
alias pigShowUserGuide = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShrinkWidths
alias pigShrinkWidths = void function(ImGuiShrinkWidthItem* items, int count, float width_excess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigShutdown
alias pigShutdown = void function(ImGuiContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderAngle
alias pigSliderAngle = bool function(const(char)* label, float* v_rad, float v_degrees_min = -360.0f, float v_degrees_max = +360.0f, const(char)* format = "%.0f deg", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderBehavior
alias pigSliderBehavior = bool function(const ImRect bb, ImGuiID id, ImGuiDataType data_type, void* p_v, const void* p_min, const void* p_max, const(char)* format, ImGuiSliderFlags flags, ImRect* out_grab_bb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderFloat
alias pigSliderFloat = bool function(const(char)* label, float* v, float v_min, float v_max, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderFloat2
alias pigSliderFloat2 = bool function(const(char)* label, float[2]* v, float v_min, float v_max, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderFloat3
alias pigSliderFloat3 = bool function(const(char)* label, float[3]* v, float v_min, float v_max, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderFloat4
alias pigSliderFloat4 = bool function(const(char)* label, float[4]* v, float v_min, float v_max, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderInt
alias pigSliderInt = bool function(const(char)* label, int* v, int v_min, int v_max, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderInt2
alias pigSliderInt2 = bool function(const(char)* label, int[2]* v, int v_min, int v_max, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderInt3
alias pigSliderInt3 = bool function(const(char)* label, int[3]* v, int v_min, int v_max, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderInt4
alias pigSliderInt4 = bool function(const(char)* label, int[4]* v, int v_min, int v_max, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderScalar
alias pigSliderScalar = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const(char)* format = null, ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSliderScalarN
alias pigSliderScalarN = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, int components, const void* p_min, const void* p_max, const(char)* format = null, ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSmallButton
alias pigSmallButton = bool function(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSpacing
alias pigSpacing = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigSplitterBehavior
alias pigSplitterBehavior = bool function(const ImRect bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend = 0.0f, float hover_visibility_delay = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigStartMouseMovingWindow
alias pigStartMouseMovingWindow = void function(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigStartMouseMovingWindowOrNode
alias pigStartMouseMovingWindowOrNode = void function(ImGuiWindow* window, ImGuiDockNode* node, bool undock_floating_node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigStyleColorsClassic
alias pigStyleColorsClassic = void function(ImGuiStyle* dst = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigStyleColorsDark
alias pigStyleColorsDark = void function(ImGuiStyle* dst = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigStyleColorsLight
alias pigStyleColorsLight = void function(ImGuiStyle* dst = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarAddTab
alias pigTabBarAddTab = void function(ImGuiTabBar* tab_bar, ImGuiTabItemFlags tab_flags, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarCloseTab
alias pigTabBarCloseTab = void function(ImGuiTabBar* tab_bar, ImGuiTabItem* tab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarFindMostRecentlySelectedTabForActiveWindow
alias pigTabBarFindMostRecentlySelectedTabForActiveWindow = ImGuiTabItem* function(ImGuiTabBar* tab_bar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarFindTabByID
alias pigTabBarFindTabByID = ImGuiTabItem* function(ImGuiTabBar* tab_bar, ImGuiID tab_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarProcessReorder
alias pigTabBarProcessReorder = bool function(ImGuiTabBar* tab_bar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarQueueReorder
alias pigTabBarQueueReorder = void function(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarQueueReorderFromMousePos
alias pigTabBarQueueReorderFromMousePos = void function(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, ImVec2 mouse_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabBarRemoveTab
alias pigTabBarRemoveTab = void function(ImGuiTabBar* tab_bar, ImGuiID tab_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabItemBackground
alias pigTabItemBackground = void function(ImDrawList* draw_list, const ImRect bb, ImGuiTabItemFlags flags, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabItemButton
alias pigTabItemButton = bool function(const(char)* label, ImGuiTabItemFlags flags = ImGuiTabItemFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabItemCalcSize
alias pigTabItemCalcSize = void function(ImVec2* pOut, const(char)* label, bool has_close_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabItemEx
alias pigTabItemEx = bool function(ImGuiTabBar* tab_bar, const(char)* label, bool* p_open, ImGuiTabItemFlags flags, ImGuiWindow* docked_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTabItemLabelAndCloseButton
alias pigTabItemLabelAndCloseButton = void function(ImDrawList* draw_list, const ImRect bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const(char)* label, ImGuiID tab_id, ImGuiID close_button_id, bool is_contents_visible, bool* out_just_closed, bool* out_text_clipped)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableBeginApplyRequests
alias pigTableBeginApplyRequests = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableBeginCell
alias pigTableBeginCell = void function(ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableBeginInitMemory
alias pigTableBeginInitMemory = void function(ImGuiTable* table, int columns_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableBeginRow
alias pigTableBeginRow = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableDrawBorders
alias pigTableDrawBorders = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableDrawContextMenu
alias pigTableDrawContextMenu = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableEndCell
alias pigTableEndCell = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableEndRow
alias pigTableEndRow = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableFindByID
alias pigTableFindByID = ImGuiTable* function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableFixColumnSortDirection
alias pigTableFixColumnSortDirection = void function(ImGuiTable* table, ImGuiTableColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGcCompactSettings
alias pigTableGcCompactSettings = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGcCompactTransientBuffers_TablePtr
alias pigTableGcCompactTransientBuffers_TablePtr = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGcCompactTransientBuffers_TableTempDataPtr
alias pigTableGcCompactTransientBuffers_TableTempDataPtr = void function(ImGuiTableTempData* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetBoundSettings
alias pigTableGetBoundSettings = ImGuiTableSettings* function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetCellBgRect
alias pigTableGetCellBgRect = void function(ImRect* pOut, const ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnCount
alias pigTableGetColumnCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnFlags
alias pigTableGetColumnFlags = ImGuiTableColumnFlags function(int column_n = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnIndex
alias pigTableGetColumnIndex = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnName_Int
alias pigTableGetColumnName_Int = const(char)* function(int column_n = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnName_TablePtr
alias pigTableGetColumnName_TablePtr = const(char)* function(const ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnNextSortDirection
alias pigTableGetColumnNextSortDirection = ImGuiSortDirection function(ImGuiTableColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnResizeID
alias pigTableGetColumnResizeID = ImGuiID function(const ImGuiTable* table, int column_n, int instance_no = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetColumnWidthAuto
alias pigTableGetColumnWidthAuto = float function(ImGuiTable* table, ImGuiTableColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetHeaderRowHeight
alias pigTableGetHeaderRowHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetHoveredColumn
alias pigTableGetHoveredColumn = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetMaxColumnWidth
alias pigTableGetMaxColumnWidth = float function(const ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetRowIndex
alias pigTableGetRowIndex = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableGetSortSpecs
alias pigTableGetSortSpecs = ImGuiTableSortSpecs* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableHeader
alias pigTableHeader = void function(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableHeadersRow
alias pigTableHeadersRow = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableLoadSettings
alias pigTableLoadSettings = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableMergeDrawChannels
alias pigTableMergeDrawChannels = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableNextColumn
alias pigTableNextColumn = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableNextRow
alias pigTableNextRow = void function(ImGuiTableRowFlags row_flags = ImGuiTableRowFlags.None, float min_row_height = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableOpenContextMenu
alias pigTableOpenContextMenu = void function(int column_n = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTablePopBackgroundChannel
alias pigTablePopBackgroundChannel = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTablePushBackgroundChannel
alias pigTablePushBackgroundChannel = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableRemove
alias pigTableRemove = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableResetSettings
alias pigTableResetSettings = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSaveSettings
alias pigTableSaveSettings = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetBgColor
alias pigTableSetBgColor = void function(ImGuiTableBgTarget target, ImU32 color, int column_n = -1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetColumnEnabled
alias pigTableSetColumnEnabled = void function(int column_n, bool v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetColumnIndex
alias pigTableSetColumnIndex = bool function(int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetColumnSortDirection
alias pigTableSetColumnSortDirection = void function(int column_n, ImGuiSortDirection sort_direction, bool append_to_sort_specs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetColumnWidth
alias pigTableSetColumnWidth = void function(int column_n, float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetColumnWidthAutoAll
alias pigTableSetColumnWidthAutoAll = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetColumnWidthAutoSingle
alias pigTableSetColumnWidthAutoSingle = void function(ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSettingsCreate
alias pigTableSettingsCreate = ImGuiTableSettings* function(ImGuiID id, int columns_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSettingsFindByID
alias pigTableSettingsFindByID = ImGuiTableSettings* function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSettingsInstallHandler
alias pigTableSettingsInstallHandler = void function(ImGuiContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetupColumn
alias pigTableSetupColumn = void function(const(char)* label, ImGuiTableColumnFlags flags = ImGuiTableColumnFlags.None, float init_width_or_weight = 0.0f, ImGuiID user_id = 0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetupDrawChannels
alias pigTableSetupDrawChannels = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSetupScrollFreeze
alias pigTableSetupScrollFreeze = void function(int cols, int rows)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSortSpecsBuild
alias pigTableSortSpecsBuild = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableSortSpecsSanitize
alias pigTableSortSpecsSanitize = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableUpdateBorders
alias pigTableUpdateBorders = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableUpdateColumnsWeightFromWidth
alias pigTableUpdateColumnsWeightFromWidth = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTableUpdateLayout
alias pigTableUpdateLayout = void function(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTempInputIsActive
alias pigTempInputIsActive = bool function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTempInputScalar
alias pigTempInputScalar = bool function(const ImRect bb, ImGuiID id, const(char)* label, ImGuiDataType data_type, void* p_data, const(char)* format, const void* p_clamp_min = null, const void* p_clamp_max = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTempInputText
alias pigTempInputText = bool function(const ImRect bb, ImGuiID id, const(char)* label, char* buf, int buf_size, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigText
alias pigText = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextColored
alias pigTextColored = void function(const ImVec4 col, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextColoredV
alias pigTextColoredV = void function(const ImVec4 col, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextDisabled
alias pigTextDisabled = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextDisabledV
alias pigTextDisabledV = void function(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextEx
alias pigTextEx = void function(const(char)* text, const(char)* text_end = null, ImGuiTextFlags flags = ImGuiTextFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextUnformatted
alias pigTextUnformatted = void function(const(char)* text, const(char)* text_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextV
alias pigTextV = void function(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextWrapped
alias pigTextWrapped = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTextWrappedV
alias pigTextWrappedV = void function(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTranslateWindowsInViewport
alias pigTranslateWindowsInViewport = void function(ImGuiViewportP* viewport, const ImVec2 old_pos, const ImVec2 new_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeBehavior
alias pigTreeNodeBehavior = bool function(ImGuiID id, ImGuiTreeNodeFlags flags, const(char)* label, const(char)* label_end = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeBehaviorIsOpen
alias pigTreeNodeBehaviorIsOpen = bool function(ImGuiID id, ImGuiTreeNodeFlags flags = ImGuiTreeNodeFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeExV_Ptr
alias pigTreeNodeExV_Ptr = bool function(const void* ptr_id, ImGuiTreeNodeFlags flags, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeExV_Str
alias pigTreeNodeExV_Str = bool function(const(char)* str_id, ImGuiTreeNodeFlags flags, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeEx_Ptr
alias pigTreeNodeEx_Ptr = bool function(const void* ptr_id, ImGuiTreeNodeFlags flags, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeEx_Str
alias pigTreeNodeEx_Str = bool function(const(char)* label, ImGuiTreeNodeFlags flags = ImGuiTreeNodeFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeEx_StrStr
alias pigTreeNodeEx_StrStr = bool function(const(char)* str_id, ImGuiTreeNodeFlags flags, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeV_Ptr
alias pigTreeNodeV_Ptr = bool function(const void* ptr_id, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNodeV_Str
alias pigTreeNodeV_Str = bool function(const(char)* str_id, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNode_Ptr
alias pigTreeNode_Ptr = bool function(const void* ptr_id, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNode_Str
alias pigTreeNode_Str = bool function(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreeNode_StrStr
alias pigTreeNode_StrStr = bool function(const(char)* str_id, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreePop
alias pigTreePop = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreePushOverrideID
alias pigTreePushOverrideID = void function(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreePush_Ptr
alias pigTreePush_Ptr = void function(const void* ptr_id = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigTreePush_Str
alias pigTreePush_Str = void function(const(char)* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigUnindent
alias pigUnindent = void function(float indent_w = 0.0f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigUpdateHoveredWindowAndCaptureFlags
alias pigUpdateHoveredWindowAndCaptureFlags = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigUpdateMouseMovingWindowEndFrame
alias pigUpdateMouseMovingWindowEndFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigUpdateMouseMovingWindowNewFrame
alias pigUpdateMouseMovingWindowNewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigUpdatePlatformWindows
alias pigUpdatePlatformWindows = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigUpdateWindowParentAndRootLinks
alias pigUpdateWindowParentAndRootLinks = void function(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigVSliderFloat
alias pigVSliderFloat = bool function(const(char)* label, const ImVec2 size, float* v, float v_min, float v_max, const(char)* format = "%.3f", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigVSliderInt
alias pigVSliderInt = bool function(const(char)* label, const ImVec2 size, int* v, int v_min, int v_max, const(char)* format = "%d", ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigVSliderScalar
alias pigVSliderScalar = bool function(const(char)* label, const ImVec2 size, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const(char)* format = null, ImGuiSliderFlags flags = ImGuiSliderFlags.None)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigValue_Bool
alias pigValue_Bool = void function(const(char)* prefix, bool b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigValue_Float
alias pigValue_Float = void function(const(char)* prefix, float v, const(char)* float_format = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigValue_Int
alias pigValue_Int = void function(const(char)* prefix, int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pigValue_Uint
alias pigValue_Uint = void function(const(char)* prefix, uint v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ImDrawFlags
enum ImDrawFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListFlags
enum ImDrawListFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasFlags
enum ImFontAtlasFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiActivateFlags
enum ImGuiActivateFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiAxis
enum ImGuiAxis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiBackendFlags
enum ImGuiBackendFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiButtonFlags
enum ImGuiButtonFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiButtonFlagsI
enum ImGuiButtonFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiCol
enum ImGuiCol
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiColorEditFlags
enum ImGuiColorEditFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiComboFlags
enum ImGuiComboFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiComboFlagsI
enum ImGuiComboFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiCond
enum ImGuiCond
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiConfigFlags
enum ImGuiConfigFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContextHookType
enum ImGuiContextHookType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDataAuthority
enum ImGuiDataAuthority
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDataType
enum ImGuiDataType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDataTypeI
enum ImGuiDataTypeI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDir
enum ImGuiDir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeFlags
enum ImGuiDockNodeFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeFlagsI
enum ImGuiDockNodeFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeState
enum ImGuiDockNodeState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockRequestType
enum ImGuiDockRequestType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDragDropFlags
enum ImGuiDragDropFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiFocusedFlags
enum ImGuiFocusedFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiHoveredFlags
enum ImGuiHoveredFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputReadMode
enum ImGuiInputReadMode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputSource
enum ImGuiInputSource
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextFlags
enum ImGuiInputTextFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextFlagsI
enum ImGuiInputTextFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiItemFlags
enum ImGuiItemFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiItemStatusFlags
enum ImGuiItemStatusFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiKey
enum ImGuiKey
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiKeyModFlags
enum ImGuiKeyModFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiLayoutType
enum ImGuiLayoutType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiLogType
enum ImGuiLogType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMouseButton
enum ImGuiMouseButton
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMouseCursor
enum ImGuiMouseCursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavDirSourceFlags
enum ImGuiNavDirSourceFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavHighlightFlags
enum ImGuiNavHighlightFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavInput
enum ImGuiNavInput
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavLayer
enum ImGuiNavLayer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavMoveFlags
enum ImGuiNavMoveFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemDataFlags
enum ImGuiNextItemDataFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowDataFlags
enum ImGuiNextWindowDataFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumnFlags
enum ImGuiOldColumnFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlotType
enum ImGuiPlotType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPopupFlags
enum ImGuiPopupFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPopupPositionPolicy
enum ImGuiPopupPositionPolicy
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSelectableFlags
enum ImGuiSelectableFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSelectableFlagsI
enum ImGuiSelectableFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSeparatorFlags
enum ImGuiSeparatorFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSliderFlags
enum ImGuiSliderFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSliderFlagsI
enum ImGuiSliderFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSortDirection
enum ImGuiSortDirection
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleVar
enum ImGuiStyleVar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBarFlags
enum ImGuiTabBarFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBarFlagsI
enum ImGuiTabBarFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabItemFlags
enum ImGuiTabItemFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabItemFlagsI
enum ImGuiTabItemFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableBgTarget
enum ImGuiTableBgTarget
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnFlags
enum ImGuiTableColumnFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableFlags
enum ImGuiTableFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableRowFlags
enum ImGuiTableRowFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFlags
enum ImGuiTextFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTooltipFlags
enum ImGuiTooltipFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTreeNodeFlags
enum ImGuiTreeNodeFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTreeNodeFlagsI
enum ImGuiTreeNodeFlagsI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportFlags
enum ImGuiViewportFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowDockStyleCol
enum ImGuiWindowDockStyleCol
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowFlags
enum ImGuiWindowFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ImBitVector_Clear
void ImBitVector_Clear(ImBitVector* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_ClearBit
void ImBitVector_ClearBit(ImBitVector* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_Create
void ImBitVector_Create(ImBitVector* self, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_SetBit
void ImBitVector_SetBit(ImBitVector* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_TestBit
bool ImBitVector_TestBit(ImBitVector* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_HSV
void ImColor_HSV(ImColor* pOut, float h, float s, float v, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor
ImColor* ImColor_ImColor(ImVec4 col)
Undocumented in source. Be warned that the author may not have intended to support it.
ImColor_ImColor
ImColor* ImColor_ImColor(float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
ImColor_ImColor
ImColor* ImColor_ImColor(ImU32 rgba)
Undocumented in source. Be warned that the author may not have intended to support it.
ImColor_ImColor
ImColor* ImColor_ImColor(int r, int g, int b, int a)
Undocumented in source. Be warned that the author may not have intended to support it.
ImColor_ImColor
ImColor* ImColor_ImColor()
Undocumented in source. Be warned that the author may not have intended to support it.
ImColor_ImColor_Float
ImColor* ImColor_ImColor_Float(float r, float g, float b, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_Int
ImColor* ImColor_ImColor_Int(int r, int g, int b, int a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_Nil
ImColor* ImColor_ImColor_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_U32
ImColor* ImColor_ImColor_U32(ImU32 rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_Vec4
ImColor* ImColor_ImColor_Vec4(ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_SetHSV
void ImColor_SetHSV(ImColor* self, float h, float s, float v, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_destroy
void ImColor_destroy(ImColor* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmd_GetTexID
ImTextureID ImDrawCmd_GetTexID(ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmd_ImDrawCmd
ImDrawCmd* ImDrawCmd_ImDrawCmd()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmd_destroy
void ImDrawCmd_destroy(ImDrawCmd* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_Clear
void ImDrawDataBuilder_Clear(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_ClearFreeMemory
void ImDrawDataBuilder_ClearFreeMemory(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_FlattenIntoSingleLayer
void ImDrawDataBuilder_FlattenIntoSingleLayer(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_GetDrawListCount
int ImDrawDataBuilder_GetDrawListCount(ImDrawDataBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_Clear
void ImDrawData_Clear(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_DeIndexAllBuffers
void ImDrawData_DeIndexAllBuffers(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_ImDrawData
ImDrawData* ImDrawData_ImDrawData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_ScaleClipRects
void ImDrawData_ScaleClipRects(ImDrawData* self, ImVec2 fb_scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_destroy
void ImDrawData_destroy(ImDrawData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSharedData_ImDrawListSharedData
ImDrawListSharedData* ImDrawListSharedData_ImDrawListSharedData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSharedData_SetCircleTessellationMaxError
void ImDrawListSharedData_SetCircleTessellationMaxError(ImDrawListSharedData* self, float max_error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSharedData_destroy
void ImDrawListSharedData_destroy(ImDrawListSharedData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_Clear
void ImDrawListSplitter_Clear(ImDrawListSplitter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_ClearFreeMemory
void ImDrawListSplitter_ClearFreeMemory(ImDrawListSplitter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_ImDrawListSplitter
ImDrawListSplitter* ImDrawListSplitter_ImDrawListSplitter()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_Merge
void ImDrawListSplitter_Merge(ImDrawListSplitter* self, ImDrawList* draw_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_SetCurrentChannel
void ImDrawListSplitter_SetCurrentChannel(ImDrawListSplitter* self, ImDrawList* draw_list, int channel_idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_Split
void ImDrawListSplitter_Split(ImDrawListSplitter* self, ImDrawList* draw_list, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_destroy
void ImDrawListSplitter_destroy(ImDrawListSplitter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddBezierCubic
void ImDrawList_AddBezierCubic(ImDrawList* self, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImVec2 p4, ImU32 col, float thickness, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddBezierQuadratic
void ImDrawList_AddBezierQuadratic(ImDrawList* self, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImU32 col, float thickness, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddCallback
void ImDrawList_AddCallback(ImDrawList* self, ImDrawCallback callback, void* callback_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddCircle
void ImDrawList_AddCircle(ImDrawList* self, ImVec2 center, float radius, ImU32 col, int num_segments, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddCircleFilled
void ImDrawList_AddCircleFilled(ImDrawList* self, ImVec2 center, float radius, ImU32 col, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddConvexPolyFilled
void ImDrawList_AddConvexPolyFilled(ImDrawList* self, ImVec2* points, int num_points, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddDrawCmd
void ImDrawList_AddDrawCmd(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddImage
void ImDrawList_AddImage(ImDrawList* self, ImTextureID user_texture_id, ImVec2 p_min, ImVec2 p_max, ImVec2 uv_min, ImVec2 uv_max, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddImageQuad
void ImDrawList_AddImageQuad(ImDrawList* self, ImTextureID user_texture_id, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImVec2 p4, ImVec2 uv1, ImVec2 uv2, ImVec2 uv3, ImVec2 uv4, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddImageRounded
void ImDrawList_AddImageRounded(ImDrawList* self, ImTextureID user_texture_id, ImVec2 p_min, ImVec2 p_max, ImVec2 uv_min, ImVec2 uv_max, ImU32 col, float rounding, ImDrawFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddLine
void ImDrawList_AddLine(ImDrawList* self, ImVec2 p1, ImVec2 p2, ImU32 col, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddNgon
void ImDrawList_AddNgon(ImDrawList* self, ImVec2 center, float radius, ImU32 col, int num_segments, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddNgonFilled
void ImDrawList_AddNgonFilled(ImDrawList* self, ImVec2 center, float radius, ImU32 col, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddPolyline
void ImDrawList_AddPolyline(ImDrawList* self, ImVec2* points, int num_points, ImU32 col, ImDrawFlags flags, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddQuad
void ImDrawList_AddQuad(ImDrawList* self, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImVec2 p4, ImU32 col, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddQuadFilled
void ImDrawList_AddQuadFilled(ImDrawList* self, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImVec2 p4, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddRect
void ImDrawList_AddRect(ImDrawList* self, ImVec2 p_min, ImVec2 p_max, ImU32 col, float rounding, ImDrawFlags flags, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddRectFilled
void ImDrawList_AddRectFilled(ImDrawList* self, ImVec2 p_min, ImVec2 p_max, ImU32 col, float rounding, ImDrawFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddRectFilledMultiColor
void ImDrawList_AddRectFilledMultiColor(ImDrawList* self, ImVec2 p_min, ImVec2 p_max, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot_left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddText
void ImDrawList_AddText(ImDrawList* self, ImFont* font, float font_size, ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end, float wrap_width, ImVec4* cpu_fine_clip_rect)
Undocumented in source. Be warned that the author may not have intended to support it.
ImDrawList_AddText
void ImDrawList_AddText(ImDrawList* self, ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end)
Undocumented in source. Be warned that the author may not have intended to support it.
ImDrawList_AddText_FontPtr
void ImDrawList_AddText_FontPtr(ImDrawList* self, ImFont* font, float font_size, ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end, float wrap_width, ImVec4* cpu_fine_clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddText_Vec2
void ImDrawList_AddText_Vec2(ImDrawList* self, ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddTriangle
void ImDrawList_AddTriangle(ImDrawList* self, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImU32 col, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddTriangleFilled
void ImDrawList_AddTriangleFilled(ImDrawList* self, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ChannelsMerge
void ImDrawList_ChannelsMerge(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ChannelsSetCurrent
void ImDrawList_ChannelsSetCurrent(ImDrawList* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ChannelsSplit
void ImDrawList_ChannelsSplit(ImDrawList* self, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_CloneOutput
ImDrawList* ImDrawList_CloneOutput(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_GetClipRectMax
void ImDrawList_GetClipRectMax(ImVec2* pOut, ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_GetClipRectMin
void ImDrawList_GetClipRectMin(ImVec2* pOut, ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ImDrawList
ImDrawList* ImDrawList_ImDrawList(ImDrawListSharedData* shared_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathArcTo
void ImDrawList_PathArcTo(ImDrawList* self, ImVec2 center, float radius, float a_min, float a_max, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathArcToFast
void ImDrawList_PathArcToFast(ImDrawList* self, ImVec2 center, float radius, int a_min_of_12, int a_max_of_12)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathBezierCubicCurveTo
void ImDrawList_PathBezierCubicCurveTo(ImDrawList* self, ImVec2 p2, ImVec2 p3, ImVec2 p4, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathBezierQuadraticCurveTo
void ImDrawList_PathBezierQuadraticCurveTo(ImDrawList* self, ImVec2 p2, ImVec2 p3, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathClear
void ImDrawList_PathClear(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathFillConvex
void ImDrawList_PathFillConvex(ImDrawList* self, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathLineTo
void ImDrawList_PathLineTo(ImDrawList* self, ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathLineToMergeDuplicate
void ImDrawList_PathLineToMergeDuplicate(ImDrawList* self, ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathRect
void ImDrawList_PathRect(ImDrawList* self, ImVec2 rect_min, ImVec2 rect_max, float rounding, ImDrawFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathStroke
void ImDrawList_PathStroke(ImDrawList* self, ImU32 col, ImDrawFlags flags, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PopClipRect
void ImDrawList_PopClipRect(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PopTextureID
void ImDrawList_PopTextureID(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimQuadUV
void ImDrawList_PrimQuadUV(ImDrawList* self, ImVec2 a, ImVec2 b, ImVec2 c, ImVec2 d, ImVec2 uv_a, ImVec2 uv_b, ImVec2 uv_c, ImVec2 uv_d, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimRect
void ImDrawList_PrimRect(ImDrawList* self, ImVec2 a, ImVec2 b, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimRectUV
void ImDrawList_PrimRectUV(ImDrawList* self, ImVec2 a, ImVec2 b, ImVec2 uv_a, ImVec2 uv_b, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimReserve
void ImDrawList_PrimReserve(ImDrawList* self, int idx_count, int vtx_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimUnreserve
void ImDrawList_PrimUnreserve(ImDrawList* self, int idx_count, int vtx_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimVtx
void ImDrawList_PrimVtx(ImDrawList* self, ImVec2 pos, ImVec2 uv, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimWriteIdx
void ImDrawList_PrimWriteIdx(ImDrawList* self, ImDrawIdx idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimWriteVtx
void ImDrawList_PrimWriteVtx(ImDrawList* self, ImVec2 pos, ImVec2 uv, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PushClipRect
void ImDrawList_PushClipRect(ImDrawList* self, ImVec2 clip_rect_min, ImVec2 clip_rect_max, bool intersect_with_current_clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PushClipRectFullScreen
void ImDrawList_PushClipRectFullScreen(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PushTextureID
void ImDrawList_PushTextureID(ImDrawList* self, ImTextureID texture_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__CalcCircleAutoSegmentCount
int ImDrawList__CalcCircleAutoSegmentCount(ImDrawList* self, float radius)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__ClearFreeMemory
void ImDrawList__ClearFreeMemory(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__OnChangedClipRect
void ImDrawList__OnChangedClipRect(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__OnChangedTextureID
void ImDrawList__OnChangedTextureID(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__OnChangedVtxOffset
void ImDrawList__OnChangedVtxOffset(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__PathArcToFastEx
void ImDrawList__PathArcToFastEx(ImDrawList* self, ImVec2 center, float radius, int a_min_sample, int a_max_sample, int a_step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__PathArcToN
void ImDrawList__PathArcToN(ImDrawList* self, ImVec2 center, float radius, float a_min, float a_max, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__PopUnusedDrawCmd
void ImDrawList__PopUnusedDrawCmd(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__ResetForNewFrame
void ImDrawList__ResetForNewFrame(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__TryMergeDrawCmds
void ImDrawList__TryMergeDrawCmds(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_destroy
void ImDrawList_destroy(ImDrawList* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasCustomRect_ImFontAtlasCustomRect
ImFontAtlasCustomRect* ImFontAtlasCustomRect_ImFontAtlasCustomRect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasCustomRect_IsPacked
bool ImFontAtlasCustomRect_IsPacked(ImFontAtlasCustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasCustomRect_destroy
void ImFontAtlasCustomRect_destroy(ImFontAtlasCustomRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddCustomRectFontGlyph
int ImFontAtlas_AddCustomRectFontGlyph(ImFontAtlas* self, ImFont* font, ImWchar id, int width, int height, float advance_x, ImVec2 offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddCustomRectRegular
int ImFontAtlas_AddCustomRectRegular(ImFontAtlas* self, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFont
ImFont* ImFontAtlas_AddFont(ImFontAtlas* self, ImFontConfig* font_cfg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontDefault
ImFont* ImFontAtlas_AddFontDefault(ImFontAtlas* self, ImFontConfig* font_cfg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromFileTTF
ImFont* ImFontAtlas_AddFontFromFileTTF(ImFontAtlas* self, const(char)* filename, float size_pixels, ImFontConfig* font_cfg, ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromMemoryCompressedBase85TTF
ImFont* ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(ImFontAtlas* self, const(char)* compressed_font_data_base85, float size_pixels, ImFontConfig* font_cfg, ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromMemoryCompressedTTF
ImFont* ImFontAtlas_AddFontFromMemoryCompressedTTF(ImFontAtlas* self, void* compressed_font_data, int compressed_font_size, float size_pixels, ImFontConfig* font_cfg, ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromMemoryTTF
ImFont* ImFontAtlas_AddFontFromMemoryTTF(ImFontAtlas* self, void* font_data, int font_size, float size_pixels, ImFontConfig* font_cfg, ImWchar* glyph_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_Build
bool ImFontAtlas_Build(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_CalcCustomRectUV
void ImFontAtlas_CalcCustomRectUV(ImFontAtlas* self, ImFontAtlasCustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_Clear
void ImFontAtlas_Clear(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ClearFonts
void ImFontAtlas_ClearFonts(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ClearInputData
void ImFontAtlas_ClearInputData(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ClearTexData
void ImFontAtlas_ClearTexData(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetCustomRectByIndex
ImFontAtlasCustomRect* ImFontAtlas_GetCustomRectByIndex(ImFontAtlas* self, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesChineseFull
ImWchar* ImFontAtlas_GetGlyphRangesChineseFull(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon
ImWchar* ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesCyrillic
ImWchar* ImFontAtlas_GetGlyphRangesCyrillic(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesDefault
ImWchar* ImFontAtlas_GetGlyphRangesDefault(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesJapanese
ImWchar* ImFontAtlas_GetGlyphRangesJapanese(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesKorean
ImWchar* ImFontAtlas_GetGlyphRangesKorean(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesThai
ImWchar* ImFontAtlas_GetGlyphRangesThai(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesVietnamese
ImWchar* ImFontAtlas_GetGlyphRangesVietnamese(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetMouseCursorTexData
bool ImFontAtlas_GetMouseCursorTexData(ImFontAtlas* self, ImGuiMouseCursor cursor, ImVec2* out_offset, ImVec2* out_size, ImVec2[2]* out_uv_border, ImVec2[2]* out_uv_fill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetTexDataAsAlpha8
void ImFontAtlas_GetTexDataAsAlpha8(ImFontAtlas* self, char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetTexDataAsRGBA32
void ImFontAtlas_GetTexDataAsRGBA32(ImFontAtlas* self, char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ImFontAtlas
ImFontAtlas* ImFontAtlas_ImFontAtlas()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_IsBuilt
bool ImFontAtlas_IsBuilt(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_SetTexID
void ImFontAtlas_SetTexID(ImFontAtlas* self, ImTextureID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_destroy
void ImFontAtlas_destroy(ImFontAtlas* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontConfig_ImFontConfig
ImFontConfig* ImFontConfig_ImFontConfig()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontConfig_destroy
void ImFontConfig_destroy(ImFontConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_AddChar
void ImFontGlyphRangesBuilder_AddChar(ImFontGlyphRangesBuilder* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_AddRanges
void ImFontGlyphRangesBuilder_AddRanges(ImFontGlyphRangesBuilder* self, ImWchar* ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_AddText
void ImFontGlyphRangesBuilder_AddText(ImFontGlyphRangesBuilder* self, const(char)* text, const(char)* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_BuildRanges
void ImFontGlyphRangesBuilder_BuildRanges(ImFontGlyphRangesBuilder* self, ImVector!(ImWchar)* out_ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_Clear
void ImFontGlyphRangesBuilder_Clear(ImFontGlyphRangesBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_GetBit
bool ImFontGlyphRangesBuilder_GetBit(ImFontGlyphRangesBuilder* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder
ImFontGlyphRangesBuilder* ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_SetBit
void ImFontGlyphRangesBuilder_SetBit(ImFontGlyphRangesBuilder* self, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_destroy
void ImFontGlyphRangesBuilder_destroy(ImFontGlyphRangesBuilder* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_AddGlyph
void ImFont_AddGlyph(ImFont* self, ImFontConfig* src_cfg, ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_AddRemapChar
void ImFont_AddRemapChar(ImFont* self, ImWchar dst, ImWchar src, bool overwrite_dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_BuildLookupTable
void ImFont_BuildLookupTable(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_CalcTextSizeA
void ImFont_CalcTextSizeA(ImVec2* pOut, ImFont* self, float size, float max_width, float wrap_width, const(char)* text_begin, const(char)* text_end, char** remaining)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_CalcWordWrapPositionA
const(char)* ImFont_CalcWordWrapPositionA(ImFont* self, float scale, const(char)* text, const(char)* text_end, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_ClearOutputData
void ImFont_ClearOutputData(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_FindGlyph
ImFontGlyph* ImFont_FindGlyph(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_FindGlyphNoFallback
ImFontGlyph* ImFont_FindGlyphNoFallback(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_GetCharAdvance
float ImFont_GetCharAdvance(ImFont* self, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_GetDebugName
const(char)* ImFont_GetDebugName(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_GrowIndex
void ImFont_GrowIndex(ImFont* self, int new_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_ImFont
ImFont* ImFont_ImFont()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_IsGlyphRangeUnused
bool ImFont_IsGlyphRangeUnused(ImFont* self, uint c_begin, uint c_last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_IsLoaded
bool ImFont_IsLoaded(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_RenderChar
void ImFont_RenderChar(ImFont* self, ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_RenderText
void ImFont_RenderText(ImFont* self, ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImVec4 clip_rect, const(char)* text_begin, const(char)* text_end, float wrap_width, bool cpu_fine_clip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_SetGlyphVisible
void ImFont_SetGlyphVisible(ImFont* self, ImWchar c, bool visible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_destroy
void ImFont_destroy(ImFont* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiComboPreviewData_ImGuiComboPreviewData
ImGuiComboPreviewData* ImGuiComboPreviewData_ImGuiComboPreviewData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiComboPreviewData_destroy
void ImGuiComboPreviewData_destroy(ImGuiComboPreviewData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContextHook_ImGuiContextHook
ImGuiContextHook* ImGuiContextHook_ImGuiContextHook()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContextHook_destroy
void ImGuiContextHook_destroy(ImGuiContextHook* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContext_ImGuiContext
ImGuiContext* ImGuiContext_ImGuiContext(ImFontAtlas* shared_font_atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContext_destroy
void ImGuiContext_destroy(ImGuiContext* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockContext_ImGuiDockContext
ImGuiDockContext* ImGuiDockContext_ImGuiDockContext()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockContext_destroy
void ImGuiDockContext_destroy(ImGuiDockContext* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeSettings_ImGuiDockNodeSettings
ImGuiDockNodeSettings* ImGuiDockNodeSettings_ImGuiDockNodeSettings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeSettings_destroy
void ImGuiDockNodeSettings_destroy(ImGuiDockNodeSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_ImGuiDockNode
ImGuiDockNode* ImGuiDockNode_ImGuiDockNode(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsCentralNode
bool ImGuiDockNode_IsCentralNode(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsDockSpace
bool ImGuiDockNode_IsDockSpace(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsEmpty
bool ImGuiDockNode_IsEmpty(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsFloatingNode
bool ImGuiDockNode_IsFloatingNode(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsHiddenTabBar
bool ImGuiDockNode_IsHiddenTabBar(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsLeafNode
bool ImGuiDockNode_IsLeafNode(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsNoTabBar
bool ImGuiDockNode_IsNoTabBar(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsRootNode
bool ImGuiDockNode_IsRootNode(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsSplitNode
bool ImGuiDockNode_IsSplitNode(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_Rect
void ImGuiDockNode_Rect(ImRect* pOut, ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_SetLocalFlags
void ImGuiDockNode_SetLocalFlags(ImGuiDockNode* self, ImGuiDockNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_UpdateMergedFlags
void ImGuiDockNode_UpdateMergedFlags(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_destroy
void ImGuiDockNode_destroy(ImGuiDockNode* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockPreviewData_ImGuiDockPreviewData
ImGuiDockPreviewData* ImGuiDockPreviewData_ImGuiDockPreviewData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockPreviewData_destroy
void ImGuiDockPreviewData_destroy(ImGuiDockPreviewData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockRequest_ImGuiDockRequest
ImGuiDockRequest* ImGuiDockRequest_ImGuiDockRequest()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockRequest_destroy
void ImGuiDockRequest_destroy(ImGuiDockRequest* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddFocusEvent
void ImGuiIO_AddFocusEvent(ImGuiIO* self, bool focused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddInputCharacter
void ImGuiIO_AddInputCharacter(ImGuiIO* self, uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddInputCharacterUTF16
void ImGuiIO_AddInputCharacterUTF16(ImGuiIO* self, ImWchar16 c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddInputCharactersUTF8
void ImGuiIO_AddInputCharactersUTF8(ImGuiIO* self, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_ClearInputCharacters
void ImGuiIO_ClearInputCharacters(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_ClearInputKeys
void ImGuiIO_ClearInputKeys(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_ImGuiIO
ImGuiIO* ImGuiIO_ImGuiIO()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_destroy
void ImGuiIO_destroy(ImGuiIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_ClearSelection
void ImGuiInputTextCallbackData_ClearSelection(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_DeleteChars
void ImGuiInputTextCallbackData_DeleteChars(ImGuiInputTextCallbackData* self, int pos, int bytes_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_HasSelection
bool ImGuiInputTextCallbackData_HasSelection(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_ImGuiInputTextCallbackData
ImGuiInputTextCallbackData* ImGuiInputTextCallbackData_ImGuiInputTextCallbackData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_InsertChars
void ImGuiInputTextCallbackData_InsertChars(ImGuiInputTextCallbackData* self, int pos, const(char)* text, const(char)* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_SelectAll
void ImGuiInputTextCallbackData_SelectAll(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_destroy
void ImGuiInputTextCallbackData_destroy(ImGuiInputTextCallbackData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ClearFreeMemory
void ImGuiInputTextState_ClearFreeMemory(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ClearSelection
void ImGuiInputTextState_ClearSelection(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ClearText
void ImGuiInputTextState_ClearText(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_CursorAnimReset
void ImGuiInputTextState_CursorAnimReset(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_CursorClamp
void ImGuiInputTextState_CursorClamp(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetCursorPos
int ImGuiInputTextState_GetCursorPos(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetRedoAvailCount
int ImGuiInputTextState_GetRedoAvailCount(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetSelectionEnd
int ImGuiInputTextState_GetSelectionEnd(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetSelectionStart
int ImGuiInputTextState_GetSelectionStart(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetUndoAvailCount
int ImGuiInputTextState_GetUndoAvailCount(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_HasSelection
bool ImGuiInputTextState_HasSelection(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ImGuiInputTextState
ImGuiInputTextState* ImGuiInputTextState_ImGuiInputTextState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_OnKeyPressed
void ImGuiInputTextState_OnKeyPressed(ImGuiInputTextState* self, int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_SelectAll
void ImGuiInputTextState_SelectAll(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_destroy
void ImGuiInputTextState_destroy(ImGuiInputTextState* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiLastItemData_ImGuiLastItemData
ImGuiLastItemData* ImGuiLastItemData_ImGuiLastItemData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiLastItemData_destroy
void ImGuiLastItemData_destroy(ImGuiLastItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_Begin
void ImGuiListClipper_Begin(ImGuiListClipper* self, int items_count, float items_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_End
void ImGuiListClipper_End(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_ImGuiListClipper
ImGuiListClipper* ImGuiListClipper_ImGuiListClipper()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_Step
bool ImGuiListClipper_Step(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_destroy
void ImGuiListClipper_destroy(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_CalcNextTotalWidth
void ImGuiMenuColumns_CalcNextTotalWidth(ImGuiMenuColumns* self, bool update_offsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_DeclColumns
float ImGuiMenuColumns_DeclColumns(ImGuiMenuColumns* self, float w_icon, float w_label, float w_shortcut, float w_mark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_ImGuiMenuColumns
ImGuiMenuColumns* ImGuiMenuColumns_ImGuiMenuColumns()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_Update
void ImGuiMenuColumns_Update(ImGuiMenuColumns* self, float spacing, bool window_reappearing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_destroy
void ImGuiMenuColumns_destroy(ImGuiMenuColumns* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMetricsConfig_ImGuiMetricsConfig
ImGuiMetricsConfig* ImGuiMetricsConfig_ImGuiMetricsConfig()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMetricsConfig_destroy
void ImGuiMetricsConfig_destroy(ImGuiMetricsConfig* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavItemData_Clear
void ImGuiNavItemData_Clear(ImGuiNavItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavItemData_ImGuiNavItemData
ImGuiNavItemData* ImGuiNavItemData_ImGuiNavItemData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavItemData_destroy
void ImGuiNavItemData_destroy(ImGuiNavItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemData_ClearFlags
void ImGuiNextItemData_ClearFlags(ImGuiNextItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemData_ImGuiNextItemData
ImGuiNextItemData* ImGuiNextItemData_ImGuiNextItemData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemData_destroy
void ImGuiNextItemData_destroy(ImGuiNextItemData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowData_ClearFlags
void ImGuiNextWindowData_ClearFlags(ImGuiNextWindowData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowData_ImGuiNextWindowData
ImGuiNextWindowData* ImGuiNextWindowData_ImGuiNextWindowData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowData_destroy
void ImGuiNextWindowData_destroy(ImGuiNextWindowData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumnData_ImGuiOldColumnData
ImGuiOldColumnData* ImGuiOldColumnData_ImGuiOldColumnData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumnData_destroy
void ImGuiOldColumnData_destroy(ImGuiOldColumnData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumns_ImGuiOldColumns
ImGuiOldColumns* ImGuiOldColumns_ImGuiOldColumns()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumns_destroy
void ImGuiOldColumns_destroy(ImGuiOldColumns* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOnceUponAFrame_ImGuiOnceUponAFrame
ImGuiOnceUponAFrame* ImGuiOnceUponAFrame_ImGuiOnceUponAFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOnceUponAFrame_destroy
void ImGuiOnceUponAFrame_destroy(ImGuiOnceUponAFrame* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_Clear
void ImGuiPayload_Clear(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_ImGuiPayload
ImGuiPayload* ImGuiPayload_ImGuiPayload()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_IsDataType
bool ImGuiPayload_IsDataType(ImGuiPayload* self, const(char)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_IsDelivery
bool ImGuiPayload_IsDelivery(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_IsPreview
bool ImGuiPayload_IsPreview(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_destroy
void ImGuiPayload_destroy(ImGuiPayload* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformIO_ImGuiPlatformIO
ImGuiPlatformIO* ImGuiPlatformIO_ImGuiPlatformIO()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformIO_destroy
void ImGuiPlatformIO_destroy(ImGuiPlatformIO* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformMonitor_ImGuiPlatformMonitor
ImGuiPlatformMonitor* ImGuiPlatformMonitor_ImGuiPlatformMonitor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformMonitor_destroy
void ImGuiPlatformMonitor_destroy(ImGuiPlatformMonitor* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPopupData_ImGuiPopupData
ImGuiPopupData* ImGuiPopupData_ImGuiPopupData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPopupData_destroy
void ImGuiPopupData_destroy(ImGuiPopupData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPtrOrIndex_ImGuiPtrOrIndex
ImGuiPtrOrIndex* ImGuiPtrOrIndex_ImGuiPtrOrIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiPtrOrIndex_ImGuiPtrOrIndex
ImGuiPtrOrIndex* ImGuiPtrOrIndex_ImGuiPtrOrIndex(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int
ImGuiPtrOrIndex* ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr
ImGuiPtrOrIndex* ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPtrOrIndex_destroy
void ImGuiPtrOrIndex_destroy(ImGuiPtrOrIndex* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSettingsHandler_ImGuiSettingsHandler
ImGuiSettingsHandler* ImGuiSettingsHandler_ImGuiSettingsHandler()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSettingsHandler_destroy
void ImGuiSettingsHandler_destroy(ImGuiSettingsHandler* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_CompareWithCurrentState
void ImGuiStackSizes_CompareWithCurrentState(ImGuiStackSizes* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_ImGuiStackSizes
ImGuiStackSizes* ImGuiStackSizes_ImGuiStackSizes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_SetToCurrentState
void ImGuiStackSizes_SetToCurrentState(ImGuiStackSizes* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_destroy
void ImGuiStackSizes_destroy(ImGuiStackSizes* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_ImGuiStoragePair
ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair(ImGuiID _key, int _val_i)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiStoragePair_ImGuiStoragePair
ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair(ImGuiID _key, float _val_f)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiStoragePair_ImGuiStoragePair
ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair(ImGuiID _key, void* _val_p)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiStoragePair_ImGuiStoragePair_Float
ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair_Float(ImGuiID _key, float _val_f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_ImGuiStoragePair_Int
ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair_Int(ImGuiID _key, int _val_i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_ImGuiStoragePair_Ptr
ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair_Ptr(ImGuiID _key, void* _val_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_destroy
void ImGuiStoragePair_destroy(ImGuiStoragePair* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_BuildSortByKey
void ImGuiStorage_BuildSortByKey(ImGuiStorage* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_Clear
void ImGuiStorage_Clear(ImGuiStorage* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetBool
bool ImGuiStorage_GetBool(ImGuiStorage* self, ImGuiID key, bool default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetBoolRef
bool* ImGuiStorage_GetBoolRef(ImGuiStorage* self, ImGuiID key, bool default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetFloat
float ImGuiStorage_GetFloat(ImGuiStorage* self, ImGuiID key, float default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetFloatRef
float* ImGuiStorage_GetFloatRef(ImGuiStorage* self, ImGuiID key, float default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetInt
int ImGuiStorage_GetInt(ImGuiStorage* self, ImGuiID key, int default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetIntRef
int* ImGuiStorage_GetIntRef(ImGuiStorage* self, ImGuiID key, int default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetVoidPtr
void* ImGuiStorage_GetVoidPtr(ImGuiStorage* self, ImGuiID key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetVoidPtrRef
void** ImGuiStorage_GetVoidPtrRef(ImGuiStorage* self, ImGuiID key, void* default_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetAllInt
void ImGuiStorage_SetAllInt(ImGuiStorage* self, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetBool
void ImGuiStorage_SetBool(ImGuiStorage* self, ImGuiID key, bool val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetFloat
void ImGuiStorage_SetFloat(ImGuiStorage* self, ImGuiID key, float val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetInt
void ImGuiStorage_SetInt(ImGuiStorage* self, ImGuiID key, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetVoidPtr
void ImGuiStorage_SetVoidPtr(ImGuiStorage* self, ImGuiID key, void* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_ImGuiStyleMod
ImGuiStyleMod* ImGuiStyleMod_ImGuiStyleMod(ImGuiStyleVar idx, ImVec2 v)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiStyleMod_ImGuiStyleMod
ImGuiStyleMod* ImGuiStyleMod_ImGuiStyleMod(ImGuiStyleVar idx, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiStyleMod_ImGuiStyleMod
ImGuiStyleMod* ImGuiStyleMod_ImGuiStyleMod(ImGuiStyleVar idx, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiStyleMod_ImGuiStyleMod_Float
ImGuiStyleMod* ImGuiStyleMod_ImGuiStyleMod_Float(ImGuiStyleVar idx, float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_ImGuiStyleMod_Int
ImGuiStyleMod* ImGuiStyleMod_ImGuiStyleMod_Int(ImGuiStyleVar idx, int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_ImGuiStyleMod_Vec2
ImGuiStyleMod* ImGuiStyleMod_ImGuiStyleMod_Vec2(ImGuiStyleVar idx, ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_destroy
void ImGuiStyleMod_destroy(ImGuiStyleMod* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyle_ImGuiStyle
ImGuiStyle* ImGuiStyle_ImGuiStyle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyle_ScaleAllSizes
void ImGuiStyle_ScaleAllSizes(ImGuiStyle* self, float scale_factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyle_destroy
void ImGuiStyle_destroy(ImGuiStyle* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_GetTabName
const(char)* ImGuiTabBar_GetTabName(ImGuiTabBar* self, ImGuiTabItem* tab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_GetTabOrder
int ImGuiTabBar_GetTabOrder(ImGuiTabBar* self, ImGuiTabItem* tab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_ImGuiTabBar
ImGuiTabBar* ImGuiTabBar_ImGuiTabBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_destroy
void ImGuiTabBar_destroy(ImGuiTabBar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabItem_ImGuiTabItem
ImGuiTabItem* ImGuiTabItem_ImGuiTabItem()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabItem_destroy
void ImGuiTabItem_destroy(ImGuiTabItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSettings_ImGuiTableColumnSettings
ImGuiTableColumnSettings* ImGuiTableColumnSettings_ImGuiTableColumnSettings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSettings_destroy
void ImGuiTableColumnSettings_destroy(ImGuiTableColumnSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs
ImGuiTableColumnSortSpecs* ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSortSpecs_destroy
void ImGuiTableColumnSortSpecs_destroy(ImGuiTableColumnSortSpecs* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumn_ImGuiTableColumn
ImGuiTableColumn* ImGuiTableColumn_ImGuiTableColumn()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumn_destroy
void ImGuiTableColumn_destroy(ImGuiTableColumn* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSettings_GetColumnSettings
ImGuiTableColumnSettings* ImGuiTableSettings_GetColumnSettings(ImGuiTableSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSettings_ImGuiTableSettings
ImGuiTableSettings* ImGuiTableSettings_ImGuiTableSettings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSettings_destroy
void ImGuiTableSettings_destroy(ImGuiTableSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSortSpecs_ImGuiTableSortSpecs
ImGuiTableSortSpecs* ImGuiTableSortSpecs_ImGuiTableSortSpecs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSortSpecs_destroy
void ImGuiTableSortSpecs_destroy(ImGuiTableSortSpecs* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableTempData_ImGuiTableTempData
ImGuiTableTempData* ImGuiTableTempData_ImGuiTableTempData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableTempData_destroy
void ImGuiTableTempData_destroy(ImGuiTableTempData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTable_ImGuiTable
ImGuiTable* ImGuiTable_ImGuiTable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTable_destroy
void ImGuiTable_destroy(ImGuiTable* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_ImGuiTextBuffer
ImGuiTextBuffer* ImGuiTextBuffer_ImGuiTextBuffer()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_append
void ImGuiTextBuffer_append(ImGuiTextBuffer* self, const(char)* str, const(char)* str_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_appendf
void ImGuiTextBuffer_appendf(ImGuiTextBuffer* self, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_appendfv
void ImGuiTextBuffer_appendfv(ImGuiTextBuffer* self, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_begin
const(char)* ImGuiTextBuffer_begin(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_c_str
const(char)* ImGuiTextBuffer_c_str(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_clear
void ImGuiTextBuffer_clear(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_destroy
void ImGuiTextBuffer_destroy(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_empty
bool ImGuiTextBuffer_empty(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_end
const(char)* ImGuiTextBuffer_end(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_reserve
void ImGuiTextBuffer_reserve(ImGuiTextBuffer* self, int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_size
int ImGuiTextBuffer_size(ImGuiTextBuffer* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_Build
void ImGuiTextFilter_Build(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_Clear
void ImGuiTextFilter_Clear(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_Draw
bool ImGuiTextFilter_Draw(ImGuiTextFilter* self, const(char)* label, float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_ImGuiTextFilter
ImGuiTextFilter* ImGuiTextFilter_ImGuiTextFilter(const(char)* default_filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_IsActive
bool ImGuiTextFilter_IsActive(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_PassFilter
bool ImGuiTextFilter_PassFilter(ImGuiTextFilter* self, const(char)* text, const(char)* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_destroy
void ImGuiTextFilter_destroy(ImGuiTextFilter* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_ImGuiTextRange
ImGuiTextRange* ImGuiTextRange_ImGuiTextRange()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiTextRange_ImGuiTextRange
ImGuiTextRange* ImGuiTextRange_ImGuiTextRange(const(char)* _b, const(char)* _e)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiTextRange_ImGuiTextRange_Nil
ImGuiTextRange* ImGuiTextRange_ImGuiTextRange_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_ImGuiTextRange_Str
ImGuiTextRange* ImGuiTextRange_ImGuiTextRange_Str(const(char)* _b, const(char)* _e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_destroy
void ImGuiTextRange_destroy(ImGuiTextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_empty
bool ImGuiTextRange_empty(ImGuiTextRange* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_split
void ImGuiTextRange_split(ImGuiTextRange* self, char separator, ImVector!(ImGuiTextRange)* outItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_CalcWorkRectPos
void ImGuiViewportP_CalcWorkRectPos(ImVec2* pOut, ImGuiViewportP* self, ImVec2 off_min)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_CalcWorkRectSize
void ImGuiViewportP_CalcWorkRectSize(ImVec2* pOut, ImGuiViewportP* self, ImVec2 off_min, ImVec2 off_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_ClearRequestFlags
void ImGuiViewportP_ClearRequestFlags(ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_GetBuildWorkRect
void ImGuiViewportP_GetBuildWorkRect(ImRect* pOut, ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_GetMainRect
void ImGuiViewportP_GetMainRect(ImRect* pOut, ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_GetWorkRect
void ImGuiViewportP_GetWorkRect(ImRect* pOut, ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_ImGuiViewportP
ImGuiViewportP* ImGuiViewportP_ImGuiViewportP()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_UpdateWorkRect
void ImGuiViewportP_UpdateWorkRect(ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_destroy
void ImGuiViewportP_destroy(ImGuiViewportP* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_GetCenter
void ImGuiViewport_GetCenter(ImVec2* pOut, ImGuiViewport* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_GetWorkCenter
void ImGuiViewport_GetWorkCenter(ImVec2* pOut, ImGuiViewport* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_ImGuiViewport
ImGuiViewport* ImGuiViewport_ImGuiViewport()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_destroy
void ImGuiViewport_destroy(ImGuiViewport* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowClass_ImGuiWindowClass
ImGuiWindowClass* ImGuiWindowClass_ImGuiWindowClass()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowClass_destroy
void ImGuiWindowClass_destroy(ImGuiWindowClass* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowSettings_GetName
char* ImGuiWindowSettings_GetName(ImGuiWindowSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowSettings_ImGuiWindowSettings
ImGuiWindowSettings* ImGuiWindowSettings_ImGuiWindowSettings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowSettings_destroy
void ImGuiWindowSettings_destroy(ImGuiWindowSettings* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_CalcFontSize
float ImGuiWindow_CalcFontSize(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetID
ImGuiID ImGuiWindow_GetID(ImGuiWindow* self, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiWindow_GetID
ImGuiID ImGuiWindow_GetID(ImGuiWindow* self, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiWindow_GetID
ImGuiID ImGuiWindow_GetID(ImGuiWindow* self, const(char)* str, const(char)* str_end)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiWindow_GetIDFromRectangle
ImGuiID ImGuiWindow_GetIDFromRectangle(ImGuiWindow* self, ImRect r_abs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetIDNoKeepAlive
ImGuiID ImGuiWindow_GetIDNoKeepAlive(ImGuiWindow* self, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiWindow_GetIDNoKeepAlive
ImGuiID ImGuiWindow_GetIDNoKeepAlive(ImGuiWindow* self, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiWindow_GetIDNoKeepAlive
ImGuiID ImGuiWindow_GetIDNoKeepAlive(ImGuiWindow* self, const(char)* str, const(char)* str_end)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiWindow_GetIDNoKeepAlive_Int
ImGuiID ImGuiWindow_GetIDNoKeepAlive_Int(ImGuiWindow* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetIDNoKeepAlive_Ptr
ImGuiID ImGuiWindow_GetIDNoKeepAlive_Ptr(ImGuiWindow* self, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetIDNoKeepAlive_Str
ImGuiID ImGuiWindow_GetIDNoKeepAlive_Str(ImGuiWindow* self, const(char)* str, const(char)* str_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetID_Int
ImGuiID ImGuiWindow_GetID_Int(ImGuiWindow* self, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetID_Ptr
ImGuiID ImGuiWindow_GetID_Ptr(ImGuiWindow* self, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetID_Str
ImGuiID ImGuiWindow_GetID_Str(ImGuiWindow* self, const(char)* str, const(char)* str_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_ImGuiWindow
ImGuiWindow* ImGuiWindow_ImGuiWindow(ImGuiContext* context, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_MenuBarHeight
float ImGuiWindow_MenuBarHeight(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_MenuBarRect
void ImGuiWindow_MenuBarRect(ImRect* pOut, ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_Rect
void ImGuiWindow_Rect(ImRect* pOut, ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_TitleBarHeight
float ImGuiWindow_TitleBarHeight(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_TitleBarRect
void ImGuiWindow_TitleBarRect(ImRect* pOut, ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_destroy
void ImGuiWindow_destroy(ImGuiWindow* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_CharCallback
void ImGui_ImplGlfw_CharCallback(GLFWwindow* window, uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_CursorEnterCallback
void ImGui_ImplGlfw_CursorEnterCallback(GLFWwindow* window, int entered)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_InitForOpenGL
bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_InitForOther
bool ImGui_ImplGlfw_InitForOther(GLFWwindow* window, bool install_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_InitForVulkan
bool ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window, bool install_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_KeyCallback
void ImGui_ImplGlfw_KeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_MonitorCallback
void ImGui_ImplGlfw_MonitorCallback(GLFWmonitor* monitor, int event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_MouseButtonCallback
void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window, int button, int action, int mods)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_NewFrame
void ImGui_ImplGlfw_NewFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_ScrollCallback
void ImGui_ImplGlfw_ScrollCallback(GLFWwindow* window, double xoffset, double yoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_Shutdown
void ImGui_ImplGlfw_Shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_WindowFocusCallback
void ImGui_ImplGlfw_WindowFocusCallback(GLFWwindow* window, int focused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_CreateDeviceObjects
bool ImGui_ImplOpenGL2_CreateDeviceObjects()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_CreateFontsTexture
bool ImGui_ImplOpenGL2_CreateFontsTexture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_DestroyDeviceObjects
void ImGui_ImplOpenGL2_DestroyDeviceObjects()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_DestroyFontsTexture
void ImGui_ImplOpenGL2_DestroyFontsTexture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_Init
bool ImGui_ImplOpenGL2_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_NewFrame
void ImGui_ImplOpenGL2_NewFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_RenderDrawData
void ImGui_ImplOpenGL2_RenderDrawData(ImDrawData* draw_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_Shutdown
void ImGui_ImplOpenGL2_Shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_CreateDeviceObjects
bool ImGui_ImplOpenGL3_CreateDeviceObjects()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_CreateFontsTexture
bool ImGui_ImplOpenGL3_CreateFontsTexture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_DestroyDeviceObjects
void ImGui_ImplOpenGL3_DestroyDeviceObjects()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_DestroyFontsTexture
void ImGui_ImplOpenGL3_DestroyFontsTexture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_Init
bool ImGui_ImplOpenGL3_Init(const(char)* glsl_version)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_NewFrame
void ImGui_ImplOpenGL3_NewFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_RenderDrawData
void ImGui_ImplOpenGL3_RenderDrawData(ImDrawData* draw_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_Shutdown
void ImGui_ImplOpenGL3_Shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForD3D
bool ImGui_ImplSDL2_InitForD3D(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForMetal
bool ImGui_ImplSDL2_InitForMetal(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForOpenGL
bool ImGui_ImplSDL2_InitForOpenGL(SDL_Window* window, void* sdl_gl_context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForSDLRenderer
bool ImGui_ImplSDL2_InitForSDLRenderer(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForVulkan
bool ImGui_ImplSDL2_InitForVulkan(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_NewFrame
void ImGui_ImplSDL2_NewFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_ProcessEvent
bool ImGui_ImplSDL2_ProcessEvent(SDL_Event* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_Shutdown
void ImGui_ImplSDL2_Shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Add
void ImRect_Add(ImRect* self, ImRect r)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_Add
void ImRect_Add(ImRect* self, ImVec2 p)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_Add_Rect
void ImRect_Add_Rect(ImRect* self, ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Add_Vec2
void ImRect_Add_Vec2(ImRect* self, ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ClipWith
void ImRect_ClipWith(ImRect* self, ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ClipWithFull
void ImRect_ClipWithFull(ImRect* self, ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Contains
bool ImRect_Contains(ImRect* self, ImRect r)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_Contains
bool ImRect_Contains(ImRect* self, ImVec2 p)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_Contains_Rect
bool ImRect_Contains_Rect(ImRect* self, ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Contains_Vec2
bool ImRect_Contains_Vec2(ImRect* self, ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Expand
void ImRect_Expand(ImRect* self, ImVec2 amount)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_Expand
void ImRect_Expand(ImRect* self, float amount)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_Expand_Float
void ImRect_Expand_Float(ImRect* self, float amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Expand_Vec2
void ImRect_Expand_Vec2(ImRect* self, ImVec2 amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Floor
void ImRect_Floor(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetArea
float ImRect_GetArea(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetBL
void ImRect_GetBL(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetBR
void ImRect_GetBR(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetCenter
void ImRect_GetCenter(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetHeight
float ImRect_GetHeight(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetSize
void ImRect_GetSize(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetTL
void ImRect_GetTL(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetTR
void ImRect_GetTR(ImVec2* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetWidth
float ImRect_GetWidth(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect
ImRect* ImRect_ImRect()
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_ImRect
ImRect* ImRect_ImRect(ImVec2 min, ImVec2 max)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_ImRect
ImRect* ImRect_ImRect(ImVec4 v)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_ImRect
ImRect* ImRect_ImRect(float x1, float y1, float x2, float y2)
Undocumented in source. Be warned that the author may not have intended to support it.
ImRect_ImRect_Float
ImRect* ImRect_ImRect_Float(float x1, float y1, float x2, float y2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect_Nil
ImRect* ImRect_ImRect_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect_Vec2
ImRect* ImRect_ImRect_Vec2(ImVec2 min, ImVec2 max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect_Vec4
ImRect* ImRect_ImRect_Vec4(ImVec4 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_IsInverted
bool ImRect_IsInverted(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Overlaps
bool ImRect_Overlaps(ImRect* self, ImRect r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ToVec4
void ImRect_ToVec4(ImVec4* pOut, ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Translate
void ImRect_Translate(ImRect* self, ImVec2 d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_TranslateX
void ImRect_TranslateX(ImRect* self, float dx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_TranslateY
void ImRect_TranslateY(ImRect* self, float dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_destroy
void ImRect_destroy(ImRect* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec1_ImVec1
ImVec1* ImVec1_ImVec1(float _x)
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec1_ImVec1
ImVec1* ImVec1_ImVec1()
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec1_ImVec1_Float
ImVec1* ImVec1_ImVec1_Float(float _x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec1_ImVec1_Nil
ImVec1* ImVec1_ImVec1_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec1_destroy
void ImVec1_destroy(ImVec1* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2_ImVec2
ImVec2* ImVec2_ImVec2()
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec2_ImVec2
ImVec2* ImVec2_ImVec2(float _x, float _y)
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec2_ImVec2_Float
ImVec2* ImVec2_ImVec2_Float(float _x, float _y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2_ImVec2_Nil
ImVec2* ImVec2_ImVec2_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2_destroy
void ImVec2_destroy(ImVec2* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_ImVec2ih
ImVec2ih* ImVec2ih_ImVec2ih(ImVec2 rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec2ih_ImVec2ih
ImVec2ih* ImVec2ih_ImVec2ih(short _x, short _y)
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec2ih_ImVec2ih
ImVec2ih* ImVec2ih_ImVec2ih()
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec2ih_ImVec2ih_Nil
ImVec2ih* ImVec2ih_ImVec2ih_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_ImVec2ih_Vec2
ImVec2ih* ImVec2ih_ImVec2ih_Vec2(ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_ImVec2ih_short
ImVec2ih* ImVec2ih_ImVec2ih_short(short _x, short _y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_destroy
void ImVec2ih_destroy(ImVec2ih* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec4_ImVec4
ImVec4* ImVec4_ImVec4(float _x, float _y, float _z, float _w)
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec4_ImVec4
ImVec4* ImVec4_ImVec4()
Undocumented in source. Be warned that the author may not have intended to support it.
ImVec4_ImVec4_Float
ImVec4* ImVec4_ImVec4_Float(float _x, float _y, float _z, float _w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec4_ImVec4_Nil
ImVec4* ImVec4_ImVec4_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec4_destroy
void ImVec4_destroy(ImVec4* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igAcceptDragDropPayload
ImGuiPayload* igAcceptDragDropPayload(const(char)* type, ImGuiDragDropFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igActivateItem
void igActivateItem(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igAddContextHook
ImGuiID igAddContextHook(ImGuiContext* context, ImGuiContextHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igAlignTextToFramePadding
void igAlignTextToFramePadding()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igArrowButton
bool igArrowButton(const(char)* str_id, ImGuiDir dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igArrowButtonEx
bool igArrowButtonEx(const(char)* str_id, ImGuiDir dir, ImVec2 size_arg, ImGuiButtonFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBegin
bool igBegin(const(char)* name, bool* p_open, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChild
bool igBeginChild(ImGuiID id, ImVec2 size, bool border, ImGuiWindowFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igBeginChild
bool igBeginChild(const(char)* str_id, ImVec2 size, bool border, ImGuiWindowFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igBeginChildEx
bool igBeginChildEx(const(char)* name, ImGuiID id, ImVec2 size_arg, bool border, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChildFrame
bool igBeginChildFrame(ImGuiID id, ImVec2 size, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChild_ID
bool igBeginChild_ID(ImGuiID id, ImVec2 size, bool border, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChild_Str
bool igBeginChild_Str(const(char)* str_id, ImVec2 size, bool border, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginColumns
void igBeginColumns(const(char)* str_id, int count, ImGuiOldColumnFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginCombo
bool igBeginCombo(const(char)* label, const(char)* preview_value, ImGuiComboFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginComboPopup
bool igBeginComboPopup(ImGuiID popup_id, ImRect bb, ImGuiComboFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginComboPreview
bool igBeginComboPreview()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDisabled
void igBeginDisabled(bool disabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDockableDragDropSource
void igBeginDockableDragDropSource(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDockableDragDropTarget
void igBeginDockableDragDropTarget(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDocked
void igBeginDocked(ImGuiWindow* window, bool* p_open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDragDropSource
bool igBeginDragDropSource(ImGuiDragDropFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDragDropTarget
bool igBeginDragDropTarget()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDragDropTargetCustom
bool igBeginDragDropTargetCustom(ImRect bb, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginGroup
void igBeginGroup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginListBox
bool igBeginListBox(const(char)* label, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMainMenuBar
bool igBeginMainMenuBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMenu
bool igBeginMenu(const(char)* label, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMenuBar
bool igBeginMenuBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMenuEx
bool igBeginMenuEx(const(char)* label, const(char)* icon, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopup
bool igBeginPopup(const(char)* str_id, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupContextItem
bool igBeginPopupContextItem(const(char)* str_id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupContextVoid
bool igBeginPopupContextVoid(const(char)* str_id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupContextWindow
bool igBeginPopupContextWindow(const(char)* str_id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupEx
bool igBeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupModal
bool igBeginPopupModal(const(char)* name, bool* p_open, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTabBar
bool igBeginTabBar(const(char)* str_id, ImGuiTabBarFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTabBarEx
bool igBeginTabBarEx(ImGuiTabBar* tab_bar, ImRect bb, ImGuiTabBarFlags flags, ImGuiDockNode* dock_node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTabItem
bool igBeginTabItem(const(char)* label, bool* p_open, ImGuiTabItemFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTable
bool igBeginTable(const(char)* str_id, int column, ImGuiTableFlags flags, ImVec2 outer_size, float inner_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTableEx
bool igBeginTableEx(const(char)* name, ImGuiID id, int columns_count, ImGuiTableFlags flags, ImVec2 outer_size, float inner_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTooltip
void igBeginTooltip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTooltipEx
void igBeginTooltipEx(ImGuiWindowFlags extra_flags, ImGuiTooltipFlags tooltip_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginViewportSideBar
bool igBeginViewportSideBar(const(char)* name, ImGuiViewport* viewport, ImGuiDir dir, float size, ImGuiWindowFlags window_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBringWindowToDisplayBack
void igBringWindowToDisplayBack(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBringWindowToDisplayFront
void igBringWindowToDisplayFront(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBringWindowToFocusFront
void igBringWindowToFocusFront(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBullet
void igBullet()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBulletText
void igBulletText(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBulletTextV
void igBulletTextV(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igButton
bool igButton(const(char)* label, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igButtonBehavior
bool igButtonBehavior(ImRect bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igButtonEx
bool igButtonEx(const(char)* label, ImVec2 size_arg, ImGuiButtonFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcItemSize
void igCalcItemSize(ImVec2* pOut, ImVec2 size, float default_w, float default_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcItemWidth
float igCalcItemWidth()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcListClipping
void igCalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcTextSize
void igCalcTextSize(ImVec2* pOut, const(char)* text, const(char)* text_end, bool hide_text_after_double_hash, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcTypematicRepeatAmount
int igCalcTypematicRepeatAmount(float t0, float t1, float repeat_delay, float repeat_rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcWindowNextAutoFitSize
void igCalcWindowNextAutoFitSize(ImVec2* pOut, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcWrapWidthForPos
float igCalcWrapWidthForPos(ImVec2 pos, float wrap_pos_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCallContextHooks
void igCallContextHooks(ImGuiContext* context, ImGuiContextHookType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCaptureKeyboardFromApp
void igCaptureKeyboardFromApp(bool want_capture_keyboard_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCaptureMouseFromApp
void igCaptureMouseFromApp(bool want_capture_mouse_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckbox
bool igCheckbox(const(char)* label, bool* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags
bool igCheckboxFlags(const(char)* label, int* flags, int flags_value)
Undocumented in source. Be warned that the author may not have intended to support it.
igCheckboxFlags
bool igCheckboxFlags(const(char)* label, uint* flags, uint flags_value)
Undocumented in source. Be warned that the author may not have intended to support it.
igCheckboxFlags
bool igCheckboxFlags(const(char)* label, ImS64* flags, ImS64 flags_value)
Undocumented in source. Be warned that the author may not have intended to support it.
igCheckboxFlags
bool igCheckboxFlags(const(char)* label, ImU64* flags, ImU64 flags_value)
Undocumented in source. Be warned that the author may not have intended to support it.
igCheckboxFlags_IntPtr
bool igCheckboxFlags_IntPtr(const(char)* label, int* flags, int flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags_S64Ptr
bool igCheckboxFlags_S64Ptr(const(char)* label, ImS64* flags, ImS64 flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags_U64Ptr
bool igCheckboxFlags_U64Ptr(const(char)* label, ImU64* flags, ImU64 flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags_UintPtr
bool igCheckboxFlags_UintPtr(const(char)* label, uint* flags, uint flags_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClearActiveID
void igClearActiveID()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClearDragDrop
void igClearDragDrop()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClearIniSettings
void igClearIniSettings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCloseButton
bool igCloseButton(ImGuiID id, ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCloseCurrentPopup
void igCloseCurrentPopup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClosePopupToLevel
void igClosePopupToLevel(int remaining, bool restore_focus_to_window_under_popup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClosePopupsExceptModals
void igClosePopupsExceptModals()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClosePopupsOverWindow
void igClosePopupsOverWindow(ImGuiWindow* ref_window, bool restore_focus_to_window_under_popup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCollapseButton
bool igCollapseButton(ImGuiID id, ImVec2 pos, ImGuiDockNode* dock_node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCollapsingHeader
bool igCollapsingHeader(const(char)* label, bool* p_visible, ImGuiTreeNodeFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igCollapsingHeader
bool igCollapsingHeader(const(char)* label, ImGuiTreeNodeFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igCollapsingHeader_BoolPtr
bool igCollapsingHeader_BoolPtr(const(char)* label, bool* p_visible, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCollapsingHeader_TreeNodeFlags
bool igCollapsingHeader_TreeNodeFlags(const(char)* label, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorButton
bool igColorButton(const(char)* desc_id, ImVec4 col, ImGuiColorEditFlags flags, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertFloat4ToU32
ImU32 igColorConvertFloat4ToU32(ImVec4 inItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertHSVtoRGB
void igColorConvertHSVtoRGB(float h, float s, float v, float* out_r, float* out_g, float* out_b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertRGBtoHSV
void igColorConvertRGBtoHSV(float r, float g, float b, float* out_h, float* out_s, float* out_v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertU32ToFloat4
void igColorConvertU32ToFloat4(ImVec4* pOut, ImU32 inItem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorEdit3
bool igColorEdit3(const(char)* label, float[3]* col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorEdit4
bool igColorEdit4(const(char)* label, float[4]* col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorEditOptionsPopup
void igColorEditOptionsPopup(float* col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorPicker3
bool igColorPicker3(const(char)* label, float[3]* col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorPicker4
bool igColorPicker4(const(char)* label, float[4]* col, ImGuiColorEditFlags flags, float* ref_col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorPickerOptionsPopup
void igColorPickerOptionsPopup(float* ref_col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorTooltip
void igColorTooltip(const(char)* text, float* col, ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColumns
void igColumns(int count, const(char)* id, bool border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCombo
bool igCombo(const(char)* label, int* current_item, const(char)** items, int items_count, int popup_max_height_in_items)
Undocumented in source. Be warned that the author may not have intended to support it.
igCombo
bool igCombo(const(char)* label, int* current_item, igCombo_items_getter items_getter, void* data, int items_count, int popup_max_height_in_items)
Undocumented in source. Be warned that the author may not have intended to support it.
igCombo
bool igCombo(const(char)* label, int* current_item, const(char)* items_separated_by_zeros, int popup_max_height_in_items)
Undocumented in source. Be warned that the author may not have intended to support it.
igCombo_FnBoolPtr
bool igCombo_FnBoolPtr(const(char)* label, int* current_item, bool function(void* data, int idx, const(char)** out_text) items_getter, void* data, int items_count, int popup_max_height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCombo_Str
bool igCombo_Str(const(char)* label, int* current_item, const(char)* items_separated_by_zeros, int popup_max_height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCombo_Str_arr
bool igCombo_Str_arr(const(char)* label, int* current_item, const(char)** items, int items_count, int popup_max_height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCreateContext
ImGuiContext* igCreateContext(ImFontAtlas* shared_font_atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCreateNewWindowSettings
ImGuiWindowSettings* igCreateNewWindowSettings(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeApplyOp
void igDataTypeApplyOp(ImGuiDataType data_type, int op, void* output, void* arg_1, void* arg_2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeApplyOpFromText
bool igDataTypeApplyOpFromText(const(char)* buf, const(char)* initial_value_buf, ImGuiDataType data_type, void* p_data, const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeClamp
bool igDataTypeClamp(ImGuiDataType data_type, void* p_data, void* p_min, void* p_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeCompare
int igDataTypeCompare(ImGuiDataType data_type, void* arg_1, void* arg_2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeFormatString
int igDataTypeFormatString(char* buf, int buf_size, ImGuiDataType data_type, void* p_data, const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeGetInfo
ImGuiDataTypeInfo* igDataTypeGetInfo(ImGuiDataType data_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugCheckVersionAndDataLayout
bool igDebugCheckVersionAndDataLayout(const(char)* version_str, size_t sz_io, size_t sz_style, size_t sz_vec2, size_t sz_vec4, size_t sz_drawvert, size_t sz_drawidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugDrawItemRect
void igDebugDrawItemRect(ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeColumns
void igDebugNodeColumns(ImGuiOldColumns* columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeDockNode
void igDebugNodeDockNode(ImGuiDockNode* node, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeDrawCmdShowMeshAndBoundingBox
void igDebugNodeDrawCmdShowMeshAndBoundingBox(ImDrawList* out_draw_list, ImDrawList* draw_list, ImDrawCmd* draw_cmd, bool show_mesh, bool show_aabb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeDrawList
void igDebugNodeDrawList(ImGuiWindow* window, ImGuiViewportP* viewport, ImDrawList* draw_list, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeFont
void igDebugNodeFont(ImFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeStorage
void igDebugNodeStorage(ImGuiStorage* storage, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeTabBar
void igDebugNodeTabBar(ImGuiTabBar* tab_bar, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeTable
void igDebugNodeTable(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeTableSettings
void igDebugNodeTableSettings(ImGuiTableSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeViewport
void igDebugNodeViewport(ImGuiViewportP* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeWindow
void igDebugNodeWindow(ImGuiWindow* window, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeWindowSettings
void igDebugNodeWindowSettings(ImGuiWindowSettings* settings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeWindowsList
void igDebugNodeWindowsList(ImVector!(ImGuiWindow*)* windows, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugRenderViewportThumbnail
void igDebugRenderViewportThumbnail(ImDrawList* draw_list, ImGuiViewportP* viewport, ImRect bb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugStartItemPicker
void igDebugStartItemPicker()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDestroyContext
void igDestroyContext(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDestroyPlatformWindow
void igDestroyPlatformWindow(ImGuiViewportP* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDestroyPlatformWindows
void igDestroyPlatformWindows()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderAddNode
ImGuiID igDockBuilderAddNode(ImGuiID node_id, ImGuiDockNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderCopyDockSpace
void igDockBuilderCopyDockSpace(ImGuiID src_dockspace_id, ImGuiID dst_dockspace_id, ImVector!(const(char)*)* in_window_remap_pairs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderCopyNode
void igDockBuilderCopyNode(ImGuiID src_node_id, ImGuiID dst_node_id, ImVector!(ImGuiID)* out_node_remap_pairs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderCopyWindowSettings
void igDockBuilderCopyWindowSettings(const(char)* src_name, const(char)* dst_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderDockWindow
void igDockBuilderDockWindow(const(char)* window_name, ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderFinish
void igDockBuilderFinish(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderGetCentralNode
ImGuiDockNode* igDockBuilderGetCentralNode(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderGetNode
ImGuiDockNode* igDockBuilderGetNode(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderRemoveNode
void igDockBuilderRemoveNode(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderRemoveNodeChildNodes
void igDockBuilderRemoveNodeChildNodes(ImGuiID node_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderRemoveNodeDockedWindows
void igDockBuilderRemoveNodeDockedWindows(ImGuiID node_id, bool clear_settings_refs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderSetNodePos
void igDockBuilderSetNodePos(ImGuiID node_id, ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderSetNodeSize
void igDockBuilderSetNodeSize(ImGuiID node_id, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderSplitNode
ImGuiID igDockBuilderSplitNode(ImGuiID node_id, ImGuiDir split_dir, float size_ratio_for_node_at_dir, ImGuiID* out_id_at_dir, ImGuiID* out_id_at_opposite_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextCalcDropPosForDocking
bool igDockContextCalcDropPosForDocking(ImGuiWindow* target, ImGuiDockNode* target_node, ImGuiWindow* payload, ImGuiDir split_dir, bool split_outer, ImVec2* out_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextClearNodes
void igDockContextClearNodes(ImGuiContext* ctx, ImGuiID root_id, bool clear_settings_refs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextGenNodeID
ImGuiID igDockContextGenNodeID(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextInitialize
void igDockContextInitialize(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextNewFrameUpdateDocking
void igDockContextNewFrameUpdateDocking(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextNewFrameUpdateUndocking
void igDockContextNewFrameUpdateUndocking(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextQueueDock
void igDockContextQueueDock(ImGuiContext* ctx, ImGuiWindow* target, ImGuiDockNode* target_node, ImGuiWindow* payload, ImGuiDir split_dir, float split_ratio, bool split_outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextQueueUndockNode
void igDockContextQueueUndockNode(ImGuiContext* ctx, ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextQueueUndockWindow
void igDockContextQueueUndockWindow(ImGuiContext* ctx, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextRebuildNodes
void igDockContextRebuildNodes(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextShutdown
void igDockContextShutdown(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeBeginAmendTabBar
bool igDockNodeBeginAmendTabBar(ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeEndAmendTabBar
void igDockNodeEndAmendTabBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeGetDepth
int igDockNodeGetDepth(ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeGetRootNode
ImGuiDockNode* igDockNodeGetRootNode(ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeGetWindowMenuButtonId
ImGuiID igDockNodeGetWindowMenuButtonId(ImGuiDockNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockSpace
ImGuiID igDockSpace(ImGuiID id, ImVec2 size, ImGuiDockNodeFlags flags, ImGuiWindowClass* window_class)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockSpaceOverViewport
ImGuiID igDockSpaceOverViewport(ImGuiViewport* viewport, ImGuiDockNodeFlags flags, ImGuiWindowClass* window_class)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragBehavior
bool igDragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, void* p_min, void* p_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat
bool igDragFloat(const(char)* label, float* v, float v_speed, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat2
bool igDragFloat2(const(char)* label, float[2]* v, float v_speed, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat3
bool igDragFloat3(const(char)* label, float[3]* v, float v_speed, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat4
bool igDragFloat4(const(char)* label, float[4]* v, float v_speed, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloatRange2
bool igDragFloatRange2(const(char)* label, float* v_current_min, float* v_current_max, float v_speed, float v_min, float v_max, const(char)* format, const(char)* format_max, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt
bool igDragInt(const(char)* label, int* v, float v_speed, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt2
bool igDragInt2(const(char)* label, int[2]* v, float v_speed, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt3
bool igDragInt3(const(char)* label, int[3]* v, float v_speed, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt4
bool igDragInt4(const(char)* label, int[4]* v, float v_speed, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragIntRange2
bool igDragIntRange2(const(char)* label, int* v_current_min, int* v_current_max, float v_speed, int v_min, int v_max, const(char)* format, const(char)* format_max, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragScalar
bool igDragScalar(const(char)* label, ImGuiDataType data_type, void* p_data, float v_speed, void* p_min, void* p_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragScalarN
bool igDragScalarN(const(char)* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, void* p_min, void* p_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDummy
void igDummy(ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEnd
void igEnd()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndChild
void igEndChild()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndChildFrame
void igEndChildFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndColumns
void igEndColumns()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndCombo
void igEndCombo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndComboPreview
void igEndComboPreview()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndDisabled
void igEndDisabled()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndDragDropSource
void igEndDragDropSource()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndDragDropTarget
void igEndDragDropTarget()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndFrame
void igEndFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndGroup
void igEndGroup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndListBox
void igEndListBox()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndMainMenuBar
void igEndMainMenuBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndMenu
void igEndMenu()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndMenuBar
void igEndMenuBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndPopup
void igEndPopup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTabBar
void igEndTabBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTabItem
void igEndTabItem()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTable
void igEndTable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTooltip
void igEndTooltip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igErrorCheckEndFrameRecover
void igErrorCheckEndFrameRecover(ImGuiErrorLogCallback log_callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igErrorCheckEndWindowRecover
void igErrorCheckEndWindowRecover(ImGuiErrorLogCallback log_callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindBestWindowPosForPopup
void igFindBestWindowPosForPopup(ImVec2* pOut, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindBestWindowPosForPopupEx
void igFindBestWindowPosForPopupEx(ImVec2* pOut, ImVec2 ref_pos, ImVec2 size, ImGuiDir* last_dir, ImRect r_outer, ImRect r_avoid, ImGuiPopupPositionPolicy policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindOrCreateColumns
ImGuiOldColumns* igFindOrCreateColumns(ImGuiWindow* window, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindOrCreateWindowSettings
ImGuiWindowSettings* igFindOrCreateWindowSettings(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindRenderedTextEnd
const(char)* igFindRenderedTextEnd(const(char)* text, const(char)* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindSettingsHandler
ImGuiSettingsHandler* igFindSettingsHandler(const(char)* type_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindViewportByID
ImGuiViewport* igFindViewportByID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindViewportByPlatformHandle
ImGuiViewport* igFindViewportByPlatformHandle(void* platform_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindWindowByID
ImGuiWindow* igFindWindowByID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindWindowByName
ImGuiWindow* igFindWindowByName(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindWindowSettings
ImGuiWindowSettings* igFindWindowSettings(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFocusTopMostWindowUnderOne
void igFocusTopMostWindowUnderOne(ImGuiWindow* under_this_window, ImGuiWindow* ignore_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFocusWindow
void igFocusWindow(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGcAwakeTransientWindowBuffers
void igGcAwakeTransientWindowBuffers(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGcCompactTransientMiscBuffers
void igGcCompactTransientMiscBuffers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGcCompactTransientWindowBuffers
void igGcCompactTransientWindowBuffers(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGenFuncC
auto igGenFuncC(T func)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetActiveID
ImGuiID igGetActiveID()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetAllocatorFunctions
void igGetAllocatorFunctions(ImGuiMemAllocFunc* p_alloc_func, ImGuiMemFreeFunc* p_free_func, void** p_user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetBackgroundDrawList
ImDrawList* igGetBackgroundDrawList(ImGuiViewport* viewport)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetBackgroundDrawList
ImDrawList* igGetBackgroundDrawList()
Undocumented in source. Be warned that the author may not have intended to support it.
igGetBackgroundDrawList_Nil
ImDrawList* igGetBackgroundDrawList_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetBackgroundDrawList_ViewportPtr
ImDrawList* igGetBackgroundDrawList_ViewportPtr(ImGuiViewport* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetClipboardText
const(char)* igGetClipboardText()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColorU32
ImU32 igGetColorU32(ImGuiCol idx, float alpha_mul)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetColorU32
ImU32 igGetColorU32(ImVec4 col)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetColorU32
ImU32 igGetColorU32(ImU32 col)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetColorU32_Col
ImU32 igGetColorU32_Col(ImGuiCol idx, float alpha_mul)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColorU32_U32
ImU32 igGetColorU32_U32(ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColorU32_Vec4
ImU32 igGetColorU32_Vec4(ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnIndex
int igGetColumnIndex()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnNormFromOffset
float igGetColumnNormFromOffset(ImGuiOldColumns* columns, float offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnOffset
float igGetColumnOffset(int column_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnOffsetFromNorm
float igGetColumnOffsetFromNorm(ImGuiOldColumns* columns, float offset_norm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnWidth
float igGetColumnWidth(int column_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnsCount
int igGetColumnsCount()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnsID
ImGuiID igGetColumnsID(const(char)* str_id, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetContentRegionAvail
void igGetContentRegionAvail(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetContentRegionMax
void igGetContentRegionMax(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetContentRegionMaxAbs
void igGetContentRegionMaxAbs(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentContext
ImGuiContext* igGetCurrentContext()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentTable
ImGuiTable* igGetCurrentTable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentWindow
ImGuiWindow* igGetCurrentWindow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentWindowRead
ImGuiWindow* igGetCurrentWindowRead()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorPos
void igGetCursorPos(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorPosX
float igGetCursorPosX()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorPosY
float igGetCursorPosY()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorScreenPos
void igGetCursorScreenPos(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorStartPos
void igGetCursorStartPos(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDefaultFont
ImFont* igGetDefaultFont()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDragDropPayload
ImGuiPayload* igGetDragDropPayload()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDrawData
ImDrawData* igGetDrawData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDrawListSharedData
ImDrawListSharedData* igGetDrawListSharedData()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFocusID
ImGuiID igGetFocusID()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFocusScope
ImGuiID igGetFocusScope()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFocusedFocusScope
ImGuiID igGetFocusedFocusScope()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFont
ImFont* igGetFont()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFontSize
float igGetFontSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFontTexUvWhitePixel
void igGetFontTexUvWhitePixel(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetForegroundDrawList
ImDrawList* igGetForegroundDrawList(ImGuiWindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetForegroundDrawList
ImDrawList* igGetForegroundDrawList(ImGuiViewport* viewport)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetForegroundDrawList
ImDrawList* igGetForegroundDrawList()
Undocumented in source. Be warned that the author may not have intended to support it.
igGetForegroundDrawList_Nil
ImDrawList* igGetForegroundDrawList_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetForegroundDrawList_ViewportPtr
ImDrawList* igGetForegroundDrawList_ViewportPtr(ImGuiViewport* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetForegroundDrawList_WindowPtr
ImDrawList* igGetForegroundDrawList_WindowPtr(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFrameCount
int igGetFrameCount()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFrameHeight
float igGetFrameHeight()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFrameHeightWithSpacing
float igGetFrameHeightWithSpacing()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetHoveredID
ImGuiID igGetHoveredID()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetID
ImGuiID igGetID(void* ptr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetID
ImGuiID igGetID(const(char)* str_id_begin, const(char)* str_id_end)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetID
ImGuiID igGetID(const(char)* str_id)
Undocumented in source. Be warned that the author may not have intended to support it.
igGetIDWithSeed
ImGuiID igGetIDWithSeed(const(char)* str_id_begin, const(char)* str_id_end, ImGuiID seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetID_Ptr
ImGuiID igGetID_Ptr(void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetID_Str
ImGuiID igGetID_Str(const(char)* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetID_StrStr
ImGuiID igGetID_StrStr(const(char)* str_id_begin, const(char)* str_id_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetIO
ImGuiIO* igGetIO()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetInputTextState
ImGuiInputTextState* igGetInputTextState(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemFlags
ImGuiItemFlags igGetItemFlags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemID
ImGuiID igGetItemID()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemRectMax
void igGetItemRectMax(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemRectMin
void igGetItemRectMin(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemRectSize
void igGetItemRectSize(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemStatusFlags
ImGuiItemStatusFlags igGetItemStatusFlags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetKeyIndex
int igGetKeyIndex(ImGuiKey imgui_key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetKeyPressedAmount
int igGetKeyPressedAmount(int key_index, float repeat_delay, float rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMainViewport
ImGuiViewport* igGetMainViewport()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMergedKeyModFlags
ImGuiKeyModFlags igGetMergedKeyModFlags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMouseCursor
ImGuiMouseCursor igGetMouseCursor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMouseDragDelta
void igGetMouseDragDelta(ImVec2* pOut, ImGuiMouseButton button, float lock_threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMousePos
void igGetMousePos(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMousePosOnOpeningCurrentPopup
void igGetMousePosOnOpeningCurrentPopup(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetNavInputAmount
float igGetNavInputAmount(ImGuiNavInput n, ImGuiInputReadMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetNavInputAmount2d
void igGetNavInputAmount2d(ImVec2* pOut, ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode mode, float slow_factor, float fast_factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetPlatformIO
ImGuiPlatformIO* igGetPlatformIO()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetPopupAllowedExtentRect
void igGetPopupAllowedExtentRect(ImRect* pOut, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollMaxX
float igGetScrollMaxX()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollMaxY
float igGetScrollMaxY()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollX
float igGetScrollX()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollY
float igGetScrollY()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStateStorage
ImGuiStorage* igGetStateStorage()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStyle
ImGuiStyle* igGetStyle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStyleColorName
const(char)* igGetStyleColorName(ImGuiCol idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStyleColorVec4
ImVec4* igGetStyleColorVec4(ImGuiCol idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTextLineHeight
float igGetTextLineHeight()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTextLineHeightWithSpacing
float igGetTextLineHeightWithSpacing()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTime
double igGetTime()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTopMostPopupModal
ImGuiWindow* igGetTopMostPopupModal()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTreeNodeToLabelSpacing
float igGetTreeNodeToLabelSpacing()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetVersion
const(char)* igGetVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetViewportPlatformMonitor
ImGuiPlatformMonitor* igGetViewportPlatformMonitor(ImGuiViewport* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowAlwaysWantOwnTabBar
bool igGetWindowAlwaysWantOwnTabBar(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowContentRegionMax
void igGetWindowContentRegionMax(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowContentRegionMin
void igGetWindowContentRegionMin(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDockID
ImGuiID igGetWindowDockID()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDockNode
ImGuiDockNode* igGetWindowDockNode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDpiScale
float igGetWindowDpiScale()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDrawList
ImDrawList* igGetWindowDrawList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowHeight
float igGetWindowHeight()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowPos
void igGetWindowPos(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowResizeBorderID
ImGuiID igGetWindowResizeBorderID(ImGuiWindow* window, ImGuiDir dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowResizeCornerID
ImGuiID igGetWindowResizeCornerID(ImGuiWindow* window, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowScrollbarID
ImGuiID igGetWindowScrollbarID(ImGuiWindow* window, ImGuiAxis axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowScrollbarRect
void igGetWindowScrollbarRect(ImRect* pOut, ImGuiWindow* window, ImGuiAxis axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowSize
void igGetWindowSize(ImVec2* pOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowViewport
ImGuiViewport* igGetWindowViewport()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowWidth
float igGetWindowWidth()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAbs
int igImAbs(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImAbs
double igImAbs(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImAbs
float igImAbs(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImAbs_Float
float igImAbs_Float(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAbs_Int
int igImAbs_Int(int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAbs_double
double igImAbs_double(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAlphaBlendColors
ImU32 igImAlphaBlendColors(ImU32 col_a, ImU32 col_b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierCubicCalc
void igImBezierCubicCalc(ImVec2* pOut, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImVec2 p4, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierCubicClosestPoint
void igImBezierCubicClosestPoint(ImVec2* pOut, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImVec2 p4, ImVec2 p, int num_segments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierCubicClosestPointCasteljau
void igImBezierCubicClosestPointCasteljau(ImVec2* pOut, ImVec2 p1, ImVec2 p2, ImVec2 p3, ImVec2 p4, ImVec2 p, float tess_tol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierQuadraticCalc
void igImBezierQuadraticCalc(ImVec2* pOut, ImVec2 p1, ImVec2 p2, ImVec2 p3, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArrayClearBit
void igImBitArrayClearBit(ImU32* arr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArraySetBit
void igImBitArraySetBit(ImU32* arr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArraySetBitRange
void igImBitArraySetBitRange(ImU32* arr, int n, int n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArrayTestBit
bool igImBitArrayTestBit(ImU32* arr, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImCharIsBlankA
bool igImCharIsBlankA(char c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImCharIsBlankW
bool igImCharIsBlankW(uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImClamp
void igImClamp(ImVec2* pOut, ImVec2 v, ImVec2 mn, ImVec2 mx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImDot
float igImDot(ImVec2 a, ImVec2 b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileClose
bool igImFileClose(ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileGetSize
ImU64 igImFileGetSize(ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileLoadToMemory
void* igImFileLoadToMemory(const(char)* filename, const(char)* mode, size_t* out_file_size, int padding_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileOpen
ImFileHandle igImFileOpen(const(char)* filename, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileRead
ImU64 igImFileRead(void* data, ImU64 size, ImU64 count, ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileWrite
ImU64 igImFileWrite(void* data, ImU64 size, ImU64 count, ImFileHandle file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFloor
void igImFloor(ImVec2* pOut, ImVec2 v)
Undocumented in source. Be warned that the author may not have intended to support it.
igImFloor
float igImFloor(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
igImFloorSigned
float igImFloorSigned(float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFloor_Float
float igImFloor_Float(float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFloor_Vec2
void igImFloor_Vec2(ImVec2* pOut, ImVec2 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildFinish
void igImFontAtlasBuildFinish(ImFontAtlas* atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildInit
void igImFontAtlasBuildInit(ImFontAtlas* atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildMultiplyCalcLookupTable
void igImFontAtlasBuildMultiplyCalcLookupTable(char[256]* out_table, float in_multiply_factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildMultiplyRectAlpha8
void igImFontAtlasBuildMultiplyRectAlpha8(char[256]* table, char* pixels, int x, int y, int w, int h, int stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildPackCustomRects
void igImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* stbrp_context_opaque)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildRender32bppRectFromString
void igImFontAtlasBuildRender32bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const(char)* in_str, char in_marker_char, uint in_marker_pixel_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildRender8bppRectFromString
void igImFontAtlasBuildRender8bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const(char)* in_str, char in_marker_char, char in_marker_pixel_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildSetupFont
void igImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasGetBuilderForStbTruetype
ImFontBuilderIO* igImFontAtlasGetBuilderForStbTruetype()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFormatString
int igImFormatString(char* buf, size_t buf_size, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFormatStringV
int igImFormatStringV(char* buf, size_t buf_size, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImGetDirQuadrantFromDelta
ImGuiDir igImGetDirQuadrantFromDelta(float dx, float dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImHashData
ImGuiID igImHashData(void* data, size_t data_size, ImU32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImHashStr
ImGuiID igImHashStr(const(char)* data, size_t data_size, ImU32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImInvLength
float igImInvLength(ImVec2 lhs, float fail_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImIsPowerOfTwo
bool igImIsPowerOfTwo(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
igImIsPowerOfTwo
bool igImIsPowerOfTwo(ImU64 v)
Undocumented in source. Be warned that the author may not have intended to support it.
igImIsPowerOfTwo_Int
bool igImIsPowerOfTwo_Int(int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImIsPowerOfTwo_U64
bool igImIsPowerOfTwo_U64(ImU64 v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLengthSqr
float igImLengthSqr(ImVec2 lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
igImLengthSqr
float igImLengthSqr(ImVec4 lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
igImLengthSqr_Vec2
float igImLengthSqr_Vec2(ImVec2 lhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLengthSqr_Vec4
float igImLengthSqr_Vec4(ImVec4 lhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLerp
void igImLerp(ImVec4* pOut, ImVec4 a, ImVec4 b, float t)
Undocumented in source. Be warned that the author may not have intended to support it.
igImLerp
void igImLerp(ImVec2* pOut, ImVec2 a, ImVec2 b, float t)
Undocumented in source. Be warned that the author may not have intended to support it.
igImLerp
void igImLerp(ImVec2* pOut, ImVec2 a, ImVec2 b, ImVec2 t)
Undocumented in source. Be warned that the author may not have intended to support it.
igImLerp_Vec2Float
void igImLerp_Vec2Float(ImVec2* pOut, ImVec2 a, ImVec2 b, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLerp_Vec2Vec2
void igImLerp_Vec2Vec2(ImVec2* pOut, ImVec2 a, ImVec2 b, ImVec2 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLerp_Vec4
void igImLerp_Vec4(ImVec4* pOut, ImVec4 a, ImVec4 b, float t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLineClosestPoint
void igImLineClosestPoint(ImVec2* pOut, ImVec2 a, ImVec2 b, ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLinearSweep
float igImLinearSweep(float current, float target, float speed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLog
double igImLog(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImLog
float igImLog(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImLog_Float
float igImLog_Float(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLog_double
double igImLog_double(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImMax
void igImMax(ImVec2* pOut, ImVec2 lhs, ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImMin
void igImMin(ImVec2* pOut, ImVec2 lhs, ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImModPositive
int igImModPositive(int a, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImMul
void igImMul(ImVec2* pOut, ImVec2 lhs, ImVec2 rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatFindEnd
const(char)* igImParseFormatFindEnd(const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatFindStart
const(char)* igImParseFormatFindStart(const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatPrecision
int igImParseFormatPrecision(const(char)* format, int default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatTrimDecorations
const(char)* igImParseFormatTrimDecorations(const(char)* format, char* buf, size_t buf_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImPow
float igImPow(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
igImPow
double igImPow(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
igImPow_Float
float igImPow_Float(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImPow_double
double igImPow_double(double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImRotate
void igImRotate(ImVec2* pOut, ImVec2 v, float cos_a, float sin_a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImRsqrt
double igImRsqrt(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImRsqrt
float igImRsqrt(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImRsqrt_Float
float igImRsqrt_Float(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImRsqrt_double
double igImRsqrt_double(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImSaturate
float igImSaturate(float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImSign
float igImSign(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImSign
double igImSign(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
igImSign_Float
float igImSign_Float(float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImSign_double
double igImSign_double(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrSkipBlank
const(char)* igImStrSkipBlank(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrTrimBlanks
void igImStrTrimBlanks(char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrbolW
ImWchar* igImStrbolW(ImWchar* buf_mid_line, ImWchar* buf_begin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrchrRange
const(char)* igImStrchrRange(const(char)* str_begin, const(char)* str_end, char c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrdup
char* igImStrdup(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrdupcpy
char* igImStrdupcpy(char* dst, size_t* p_dst_size, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStreolRange
const(char)* igImStreolRange(const(char)* str, const(char)* str_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStricmp
int igImStricmp(const(char)* str1, const(char)* str2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStristr
const(char)* igImStristr(const(char)* haystack, const(char)* haystack_end, const(char)* needle, const(char)* needle_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrlenW
int igImStrlenW(ImWchar* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrncpy
void igImStrncpy(char* dst, const(char)* src, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrnicmp
int igImStrnicmp(const(char)* str1, const(char)* str2, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCharFromUtf8
int igImTextCharFromUtf8(uint* out_char, const(char)* in_text, const(char)* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCharToUtf8
const(char)* igImTextCharToUtf8(char[5]* out_buf, uint c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCountCharsFromUtf8
int igImTextCountCharsFromUtf8(const(char)* in_text, const(char)* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCountUtf8BytesFromChar
int igImTextCountUtf8BytesFromChar(const(char)* in_text, const(char)* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCountUtf8BytesFromStr
int igImTextCountUtf8BytesFromStr(ImWchar* in_text, ImWchar* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextStrFromUtf8
int igImTextStrFromUtf8(ImWchar* out_buf, int out_buf_size, const(char)* in_text, const(char)* in_text_end, char** in_remaining)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextStrToUtf8
int igImTextStrToUtf8(char* out_buf, int out_buf_size, ImWchar* in_text, ImWchar* in_text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleArea
float igImTriangleArea(ImVec2 a, ImVec2 b, ImVec2 c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleBarycentricCoords
void igImTriangleBarycentricCoords(ImVec2 a, ImVec2 b, ImVec2 c, ImVec2 p, float* out_u, float* out_v, float* out_w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleClosestPoint
void igImTriangleClosestPoint(ImVec2* pOut, ImVec2 a, ImVec2 b, ImVec2 c, ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleContainsPoint
bool igImTriangleContainsPoint(ImVec2 a, ImVec2 b, ImVec2 c, ImVec2 p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImUpperPowerOfTwo
int igImUpperPowerOfTwo(int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImage
void igImage(ImTextureID user_texture_id, ImVec2 size, ImVec2 uv0, ImVec2 uv1, ImVec4 tint_col, ImVec4 border_col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImageButton
bool igImageButton(ImTextureID user_texture_id, ImVec2 size, ImVec2 uv0, ImVec2 uv1, int frame_padding, ImVec4 bg_col, ImVec4 tint_col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImageButtonEx
bool igImageButtonEx(ImGuiID id, ImTextureID texture_id, ImVec2 size, ImVec2 uv0, ImVec2 uv1, ImVec2 padding, ImVec4 bg_col, ImVec4 tint_col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIndent
void igIndent(float indent_w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInitialize
void igInitialize(ImGuiContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputDouble
bool igInputDouble(const(char)* label, double* v, double step, double step_fast, const(char)* format, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat
bool igInputFloat(const(char)* label, float* v, float step, float step_fast, const(char)* format, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat2
bool igInputFloat2(const(char)* label, float[2]* v, const(char)* format, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat3
bool igInputFloat3(const(char)* label, float[3]* v, const(char)* format, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat4
bool igInputFloat4(const(char)* label, float[4]* v, const(char)* format, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt
bool igInputInt(const(char)* label, int* v, int step, int step_fast, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt2
bool igInputInt2(const(char)* label, int[2]* v, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt3
bool igInputInt3(const(char)* label, int[3]* v, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt4
bool igInputInt4(const(char)* label, int[4]* v, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputScalar
bool igInputScalar(const(char)* label, ImGuiDataType data_type, void* p_data, void* p_step, void* p_step_fast, const(char)* format, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputScalarN
bool igInputScalarN(const(char)* label, ImGuiDataType data_type, void* p_data, int components, void* p_step, void* p_step_fast, const(char)* format, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputText
bool igInputText(const(char)* label, char* buf, size_t buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputTextEx
bool igInputTextEx(const(char)* label, const(char)* hint, char* buf, int buf_size, ImVec2 size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputTextMultiline
bool igInputTextMultiline(const(char)* label, char* buf, size_t buf_size, ImVec2 size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputTextWithHint
bool igInputTextWithHint(const(char)* label, const(char)* hint, char* buf, size_t buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInvisibleButton
bool igInvisibleButton(const(char)* str_id, ImVec2 size, ImGuiButtonFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsActiveIdUsingKey
bool igIsActiveIdUsingKey(ImGuiKey key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsActiveIdUsingNavDir
bool igIsActiveIdUsingNavDir(ImGuiDir dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsActiveIdUsingNavInput
bool igIsActiveIdUsingNavInput(ImGuiNavInput input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyItemActive
bool igIsAnyItemActive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyItemFocused
bool igIsAnyItemFocused()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyItemHovered
bool igIsAnyItemHovered()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyMouseDown
bool igIsAnyMouseDown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsClippedEx
bool igIsClippedEx(ImRect bb, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsDragDropPayloadBeingAccepted
bool igIsDragDropPayloadBeingAccepted()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemActivated
bool igIsItemActivated()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemActive
bool igIsItemActive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemClicked
bool igIsItemClicked(ImGuiMouseButton mouse_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemDeactivated
bool igIsItemDeactivated()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemDeactivatedAfterEdit
bool igIsItemDeactivatedAfterEdit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemEdited
bool igIsItemEdited()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemFocused
bool igIsItemFocused()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemHovered
bool igIsItemHovered(ImGuiHoveredFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemToggledOpen
bool igIsItemToggledOpen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemToggledSelection
bool igIsItemToggledSelection()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemVisible
bool igIsItemVisible()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyDown
bool igIsKeyDown(int user_key_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyPressed
bool igIsKeyPressed(int user_key_index, bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyPressedMap
bool igIsKeyPressedMap(ImGuiKey key, bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyReleased
bool igIsKeyReleased(int user_key_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseClicked
bool igIsMouseClicked(ImGuiMouseButton button, bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDoubleClicked
bool igIsMouseDoubleClicked(ImGuiMouseButton button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDown
bool igIsMouseDown(ImGuiMouseButton button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDragPastThreshold
bool igIsMouseDragPastThreshold(ImGuiMouseButton button, float lock_threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDragging
bool igIsMouseDragging(ImGuiMouseButton button, float lock_threshold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseHoveringRect
bool igIsMouseHoveringRect(ImVec2 r_min, ImVec2 r_max, bool clip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMousePosValid
bool igIsMousePosValid(ImVec2* mouse_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseReleased
bool igIsMouseReleased(ImGuiMouseButton button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsNavInputDown
bool igIsNavInputDown(ImGuiNavInput n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsNavInputTest
bool igIsNavInputTest(ImGuiNavInput n, ImGuiInputReadMode rm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsPopupOpen
bool igIsPopupOpen(ImGuiID id, ImGuiPopupFlags popup_flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igIsPopupOpen
bool igIsPopupOpen(const(char)* str_id, ImGuiPopupFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igIsPopupOpen_ID
bool igIsPopupOpen_ID(ImGuiID id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsPopupOpen_Str
bool igIsPopupOpen_Str(const(char)* str_id, ImGuiPopupFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsRectVisible
bool igIsRectVisible(ImVec2 rect_min, ImVec2 rect_max)
Undocumented in source. Be warned that the author may not have intended to support it.
igIsRectVisible
bool igIsRectVisible(ImVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
igIsRectVisible_Nil
bool igIsRectVisible_Nil(ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsRectVisible_Vec2
bool igIsRectVisible_Vec2(ImVec2 rect_min, ImVec2 rect_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowAbove
bool igIsWindowAbove(ImGuiWindow* potential_above, ImGuiWindow* potential_below)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowAppearing
bool igIsWindowAppearing()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowChildOf
bool igIsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy, bool dock_hierarchy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowCollapsed
bool igIsWindowCollapsed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowDocked
bool igIsWindowDocked()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowFocused
bool igIsWindowFocused(ImGuiFocusedFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowHovered
bool igIsWindowHovered(ImGuiHoveredFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowNavFocusable
bool igIsWindowNavFocusable(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemAdd
bool igItemAdd(ImRect bb, ImGuiID id, ImRect* nav_bb, ImGuiItemFlags extra_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemHoverable
bool igItemHoverable(ImRect bb, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemInputable
void igItemInputable(ImGuiWindow* window, ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemSize
void igItemSize(ImVec2 size, float text_baseline_y)
Undocumented in source. Be warned that the author may not have intended to support it.
igItemSize
void igItemSize(ImRect bb, float text_baseline_y)
Undocumented in source. Be warned that the author may not have intended to support it.
igItemSize_Rect
void igItemSize_Rect(ImRect bb, float text_baseline_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemSize_Vec2
void igItemSize_Vec2(ImVec2 size, float text_baseline_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igKeepAliveID
void igKeepAliveID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLabelText
void igLabelText(const(char)* label, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLabelTextV
void igLabelTextV(const(char)* label, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igListBox
bool igListBox(const(char)* label, int* current_item, igListBox_items_getter items_getter, void* data, int items_count, int height_in_items)
Undocumented in source. Be warned that the author may not have intended to support it.
igListBox
bool igListBox(const(char)* label, int* current_item, const(char)** items, int items_count, int height_in_items)
Undocumented in source. Be warned that the author may not have intended to support it.
igListBox_FnBoolPtr
bool igListBox_FnBoolPtr(const(char)* label, int* current_item, bool function(void* data, int idx, const(char)** out_text) items_getter, void* data, int items_count, int height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igListBox_Str_arr
bool igListBox_Str_arr(const(char)* label, int* current_item, const(char)** items, int items_count, int height_in_items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLoadIniSettingsFromDisk
void igLoadIniSettingsFromDisk(const(char)* ini_filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLoadIniSettingsFromMemory
void igLoadIniSettingsFromMemory(const(char)* ini_data, size_t ini_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogBegin
void igLogBegin(ImGuiLogType type, int auto_open_depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogButtons
void igLogButtons()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogFinish
void igLogFinish()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogRenderedText
void igLogRenderedText(ImVec2* ref_pos, const(char)* text, const(char)* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogSetNextTextDecoration
void igLogSetNextTextDecoration(const(char)* prefix, const(char)* suffix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogText
void igLogText(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogTextV
void igLogTextV(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToBuffer
void igLogToBuffer(int auto_open_depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToClipboard
void igLogToClipboard(int auto_open_depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToFile
void igLogToFile(int auto_open_depth, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToTTY
void igLogToTTY(int auto_open_depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMarkIniSettingsDirty
void igMarkIniSettingsDirty(ImGuiWindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
igMarkIniSettingsDirty
void igMarkIniSettingsDirty()
Undocumented in source. Be warned that the author may not have intended to support it.
igMarkIniSettingsDirty_Nil
void igMarkIniSettingsDirty_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMarkIniSettingsDirty_WindowPtr
void igMarkIniSettingsDirty_WindowPtr(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMarkItemEdited
void igMarkItemEdited(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMemAlloc
void* igMemAlloc(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMemFree
void igMemFree(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMenuItem
bool igMenuItem(const(char)* label, const(char)* shortcut, bool* p_selected, bool enabled)
Undocumented in source. Be warned that the author may not have intended to support it.
igMenuItem
bool igMenuItem(const(char)* label, const(char)* shortcut, bool selected, bool enabled)
Undocumented in source. Be warned that the author may not have intended to support it.
igMenuItemEx
bool igMenuItemEx(const(char)* label, const(char)* icon, const(char)* shortcut, bool selected, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMenuItem_Bool
bool igMenuItem_Bool(const(char)* label, const(char)* shortcut, bool selected, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMenuItem_BoolPtr
bool igMenuItem_BoolPtr(const(char)* label, const(char)* shortcut, bool* p_selected, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavInitRequestApplyResult
void igNavInitRequestApplyResult()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavInitWindow
void igNavInitWindow(ImGuiWindow* window, bool force_reinit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestApplyResult
void igNavMoveRequestApplyResult()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestButNoResultYet
bool igNavMoveRequestButNoResultYet()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestCancel
void igNavMoveRequestCancel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestForward
void igNavMoveRequestForward(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestSubmit
void igNavMoveRequestSubmit(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestTryWrapping
void igNavMoveRequestTryWrapping(ImGuiWindow* window, ImGuiNavMoveFlags move_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNewFrame
void igNewFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNewLine
void igNewLine()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNextColumn
void igNextColumn()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopup
void igOpenPopup(const(char)* str_id, ImGuiPopupFlags popup_flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igOpenPopup
void igOpenPopup(ImGuiID id, ImGuiPopupFlags popup_flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igOpenPopupEx
void igOpenPopupEx(ImGuiID id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopupOnItemClick
void igOpenPopupOnItemClick(const(char)* str_id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopup_ID
void igOpenPopup_ID(ImGuiID id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopup_Str
void igOpenPopup_Str(const(char)* str_id, ImGuiPopupFlags popup_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotEx
int igPlotEx(ImGuiPlotType plot_type, const(char)* label, float function(void* data, int idx) values_getter, void* data, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 frame_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotHistogram
void igPlotHistogram(const(char)* label, float* values, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride)
Undocumented in source. Be warned that the author may not have intended to support it.
igPlotHistogram
void igPlotHistogram(const(char)* label, igPlotHistogram_values_getter values_getter, void* data, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size)
Undocumented in source. Be warned that the author may not have intended to support it.
igPlotHistogram_FloatPtr
void igPlotHistogram_FloatPtr(const(char)* label, float* values, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotHistogram_FnFloatPtr
void igPlotHistogram_FnFloatPtr(const(char)* label, float function(void* data, int idx) values_getter, void* data, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotLines
void igPlotLines(const(char)* label, igPlotLines_values_getter values_getter, void* data, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size)
Undocumented in source. Be warned that the author may not have intended to support it.
igPlotLines
void igPlotLines(const(char)* label, float* values, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride)
Undocumented in source. Be warned that the author may not have intended to support it.
igPlotLines_FloatPtr
void igPlotLines_FloatPtr(const(char)* label, float* values, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotLines_FnFloatPtr
void igPlotLines_FnFloatPtr(const(char)* label, float function(void* data, int idx) values_getter, void* data, int values_count, int values_offset, const(char)* overlay_text, float scale_min, float scale_max, ImVec2 graph_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopAllowKeyboardFocus
void igPopAllowKeyboardFocus()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopButtonRepeat
void igPopButtonRepeat()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopClipRect
void igPopClipRect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopColumnsBackground
void igPopColumnsBackground()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopFocusScope
void igPopFocusScope()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopFont
void igPopFont()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopID
void igPopID()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopItemFlag
void igPopItemFlag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopItemWidth
void igPopItemWidth()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopStyleColor
void igPopStyleColor(int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopStyleVar
void igPopStyleVar(int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopTextWrapPos
void igPopTextWrapPos()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igProgressBar
void igProgressBar(float fraction, ImVec2 size_arg, const(char)* overlay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushAllowKeyboardFocus
void igPushAllowKeyboardFocus(bool allow_keyboard_focus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushButtonRepeat
void igPushButtonRepeat(bool repeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushClipRect
void igPushClipRect(ImVec2 clip_rect_min, ImVec2 clip_rect_max, bool intersect_with_current_clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushColumnClipRect
void igPushColumnClipRect(int column_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushColumnsBackground
void igPushColumnsBackground()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushFocusScope
void igPushFocusScope(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushFont
void igPushFont(ImFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID
void igPushID(int int_id)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushID
void igPushID(void* ptr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushID
void igPushID(const(char)* str_id_begin, const(char)* str_id_end)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushID
void igPushID(const(char)* str_id)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushID_Int
void igPushID_Int(int int_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID_Ptr
void igPushID_Ptr(void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID_Str
void igPushID_Str(const(char)* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID_StrStr
void igPushID_StrStr(const(char)* str_id_begin, const(char)* str_id_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushItemFlag
void igPushItemFlag(ImGuiItemFlags option, bool enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushItemWidth
void igPushItemWidth(float item_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushMultiItemsWidths
void igPushMultiItemsWidths(int components, float width_full)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushOverrideID
void igPushOverrideID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleColor
void igPushStyleColor(ImGuiCol idx, ImU32 col)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushStyleColor
void igPushStyleColor(ImGuiCol idx, ImVec4 col)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushStyleColor_U32
void igPushStyleColor_U32(ImGuiCol idx, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleColor_Vec4
void igPushStyleColor_Vec4(ImGuiCol idx, ImVec4 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleVar
void igPushStyleVar(ImGuiStyleVar idx, ImVec2 val)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushStyleVar
void igPushStyleVar(ImGuiStyleVar idx, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
igPushStyleVar_Float
void igPushStyleVar_Float(ImGuiStyleVar idx, float val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleVar_Vec2
void igPushStyleVar_Vec2(ImGuiStyleVar idx, ImVec2 val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushTextWrapPos
void igPushTextWrapPos(float wrap_local_pos_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRadioButton
bool igRadioButton(const(char)* label, int* v, int v_button)
Undocumented in source. Be warned that the author may not have intended to support it.
igRadioButton
bool igRadioButton(const(char)* label, bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
igRadioButton_Bool
bool igRadioButton_Bool(const(char)* label, bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRadioButton_IntPtr
bool igRadioButton_IntPtr(const(char)* label, int* v, int v_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRemoveContextHook
void igRemoveContextHook(ImGuiContext* context, ImGuiID hook_to_remove)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRender
void igRender()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderArrow
void igRenderArrow(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir dir, float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderArrowDockMenu
void igRenderArrowDockMenu(ImDrawList* draw_list, ImVec2 p_min, float sz, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderArrowPointingAt
void igRenderArrowPointingAt(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, ImGuiDir direction, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderBullet
void igRenderBullet(ImDrawList* draw_list, ImVec2 pos, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderCheckMark
void igRenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderColorRectWithAlphaCheckerboard
void igRenderColorRectWithAlphaCheckerboard(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, float grid_step, ImVec2 grid_off, float rounding, ImDrawFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderFrame
void igRenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderFrameBorder
void igRenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderMouseCursor
void igRenderMouseCursor(ImDrawList* draw_list, ImVec2 pos, float scale, ImGuiMouseCursor mouse_cursor, ImU32 col_fill, ImU32 col_border, ImU32 col_shadow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderNavHighlight
void igRenderNavHighlight(ImRect bb, ImGuiID id, ImGuiNavHighlightFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderPlatformWindowsDefault
void igRenderPlatformWindowsDefault(void* platform_render_arg, void* renderer_render_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderRectFilledRangeH
void igRenderRectFilledRangeH(ImDrawList* draw_list, ImRect rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderRectFilledWithHole
void igRenderRectFilledWithHole(ImDrawList* draw_list, ImRect outer, ImRect inner, ImU32 col, float rounding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderText
void igRenderText(ImVec2 pos, const(char)* text, const(char)* text_end, bool hide_text_after_hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextClipped
void igRenderTextClipped(ImVec2 pos_min, ImVec2 pos_max, const(char)* text, const(char)* text_end, ImVec2* text_size_if_known, ImVec2 alignment, ImRect* clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextClippedEx
void igRenderTextClippedEx(ImDrawList* draw_list, ImVec2 pos_min, ImVec2 pos_max, const(char)* text, const(char)* text_end, ImVec2* text_size_if_known, ImVec2 alignment, ImRect* clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextEllipsis
void igRenderTextEllipsis(ImDrawList* draw_list, ImVec2 pos_min, ImVec2 pos_max, float clip_max_x, float ellipsis_max_x, const(char)* text, const(char)* text_end, ImVec2* text_size_if_known)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextWrapped
void igRenderTextWrapped(ImVec2 pos, const(char)* text, const(char)* text_end, float wrap_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igResetMouseDragDelta
void igResetMouseDragDelta(ImGuiMouseButton button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSameLine
void igSameLine(float offset_from_start_x, float spacing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSaveIniSettingsToDisk
void igSaveIniSettingsToDisk(const(char)* ini_filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSaveIniSettingsToMemory
const(char)* igSaveIniSettingsToMemory(size_t* out_ini_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScaleWindowsInViewport
void igScaleWindowsInViewport(ImGuiViewportP* viewport, float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScrollToBringRectIntoView
void igScrollToBringRectIntoView(ImVec2* pOut, ImGuiWindow* window, ImRect item_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScrollbar
void igScrollbar(ImGuiAxis axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScrollbarEx
bool igScrollbarEx(ImRect bb, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, float avail_v, float contents_v, ImDrawFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSelectable
bool igSelectable(const(char)* label, bool selected, ImGuiSelectableFlags flags, ImVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
igSelectable
bool igSelectable(const(char)* label, bool* p_selected, ImGuiSelectableFlags flags, ImVec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
igSelectable_Bool
bool igSelectable_Bool(const(char)* label, bool selected, ImGuiSelectableFlags flags, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSelectable_BoolPtr
bool igSelectable_BoolPtr(const(char)* label, bool* p_selected, ImGuiSelectableFlags flags, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSeparator
void igSeparator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSeparatorEx
void igSeparatorEx(ImGuiSeparatorFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetActiveID
void igSetActiveID(ImGuiID id, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetActiveIdUsingNavAndKeys
void igSetActiveIdUsingNavAndKeys()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetAllocatorFunctions
void igSetAllocatorFunctions(ImGuiMemAllocFunc alloc_func, ImGuiMemFreeFunc free_func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetClipboardText
void igSetClipboardText(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetColorEditOptions
void igSetColorEditOptions(ImGuiColorEditFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetColumnOffset
void igSetColumnOffset(int column_index, float offset_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetColumnWidth
void igSetColumnWidth(int column_index, float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCurrentContext
void igSetCurrentContext(ImGuiContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCurrentFont
void igSetCurrentFont(ImFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCurrentViewport
void igSetCurrentViewport(ImGuiWindow* window, ImGuiViewportP* viewport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorPos
void igSetCursorPos(ImVec2 local_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorPosX
void igSetCursorPosX(float local_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorPosY
void igSetCursorPosY(float local_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorScreenPos
void igSetCursorScreenPos(ImVec2 pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetDragDropPayload
bool igSetDragDropPayload(const(char)* type, void* data, size_t sz, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetFocusID
void igSetFocusID(ImGuiID id, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetHoveredID
void igSetHoveredID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetItemAllowOverlap
void igSetItemAllowOverlap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetItemDefaultFocus
void igSetItemDefaultFocus()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetItemUsingMouseWheel
void igSetItemUsingMouseWheel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetKeyboardFocusHere
void igSetKeyboardFocusHere(int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetLastItemData
void igSetLastItemData(ImGuiID item_id, ImGuiItemFlags in_flags, ImGuiItemStatusFlags status_flags, ImRect item_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetMouseCursor
void igSetMouseCursor(ImGuiMouseCursor cursor_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNavID
void igSetNavID(ImGuiID id, ImGuiNavLayer nav_layer, ImGuiID focus_scope_id, ImRect rect_rel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextItemOpen
void igSetNextItemOpen(bool is_open, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextItemWidth
void igSetNextItemWidth(float item_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowBgAlpha
void igSetNextWindowBgAlpha(float alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowClass
void igSetNextWindowClass(ImGuiWindowClass* window_class)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowCollapsed
void igSetNextWindowCollapsed(bool collapsed, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowContentSize
void igSetNextWindowContentSize(ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowDockID
void igSetNextWindowDockID(ImGuiID dock_id, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowFocus
void igSetNextWindowFocus()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowPos
void igSetNextWindowPos(ImVec2 pos, ImGuiCond cond, ImVec2 pivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowScroll
void igSetNextWindowScroll(ImVec2 scroll)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowSize
void igSetNextWindowSize(ImVec2 size, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowSizeConstraints
void igSetNextWindowSizeConstraints(ImVec2 size_min, ImVec2 size_max, ImGuiSizeCallback custom_callback, void* custom_callback_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowViewport
void igSetNextWindowViewport(ImGuiID viewport_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosX
void igSetScrollFromPosX(ImGuiWindow* window, float local_x, float center_x_ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollFromPosX
void igSetScrollFromPosX(float local_x, float center_x_ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollFromPosX_Float
void igSetScrollFromPosX_Float(float local_x, float center_x_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosX_WindowPtr
void igSetScrollFromPosX_WindowPtr(ImGuiWindow* window, float local_x, float center_x_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosY
void igSetScrollFromPosY(float local_y, float center_y_ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollFromPosY
void igSetScrollFromPosY(ImGuiWindow* window, float local_y, float center_y_ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollFromPosY_Float
void igSetScrollFromPosY_Float(float local_y, float center_y_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosY_WindowPtr
void igSetScrollFromPosY_WindowPtr(ImGuiWindow* window, float local_y, float center_y_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollHereX
void igSetScrollHereX(float center_x_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollHereY
void igSetScrollHereY(float center_y_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollX
void igSetScrollX(float scroll_x)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollX
void igSetScrollX(ImGuiWindow* window, float scroll_x)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollX_Float
void igSetScrollX_Float(float scroll_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollX_WindowPtr
void igSetScrollX_WindowPtr(ImGuiWindow* window, float scroll_x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollY
void igSetScrollY(float scroll_y)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollY
void igSetScrollY(ImGuiWindow* window, float scroll_y)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetScrollY_Float
void igSetScrollY_Float(float scroll_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollY_WindowPtr
void igSetScrollY_WindowPtr(ImGuiWindow* window, float scroll_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetStateStorage
void igSetStateStorage(ImGuiStorage* storage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetTabItemClosed
void igSetTabItemClosed(const(char)* tab_or_docked_window_label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetTooltip
void igSetTooltip(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetTooltipV
void igSetTooltipV(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowClipRectBeforeSetChannel
void igSetWindowClipRectBeforeSetChannel(ImGuiWindow* window, ImRect clip_rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowCollapsed
void igSetWindowCollapsed(bool collapsed, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowCollapsed
void igSetWindowCollapsed(const(char)* name, bool collapsed, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowCollapsed
void igSetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowCollapsed_Bool
void igSetWindowCollapsed_Bool(bool collapsed, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowCollapsed_Str
void igSetWindowCollapsed_Str(const(char)* name, bool collapsed, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowCollapsed_WindowPtr
void igSetWindowCollapsed_WindowPtr(ImGuiWindow* window, bool collapsed, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowDock
void igSetWindowDock(ImGuiWindow* window, ImGuiID dock_id, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowFocus
void igSetWindowFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowFocus
void igSetWindowFocus(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowFocus_Nil
void igSetWindowFocus_Nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowFocus_Str
void igSetWindowFocus_Str(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowFontScale
void igSetWindowFontScale(float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowHitTestHole
void igSetWindowHitTestHole(ImGuiWindow* window, ImVec2 pos, ImVec2 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowPos
void igSetWindowPos(ImGuiWindow* window, ImVec2 pos, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowPos
void igSetWindowPos(const(char)* name, ImVec2 pos, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowPos
void igSetWindowPos(ImVec2 pos, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowPos_Str
void igSetWindowPos_Str(const(char)* name, ImVec2 pos, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowPos_Vec2
void igSetWindowPos_Vec2(ImVec2 pos, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowPos_WindowPtr
void igSetWindowPos_WindowPtr(ImGuiWindow* window, ImVec2 pos, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowSize
void igSetWindowSize(ImGuiWindow* window, ImVec2 size, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowSize
void igSetWindowSize(const(char)* name, ImVec2 size, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowSize
void igSetWindowSize(ImVec2 size, ImGuiCond cond)
Undocumented in source. Be warned that the author may not have intended to support it.
igSetWindowSize_Str
void igSetWindowSize_Str(const(char)* name, ImVec2 size, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowSize_Vec2
void igSetWindowSize_Vec2(ImVec2 size, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowSize_WindowPtr
void igSetWindowSize_WindowPtr(ImGuiWindow* window, ImVec2 size, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShadeVertsLinearColorGradientKeepAlpha
void igShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShadeVertsLinearUV
void igShadeVertsLinearUV(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 a, ImVec2 b, ImVec2 uv_a, ImVec2 uv_b, bool clamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowAboutWindow
void igShowAboutWindow(bool* p_open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowDemoWindow
void igShowDemoWindow(bool* p_open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowFontAtlas
void igShowFontAtlas(ImFontAtlas* atlas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowFontSelector
void igShowFontSelector(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowMetricsWindow
void igShowMetricsWindow(bool* p_open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowStyleEditor
void igShowStyleEditor(ImGuiStyle* reference)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowStyleSelector
bool igShowStyleSelector(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowUserGuide
void igShowUserGuide()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShrinkWidths
void igShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShutdown
void igShutdown(ImGuiContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderAngle
bool igSliderAngle(const(char)* label, float* v_rad, float v_degrees_min, float v_degrees_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderBehavior
bool igSliderBehavior(ImRect bb, ImGuiID id, ImGuiDataType data_type, void* p_v, void* p_min, void* p_max, const(char)* format, ImGuiSliderFlags flags, ImRect* out_grab_bb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat
bool igSliderFloat(const(char)* label, float* v, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat2
bool igSliderFloat2(const(char)* label, float[2]* v, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat3
bool igSliderFloat3(const(char)* label, float[3]* v, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat4
bool igSliderFloat4(const(char)* label, float[4]* v, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt
bool igSliderInt(const(char)* label, int* v, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt2
bool igSliderInt2(const(char)* label, int[2]* v, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt3
bool igSliderInt3(const(char)* label, int[3]* v, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt4
bool igSliderInt4(const(char)* label, int[4]* v, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderScalar
bool igSliderScalar(const(char)* label, ImGuiDataType data_type, void* p_data, void* p_min, void* p_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderScalarN
bool igSliderScalarN(const(char)* label, ImGuiDataType data_type, void* p_data, int components, void* p_min, void* p_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSmallButton
bool igSmallButton(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSpacing
void igSpacing()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSplitterBehavior
bool igSplitterBehavior(ImRect bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend, float hover_visibility_delay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStartMouseMovingWindow
void igStartMouseMovingWindow(ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStartMouseMovingWindowOrNode
void igStartMouseMovingWindowOrNode(ImGuiWindow* window, ImGuiDockNode* node, bool undock_floating_node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStyleColorsClassic
void igStyleColorsClassic(ImGuiStyle* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStyleColorsDark
void igStyleColorsDark(ImGuiStyle* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStyleColorsLight
void igStyleColorsLight(ImGuiStyle* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarAddTab
void igTabBarAddTab(ImGuiTabBar* tab_bar, ImGuiTabItemFlags tab_flags, ImGuiWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarCloseTab
void igTabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarFindMostRecentlySelectedTabForActiveWindow
ImGuiTabItem* igTabBarFindMostRecentlySelectedTabForActiveWindow(ImGuiTabBar* tab_bar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarFindTabByID
ImGuiTabItem* igTabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarProcessReorder
bool igTabBarProcessReorder(ImGuiTabBar* tab_bar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarQueueReorder
void igTabBarQueueReorder(ImGuiTabBar* tab_bar, ImGuiTabItem* tab, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarQueueReorderFromMousePos
void igTabBarQueueReorderFromMousePos(ImGuiTabBar* tab_bar, ImGuiTabItem* tab, ImVec2 mouse_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarRemoveTab
void igTabBarRemoveTab(ImGuiTabBar* tab_bar, ImGuiID tab_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemBackground
void igTabItemBackground(ImDrawList* draw_list, ImRect bb, ImGuiTabItemFlags flags, ImU32 col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemButton
bool igTabItemButton(const(char)* label, ImGuiTabItemFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemCalcSize
void igTabItemCalcSize(ImVec2* pOut, const(char)* label, bool has_close_button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemEx
bool igTabItemEx(ImGuiTabBar* tab_bar, const(char)* label, bool* p_open, ImGuiTabItemFlags flags, ImGuiWindow* docked_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemLabelAndCloseButton
void igTabItemLabelAndCloseButton(ImDrawList* draw_list, ImRect bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const(char)* label, ImGuiID tab_id, ImGuiID close_button_id, bool is_contents_visible, bool* out_just_closed, bool* out_text_clipped)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginApplyRequests
void igTableBeginApplyRequests(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginCell
void igTableBeginCell(ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginInitMemory
void igTableBeginInitMemory(ImGuiTable* table, int columns_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginRow
void igTableBeginRow(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableDrawBorders
void igTableDrawBorders(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableDrawContextMenu
void igTableDrawContextMenu(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableEndCell
void igTableEndCell(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableEndRow
void igTableEndRow(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableFindByID
ImGuiTable* igTableFindByID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableFixColumnSortDirection
void igTableFixColumnSortDirection(ImGuiTable* table, ImGuiTableColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGcCompactSettings
void igTableGcCompactSettings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGcCompactTransientBuffers
void igTableGcCompactTransientBuffers(ImGuiTable* table)
Undocumented in source. Be warned that the author may not have intended to support it.
igTableGcCompactTransientBuffers
void igTableGcCompactTransientBuffers(ImGuiTableTempData* table)
Undocumented in source. Be warned that the author may not have intended to support it.
igTableGcCompactTransientBuffers_TablePtr
void igTableGcCompactTransientBuffers_TablePtr(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGcCompactTransientBuffers_TableTempDataPtr
void igTableGcCompactTransientBuffers_TableTempDataPtr(ImGuiTableTempData* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetBoundSettings
ImGuiTableSettings* igTableGetBoundSettings(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetCellBgRect
void igTableGetCellBgRect(ImRect* pOut, ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnCount
int igTableGetColumnCount()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnFlags
ImGuiTableColumnFlags igTableGetColumnFlags(int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnIndex
int igTableGetColumnIndex()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnName
const(char)* igTableGetColumnName(int column_n)
Undocumented in source. Be warned that the author may not have intended to support it.
igTableGetColumnName
const(char)* igTableGetColumnName(ImGuiTable* table, int column_n)
Undocumented in source. Be warned that the author may not have intended to support it.
igTableGetColumnName_Int
const(char)* igTableGetColumnName_Int(int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnName_TablePtr
const(char)* igTableGetColumnName_TablePtr(ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnNextSortDirection
ImGuiSortDirection igTableGetColumnNextSortDirection(ImGuiTableColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnResizeID
ImGuiID igTableGetColumnResizeID(ImGuiTable* table, int column_n, int instance_no)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnWidthAuto
float igTableGetColumnWidthAuto(ImGuiTable* table, ImGuiTableColumn* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetHeaderRowHeight
float igTableGetHeaderRowHeight()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetHoveredColumn
int igTableGetHoveredColumn()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetMaxColumnWidth
float igTableGetMaxColumnWidth(ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetRowIndex
int igTableGetRowIndex()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetSortSpecs
ImGuiTableSortSpecs* igTableGetSortSpecs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableHeader
void igTableHeader(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableHeadersRow
void igTableHeadersRow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableLoadSettings
void igTableLoadSettings(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableMergeDrawChannels
void igTableMergeDrawChannels(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableNextColumn
bool igTableNextColumn()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableNextRow
void igTableNextRow(ImGuiTableRowFlags row_flags, float min_row_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableOpenContextMenu
void igTableOpenContextMenu(int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTablePopBackgroundChannel
void igTablePopBackgroundChannel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTablePushBackgroundChannel
void igTablePushBackgroundChannel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableRemove
void igTableRemove(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableResetSettings
void igTableResetSettings(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSaveSettings
void igTableSaveSettings(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetBgColor
void igTableSetBgColor(ImGuiTableBgTarget target, ImU32 color, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnEnabled
void igTableSetColumnEnabled(int column_n, bool v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnIndex
bool igTableSetColumnIndex(int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnSortDirection
void igTableSetColumnSortDirection(int column_n, ImGuiSortDirection sort_direction, bool append_to_sort_specs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnWidth
void igTableSetColumnWidth(int column_n, float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnWidthAutoAll
void igTableSetColumnWidthAutoAll(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnWidthAutoSingle
void igTableSetColumnWidthAutoSingle(ImGuiTable* table, int column_n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSettingsCreate
ImGuiTableSettings* igTableSettingsCreate(ImGuiID id, int columns_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSettingsFindByID
ImGuiTableSettings* igTableSettingsFindByID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSettingsInstallHandler
void igTableSettingsInstallHandler(ImGuiContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetupColumn
void igTableSetupColumn(const(char)* label, ImGuiTableColumnFlags flags, float init_width_or_weight, ImGuiID user_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetupDrawChannels
void igTableSetupDrawChannels(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetupScrollFreeze
void igTableSetupScrollFreeze(int cols, int rows)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSortSpecsBuild
void igTableSortSpecsBuild(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSortSpecsSanitize
void igTableSortSpecsSanitize(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableUpdateBorders
void igTableUpdateBorders(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableUpdateColumnsWeightFromWidth
void igTableUpdateColumnsWeightFromWidth(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableUpdateLayout
void igTableUpdateLayout(ImGuiTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTempInputIsActive
bool igTempInputIsActive(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTempInputScalar
bool igTempInputScalar(ImRect bb, ImGuiID id, const(char)* label, ImGuiDataType data_type, void* p_data, const(char)* format, void* p_clamp_min, void* p_clamp_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTempInputText
bool igTempInputText(ImRect bb, ImGuiID id, const(char)* label, char* buf, int buf_size, ImGuiInputTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igText
void igText(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextColored
void igTextColored(ImVec4 col, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextColoredV
void igTextColoredV(ImVec4 col, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextDisabled
void igTextDisabled(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextDisabledV
void igTextDisabledV(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextEx
void igTextEx(const(char)* text, const(char)* text_end, ImGuiTextFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextUnformatted
void igTextUnformatted(const(char)* text, const(char)* text_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextV
void igTextV(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextWrapped
void igTextWrapped(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextWrappedV
void igTextWrappedV(const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTranslateWindowsInViewport
void igTranslateWindowsInViewport(ImGuiViewportP* viewport, ImVec2 old_pos, ImVec2 new_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNode
bool igTreeNode(void* ptr_id, const(char)* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNode
bool igTreeNode(const(char)* str_id, const(char)* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNode
bool igTreeNode(const(char)* label)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeBehavior
bool igTreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const(char)* label, const(char)* label_end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeBehaviorIsOpen
bool igTreeNodeBehaviorIsOpen(ImGuiID id, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeEx
bool igTreeNodeEx(const(char)* label, ImGuiTreeNodeFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeEx
bool igTreeNodeEx(const(char)* str_id, ImGuiTreeNodeFlags flags, const(char)* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeEx
bool igTreeNodeEx(void* ptr_id, ImGuiTreeNodeFlags flags, const(char)* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeExV
bool igTreeNodeExV(const(char)* str_id, ImGuiTreeNodeFlags flags, const(char)* fmt, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeExV
bool igTreeNodeExV(void* ptr_id, ImGuiTreeNodeFlags flags, const(char)* fmt, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeExV_Ptr
bool igTreeNodeExV_Ptr(void* ptr_id, ImGuiTreeNodeFlags flags, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeExV_Str
bool igTreeNodeExV_Str(const(char)* str_id, ImGuiTreeNodeFlags flags, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeEx_Ptr
bool igTreeNodeEx_Ptr(void* ptr_id, ImGuiTreeNodeFlags flags, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeEx_Str
bool igTreeNodeEx_Str(const(char)* label, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeEx_StrStr
bool igTreeNodeEx_StrStr(const(char)* str_id, ImGuiTreeNodeFlags flags, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeV
bool igTreeNodeV(void* ptr_id, const(char)* fmt, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeV
bool igTreeNodeV(const(char)* str_id, const(char)* fmt, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreeNodeV_Ptr
bool igTreeNodeV_Ptr(void* ptr_id, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeV_Str
bool igTreeNodeV_Str(const(char)* str_id, const(char)* fmt, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNode_Ptr
bool igTreeNode_Ptr(void* ptr_id, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNode_Str
bool igTreeNode_Str(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNode_StrStr
bool igTreeNode_StrStr(const(char)* str_id, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePop
void igTreePop()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePush
void igTreePush(void* ptr_id)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreePush
void igTreePush(const(char)* str_id)
Undocumented in source. Be warned that the author may not have intended to support it.
igTreePushOverrideID
void igTreePushOverrideID(ImGuiID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePush_Ptr
void igTreePush_Ptr(void* ptr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePush_Str
void igTreePush_Str(const(char)* str_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUnindent
void igUnindent(float indent_w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateHoveredWindowAndCaptureFlags
void igUpdateHoveredWindowAndCaptureFlags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateMouseMovingWindowEndFrame
void igUpdateMouseMovingWindowEndFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateMouseMovingWindowNewFrame
void igUpdateMouseMovingWindowNewFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdatePlatformWindows
void igUpdatePlatformWindows()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateWindowParentAndRootLinks
void igUpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igVSliderFloat
bool igVSliderFloat(const(char)* label, ImVec2 size, float* v, float v_min, float v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igVSliderInt
bool igVSliderInt(const(char)* label, ImVec2 size, int* v, int v_min, int v_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igVSliderScalar
bool igVSliderScalar(const(char)* label, ImVec2 size, ImGuiDataType data_type, void* p_data, void* p_min, void* p_max, const(char)* format, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue
void igValue(const(char)* prefix, float v, const(char)* float_format)
Undocumented in source. Be warned that the author may not have intended to support it.
igValue
void igValue(const(char)* prefix, uint v)
Undocumented in source. Be warned that the author may not have intended to support it.
igValue
void igValue(const(char)* prefix, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
igValue
void igValue(const(char)* prefix, bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
igValue_Bool
void igValue_Bool(const(char)* prefix, bool b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue_Float
void igValue_Float(const(char)* prefix, float v, const(char)* float_format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue_Int
void igValue_Int(const(char)* prefix, int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue_Uint
void igValue_Uint(const(char)* prefix, uint v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

ImBitVector_Clear
pImBitVector_Clear ImBitVector_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_ClearBit
pImBitVector_ClearBit ImBitVector_ClearBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_Create
pImBitVector_Create ImBitVector_Create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_SetBit
pImBitVector_SetBit ImBitVector_SetBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImBitVector_TestBit
pImBitVector_TestBit ImBitVector_TestBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_HSV
pImColor_HSV ImColor_HSV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_Float
pImColor_ImColor_Float ImColor_ImColor_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_Int
pImColor_ImColor_Int ImColor_ImColor_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_Nil
pImColor_ImColor_Nil ImColor_ImColor_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_U32
pImColor_ImColor_U32 ImColor_ImColor_U32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_ImColor_Vec4
pImColor_ImColor_Vec4 ImColor_ImColor_Vec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_SetHSV
pImColor_SetHSV ImColor_SetHSV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor_destroy
pImColor_destroy ImColor_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmd_GetTexID
pImDrawCmd_GetTexID ImDrawCmd_GetTexID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmd_ImDrawCmd
pImDrawCmd_ImDrawCmd ImDrawCmd_ImDrawCmd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmd_destroy
pImDrawCmd_destroy ImDrawCmd_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_Clear
pImDrawDataBuilder_Clear ImDrawDataBuilder_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_ClearFreeMemory
pImDrawDataBuilder_ClearFreeMemory ImDrawDataBuilder_ClearFreeMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_FlattenIntoSingleLayer
pImDrawDataBuilder_FlattenIntoSingleLayer ImDrawDataBuilder_FlattenIntoSingleLayer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder_GetDrawListCount
pImDrawDataBuilder_GetDrawListCount ImDrawDataBuilder_GetDrawListCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_Clear
pImDrawData_Clear ImDrawData_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_DeIndexAllBuffers
pImDrawData_DeIndexAllBuffers ImDrawData_DeIndexAllBuffers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_ImDrawData
pImDrawData_ImDrawData ImDrawData_ImDrawData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_ScaleClipRects
pImDrawData_ScaleClipRects ImDrawData_ScaleClipRects;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData_destroy
pImDrawData_destroy ImDrawData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSharedData_ImDrawListSharedData
pImDrawListSharedData_ImDrawListSharedData ImDrawListSharedData_ImDrawListSharedData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSharedData_SetCircleTessellationMaxError
pImDrawListSharedData_SetCircleTessellationMaxError ImDrawListSharedData_SetCircleTessellationMaxError;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSharedData_destroy
pImDrawListSharedData_destroy ImDrawListSharedData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_Clear
pImDrawListSplitter_Clear ImDrawListSplitter_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_ClearFreeMemory
pImDrawListSplitter_ClearFreeMemory ImDrawListSplitter_ClearFreeMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_ImDrawListSplitter
pImDrawListSplitter_ImDrawListSplitter ImDrawListSplitter_ImDrawListSplitter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_Merge
pImDrawListSplitter_Merge ImDrawListSplitter_Merge;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_SetCurrentChannel
pImDrawListSplitter_SetCurrentChannel ImDrawListSplitter_SetCurrentChannel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_Split
pImDrawListSplitter_Split ImDrawListSplitter_Split;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter_destroy
pImDrawListSplitter_destroy ImDrawListSplitter_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddBezierCubic
pImDrawList_AddBezierCubic ImDrawList_AddBezierCubic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddBezierQuadratic
pImDrawList_AddBezierQuadratic ImDrawList_AddBezierQuadratic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddCallback
pImDrawList_AddCallback ImDrawList_AddCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddCircle
pImDrawList_AddCircle ImDrawList_AddCircle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddCircleFilled
pImDrawList_AddCircleFilled ImDrawList_AddCircleFilled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddConvexPolyFilled
pImDrawList_AddConvexPolyFilled ImDrawList_AddConvexPolyFilled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddDrawCmd
pImDrawList_AddDrawCmd ImDrawList_AddDrawCmd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddImage
pImDrawList_AddImage ImDrawList_AddImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddImageQuad
pImDrawList_AddImageQuad ImDrawList_AddImageQuad;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddImageRounded
pImDrawList_AddImageRounded ImDrawList_AddImageRounded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddLine
pImDrawList_AddLine ImDrawList_AddLine;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddNgon
pImDrawList_AddNgon ImDrawList_AddNgon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddNgonFilled
pImDrawList_AddNgonFilled ImDrawList_AddNgonFilled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddPolyline
pImDrawList_AddPolyline ImDrawList_AddPolyline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddQuad
pImDrawList_AddQuad ImDrawList_AddQuad;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddQuadFilled
pImDrawList_AddQuadFilled ImDrawList_AddQuadFilled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddRect
pImDrawList_AddRect ImDrawList_AddRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddRectFilled
pImDrawList_AddRectFilled ImDrawList_AddRectFilled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddRectFilledMultiColor
pImDrawList_AddRectFilledMultiColor ImDrawList_AddRectFilledMultiColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddText_FontPtr
pImDrawList_AddText_FontPtr ImDrawList_AddText_FontPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddText_Vec2
pImDrawList_AddText_Vec2 ImDrawList_AddText_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddTriangle
pImDrawList_AddTriangle ImDrawList_AddTriangle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_AddTriangleFilled
pImDrawList_AddTriangleFilled ImDrawList_AddTriangleFilled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ChannelsMerge
pImDrawList_ChannelsMerge ImDrawList_ChannelsMerge;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ChannelsSetCurrent
pImDrawList_ChannelsSetCurrent ImDrawList_ChannelsSetCurrent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ChannelsSplit
pImDrawList_ChannelsSplit ImDrawList_ChannelsSplit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_CloneOutput
pImDrawList_CloneOutput ImDrawList_CloneOutput;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_GetClipRectMax
pImDrawList_GetClipRectMax ImDrawList_GetClipRectMax;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_GetClipRectMin
pImDrawList_GetClipRectMin ImDrawList_GetClipRectMin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_ImDrawList
pImDrawList_ImDrawList ImDrawList_ImDrawList;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathArcTo
pImDrawList_PathArcTo ImDrawList_PathArcTo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathArcToFast
pImDrawList_PathArcToFast ImDrawList_PathArcToFast;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathBezierCubicCurveTo
pImDrawList_PathBezierCubicCurveTo ImDrawList_PathBezierCubicCurveTo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathBezierQuadraticCurveTo
pImDrawList_PathBezierQuadraticCurveTo ImDrawList_PathBezierQuadraticCurveTo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathClear
pImDrawList_PathClear ImDrawList_PathClear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathFillConvex
pImDrawList_PathFillConvex ImDrawList_PathFillConvex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathLineTo
pImDrawList_PathLineTo ImDrawList_PathLineTo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathLineToMergeDuplicate
pImDrawList_PathLineToMergeDuplicate ImDrawList_PathLineToMergeDuplicate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathRect
pImDrawList_PathRect ImDrawList_PathRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PathStroke
pImDrawList_PathStroke ImDrawList_PathStroke;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PopClipRect
pImDrawList_PopClipRect ImDrawList_PopClipRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PopTextureID
pImDrawList_PopTextureID ImDrawList_PopTextureID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimQuadUV
pImDrawList_PrimQuadUV ImDrawList_PrimQuadUV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimRect
pImDrawList_PrimRect ImDrawList_PrimRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimRectUV
pImDrawList_PrimRectUV ImDrawList_PrimRectUV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimReserve
pImDrawList_PrimReserve ImDrawList_PrimReserve;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimUnreserve
pImDrawList_PrimUnreserve ImDrawList_PrimUnreserve;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimVtx
pImDrawList_PrimVtx ImDrawList_PrimVtx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimWriteIdx
pImDrawList_PrimWriteIdx ImDrawList_PrimWriteIdx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PrimWriteVtx
pImDrawList_PrimWriteVtx ImDrawList_PrimWriteVtx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PushClipRect
pImDrawList_PushClipRect ImDrawList_PushClipRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PushClipRectFullScreen
pImDrawList_PushClipRectFullScreen ImDrawList_PushClipRectFullScreen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_PushTextureID
pImDrawList_PushTextureID ImDrawList_PushTextureID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__CalcCircleAutoSegmentCount
pImDrawList__CalcCircleAutoSegmentCount ImDrawList__CalcCircleAutoSegmentCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__ClearFreeMemory
pImDrawList__ClearFreeMemory ImDrawList__ClearFreeMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__OnChangedClipRect
pImDrawList__OnChangedClipRect ImDrawList__OnChangedClipRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__OnChangedTextureID
pImDrawList__OnChangedTextureID ImDrawList__OnChangedTextureID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__OnChangedVtxOffset
pImDrawList__OnChangedVtxOffset ImDrawList__OnChangedVtxOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__PathArcToFastEx
pImDrawList__PathArcToFastEx ImDrawList__PathArcToFastEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__PathArcToN
pImDrawList__PathArcToN ImDrawList__PathArcToN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__PopUnusedDrawCmd
pImDrawList__PopUnusedDrawCmd ImDrawList__PopUnusedDrawCmd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__ResetForNewFrame
pImDrawList__ResetForNewFrame ImDrawList__ResetForNewFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList__TryMergeDrawCmds
pImDrawList__TryMergeDrawCmds ImDrawList__TryMergeDrawCmds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList_destroy
pImDrawList_destroy ImDrawList_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasCustomRect_ImFontAtlasCustomRect
pImFontAtlasCustomRect_ImFontAtlasCustomRect ImFontAtlasCustomRect_ImFontAtlasCustomRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasCustomRect_IsPacked
pImFontAtlasCustomRect_IsPacked ImFontAtlasCustomRect_IsPacked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasCustomRect_destroy
pImFontAtlasCustomRect_destroy ImFontAtlasCustomRect_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddCustomRectFontGlyph
pImFontAtlas_AddCustomRectFontGlyph ImFontAtlas_AddCustomRectFontGlyph;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddCustomRectRegular
pImFontAtlas_AddCustomRectRegular ImFontAtlas_AddCustomRectRegular;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFont
pImFontAtlas_AddFont ImFontAtlas_AddFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontDefault
pImFontAtlas_AddFontDefault ImFontAtlas_AddFontDefault;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromFileTTF
pImFontAtlas_AddFontFromFileTTF ImFontAtlas_AddFontFromFileTTF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromMemoryCompressedBase85TTF
pImFontAtlas_AddFontFromMemoryCompressedBase85TTF ImFontAtlas_AddFontFromMemoryCompressedBase85TTF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromMemoryCompressedTTF
pImFontAtlas_AddFontFromMemoryCompressedTTF ImFontAtlas_AddFontFromMemoryCompressedTTF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_AddFontFromMemoryTTF
pImFontAtlas_AddFontFromMemoryTTF ImFontAtlas_AddFontFromMemoryTTF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_Build
pImFontAtlas_Build ImFontAtlas_Build;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_CalcCustomRectUV
pImFontAtlas_CalcCustomRectUV ImFontAtlas_CalcCustomRectUV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_Clear
pImFontAtlas_Clear ImFontAtlas_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ClearFonts
pImFontAtlas_ClearFonts ImFontAtlas_ClearFonts;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ClearInputData
pImFontAtlas_ClearInputData ImFontAtlas_ClearInputData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ClearTexData
pImFontAtlas_ClearTexData ImFontAtlas_ClearTexData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetCustomRectByIndex
pImFontAtlas_GetCustomRectByIndex ImFontAtlas_GetCustomRectByIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesChineseFull
pImFontAtlas_GetGlyphRangesChineseFull ImFontAtlas_GetGlyphRangesChineseFull;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon
pImFontAtlas_GetGlyphRangesChineseSimplifiedCommon ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesCyrillic
pImFontAtlas_GetGlyphRangesCyrillic ImFontAtlas_GetGlyphRangesCyrillic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesDefault
pImFontAtlas_GetGlyphRangesDefault ImFontAtlas_GetGlyphRangesDefault;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesJapanese
pImFontAtlas_GetGlyphRangesJapanese ImFontAtlas_GetGlyphRangesJapanese;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesKorean
pImFontAtlas_GetGlyphRangesKorean ImFontAtlas_GetGlyphRangesKorean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesThai
pImFontAtlas_GetGlyphRangesThai ImFontAtlas_GetGlyphRangesThai;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetGlyphRangesVietnamese
pImFontAtlas_GetGlyphRangesVietnamese ImFontAtlas_GetGlyphRangesVietnamese;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetMouseCursorTexData
pImFontAtlas_GetMouseCursorTexData ImFontAtlas_GetMouseCursorTexData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetTexDataAsAlpha8
pImFontAtlas_GetTexDataAsAlpha8 ImFontAtlas_GetTexDataAsAlpha8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_GetTexDataAsRGBA32
pImFontAtlas_GetTexDataAsRGBA32 ImFontAtlas_GetTexDataAsRGBA32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_ImFontAtlas
pImFontAtlas_ImFontAtlas ImFontAtlas_ImFontAtlas;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_IsBuilt
pImFontAtlas_IsBuilt ImFontAtlas_IsBuilt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_SetTexID
pImFontAtlas_SetTexID ImFontAtlas_SetTexID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas_destroy
pImFontAtlas_destroy ImFontAtlas_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontConfig_ImFontConfig
pImFontConfig_ImFontConfig ImFontConfig_ImFontConfig;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontConfig_destroy
pImFontConfig_destroy ImFontConfig_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_AddChar
pImFontGlyphRangesBuilder_AddChar ImFontGlyphRangesBuilder_AddChar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_AddRanges
pImFontGlyphRangesBuilder_AddRanges ImFontGlyphRangesBuilder_AddRanges;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_AddText
pImFontGlyphRangesBuilder_AddText ImFontGlyphRangesBuilder_AddText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_BuildRanges
pImFontGlyphRangesBuilder_BuildRanges ImFontGlyphRangesBuilder_BuildRanges;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_Clear
pImFontGlyphRangesBuilder_Clear ImFontGlyphRangesBuilder_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_GetBit
pImFontGlyphRangesBuilder_GetBit ImFontGlyphRangesBuilder_GetBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder
pImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_SetBit
pImFontGlyphRangesBuilder_SetBit ImFontGlyphRangesBuilder_SetBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder_destroy
pImFontGlyphRangesBuilder_destroy ImFontGlyphRangesBuilder_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_AddGlyph
pImFont_AddGlyph ImFont_AddGlyph;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_AddRemapChar
pImFont_AddRemapChar ImFont_AddRemapChar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_BuildLookupTable
pImFont_BuildLookupTable ImFont_BuildLookupTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_CalcTextSizeA
pImFont_CalcTextSizeA ImFont_CalcTextSizeA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_CalcWordWrapPositionA
pImFont_CalcWordWrapPositionA ImFont_CalcWordWrapPositionA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_ClearOutputData
pImFont_ClearOutputData ImFont_ClearOutputData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_FindGlyph
pImFont_FindGlyph ImFont_FindGlyph;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_FindGlyphNoFallback
pImFont_FindGlyphNoFallback ImFont_FindGlyphNoFallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_GetCharAdvance
pImFont_GetCharAdvance ImFont_GetCharAdvance;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_GetDebugName
pImFont_GetDebugName ImFont_GetDebugName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_GrowIndex
pImFont_GrowIndex ImFont_GrowIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_ImFont
pImFont_ImFont ImFont_ImFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_IsGlyphRangeUnused
pImFont_IsGlyphRangeUnused ImFont_IsGlyphRangeUnused;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_IsLoaded
pImFont_IsLoaded ImFont_IsLoaded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_RenderChar
pImFont_RenderChar ImFont_RenderChar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_RenderText
pImFont_RenderText ImFont_RenderText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_SetGlyphVisible
pImFont_SetGlyphVisible ImFont_SetGlyphVisible;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont_destroy
pImFont_destroy ImFont_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiComboPreviewData_ImGuiComboPreviewData
pImGuiComboPreviewData_ImGuiComboPreviewData ImGuiComboPreviewData_ImGuiComboPreviewData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiComboPreviewData_destroy
pImGuiComboPreviewData_destroy ImGuiComboPreviewData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContextHook_ImGuiContextHook
pImGuiContextHook_ImGuiContextHook ImGuiContextHook_ImGuiContextHook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContextHook_destroy
pImGuiContextHook_destroy ImGuiContextHook_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContext_ImGuiContext
pImGuiContext_ImGuiContext ImGuiContext_ImGuiContext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContext_destroy
pImGuiContext_destroy ImGuiContext_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockContext_ImGuiDockContext
pImGuiDockContext_ImGuiDockContext ImGuiDockContext_ImGuiDockContext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockContext_destroy
pImGuiDockContext_destroy ImGuiDockContext_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeSettings_ImGuiDockNodeSettings
pImGuiDockNodeSettings_ImGuiDockNodeSettings ImGuiDockNodeSettings_ImGuiDockNodeSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeSettings_destroy
pImGuiDockNodeSettings_destroy ImGuiDockNodeSettings_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_ImGuiDockNode
pImGuiDockNode_ImGuiDockNode ImGuiDockNode_ImGuiDockNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsCentralNode
pImGuiDockNode_IsCentralNode ImGuiDockNode_IsCentralNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsDockSpace
pImGuiDockNode_IsDockSpace ImGuiDockNode_IsDockSpace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsEmpty
pImGuiDockNode_IsEmpty ImGuiDockNode_IsEmpty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsFloatingNode
pImGuiDockNode_IsFloatingNode ImGuiDockNode_IsFloatingNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsHiddenTabBar
pImGuiDockNode_IsHiddenTabBar ImGuiDockNode_IsHiddenTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsLeafNode
pImGuiDockNode_IsLeafNode ImGuiDockNode_IsLeafNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsNoTabBar
pImGuiDockNode_IsNoTabBar ImGuiDockNode_IsNoTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsRootNode
pImGuiDockNode_IsRootNode ImGuiDockNode_IsRootNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_IsSplitNode
pImGuiDockNode_IsSplitNode ImGuiDockNode_IsSplitNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_Rect
pImGuiDockNode_Rect ImGuiDockNode_Rect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_SetLocalFlags
pImGuiDockNode_SetLocalFlags ImGuiDockNode_SetLocalFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_UpdateMergedFlags
pImGuiDockNode_UpdateMergedFlags ImGuiDockNode_UpdateMergedFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode_destroy
pImGuiDockNode_destroy ImGuiDockNode_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockPreviewData_ImGuiDockPreviewData
pImGuiDockPreviewData_ImGuiDockPreviewData ImGuiDockPreviewData_ImGuiDockPreviewData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockPreviewData_destroy
pImGuiDockPreviewData_destroy ImGuiDockPreviewData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockRequest_ImGuiDockRequest
pImGuiDockRequest_ImGuiDockRequest ImGuiDockRequest_ImGuiDockRequest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockRequest_destroy
pImGuiDockRequest_destroy ImGuiDockRequest_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddFocusEvent
pImGuiIO_AddFocusEvent ImGuiIO_AddFocusEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddInputCharacter
pImGuiIO_AddInputCharacter ImGuiIO_AddInputCharacter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddInputCharacterUTF16
pImGuiIO_AddInputCharacterUTF16 ImGuiIO_AddInputCharacterUTF16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_AddInputCharactersUTF8
pImGuiIO_AddInputCharactersUTF8 ImGuiIO_AddInputCharactersUTF8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_ClearInputCharacters
pImGuiIO_ClearInputCharacters ImGuiIO_ClearInputCharacters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_ClearInputKeys
pImGuiIO_ClearInputKeys ImGuiIO_ClearInputKeys;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_ImGuiIO
pImGuiIO_ImGuiIO ImGuiIO_ImGuiIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO_destroy
pImGuiIO_destroy ImGuiIO_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_ClearSelection
pImGuiInputTextCallbackData_ClearSelection ImGuiInputTextCallbackData_ClearSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_DeleteChars
pImGuiInputTextCallbackData_DeleteChars ImGuiInputTextCallbackData_DeleteChars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_HasSelection
pImGuiInputTextCallbackData_HasSelection ImGuiInputTextCallbackData_HasSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_ImGuiInputTextCallbackData
pImGuiInputTextCallbackData_ImGuiInputTextCallbackData ImGuiInputTextCallbackData_ImGuiInputTextCallbackData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_InsertChars
pImGuiInputTextCallbackData_InsertChars ImGuiInputTextCallbackData_InsertChars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_SelectAll
pImGuiInputTextCallbackData_SelectAll ImGuiInputTextCallbackData_SelectAll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData_destroy
pImGuiInputTextCallbackData_destroy ImGuiInputTextCallbackData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ClearFreeMemory
pImGuiInputTextState_ClearFreeMemory ImGuiInputTextState_ClearFreeMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ClearSelection
pImGuiInputTextState_ClearSelection ImGuiInputTextState_ClearSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ClearText
pImGuiInputTextState_ClearText ImGuiInputTextState_ClearText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_CursorAnimReset
pImGuiInputTextState_CursorAnimReset ImGuiInputTextState_CursorAnimReset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_CursorClamp
pImGuiInputTextState_CursorClamp ImGuiInputTextState_CursorClamp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetCursorPos
pImGuiInputTextState_GetCursorPos ImGuiInputTextState_GetCursorPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetRedoAvailCount
pImGuiInputTextState_GetRedoAvailCount ImGuiInputTextState_GetRedoAvailCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetSelectionEnd
pImGuiInputTextState_GetSelectionEnd ImGuiInputTextState_GetSelectionEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetSelectionStart
pImGuiInputTextState_GetSelectionStart ImGuiInputTextState_GetSelectionStart;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_GetUndoAvailCount
pImGuiInputTextState_GetUndoAvailCount ImGuiInputTextState_GetUndoAvailCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_HasSelection
pImGuiInputTextState_HasSelection ImGuiInputTextState_HasSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_ImGuiInputTextState
pImGuiInputTextState_ImGuiInputTextState ImGuiInputTextState_ImGuiInputTextState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_OnKeyPressed
pImGuiInputTextState_OnKeyPressed ImGuiInputTextState_OnKeyPressed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_SelectAll
pImGuiInputTextState_SelectAll ImGuiInputTextState_SelectAll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState_destroy
pImGuiInputTextState_destroy ImGuiInputTextState_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiLastItemData_ImGuiLastItemData
pImGuiLastItemData_ImGuiLastItemData ImGuiLastItemData_ImGuiLastItemData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiLastItemData_destroy
pImGuiLastItemData_destroy ImGuiLastItemData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_Begin
pImGuiListClipper_Begin ImGuiListClipper_Begin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_End
pImGuiListClipper_End ImGuiListClipper_End;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_ImGuiListClipper
pImGuiListClipper_ImGuiListClipper ImGuiListClipper_ImGuiListClipper;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_Step
pImGuiListClipper_Step ImGuiListClipper_Step;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper_destroy
pImGuiListClipper_destroy ImGuiListClipper_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_CalcNextTotalWidth
pImGuiMenuColumns_CalcNextTotalWidth ImGuiMenuColumns_CalcNextTotalWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_DeclColumns
pImGuiMenuColumns_DeclColumns ImGuiMenuColumns_DeclColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_ImGuiMenuColumns
pImGuiMenuColumns_ImGuiMenuColumns ImGuiMenuColumns_ImGuiMenuColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_Update
pImGuiMenuColumns_Update ImGuiMenuColumns_Update;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns_destroy
pImGuiMenuColumns_destroy ImGuiMenuColumns_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMetricsConfig_ImGuiMetricsConfig
pImGuiMetricsConfig_ImGuiMetricsConfig ImGuiMetricsConfig_ImGuiMetricsConfig;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMetricsConfig_destroy
pImGuiMetricsConfig_destroy ImGuiMetricsConfig_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavItemData_Clear
pImGuiNavItemData_Clear ImGuiNavItemData_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavItemData_ImGuiNavItemData
pImGuiNavItemData_ImGuiNavItemData ImGuiNavItemData_ImGuiNavItemData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavItemData_destroy
pImGuiNavItemData_destroy ImGuiNavItemData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemData_ClearFlags
pImGuiNextItemData_ClearFlags ImGuiNextItemData_ClearFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemData_ImGuiNextItemData
pImGuiNextItemData_ImGuiNextItemData ImGuiNextItemData_ImGuiNextItemData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemData_destroy
pImGuiNextItemData_destroy ImGuiNextItemData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowData_ClearFlags
pImGuiNextWindowData_ClearFlags ImGuiNextWindowData_ClearFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowData_ImGuiNextWindowData
pImGuiNextWindowData_ImGuiNextWindowData ImGuiNextWindowData_ImGuiNextWindowData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowData_destroy
pImGuiNextWindowData_destroy ImGuiNextWindowData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumnData_ImGuiOldColumnData
pImGuiOldColumnData_ImGuiOldColumnData ImGuiOldColumnData_ImGuiOldColumnData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumnData_destroy
pImGuiOldColumnData_destroy ImGuiOldColumnData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumns_ImGuiOldColumns
pImGuiOldColumns_ImGuiOldColumns ImGuiOldColumns_ImGuiOldColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumns_destroy
pImGuiOldColumns_destroy ImGuiOldColumns_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOnceUponAFrame_ImGuiOnceUponAFrame
pImGuiOnceUponAFrame_ImGuiOnceUponAFrame ImGuiOnceUponAFrame_ImGuiOnceUponAFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOnceUponAFrame_destroy
pImGuiOnceUponAFrame_destroy ImGuiOnceUponAFrame_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_Clear
pImGuiPayload_Clear ImGuiPayload_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_ImGuiPayload
pImGuiPayload_ImGuiPayload ImGuiPayload_ImGuiPayload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_IsDataType
pImGuiPayload_IsDataType ImGuiPayload_IsDataType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_IsDelivery
pImGuiPayload_IsDelivery ImGuiPayload_IsDelivery;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_IsPreview
pImGuiPayload_IsPreview ImGuiPayload_IsPreview;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload_destroy
pImGuiPayload_destroy ImGuiPayload_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformIO_ImGuiPlatformIO
pImGuiPlatformIO_ImGuiPlatformIO ImGuiPlatformIO_ImGuiPlatformIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformIO_destroy
pImGuiPlatformIO_destroy ImGuiPlatformIO_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformMonitor_ImGuiPlatformMonitor
pImGuiPlatformMonitor_ImGuiPlatformMonitor ImGuiPlatformMonitor_ImGuiPlatformMonitor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformMonitor_destroy
pImGuiPlatformMonitor_destroy ImGuiPlatformMonitor_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPopupData_ImGuiPopupData
pImGuiPopupData_ImGuiPopupData ImGuiPopupData_ImGuiPopupData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPopupData_destroy
pImGuiPopupData_destroy ImGuiPopupData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int
pImGuiPtrOrIndex_ImGuiPtrOrIndex_Int ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr
pImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPtrOrIndex_destroy
pImGuiPtrOrIndex_destroy ImGuiPtrOrIndex_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSettingsHandler_ImGuiSettingsHandler
pImGuiSettingsHandler_ImGuiSettingsHandler ImGuiSettingsHandler_ImGuiSettingsHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSettingsHandler_destroy
pImGuiSettingsHandler_destroy ImGuiSettingsHandler_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_CompareWithCurrentState
pImGuiStackSizes_CompareWithCurrentState ImGuiStackSizes_CompareWithCurrentState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_ImGuiStackSizes
pImGuiStackSizes_ImGuiStackSizes ImGuiStackSizes_ImGuiStackSizes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_SetToCurrentState
pImGuiStackSizes_SetToCurrentState ImGuiStackSizes_SetToCurrentState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes_destroy
pImGuiStackSizes_destroy ImGuiStackSizes_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_ImGuiStoragePair_Float
pImGuiStoragePair_ImGuiStoragePair_Float ImGuiStoragePair_ImGuiStoragePair_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_ImGuiStoragePair_Int
pImGuiStoragePair_ImGuiStoragePair_Int ImGuiStoragePair_ImGuiStoragePair_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_ImGuiStoragePair_Ptr
pImGuiStoragePair_ImGuiStoragePair_Ptr ImGuiStoragePair_ImGuiStoragePair_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair_destroy
pImGuiStoragePair_destroy ImGuiStoragePair_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_BuildSortByKey
pImGuiStorage_BuildSortByKey ImGuiStorage_BuildSortByKey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_Clear
pImGuiStorage_Clear ImGuiStorage_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetBool
pImGuiStorage_GetBool ImGuiStorage_GetBool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetBoolRef
pImGuiStorage_GetBoolRef ImGuiStorage_GetBoolRef;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetFloat
pImGuiStorage_GetFloat ImGuiStorage_GetFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetFloatRef
pImGuiStorage_GetFloatRef ImGuiStorage_GetFloatRef;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetInt
pImGuiStorage_GetInt ImGuiStorage_GetInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetIntRef
pImGuiStorage_GetIntRef ImGuiStorage_GetIntRef;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetVoidPtr
pImGuiStorage_GetVoidPtr ImGuiStorage_GetVoidPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_GetVoidPtrRef
pImGuiStorage_GetVoidPtrRef ImGuiStorage_GetVoidPtrRef;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetAllInt
pImGuiStorage_SetAllInt ImGuiStorage_SetAllInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetBool
pImGuiStorage_SetBool ImGuiStorage_SetBool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetFloat
pImGuiStorage_SetFloat ImGuiStorage_SetFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetInt
pImGuiStorage_SetInt ImGuiStorage_SetInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage_SetVoidPtr
pImGuiStorage_SetVoidPtr ImGuiStorage_SetVoidPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_ImGuiStyleMod_Float
pImGuiStyleMod_ImGuiStyleMod_Float ImGuiStyleMod_ImGuiStyleMod_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_ImGuiStyleMod_Int
pImGuiStyleMod_ImGuiStyleMod_Int ImGuiStyleMod_ImGuiStyleMod_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_ImGuiStyleMod_Vec2
pImGuiStyleMod_ImGuiStyleMod_Vec2 ImGuiStyleMod_ImGuiStyleMod_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod_destroy
pImGuiStyleMod_destroy ImGuiStyleMod_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyle_ImGuiStyle
pImGuiStyle_ImGuiStyle ImGuiStyle_ImGuiStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyle_ScaleAllSizes
pImGuiStyle_ScaleAllSizes ImGuiStyle_ScaleAllSizes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyle_destroy
pImGuiStyle_destroy ImGuiStyle_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_GetTabName
pImGuiTabBar_GetTabName ImGuiTabBar_GetTabName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_GetTabOrder
pImGuiTabBar_GetTabOrder ImGuiTabBar_GetTabOrder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_ImGuiTabBar
pImGuiTabBar_ImGuiTabBar ImGuiTabBar_ImGuiTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar_destroy
pImGuiTabBar_destroy ImGuiTabBar_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabItem_ImGuiTabItem
pImGuiTabItem_ImGuiTabItem ImGuiTabItem_ImGuiTabItem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabItem_destroy
pImGuiTabItem_destroy ImGuiTabItem_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSettings_ImGuiTableColumnSettings
pImGuiTableColumnSettings_ImGuiTableColumnSettings ImGuiTableColumnSettings_ImGuiTableColumnSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSettings_destroy
pImGuiTableColumnSettings_destroy ImGuiTableColumnSettings_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs
pImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSortSpecs_destroy
pImGuiTableColumnSortSpecs_destroy ImGuiTableColumnSortSpecs_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumn_ImGuiTableColumn
pImGuiTableColumn_ImGuiTableColumn ImGuiTableColumn_ImGuiTableColumn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumn_destroy
pImGuiTableColumn_destroy ImGuiTableColumn_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSettings_GetColumnSettings
pImGuiTableSettings_GetColumnSettings ImGuiTableSettings_GetColumnSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSettings_ImGuiTableSettings
pImGuiTableSettings_ImGuiTableSettings ImGuiTableSettings_ImGuiTableSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSettings_destroy
pImGuiTableSettings_destroy ImGuiTableSettings_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSortSpecs_ImGuiTableSortSpecs
pImGuiTableSortSpecs_ImGuiTableSortSpecs ImGuiTableSortSpecs_ImGuiTableSortSpecs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSortSpecs_destroy
pImGuiTableSortSpecs_destroy ImGuiTableSortSpecs_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableTempData_ImGuiTableTempData
pImGuiTableTempData_ImGuiTableTempData ImGuiTableTempData_ImGuiTableTempData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableTempData_destroy
pImGuiTableTempData_destroy ImGuiTableTempData_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTable_ImGuiTable
pImGuiTable_ImGuiTable ImGuiTable_ImGuiTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTable_destroy
pImGuiTable_destroy ImGuiTable_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_ImGuiTextBuffer
pImGuiTextBuffer_ImGuiTextBuffer ImGuiTextBuffer_ImGuiTextBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_append
pImGuiTextBuffer_append ImGuiTextBuffer_append;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_appendf
pImGuiTextBuffer_appendf ImGuiTextBuffer_appendf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_appendfv
pImGuiTextBuffer_appendfv ImGuiTextBuffer_appendfv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_begin
pImGuiTextBuffer_begin ImGuiTextBuffer_begin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_c_str
pImGuiTextBuffer_c_str ImGuiTextBuffer_c_str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_clear
pImGuiTextBuffer_clear ImGuiTextBuffer_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_destroy
pImGuiTextBuffer_destroy ImGuiTextBuffer_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_empty
pImGuiTextBuffer_empty ImGuiTextBuffer_empty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_end
pImGuiTextBuffer_end ImGuiTextBuffer_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_reserve
pImGuiTextBuffer_reserve ImGuiTextBuffer_reserve;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer_size
pImGuiTextBuffer_size ImGuiTextBuffer_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_Build
pImGuiTextFilter_Build ImGuiTextFilter_Build;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_Clear
pImGuiTextFilter_Clear ImGuiTextFilter_Clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_Draw
pImGuiTextFilter_Draw ImGuiTextFilter_Draw;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_ImGuiTextFilter
pImGuiTextFilter_ImGuiTextFilter ImGuiTextFilter_ImGuiTextFilter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_IsActive
pImGuiTextFilter_IsActive ImGuiTextFilter_IsActive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_PassFilter
pImGuiTextFilter_PassFilter ImGuiTextFilter_PassFilter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter_destroy
pImGuiTextFilter_destroy ImGuiTextFilter_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_ImGuiTextRange_Nil
pImGuiTextRange_ImGuiTextRange_Nil ImGuiTextRange_ImGuiTextRange_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_ImGuiTextRange_Str
pImGuiTextRange_ImGuiTextRange_Str ImGuiTextRange_ImGuiTextRange_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_destroy
pImGuiTextRange_destroy ImGuiTextRange_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_empty
pImGuiTextRange_empty ImGuiTextRange_empty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange_split
pImGuiTextRange_split ImGuiTextRange_split;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_CalcWorkRectPos
pImGuiViewportP_CalcWorkRectPos ImGuiViewportP_CalcWorkRectPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_CalcWorkRectSize
pImGuiViewportP_CalcWorkRectSize ImGuiViewportP_CalcWorkRectSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_ClearRequestFlags
pImGuiViewportP_ClearRequestFlags ImGuiViewportP_ClearRequestFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_GetBuildWorkRect
pImGuiViewportP_GetBuildWorkRect ImGuiViewportP_GetBuildWorkRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_GetMainRect
pImGuiViewportP_GetMainRect ImGuiViewportP_GetMainRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_GetWorkRect
pImGuiViewportP_GetWorkRect ImGuiViewportP_GetWorkRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_ImGuiViewportP
pImGuiViewportP_ImGuiViewportP ImGuiViewportP_ImGuiViewportP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_UpdateWorkRect
pImGuiViewportP_UpdateWorkRect ImGuiViewportP_UpdateWorkRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP_destroy
pImGuiViewportP_destroy ImGuiViewportP_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_GetCenter
pImGuiViewport_GetCenter ImGuiViewport_GetCenter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_GetWorkCenter
pImGuiViewport_GetWorkCenter ImGuiViewport_GetWorkCenter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_ImGuiViewport
pImGuiViewport_ImGuiViewport ImGuiViewport_ImGuiViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport_destroy
pImGuiViewport_destroy ImGuiViewport_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowClass_ImGuiWindowClass
pImGuiWindowClass_ImGuiWindowClass ImGuiWindowClass_ImGuiWindowClass;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowClass_destroy
pImGuiWindowClass_destroy ImGuiWindowClass_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowSettings_GetName
pImGuiWindowSettings_GetName ImGuiWindowSettings_GetName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowSettings_ImGuiWindowSettings
pImGuiWindowSettings_ImGuiWindowSettings ImGuiWindowSettings_ImGuiWindowSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowSettings_destroy
pImGuiWindowSettings_destroy ImGuiWindowSettings_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_CalcFontSize
pImGuiWindow_CalcFontSize ImGuiWindow_CalcFontSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetIDFromRectangle
pImGuiWindow_GetIDFromRectangle ImGuiWindow_GetIDFromRectangle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetIDNoKeepAlive_Int
pImGuiWindow_GetIDNoKeepAlive_Int ImGuiWindow_GetIDNoKeepAlive_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetIDNoKeepAlive_Ptr
pImGuiWindow_GetIDNoKeepAlive_Ptr ImGuiWindow_GetIDNoKeepAlive_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetIDNoKeepAlive_Str
pImGuiWindow_GetIDNoKeepAlive_Str ImGuiWindow_GetIDNoKeepAlive_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetID_Int
pImGuiWindow_GetID_Int ImGuiWindow_GetID_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetID_Ptr
pImGuiWindow_GetID_Ptr ImGuiWindow_GetID_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_GetID_Str
pImGuiWindow_GetID_Str ImGuiWindow_GetID_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_ImGuiWindow
pImGuiWindow_ImGuiWindow ImGuiWindow_ImGuiWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_MenuBarHeight
pImGuiWindow_MenuBarHeight ImGuiWindow_MenuBarHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_MenuBarRect
pImGuiWindow_MenuBarRect ImGuiWindow_MenuBarRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_Rect
pImGuiWindow_Rect ImGuiWindow_Rect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_TitleBarHeight
pImGuiWindow_TitleBarHeight ImGuiWindow_TitleBarHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_TitleBarRect
pImGuiWindow_TitleBarRect ImGuiWindow_TitleBarRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow_destroy
pImGuiWindow_destroy ImGuiWindow_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_CharCallback
pImGui_ImplGlfw_CharCallback ImGui_ImplGlfw_CharCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_CursorEnterCallback
pImGui_ImplGlfw_CursorEnterCallback ImGui_ImplGlfw_CursorEnterCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_InitForOpenGL
pImGui_ImplGlfw_InitForOpenGL ImGui_ImplGlfw_InitForOpenGL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_InitForOther
pImGui_ImplGlfw_InitForOther ImGui_ImplGlfw_InitForOther;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_InitForVulkan
pImGui_ImplGlfw_InitForVulkan ImGui_ImplGlfw_InitForVulkan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_KeyCallback
pImGui_ImplGlfw_KeyCallback ImGui_ImplGlfw_KeyCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_MonitorCallback
pImGui_ImplGlfw_MonitorCallback ImGui_ImplGlfw_MonitorCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_MouseButtonCallback
pImGui_ImplGlfw_MouseButtonCallback ImGui_ImplGlfw_MouseButtonCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_NewFrame
pImGui_ImplGlfw_NewFrame ImGui_ImplGlfw_NewFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_ScrollCallback
pImGui_ImplGlfw_ScrollCallback ImGui_ImplGlfw_ScrollCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_Shutdown
pImGui_ImplGlfw_Shutdown ImGui_ImplGlfw_Shutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplGlfw_WindowFocusCallback
pImGui_ImplGlfw_WindowFocusCallback ImGui_ImplGlfw_WindowFocusCallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_CreateDeviceObjects
pImGui_ImplOpenGL2_CreateDeviceObjects ImGui_ImplOpenGL2_CreateDeviceObjects;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_CreateFontsTexture
pImGui_ImplOpenGL2_CreateFontsTexture ImGui_ImplOpenGL2_CreateFontsTexture;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_DestroyDeviceObjects
pImGui_ImplOpenGL2_DestroyDeviceObjects ImGui_ImplOpenGL2_DestroyDeviceObjects;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_DestroyFontsTexture
pImGui_ImplOpenGL2_DestroyFontsTexture ImGui_ImplOpenGL2_DestroyFontsTexture;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_Init
pImGui_ImplOpenGL2_Init ImGui_ImplOpenGL2_Init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_NewFrame
pImGui_ImplOpenGL2_NewFrame ImGui_ImplOpenGL2_NewFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_RenderDrawData
pImGui_ImplOpenGL2_RenderDrawData ImGui_ImplOpenGL2_RenderDrawData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL2_Shutdown
pImGui_ImplOpenGL2_Shutdown ImGui_ImplOpenGL2_Shutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_CreateDeviceObjects
pImGui_ImplOpenGL3_CreateDeviceObjects ImGui_ImplOpenGL3_CreateDeviceObjects;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_CreateFontsTexture
pImGui_ImplOpenGL3_CreateFontsTexture ImGui_ImplOpenGL3_CreateFontsTexture;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_DestroyDeviceObjects
pImGui_ImplOpenGL3_DestroyDeviceObjects ImGui_ImplOpenGL3_DestroyDeviceObjects;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_DestroyFontsTexture
pImGui_ImplOpenGL3_DestroyFontsTexture ImGui_ImplOpenGL3_DestroyFontsTexture;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_Init
pImGui_ImplOpenGL3_Init ImGui_ImplOpenGL3_Init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_NewFrame
pImGui_ImplOpenGL3_NewFrame ImGui_ImplOpenGL3_NewFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_RenderDrawData
pImGui_ImplOpenGL3_RenderDrawData ImGui_ImplOpenGL3_RenderDrawData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplOpenGL3_Shutdown
pImGui_ImplOpenGL3_Shutdown ImGui_ImplOpenGL3_Shutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForD3D
pImGui_ImplSDL2_InitForD3D ImGui_ImplSDL2_InitForD3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForMetal
pImGui_ImplSDL2_InitForMetal ImGui_ImplSDL2_InitForMetal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForOpenGL
pImGui_ImplSDL2_InitForOpenGL ImGui_ImplSDL2_InitForOpenGL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForSDLRenderer
pImGui_ImplSDL2_InitForSDLRenderer ImGui_ImplSDL2_InitForSDLRenderer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_InitForVulkan
pImGui_ImplSDL2_InitForVulkan ImGui_ImplSDL2_InitForVulkan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_NewFrame
pImGui_ImplSDL2_NewFrame ImGui_ImplSDL2_NewFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_ProcessEvent
pImGui_ImplSDL2_ProcessEvent ImGui_ImplSDL2_ProcessEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGui_ImplSDL2_Shutdown
pImGui_ImplSDL2_Shutdown ImGui_ImplSDL2_Shutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Add_Rect
pImRect_Add_Rect ImRect_Add_Rect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Add_Vec2
pImRect_Add_Vec2 ImRect_Add_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ClipWith
pImRect_ClipWith ImRect_ClipWith;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ClipWithFull
pImRect_ClipWithFull ImRect_ClipWithFull;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Contains_Rect
pImRect_Contains_Rect ImRect_Contains_Rect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Contains_Vec2
pImRect_Contains_Vec2 ImRect_Contains_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Expand_Float
pImRect_Expand_Float ImRect_Expand_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Expand_Vec2
pImRect_Expand_Vec2 ImRect_Expand_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Floor
pImRect_Floor ImRect_Floor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetArea
pImRect_GetArea ImRect_GetArea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetBL
pImRect_GetBL ImRect_GetBL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetBR
pImRect_GetBR ImRect_GetBR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetCenter
pImRect_GetCenter ImRect_GetCenter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetHeight
pImRect_GetHeight ImRect_GetHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetSize
pImRect_GetSize ImRect_GetSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetTL
pImRect_GetTL ImRect_GetTL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetTR
pImRect_GetTR ImRect_GetTR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_GetWidth
pImRect_GetWidth ImRect_GetWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect_Float
pImRect_ImRect_Float ImRect_ImRect_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect_Nil
pImRect_ImRect_Nil ImRect_ImRect_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect_Vec2
pImRect_ImRect_Vec2 ImRect_ImRect_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ImRect_Vec4
pImRect_ImRect_Vec4 ImRect_ImRect_Vec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_IsInverted
pImRect_IsInverted ImRect_IsInverted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Overlaps
pImRect_Overlaps ImRect_Overlaps;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_ToVec4
pImRect_ToVec4 ImRect_ToVec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_Translate
pImRect_Translate ImRect_Translate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_TranslateX
pImRect_TranslateX ImRect_TranslateX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_TranslateY
pImRect_TranslateY ImRect_TranslateY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect_destroy
pImRect_destroy ImRect_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec1_ImVec1_Float
pImVec1_ImVec1_Float ImVec1_ImVec1_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec1_ImVec1_Nil
pImVec1_ImVec1_Nil ImVec1_ImVec1_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec1_destroy
pImVec1_destroy ImVec1_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2_ImVec2_Float
pImVec2_ImVec2_Float ImVec2_ImVec2_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2_ImVec2_Nil
pImVec2_ImVec2_Nil ImVec2_ImVec2_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2_destroy
pImVec2_destroy ImVec2_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_ImVec2ih_Nil
pImVec2ih_ImVec2ih_Nil ImVec2ih_ImVec2ih_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_ImVec2ih_Vec2
pImVec2ih_ImVec2ih_Vec2 ImVec2ih_ImVec2ih_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_ImVec2ih_short
pImVec2ih_ImVec2ih_short ImVec2ih_ImVec2ih_short;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih_destroy
pImVec2ih_destroy ImVec2ih_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec4_ImVec4_Float
pImVec4_ImVec4_Float ImVec4_ImVec4_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec4_ImVec4_Nil
pImVec4_ImVec4_Nil ImVec4_ImVec4_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec4_destroy
pImVec4_destroy ImVec4_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igAcceptDragDropPayload
pigAcceptDragDropPayload igAcceptDragDropPayload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igActivateItem
pigActivateItem igActivateItem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igAddContextHook
pigAddContextHook igAddContextHook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igAlignTextToFramePadding
pigAlignTextToFramePadding igAlignTextToFramePadding;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igArrowButton
pigArrowButton igArrowButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igArrowButtonEx
pigArrowButtonEx igArrowButtonEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBegin
pigBegin igBegin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChildEx
pigBeginChildEx igBeginChildEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChildFrame
pigBeginChildFrame igBeginChildFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChild_ID
pigBeginChild_ID igBeginChild_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginChild_Str
pigBeginChild_Str igBeginChild_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginColumns
pigBeginColumns igBeginColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginCombo
pigBeginCombo igBeginCombo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginComboPopup
pigBeginComboPopup igBeginComboPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginComboPreview
pigBeginComboPreview igBeginComboPreview;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDisabled
pigBeginDisabled igBeginDisabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDockableDragDropSource
pigBeginDockableDragDropSource igBeginDockableDragDropSource;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDockableDragDropTarget
pigBeginDockableDragDropTarget igBeginDockableDragDropTarget;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDocked
pigBeginDocked igBeginDocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDragDropSource
pigBeginDragDropSource igBeginDragDropSource;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDragDropTarget
pigBeginDragDropTarget igBeginDragDropTarget;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginDragDropTargetCustom
pigBeginDragDropTargetCustom igBeginDragDropTargetCustom;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginGroup
pigBeginGroup igBeginGroup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginListBox
pigBeginListBox igBeginListBox;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMainMenuBar
pigBeginMainMenuBar igBeginMainMenuBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMenu
pigBeginMenu igBeginMenu;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMenuBar
pigBeginMenuBar igBeginMenuBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginMenuEx
pigBeginMenuEx igBeginMenuEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopup
pigBeginPopup igBeginPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupContextItem
pigBeginPopupContextItem igBeginPopupContextItem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupContextVoid
pigBeginPopupContextVoid igBeginPopupContextVoid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupContextWindow
pigBeginPopupContextWindow igBeginPopupContextWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupEx
pigBeginPopupEx igBeginPopupEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginPopupModal
pigBeginPopupModal igBeginPopupModal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTabBar
pigBeginTabBar igBeginTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTabBarEx
pigBeginTabBarEx igBeginTabBarEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTabItem
pigBeginTabItem igBeginTabItem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTable
pigBeginTable igBeginTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTableEx
pigBeginTableEx igBeginTableEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTooltip
pigBeginTooltip igBeginTooltip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginTooltipEx
pigBeginTooltipEx igBeginTooltipEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBeginViewportSideBar
pigBeginViewportSideBar igBeginViewportSideBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBringWindowToDisplayBack
pigBringWindowToDisplayBack igBringWindowToDisplayBack;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBringWindowToDisplayFront
pigBringWindowToDisplayFront igBringWindowToDisplayFront;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBringWindowToFocusFront
pigBringWindowToFocusFront igBringWindowToFocusFront;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBullet
pigBullet igBullet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBulletText
pigBulletText igBulletText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igBulletTextV
pigBulletTextV igBulletTextV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igButton
pigButton igButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igButtonBehavior
pigButtonBehavior igButtonBehavior;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igButtonEx
pigButtonEx igButtonEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcItemSize
pigCalcItemSize igCalcItemSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcItemWidth
pigCalcItemWidth igCalcItemWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcListClipping
pigCalcListClipping igCalcListClipping;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcTextSize
pigCalcTextSize igCalcTextSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcTypematicRepeatAmount
pigCalcTypematicRepeatAmount igCalcTypematicRepeatAmount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcWindowNextAutoFitSize
pigCalcWindowNextAutoFitSize igCalcWindowNextAutoFitSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCalcWrapWidthForPos
pigCalcWrapWidthForPos igCalcWrapWidthForPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCallContextHooks
pigCallContextHooks igCallContextHooks;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCaptureKeyboardFromApp
pigCaptureKeyboardFromApp igCaptureKeyboardFromApp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCaptureMouseFromApp
pigCaptureMouseFromApp igCaptureMouseFromApp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckbox
pigCheckbox igCheckbox;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags_IntPtr
pigCheckboxFlags_IntPtr igCheckboxFlags_IntPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags_S64Ptr
pigCheckboxFlags_S64Ptr igCheckboxFlags_S64Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags_U64Ptr
pigCheckboxFlags_U64Ptr igCheckboxFlags_U64Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCheckboxFlags_UintPtr
pigCheckboxFlags_UintPtr igCheckboxFlags_UintPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClearActiveID
pigClearActiveID igClearActiveID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClearDragDrop
pigClearDragDrop igClearDragDrop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClearIniSettings
pigClearIniSettings igClearIniSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCloseButton
pigCloseButton igCloseButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCloseCurrentPopup
pigCloseCurrentPopup igCloseCurrentPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClosePopupToLevel
pigClosePopupToLevel igClosePopupToLevel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClosePopupsExceptModals
pigClosePopupsExceptModals igClosePopupsExceptModals;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igClosePopupsOverWindow
pigClosePopupsOverWindow igClosePopupsOverWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCollapseButton
pigCollapseButton igCollapseButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCollapsingHeader_BoolPtr
pigCollapsingHeader_BoolPtr igCollapsingHeader_BoolPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCollapsingHeader_TreeNodeFlags
pigCollapsingHeader_TreeNodeFlags igCollapsingHeader_TreeNodeFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorButton
pigColorButton igColorButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertFloat4ToU32
pigColorConvertFloat4ToU32 igColorConvertFloat4ToU32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertHSVtoRGB
pigColorConvertHSVtoRGB igColorConvertHSVtoRGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertRGBtoHSV
pigColorConvertRGBtoHSV igColorConvertRGBtoHSV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorConvertU32ToFloat4
pigColorConvertU32ToFloat4 igColorConvertU32ToFloat4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorEdit3
pigColorEdit3 igColorEdit3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorEdit4
pigColorEdit4 igColorEdit4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorEditOptionsPopup
pigColorEditOptionsPopup igColorEditOptionsPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorPicker3
pigColorPicker3 igColorPicker3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorPicker4
pigColorPicker4 igColorPicker4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorPickerOptionsPopup
pigColorPickerOptionsPopup igColorPickerOptionsPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColorTooltip
pigColorTooltip igColorTooltip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igColumns
pigColumns igColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCombo_FnBoolPtr
pigCombo_FnBoolPtr igCombo_FnBoolPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCombo_Str
pigCombo_Str igCombo_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCombo_Str_arr
pigCombo_Str_arr igCombo_Str_arr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCreateContext
pigCreateContext igCreateContext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igCreateNewWindowSettings
pigCreateNewWindowSettings igCreateNewWindowSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeApplyOp
pigDataTypeApplyOp igDataTypeApplyOp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeApplyOpFromText
pigDataTypeApplyOpFromText igDataTypeApplyOpFromText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeClamp
pigDataTypeClamp igDataTypeClamp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeCompare
pigDataTypeCompare igDataTypeCompare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeFormatString
pigDataTypeFormatString igDataTypeFormatString;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDataTypeGetInfo
pigDataTypeGetInfo igDataTypeGetInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugCheckVersionAndDataLayout
pigDebugCheckVersionAndDataLayout igDebugCheckVersionAndDataLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugDrawItemRect
pigDebugDrawItemRect igDebugDrawItemRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeColumns
pigDebugNodeColumns igDebugNodeColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeDockNode
pigDebugNodeDockNode igDebugNodeDockNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeDrawCmdShowMeshAndBoundingBox
pigDebugNodeDrawCmdShowMeshAndBoundingBox igDebugNodeDrawCmdShowMeshAndBoundingBox;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeDrawList
pigDebugNodeDrawList igDebugNodeDrawList;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeFont
pigDebugNodeFont igDebugNodeFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeStorage
pigDebugNodeStorage igDebugNodeStorage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeTabBar
pigDebugNodeTabBar igDebugNodeTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeTable
pigDebugNodeTable igDebugNodeTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeTableSettings
pigDebugNodeTableSettings igDebugNodeTableSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeViewport
pigDebugNodeViewport igDebugNodeViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeWindow
pigDebugNodeWindow igDebugNodeWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeWindowSettings
pigDebugNodeWindowSettings igDebugNodeWindowSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugNodeWindowsList
pigDebugNodeWindowsList igDebugNodeWindowsList;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugRenderViewportThumbnail
pigDebugRenderViewportThumbnail igDebugRenderViewportThumbnail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDebugStartItemPicker
pigDebugStartItemPicker igDebugStartItemPicker;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDestroyContext
pigDestroyContext igDestroyContext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDestroyPlatformWindow
pigDestroyPlatformWindow igDestroyPlatformWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDestroyPlatformWindows
pigDestroyPlatformWindows igDestroyPlatformWindows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderAddNode
pigDockBuilderAddNode igDockBuilderAddNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderCopyDockSpace
pigDockBuilderCopyDockSpace igDockBuilderCopyDockSpace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderCopyNode
pigDockBuilderCopyNode igDockBuilderCopyNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderCopyWindowSettings
pigDockBuilderCopyWindowSettings igDockBuilderCopyWindowSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderDockWindow
pigDockBuilderDockWindow igDockBuilderDockWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderFinish
pigDockBuilderFinish igDockBuilderFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderGetCentralNode
pigDockBuilderGetCentralNode igDockBuilderGetCentralNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderGetNode
pigDockBuilderGetNode igDockBuilderGetNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderRemoveNode
pigDockBuilderRemoveNode igDockBuilderRemoveNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderRemoveNodeChildNodes
pigDockBuilderRemoveNodeChildNodes igDockBuilderRemoveNodeChildNodes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderRemoveNodeDockedWindows
pigDockBuilderRemoveNodeDockedWindows igDockBuilderRemoveNodeDockedWindows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderSetNodePos
pigDockBuilderSetNodePos igDockBuilderSetNodePos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderSetNodeSize
pigDockBuilderSetNodeSize igDockBuilderSetNodeSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockBuilderSplitNode
pigDockBuilderSplitNode igDockBuilderSplitNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextCalcDropPosForDocking
pigDockContextCalcDropPosForDocking igDockContextCalcDropPosForDocking;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextClearNodes
pigDockContextClearNodes igDockContextClearNodes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextGenNodeID
pigDockContextGenNodeID igDockContextGenNodeID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextInitialize
pigDockContextInitialize igDockContextInitialize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextNewFrameUpdateDocking
pigDockContextNewFrameUpdateDocking igDockContextNewFrameUpdateDocking;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextNewFrameUpdateUndocking
pigDockContextNewFrameUpdateUndocking igDockContextNewFrameUpdateUndocking;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextQueueDock
pigDockContextQueueDock igDockContextQueueDock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextQueueUndockNode
pigDockContextQueueUndockNode igDockContextQueueUndockNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextQueueUndockWindow
pigDockContextQueueUndockWindow igDockContextQueueUndockWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextRebuildNodes
pigDockContextRebuildNodes igDockContextRebuildNodes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockContextShutdown
pigDockContextShutdown igDockContextShutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeBeginAmendTabBar
pigDockNodeBeginAmendTabBar igDockNodeBeginAmendTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeEndAmendTabBar
pigDockNodeEndAmendTabBar igDockNodeEndAmendTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeGetDepth
pigDockNodeGetDepth igDockNodeGetDepth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeGetRootNode
pigDockNodeGetRootNode igDockNodeGetRootNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockNodeGetWindowMenuButtonId
pigDockNodeGetWindowMenuButtonId igDockNodeGetWindowMenuButtonId;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockSpace
pigDockSpace igDockSpace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDockSpaceOverViewport
pigDockSpaceOverViewport igDockSpaceOverViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragBehavior
pigDragBehavior igDragBehavior;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat
pigDragFloat igDragFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat2
pigDragFloat2 igDragFloat2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat3
pigDragFloat3 igDragFloat3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloat4
pigDragFloat4 igDragFloat4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragFloatRange2
pigDragFloatRange2 igDragFloatRange2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt
pigDragInt igDragInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt2
pigDragInt2 igDragInt2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt3
pigDragInt3 igDragInt3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragInt4
pigDragInt4 igDragInt4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragIntRange2
pigDragIntRange2 igDragIntRange2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragScalar
pigDragScalar igDragScalar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDragScalarN
pigDragScalarN igDragScalarN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igDummy
pigDummy igDummy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEnd
pigEnd igEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndChild
pigEndChild igEndChild;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndChildFrame
pigEndChildFrame igEndChildFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndColumns
pigEndColumns igEndColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndCombo
pigEndCombo igEndCombo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndComboPreview
pigEndComboPreview igEndComboPreview;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndDisabled
pigEndDisabled igEndDisabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndDragDropSource
pigEndDragDropSource igEndDragDropSource;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndDragDropTarget
pigEndDragDropTarget igEndDragDropTarget;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndFrame
pigEndFrame igEndFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndGroup
pigEndGroup igEndGroup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndListBox
pigEndListBox igEndListBox;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndMainMenuBar
pigEndMainMenuBar igEndMainMenuBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndMenu
pigEndMenu igEndMenu;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndMenuBar
pigEndMenuBar igEndMenuBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndPopup
pigEndPopup igEndPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTabBar
pigEndTabBar igEndTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTabItem
pigEndTabItem igEndTabItem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTable
pigEndTable igEndTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igEndTooltip
pigEndTooltip igEndTooltip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igErrorCheckEndFrameRecover
pigErrorCheckEndFrameRecover igErrorCheckEndFrameRecover;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igErrorCheckEndWindowRecover
pigErrorCheckEndWindowRecover igErrorCheckEndWindowRecover;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindBestWindowPosForPopup
pigFindBestWindowPosForPopup igFindBestWindowPosForPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindBestWindowPosForPopupEx
pigFindBestWindowPosForPopupEx igFindBestWindowPosForPopupEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindOrCreateColumns
pigFindOrCreateColumns igFindOrCreateColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindOrCreateWindowSettings
pigFindOrCreateWindowSettings igFindOrCreateWindowSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindRenderedTextEnd
pigFindRenderedTextEnd igFindRenderedTextEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindSettingsHandler
pigFindSettingsHandler igFindSettingsHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindViewportByID
pigFindViewportByID igFindViewportByID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindViewportByPlatformHandle
pigFindViewportByPlatformHandle igFindViewportByPlatformHandle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindWindowByID
pigFindWindowByID igFindWindowByID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindWindowByName
pigFindWindowByName igFindWindowByName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFindWindowSettings
pigFindWindowSettings igFindWindowSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFocusTopMostWindowUnderOne
pigFocusTopMostWindowUnderOne igFocusTopMostWindowUnderOne;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igFocusWindow
pigFocusWindow igFocusWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGcAwakeTransientWindowBuffers
pigGcAwakeTransientWindowBuffers igGcAwakeTransientWindowBuffers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGcCompactTransientMiscBuffers
pigGcCompactTransientMiscBuffers igGcCompactTransientMiscBuffers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGcCompactTransientWindowBuffers
pigGcCompactTransientWindowBuffers igGcCompactTransientWindowBuffers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetActiveID
pigGetActiveID igGetActiveID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetAllocatorFunctions
pigGetAllocatorFunctions igGetAllocatorFunctions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetBackgroundDrawList_Nil
pigGetBackgroundDrawList_Nil igGetBackgroundDrawList_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetBackgroundDrawList_ViewportPtr
pigGetBackgroundDrawList_ViewportPtr igGetBackgroundDrawList_ViewportPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetClipboardText
pigGetClipboardText igGetClipboardText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColorU32_Col
pigGetColorU32_Col igGetColorU32_Col;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColorU32_U32
pigGetColorU32_U32 igGetColorU32_U32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColorU32_Vec4
pigGetColorU32_Vec4 igGetColorU32_Vec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnIndex
pigGetColumnIndex igGetColumnIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnNormFromOffset
pigGetColumnNormFromOffset igGetColumnNormFromOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnOffset
pigGetColumnOffset igGetColumnOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnOffsetFromNorm
pigGetColumnOffsetFromNorm igGetColumnOffsetFromNorm;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnWidth
pigGetColumnWidth igGetColumnWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnsCount
pigGetColumnsCount igGetColumnsCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetColumnsID
pigGetColumnsID igGetColumnsID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetContentRegionAvail
pigGetContentRegionAvail igGetContentRegionAvail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetContentRegionMax
pigGetContentRegionMax igGetContentRegionMax;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetContentRegionMaxAbs
pigGetContentRegionMaxAbs igGetContentRegionMaxAbs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentContext
pigGetCurrentContext igGetCurrentContext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentTable
pigGetCurrentTable igGetCurrentTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentWindow
pigGetCurrentWindow igGetCurrentWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCurrentWindowRead
pigGetCurrentWindowRead igGetCurrentWindowRead;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorPos
pigGetCursorPos igGetCursorPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorPosX
pigGetCursorPosX igGetCursorPosX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorPosY
pigGetCursorPosY igGetCursorPosY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorScreenPos
pigGetCursorScreenPos igGetCursorScreenPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetCursorStartPos
pigGetCursorStartPos igGetCursorStartPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDefaultFont
pigGetDefaultFont igGetDefaultFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDragDropPayload
pigGetDragDropPayload igGetDragDropPayload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDrawData
pigGetDrawData igGetDrawData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetDrawListSharedData
pigGetDrawListSharedData igGetDrawListSharedData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFocusID
pigGetFocusID igGetFocusID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFocusScope
pigGetFocusScope igGetFocusScope;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFocusedFocusScope
pigGetFocusedFocusScope igGetFocusedFocusScope;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFont
pigGetFont igGetFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFontSize
pigGetFontSize igGetFontSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFontTexUvWhitePixel
pigGetFontTexUvWhitePixel igGetFontTexUvWhitePixel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetForegroundDrawList_Nil
pigGetForegroundDrawList_Nil igGetForegroundDrawList_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetForegroundDrawList_ViewportPtr
pigGetForegroundDrawList_ViewportPtr igGetForegroundDrawList_ViewportPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetForegroundDrawList_WindowPtr
pigGetForegroundDrawList_WindowPtr igGetForegroundDrawList_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFrameCount
pigGetFrameCount igGetFrameCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFrameHeight
pigGetFrameHeight igGetFrameHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetFrameHeightWithSpacing
pigGetFrameHeightWithSpacing igGetFrameHeightWithSpacing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetHoveredID
pigGetHoveredID igGetHoveredID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetIDWithSeed
pigGetIDWithSeed igGetIDWithSeed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetID_Ptr
pigGetID_Ptr igGetID_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetID_Str
pigGetID_Str igGetID_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetID_StrStr
pigGetID_StrStr igGetID_StrStr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetIO
pigGetIO igGetIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetInputTextState
pigGetInputTextState igGetInputTextState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemFlags
pigGetItemFlags igGetItemFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemID
pigGetItemID igGetItemID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemRectMax
pigGetItemRectMax igGetItemRectMax;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemRectMin
pigGetItemRectMin igGetItemRectMin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemRectSize
pigGetItemRectSize igGetItemRectSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetItemStatusFlags
pigGetItemStatusFlags igGetItemStatusFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetKeyIndex
pigGetKeyIndex igGetKeyIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetKeyPressedAmount
pigGetKeyPressedAmount igGetKeyPressedAmount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMainViewport
pigGetMainViewport igGetMainViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMergedKeyModFlags
pigGetMergedKeyModFlags igGetMergedKeyModFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMouseCursor
pigGetMouseCursor igGetMouseCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMouseDragDelta
pigGetMouseDragDelta igGetMouseDragDelta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMousePos
pigGetMousePos igGetMousePos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetMousePosOnOpeningCurrentPopup
pigGetMousePosOnOpeningCurrentPopup igGetMousePosOnOpeningCurrentPopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetNavInputAmount
pigGetNavInputAmount igGetNavInputAmount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetNavInputAmount2d
pigGetNavInputAmount2d igGetNavInputAmount2d;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetPlatformIO
pigGetPlatformIO igGetPlatformIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetPopupAllowedExtentRect
pigGetPopupAllowedExtentRect igGetPopupAllowedExtentRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollMaxX
pigGetScrollMaxX igGetScrollMaxX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollMaxY
pigGetScrollMaxY igGetScrollMaxY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollX
pigGetScrollX igGetScrollX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetScrollY
pigGetScrollY igGetScrollY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStateStorage
pigGetStateStorage igGetStateStorage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStyle
pigGetStyle igGetStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStyleColorName
pigGetStyleColorName igGetStyleColorName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetStyleColorVec4
pigGetStyleColorVec4 igGetStyleColorVec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTextLineHeight
pigGetTextLineHeight igGetTextLineHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTextLineHeightWithSpacing
pigGetTextLineHeightWithSpacing igGetTextLineHeightWithSpacing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTime
pigGetTime igGetTime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTopMostPopupModal
pigGetTopMostPopupModal igGetTopMostPopupModal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetTreeNodeToLabelSpacing
pigGetTreeNodeToLabelSpacing igGetTreeNodeToLabelSpacing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetVersion
pigGetVersion igGetVersion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetViewportPlatformMonitor
pigGetViewportPlatformMonitor igGetViewportPlatformMonitor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowAlwaysWantOwnTabBar
pigGetWindowAlwaysWantOwnTabBar igGetWindowAlwaysWantOwnTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowContentRegionMax
pigGetWindowContentRegionMax igGetWindowContentRegionMax;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowContentRegionMin
pigGetWindowContentRegionMin igGetWindowContentRegionMin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDockID
pigGetWindowDockID igGetWindowDockID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDockNode
pigGetWindowDockNode igGetWindowDockNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDpiScale
pigGetWindowDpiScale igGetWindowDpiScale;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowDrawList
pigGetWindowDrawList igGetWindowDrawList;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowHeight
pigGetWindowHeight igGetWindowHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowPos
pigGetWindowPos igGetWindowPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowResizeBorderID
pigGetWindowResizeBorderID igGetWindowResizeBorderID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowResizeCornerID
pigGetWindowResizeCornerID igGetWindowResizeCornerID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowScrollbarID
pigGetWindowScrollbarID igGetWindowScrollbarID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowScrollbarRect
pigGetWindowScrollbarRect igGetWindowScrollbarRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowSize
pigGetWindowSize igGetWindowSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowViewport
pigGetWindowViewport igGetWindowViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igGetWindowWidth
pigGetWindowWidth igGetWindowWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAbs_Float
pigImAbs_Float igImAbs_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAbs_Int
pigImAbs_Int igImAbs_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAbs_double
pigImAbs_double igImAbs_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImAlphaBlendColors
pigImAlphaBlendColors igImAlphaBlendColors;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierCubicCalc
pigImBezierCubicCalc igImBezierCubicCalc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierCubicClosestPoint
pigImBezierCubicClosestPoint igImBezierCubicClosestPoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierCubicClosestPointCasteljau
pigImBezierCubicClosestPointCasteljau igImBezierCubicClosestPointCasteljau;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBezierQuadraticCalc
pigImBezierQuadraticCalc igImBezierQuadraticCalc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArrayClearBit
pigImBitArrayClearBit igImBitArrayClearBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArraySetBit
pigImBitArraySetBit igImBitArraySetBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArraySetBitRange
pigImBitArraySetBitRange igImBitArraySetBitRange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImBitArrayTestBit
pigImBitArrayTestBit igImBitArrayTestBit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImCharIsBlankA
pigImCharIsBlankA igImCharIsBlankA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImCharIsBlankW
pigImCharIsBlankW igImCharIsBlankW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImClamp
pigImClamp igImClamp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImDot
pigImDot igImDot;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileClose
pigImFileClose igImFileClose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileGetSize
pigImFileGetSize igImFileGetSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileLoadToMemory
pigImFileLoadToMemory igImFileLoadToMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileOpen
pigImFileOpen igImFileOpen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileRead
pigImFileRead igImFileRead;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFileWrite
pigImFileWrite igImFileWrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFloorSigned
pigImFloorSigned igImFloorSigned;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFloor_Float
pigImFloor_Float igImFloor_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFloor_Vec2
pigImFloor_Vec2 igImFloor_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildFinish
pigImFontAtlasBuildFinish igImFontAtlasBuildFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildInit
pigImFontAtlasBuildInit igImFontAtlasBuildInit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildMultiplyCalcLookupTable
pigImFontAtlasBuildMultiplyCalcLookupTable igImFontAtlasBuildMultiplyCalcLookupTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildMultiplyRectAlpha8
pigImFontAtlasBuildMultiplyRectAlpha8 igImFontAtlasBuildMultiplyRectAlpha8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildPackCustomRects
pigImFontAtlasBuildPackCustomRects igImFontAtlasBuildPackCustomRects;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildRender32bppRectFromString
pigImFontAtlasBuildRender32bppRectFromString igImFontAtlasBuildRender32bppRectFromString;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildRender8bppRectFromString
pigImFontAtlasBuildRender8bppRectFromString igImFontAtlasBuildRender8bppRectFromString;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasBuildSetupFont
pigImFontAtlasBuildSetupFont igImFontAtlasBuildSetupFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFontAtlasGetBuilderForStbTruetype
pigImFontAtlasGetBuilderForStbTruetype igImFontAtlasGetBuilderForStbTruetype;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFormatString
pigImFormatString igImFormatString;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImFormatStringV
pigImFormatStringV igImFormatStringV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImGetDirQuadrantFromDelta
pigImGetDirQuadrantFromDelta igImGetDirQuadrantFromDelta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImHashData
pigImHashData igImHashData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImHashStr
pigImHashStr igImHashStr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImInvLength
pigImInvLength igImInvLength;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImIsPowerOfTwo_Int
pigImIsPowerOfTwo_Int igImIsPowerOfTwo_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImIsPowerOfTwo_U64
pigImIsPowerOfTwo_U64 igImIsPowerOfTwo_U64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLengthSqr_Vec2
pigImLengthSqr_Vec2 igImLengthSqr_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLengthSqr_Vec4
pigImLengthSqr_Vec4 igImLengthSqr_Vec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLerp_Vec2Float
pigImLerp_Vec2Float igImLerp_Vec2Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLerp_Vec2Vec2
pigImLerp_Vec2Vec2 igImLerp_Vec2Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLerp_Vec4
pigImLerp_Vec4 igImLerp_Vec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLineClosestPoint
pigImLineClosestPoint igImLineClosestPoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLinearSweep
pigImLinearSweep igImLinearSweep;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLog_Float
pigImLog_Float igImLog_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImLog_double
pigImLog_double igImLog_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImMax
pigImMax igImMax;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImMin
pigImMin igImMin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImModPositive
pigImModPositive igImModPositive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImMul
pigImMul igImMul;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatFindEnd
pigImParseFormatFindEnd igImParseFormatFindEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatFindStart
pigImParseFormatFindStart igImParseFormatFindStart;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatPrecision
pigImParseFormatPrecision igImParseFormatPrecision;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImParseFormatTrimDecorations
pigImParseFormatTrimDecorations igImParseFormatTrimDecorations;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImPow_Float
pigImPow_Float igImPow_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImPow_double
pigImPow_double igImPow_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImRotate
pigImRotate igImRotate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImRsqrt_Float
pigImRsqrt_Float igImRsqrt_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImRsqrt_double
pigImRsqrt_double igImRsqrt_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImSaturate
pigImSaturate igImSaturate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImSign_Float
pigImSign_Float igImSign_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImSign_double
pigImSign_double igImSign_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrSkipBlank
pigImStrSkipBlank igImStrSkipBlank;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrTrimBlanks
pigImStrTrimBlanks igImStrTrimBlanks;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrbolW
pigImStrbolW igImStrbolW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrchrRange
pigImStrchrRange igImStrchrRange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrdup
pigImStrdup igImStrdup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrdupcpy
pigImStrdupcpy igImStrdupcpy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStreolRange
pigImStreolRange igImStreolRange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStricmp
pigImStricmp igImStricmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStristr
pigImStristr igImStristr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrlenW
pigImStrlenW igImStrlenW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrncpy
pigImStrncpy igImStrncpy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImStrnicmp
pigImStrnicmp igImStrnicmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCharFromUtf8
pigImTextCharFromUtf8 igImTextCharFromUtf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCharToUtf8
pigImTextCharToUtf8 igImTextCharToUtf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCountCharsFromUtf8
pigImTextCountCharsFromUtf8 igImTextCountCharsFromUtf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCountUtf8BytesFromChar
pigImTextCountUtf8BytesFromChar igImTextCountUtf8BytesFromChar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextCountUtf8BytesFromStr
pigImTextCountUtf8BytesFromStr igImTextCountUtf8BytesFromStr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextStrFromUtf8
pigImTextStrFromUtf8 igImTextStrFromUtf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTextStrToUtf8
pigImTextStrToUtf8 igImTextStrToUtf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleArea
pigImTriangleArea igImTriangleArea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleBarycentricCoords
pigImTriangleBarycentricCoords igImTriangleBarycentricCoords;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleClosestPoint
pigImTriangleClosestPoint igImTriangleClosestPoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImTriangleContainsPoint
pigImTriangleContainsPoint igImTriangleContainsPoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImUpperPowerOfTwo
pigImUpperPowerOfTwo igImUpperPowerOfTwo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImage
pigImage igImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImageButton
pigImageButton igImageButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igImageButtonEx
pigImageButtonEx igImageButtonEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIndent
pigIndent igIndent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInitialize
pigInitialize igInitialize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputDouble
pigInputDouble igInputDouble;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat
pigInputFloat igInputFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat2
pigInputFloat2 igInputFloat2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat3
pigInputFloat3 igInputFloat3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputFloat4
pigInputFloat4 igInputFloat4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt
pigInputInt igInputInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt2
pigInputInt2 igInputInt2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt3
pigInputInt3 igInputInt3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputInt4
pigInputInt4 igInputInt4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputScalar
pigInputScalar igInputScalar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputScalarN
pigInputScalarN igInputScalarN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputText
pigInputText igInputText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputTextEx
pigInputTextEx igInputTextEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputTextMultiline
pigInputTextMultiline igInputTextMultiline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInputTextWithHint
pigInputTextWithHint igInputTextWithHint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igInvisibleButton
pigInvisibleButton igInvisibleButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsActiveIdUsingKey
pigIsActiveIdUsingKey igIsActiveIdUsingKey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsActiveIdUsingNavDir
pigIsActiveIdUsingNavDir igIsActiveIdUsingNavDir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsActiveIdUsingNavInput
pigIsActiveIdUsingNavInput igIsActiveIdUsingNavInput;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyItemActive
pigIsAnyItemActive igIsAnyItemActive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyItemFocused
pigIsAnyItemFocused igIsAnyItemFocused;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyItemHovered
pigIsAnyItemHovered igIsAnyItemHovered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsAnyMouseDown
pigIsAnyMouseDown igIsAnyMouseDown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsClippedEx
pigIsClippedEx igIsClippedEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsDragDropPayloadBeingAccepted
pigIsDragDropPayloadBeingAccepted igIsDragDropPayloadBeingAccepted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemActivated
pigIsItemActivated igIsItemActivated;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemActive
pigIsItemActive igIsItemActive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemClicked
pigIsItemClicked igIsItemClicked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemDeactivated
pigIsItemDeactivated igIsItemDeactivated;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemDeactivatedAfterEdit
pigIsItemDeactivatedAfterEdit igIsItemDeactivatedAfterEdit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemEdited
pigIsItemEdited igIsItemEdited;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemFocused
pigIsItemFocused igIsItemFocused;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemHovered
pigIsItemHovered igIsItemHovered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemToggledOpen
pigIsItemToggledOpen igIsItemToggledOpen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemToggledSelection
pigIsItemToggledSelection igIsItemToggledSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsItemVisible
pigIsItemVisible igIsItemVisible;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyDown
pigIsKeyDown igIsKeyDown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyPressed
pigIsKeyPressed igIsKeyPressed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyPressedMap
pigIsKeyPressedMap igIsKeyPressedMap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsKeyReleased
pigIsKeyReleased igIsKeyReleased;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseClicked
pigIsMouseClicked igIsMouseClicked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDoubleClicked
pigIsMouseDoubleClicked igIsMouseDoubleClicked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDown
pigIsMouseDown igIsMouseDown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDragPastThreshold
pigIsMouseDragPastThreshold igIsMouseDragPastThreshold;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseDragging
pigIsMouseDragging igIsMouseDragging;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseHoveringRect
pigIsMouseHoveringRect igIsMouseHoveringRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMousePosValid
pigIsMousePosValid igIsMousePosValid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsMouseReleased
pigIsMouseReleased igIsMouseReleased;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsNavInputDown
pigIsNavInputDown igIsNavInputDown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsNavInputTest
pigIsNavInputTest igIsNavInputTest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsPopupOpen_ID
pigIsPopupOpen_ID igIsPopupOpen_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsPopupOpen_Str
pigIsPopupOpen_Str igIsPopupOpen_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsRectVisible_Nil
pigIsRectVisible_Nil igIsRectVisible_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsRectVisible_Vec2
pigIsRectVisible_Vec2 igIsRectVisible_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowAbove
pigIsWindowAbove igIsWindowAbove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowAppearing
pigIsWindowAppearing igIsWindowAppearing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowChildOf
pigIsWindowChildOf igIsWindowChildOf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowCollapsed
pigIsWindowCollapsed igIsWindowCollapsed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowDocked
pigIsWindowDocked igIsWindowDocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowFocused
pigIsWindowFocused igIsWindowFocused;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowHovered
pigIsWindowHovered igIsWindowHovered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igIsWindowNavFocusable
pigIsWindowNavFocusable igIsWindowNavFocusable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemAdd
pigItemAdd igItemAdd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemHoverable
pigItemHoverable igItemHoverable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemInputable
pigItemInputable igItemInputable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemSize_Rect
pigItemSize_Rect igItemSize_Rect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igItemSize_Vec2
pigItemSize_Vec2 igItemSize_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igKeepAliveID
pigKeepAliveID igKeepAliveID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLabelText
pigLabelText igLabelText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLabelTextV
pigLabelTextV igLabelTextV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igListBox_FnBoolPtr
pigListBox_FnBoolPtr igListBox_FnBoolPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igListBox_Str_arr
pigListBox_Str_arr igListBox_Str_arr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLoadIniSettingsFromDisk
pigLoadIniSettingsFromDisk igLoadIniSettingsFromDisk;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLoadIniSettingsFromMemory
pigLoadIniSettingsFromMemory igLoadIniSettingsFromMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogBegin
pigLogBegin igLogBegin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogButtons
pigLogButtons igLogButtons;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogFinish
pigLogFinish igLogFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogRenderedText
pigLogRenderedText igLogRenderedText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogSetNextTextDecoration
pigLogSetNextTextDecoration igLogSetNextTextDecoration;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogText
pigLogText igLogText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogTextV
pigLogTextV igLogTextV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToBuffer
pigLogToBuffer igLogToBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToClipboard
pigLogToClipboard igLogToClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToFile
pigLogToFile igLogToFile;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igLogToTTY
pigLogToTTY igLogToTTY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMarkIniSettingsDirty_Nil
pigMarkIniSettingsDirty_Nil igMarkIniSettingsDirty_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMarkIniSettingsDirty_WindowPtr
pigMarkIniSettingsDirty_WindowPtr igMarkIniSettingsDirty_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMarkItemEdited
pigMarkItemEdited igMarkItemEdited;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMemAlloc
pigMemAlloc igMemAlloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMemFree
pigMemFree igMemFree;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMenuItemEx
pigMenuItemEx igMenuItemEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMenuItem_Bool
pigMenuItem_Bool igMenuItem_Bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igMenuItem_BoolPtr
pigMenuItem_BoolPtr igMenuItem_BoolPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavInitRequestApplyResult
pigNavInitRequestApplyResult igNavInitRequestApplyResult;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavInitWindow
pigNavInitWindow igNavInitWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestApplyResult
pigNavMoveRequestApplyResult igNavMoveRequestApplyResult;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestButNoResultYet
pigNavMoveRequestButNoResultYet igNavMoveRequestButNoResultYet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestCancel
pigNavMoveRequestCancel igNavMoveRequestCancel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestForward
pigNavMoveRequestForward igNavMoveRequestForward;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestSubmit
pigNavMoveRequestSubmit igNavMoveRequestSubmit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNavMoveRequestTryWrapping
pigNavMoveRequestTryWrapping igNavMoveRequestTryWrapping;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNewFrame
pigNewFrame igNewFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNewLine
pigNewLine igNewLine;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igNextColumn
pigNextColumn igNextColumn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopupEx
pigOpenPopupEx igOpenPopupEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopupOnItemClick
pigOpenPopupOnItemClick igOpenPopupOnItemClick;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopup_ID
pigOpenPopup_ID igOpenPopup_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igOpenPopup_Str
pigOpenPopup_Str igOpenPopup_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotEx
pigPlotEx igPlotEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotHistogram_FloatPtr
pigPlotHistogram_FloatPtr igPlotHistogram_FloatPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotHistogram_FnFloatPtr
pigPlotHistogram_FnFloatPtr igPlotHistogram_FnFloatPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotLines_FloatPtr
pigPlotLines_FloatPtr igPlotLines_FloatPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPlotLines_FnFloatPtr
pigPlotLines_FnFloatPtr igPlotLines_FnFloatPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopAllowKeyboardFocus
pigPopAllowKeyboardFocus igPopAllowKeyboardFocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopButtonRepeat
pigPopButtonRepeat igPopButtonRepeat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopClipRect
pigPopClipRect igPopClipRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopColumnsBackground
pigPopColumnsBackground igPopColumnsBackground;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopFocusScope
pigPopFocusScope igPopFocusScope;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopFont
pigPopFont igPopFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopID
pigPopID igPopID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopItemFlag
pigPopItemFlag igPopItemFlag;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopItemWidth
pigPopItemWidth igPopItemWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopStyleColor
pigPopStyleColor igPopStyleColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopStyleVar
pigPopStyleVar igPopStyleVar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPopTextWrapPos
pigPopTextWrapPos igPopTextWrapPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igProgressBar
pigProgressBar igProgressBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushAllowKeyboardFocus
pigPushAllowKeyboardFocus igPushAllowKeyboardFocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushButtonRepeat
pigPushButtonRepeat igPushButtonRepeat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushClipRect
pigPushClipRect igPushClipRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushColumnClipRect
pigPushColumnClipRect igPushColumnClipRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushColumnsBackground
pigPushColumnsBackground igPushColumnsBackground;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushFocusScope
pigPushFocusScope igPushFocusScope;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushFont
pigPushFont igPushFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID_Int
pigPushID_Int igPushID_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID_Ptr
pigPushID_Ptr igPushID_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID_Str
pigPushID_Str igPushID_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushID_StrStr
pigPushID_StrStr igPushID_StrStr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushItemFlag
pigPushItemFlag igPushItemFlag;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushItemWidth
pigPushItemWidth igPushItemWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushMultiItemsWidths
pigPushMultiItemsWidths igPushMultiItemsWidths;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushOverrideID
pigPushOverrideID igPushOverrideID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleColor_U32
pigPushStyleColor_U32 igPushStyleColor_U32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleColor_Vec4
pigPushStyleColor_Vec4 igPushStyleColor_Vec4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleVar_Float
pigPushStyleVar_Float igPushStyleVar_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushStyleVar_Vec2
pigPushStyleVar_Vec2 igPushStyleVar_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igPushTextWrapPos
pigPushTextWrapPos igPushTextWrapPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRadioButton_Bool
pigRadioButton_Bool igRadioButton_Bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRadioButton_IntPtr
pigRadioButton_IntPtr igRadioButton_IntPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRemoveContextHook
pigRemoveContextHook igRemoveContextHook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRender
pigRender igRender;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderArrow
pigRenderArrow igRenderArrow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderArrowDockMenu
pigRenderArrowDockMenu igRenderArrowDockMenu;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderArrowPointingAt
pigRenderArrowPointingAt igRenderArrowPointingAt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderBullet
pigRenderBullet igRenderBullet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderCheckMark
pigRenderCheckMark igRenderCheckMark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderColorRectWithAlphaCheckerboard
pigRenderColorRectWithAlphaCheckerboard igRenderColorRectWithAlphaCheckerboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderFrame
pigRenderFrame igRenderFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderFrameBorder
pigRenderFrameBorder igRenderFrameBorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderMouseCursor
pigRenderMouseCursor igRenderMouseCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderNavHighlight
pigRenderNavHighlight igRenderNavHighlight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderPlatformWindowsDefault
pigRenderPlatformWindowsDefault igRenderPlatformWindowsDefault;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderRectFilledRangeH
pigRenderRectFilledRangeH igRenderRectFilledRangeH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderRectFilledWithHole
pigRenderRectFilledWithHole igRenderRectFilledWithHole;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderText
pigRenderText igRenderText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextClipped
pigRenderTextClipped igRenderTextClipped;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextClippedEx
pigRenderTextClippedEx igRenderTextClippedEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextEllipsis
pigRenderTextEllipsis igRenderTextEllipsis;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igRenderTextWrapped
pigRenderTextWrapped igRenderTextWrapped;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igResetMouseDragDelta
pigResetMouseDragDelta igResetMouseDragDelta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSameLine
pigSameLine igSameLine;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSaveIniSettingsToDisk
pigSaveIniSettingsToDisk igSaveIniSettingsToDisk;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSaveIniSettingsToMemory
pigSaveIniSettingsToMemory igSaveIniSettingsToMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScaleWindowsInViewport
pigScaleWindowsInViewport igScaleWindowsInViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScrollToBringRectIntoView
pigScrollToBringRectIntoView igScrollToBringRectIntoView;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScrollbar
pigScrollbar igScrollbar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igScrollbarEx
pigScrollbarEx igScrollbarEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSelectable_Bool
pigSelectable_Bool igSelectable_Bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSelectable_BoolPtr
pigSelectable_BoolPtr igSelectable_BoolPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSeparator
pigSeparator igSeparator;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSeparatorEx
pigSeparatorEx igSeparatorEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetActiveID
pigSetActiveID igSetActiveID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetActiveIdUsingNavAndKeys
pigSetActiveIdUsingNavAndKeys igSetActiveIdUsingNavAndKeys;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetAllocatorFunctions
pigSetAllocatorFunctions igSetAllocatorFunctions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetClipboardText
pigSetClipboardText igSetClipboardText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetColorEditOptions
pigSetColorEditOptions igSetColorEditOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetColumnOffset
pigSetColumnOffset igSetColumnOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetColumnWidth
pigSetColumnWidth igSetColumnWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCurrentContext
pigSetCurrentContext igSetCurrentContext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCurrentFont
pigSetCurrentFont igSetCurrentFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCurrentViewport
pigSetCurrentViewport igSetCurrentViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorPos
pigSetCursorPos igSetCursorPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorPosX
pigSetCursorPosX igSetCursorPosX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorPosY
pigSetCursorPosY igSetCursorPosY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetCursorScreenPos
pigSetCursorScreenPos igSetCursorScreenPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetDragDropPayload
pigSetDragDropPayload igSetDragDropPayload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetFocusID
pigSetFocusID igSetFocusID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetHoveredID
pigSetHoveredID igSetHoveredID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetItemAllowOverlap
pigSetItemAllowOverlap igSetItemAllowOverlap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetItemDefaultFocus
pigSetItemDefaultFocus igSetItemDefaultFocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetItemUsingMouseWheel
pigSetItemUsingMouseWheel igSetItemUsingMouseWheel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetKeyboardFocusHere
pigSetKeyboardFocusHere igSetKeyboardFocusHere;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetLastItemData
pigSetLastItemData igSetLastItemData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetMouseCursor
pigSetMouseCursor igSetMouseCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNavID
pigSetNavID igSetNavID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextItemOpen
pigSetNextItemOpen igSetNextItemOpen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextItemWidth
pigSetNextItemWidth igSetNextItemWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowBgAlpha
pigSetNextWindowBgAlpha igSetNextWindowBgAlpha;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowClass
pigSetNextWindowClass igSetNextWindowClass;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowCollapsed
pigSetNextWindowCollapsed igSetNextWindowCollapsed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowContentSize
pigSetNextWindowContentSize igSetNextWindowContentSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowDockID
pigSetNextWindowDockID igSetNextWindowDockID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowFocus
pigSetNextWindowFocus igSetNextWindowFocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowPos
pigSetNextWindowPos igSetNextWindowPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowScroll
pigSetNextWindowScroll igSetNextWindowScroll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowSize
pigSetNextWindowSize igSetNextWindowSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowSizeConstraints
pigSetNextWindowSizeConstraints igSetNextWindowSizeConstraints;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetNextWindowViewport
pigSetNextWindowViewport igSetNextWindowViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosX_Float
pigSetScrollFromPosX_Float igSetScrollFromPosX_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosX_WindowPtr
pigSetScrollFromPosX_WindowPtr igSetScrollFromPosX_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosY_Float
pigSetScrollFromPosY_Float igSetScrollFromPosY_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollFromPosY_WindowPtr
pigSetScrollFromPosY_WindowPtr igSetScrollFromPosY_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollHereX
pigSetScrollHereX igSetScrollHereX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollHereY
pigSetScrollHereY igSetScrollHereY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollX_Float
pigSetScrollX_Float igSetScrollX_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollX_WindowPtr
pigSetScrollX_WindowPtr igSetScrollX_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollY_Float
pigSetScrollY_Float igSetScrollY_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetScrollY_WindowPtr
pigSetScrollY_WindowPtr igSetScrollY_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetStateStorage
pigSetStateStorage igSetStateStorage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetTabItemClosed
pigSetTabItemClosed igSetTabItemClosed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetTooltip
pigSetTooltip igSetTooltip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetTooltipV
pigSetTooltipV igSetTooltipV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowClipRectBeforeSetChannel
pigSetWindowClipRectBeforeSetChannel igSetWindowClipRectBeforeSetChannel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowCollapsed_Bool
pigSetWindowCollapsed_Bool igSetWindowCollapsed_Bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowCollapsed_Str
pigSetWindowCollapsed_Str igSetWindowCollapsed_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowCollapsed_WindowPtr
pigSetWindowCollapsed_WindowPtr igSetWindowCollapsed_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowDock
pigSetWindowDock igSetWindowDock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowFocus_Nil
pigSetWindowFocus_Nil igSetWindowFocus_Nil;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowFocus_Str
pigSetWindowFocus_Str igSetWindowFocus_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowFontScale
pigSetWindowFontScale igSetWindowFontScale;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowHitTestHole
pigSetWindowHitTestHole igSetWindowHitTestHole;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowPos_Str
pigSetWindowPos_Str igSetWindowPos_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowPos_Vec2
pigSetWindowPos_Vec2 igSetWindowPos_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowPos_WindowPtr
pigSetWindowPos_WindowPtr igSetWindowPos_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowSize_Str
pigSetWindowSize_Str igSetWindowSize_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowSize_Vec2
pigSetWindowSize_Vec2 igSetWindowSize_Vec2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSetWindowSize_WindowPtr
pigSetWindowSize_WindowPtr igSetWindowSize_WindowPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShadeVertsLinearColorGradientKeepAlpha
pigShadeVertsLinearColorGradientKeepAlpha igShadeVertsLinearColorGradientKeepAlpha;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShadeVertsLinearUV
pigShadeVertsLinearUV igShadeVertsLinearUV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowAboutWindow
pigShowAboutWindow igShowAboutWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowDemoWindow
pigShowDemoWindow igShowDemoWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowFontAtlas
pigShowFontAtlas igShowFontAtlas;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowFontSelector
pigShowFontSelector igShowFontSelector;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowMetricsWindow
pigShowMetricsWindow igShowMetricsWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowStyleEditor
pigShowStyleEditor igShowStyleEditor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowStyleSelector
pigShowStyleSelector igShowStyleSelector;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShowUserGuide
pigShowUserGuide igShowUserGuide;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShrinkWidths
pigShrinkWidths igShrinkWidths;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igShutdown
pigShutdown igShutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderAngle
pigSliderAngle igSliderAngle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderBehavior
pigSliderBehavior igSliderBehavior;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat
pigSliderFloat igSliderFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat2
pigSliderFloat2 igSliderFloat2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat3
pigSliderFloat3 igSliderFloat3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderFloat4
pigSliderFloat4 igSliderFloat4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt
pigSliderInt igSliderInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt2
pigSliderInt2 igSliderInt2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt3
pigSliderInt3 igSliderInt3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderInt4
pigSliderInt4 igSliderInt4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderScalar
pigSliderScalar igSliderScalar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSliderScalarN
pigSliderScalarN igSliderScalarN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSmallButton
pigSmallButton igSmallButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSpacing
pigSpacing igSpacing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igSplitterBehavior
pigSplitterBehavior igSplitterBehavior;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStartMouseMovingWindow
pigStartMouseMovingWindow igStartMouseMovingWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStartMouseMovingWindowOrNode
pigStartMouseMovingWindowOrNode igStartMouseMovingWindowOrNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStyleColorsClassic
pigStyleColorsClassic igStyleColorsClassic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStyleColorsDark
pigStyleColorsDark igStyleColorsDark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igStyleColorsLight
pigStyleColorsLight igStyleColorsLight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarAddTab
pigTabBarAddTab igTabBarAddTab;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarCloseTab
pigTabBarCloseTab igTabBarCloseTab;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarFindMostRecentlySelectedTabForActiveWindow
pigTabBarFindMostRecentlySelectedTabForActiveWindow igTabBarFindMostRecentlySelectedTabForActiveWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarFindTabByID
pigTabBarFindTabByID igTabBarFindTabByID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarProcessReorder
pigTabBarProcessReorder igTabBarProcessReorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarQueueReorder
pigTabBarQueueReorder igTabBarQueueReorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarQueueReorderFromMousePos
pigTabBarQueueReorderFromMousePos igTabBarQueueReorderFromMousePos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabBarRemoveTab
pigTabBarRemoveTab igTabBarRemoveTab;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemBackground
pigTabItemBackground igTabItemBackground;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemButton
pigTabItemButton igTabItemButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemCalcSize
pigTabItemCalcSize igTabItemCalcSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemEx
pigTabItemEx igTabItemEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTabItemLabelAndCloseButton
pigTabItemLabelAndCloseButton igTabItemLabelAndCloseButton;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginApplyRequests
pigTableBeginApplyRequests igTableBeginApplyRequests;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginCell
pigTableBeginCell igTableBeginCell;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginInitMemory
pigTableBeginInitMemory igTableBeginInitMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableBeginRow
pigTableBeginRow igTableBeginRow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableDrawBorders
pigTableDrawBorders igTableDrawBorders;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableDrawContextMenu
pigTableDrawContextMenu igTableDrawContextMenu;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableEndCell
pigTableEndCell igTableEndCell;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableEndRow
pigTableEndRow igTableEndRow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableFindByID
pigTableFindByID igTableFindByID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableFixColumnSortDirection
pigTableFixColumnSortDirection igTableFixColumnSortDirection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGcCompactSettings
pigTableGcCompactSettings igTableGcCompactSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGcCompactTransientBuffers_TablePtr
pigTableGcCompactTransientBuffers_TablePtr igTableGcCompactTransientBuffers_TablePtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGcCompactTransientBuffers_TableTempDataPtr
pigTableGcCompactTransientBuffers_TableTempDataPtr igTableGcCompactTransientBuffers_TableTempDataPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetBoundSettings
pigTableGetBoundSettings igTableGetBoundSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetCellBgRect
pigTableGetCellBgRect igTableGetCellBgRect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnCount
pigTableGetColumnCount igTableGetColumnCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnFlags
pigTableGetColumnFlags igTableGetColumnFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnIndex
pigTableGetColumnIndex igTableGetColumnIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnName_Int
pigTableGetColumnName_Int igTableGetColumnName_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnName_TablePtr
pigTableGetColumnName_TablePtr igTableGetColumnName_TablePtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnNextSortDirection
pigTableGetColumnNextSortDirection igTableGetColumnNextSortDirection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnResizeID
pigTableGetColumnResizeID igTableGetColumnResizeID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetColumnWidthAuto
pigTableGetColumnWidthAuto igTableGetColumnWidthAuto;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetHeaderRowHeight
pigTableGetHeaderRowHeight igTableGetHeaderRowHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetHoveredColumn
pigTableGetHoveredColumn igTableGetHoveredColumn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetMaxColumnWidth
pigTableGetMaxColumnWidth igTableGetMaxColumnWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetRowIndex
pigTableGetRowIndex igTableGetRowIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableGetSortSpecs
pigTableGetSortSpecs igTableGetSortSpecs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableHeader
pigTableHeader igTableHeader;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableHeadersRow
pigTableHeadersRow igTableHeadersRow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableLoadSettings
pigTableLoadSettings igTableLoadSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableMergeDrawChannels
pigTableMergeDrawChannels igTableMergeDrawChannels;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableNextColumn
pigTableNextColumn igTableNextColumn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableNextRow
pigTableNextRow igTableNextRow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableOpenContextMenu
pigTableOpenContextMenu igTableOpenContextMenu;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTablePopBackgroundChannel
pigTablePopBackgroundChannel igTablePopBackgroundChannel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTablePushBackgroundChannel
pigTablePushBackgroundChannel igTablePushBackgroundChannel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableRemove
pigTableRemove igTableRemove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableResetSettings
pigTableResetSettings igTableResetSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSaveSettings
pigTableSaveSettings igTableSaveSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetBgColor
pigTableSetBgColor igTableSetBgColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnEnabled
pigTableSetColumnEnabled igTableSetColumnEnabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnIndex
pigTableSetColumnIndex igTableSetColumnIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnSortDirection
pigTableSetColumnSortDirection igTableSetColumnSortDirection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnWidth
pigTableSetColumnWidth igTableSetColumnWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnWidthAutoAll
pigTableSetColumnWidthAutoAll igTableSetColumnWidthAutoAll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetColumnWidthAutoSingle
pigTableSetColumnWidthAutoSingle igTableSetColumnWidthAutoSingle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSettingsCreate
pigTableSettingsCreate igTableSettingsCreate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSettingsFindByID
pigTableSettingsFindByID igTableSettingsFindByID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSettingsInstallHandler
pigTableSettingsInstallHandler igTableSettingsInstallHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetupColumn
pigTableSetupColumn igTableSetupColumn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetupDrawChannels
pigTableSetupDrawChannels igTableSetupDrawChannels;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSetupScrollFreeze
pigTableSetupScrollFreeze igTableSetupScrollFreeze;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSortSpecsBuild
pigTableSortSpecsBuild igTableSortSpecsBuild;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableSortSpecsSanitize
pigTableSortSpecsSanitize igTableSortSpecsSanitize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableUpdateBorders
pigTableUpdateBorders igTableUpdateBorders;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableUpdateColumnsWeightFromWidth
pigTableUpdateColumnsWeightFromWidth igTableUpdateColumnsWeightFromWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTableUpdateLayout
pigTableUpdateLayout igTableUpdateLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTempInputIsActive
pigTempInputIsActive igTempInputIsActive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTempInputScalar
pigTempInputScalar igTempInputScalar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTempInputText
pigTempInputText igTempInputText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igText
pigText igText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextColored
pigTextColored igTextColored;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextColoredV
pigTextColoredV igTextColoredV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextDisabled
pigTextDisabled igTextDisabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextDisabledV
pigTextDisabledV igTextDisabledV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextEx
pigTextEx igTextEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextUnformatted
pigTextUnformatted igTextUnformatted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextV
pigTextV igTextV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextWrapped
pigTextWrapped igTextWrapped;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTextWrappedV
pigTextWrappedV igTextWrappedV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTranslateWindowsInViewport
pigTranslateWindowsInViewport igTranslateWindowsInViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeBehavior
pigTreeNodeBehavior igTreeNodeBehavior;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeBehaviorIsOpen
pigTreeNodeBehaviorIsOpen igTreeNodeBehaviorIsOpen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeExV_Ptr
pigTreeNodeExV_Ptr igTreeNodeExV_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeExV_Str
pigTreeNodeExV_Str igTreeNodeExV_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeEx_Ptr
pigTreeNodeEx_Ptr igTreeNodeEx_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeEx_Str
pigTreeNodeEx_Str igTreeNodeEx_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeEx_StrStr
pigTreeNodeEx_StrStr igTreeNodeEx_StrStr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeV_Ptr
pigTreeNodeV_Ptr igTreeNodeV_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNodeV_Str
pigTreeNodeV_Str igTreeNodeV_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNode_Ptr
pigTreeNode_Ptr igTreeNode_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNode_Str
pigTreeNode_Str igTreeNode_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreeNode_StrStr
pigTreeNode_StrStr igTreeNode_StrStr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePop
pigTreePop igTreePop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePushOverrideID
pigTreePushOverrideID igTreePushOverrideID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePush_Ptr
pigTreePush_Ptr igTreePush_Ptr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igTreePush_Str
pigTreePush_Str igTreePush_Str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUnindent
pigUnindent igUnindent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateHoveredWindowAndCaptureFlags
pigUpdateHoveredWindowAndCaptureFlags igUpdateHoveredWindowAndCaptureFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateMouseMovingWindowEndFrame
pigUpdateMouseMovingWindowEndFrame igUpdateMouseMovingWindowEndFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateMouseMovingWindowNewFrame
pigUpdateMouseMovingWindowNewFrame igUpdateMouseMovingWindowNewFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdatePlatformWindows
pigUpdatePlatformWindows igUpdatePlatformWindows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igUpdateWindowParentAndRootLinks
pigUpdateWindowParentAndRootLinks igUpdateWindowParentAndRootLinks;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igVSliderFloat
pigVSliderFloat igVSliderFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igVSliderInt
pigVSliderInt igVSliderInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igVSliderScalar
pigVSliderScalar igVSliderScalar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue_Bool
pigValue_Bool igValue_Bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue_Float
pigValue_Float igValue_Float;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue_Int
pigValue_Int igValue_Int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
igValue_Uint
pigValue_Uint igValue_Uint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ImBitVector
struct ImBitVector
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImChunkStream_ImGuiTableSettings
struct ImChunkStream_ImGuiTableSettings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImChunkStream_ImGuiWindowSettings
struct ImChunkStream_ImGuiWindowSettings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImColor
struct ImColor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawChannel
struct ImDrawChannel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmd
struct ImDrawCmd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCmdHeader
struct ImDrawCmdHeader
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawData
struct ImDrawData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawDataBuilder
struct ImDrawDataBuilder
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawList
struct ImDrawList
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSharedData
struct ImDrawListSharedData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawListSplitter
struct ImDrawListSplitter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawVert
struct ImDrawVert
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFont
struct ImFont
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlas
struct ImFontAtlas
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontAtlasCustomRect
struct ImFontAtlasCustomRect
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontBuilderIO
struct ImFontBuilderIO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontConfig
struct ImFontConfig
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyph
struct ImFontGlyph
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImFontGlyphRangesBuilder
struct ImFontGlyphRangesBuilder
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiColorMod
struct ImGuiColorMod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiComboPreviewData
struct ImGuiComboPreviewData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContext
struct ImGuiContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiContextHook
struct ImGuiContextHook
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDataTypeInfo
struct ImGuiDataTypeInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDataTypeTempStorage
struct ImGuiDataTypeTempStorage
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockContext
struct ImGuiDockContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNode
struct ImGuiDockNode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockNodeSettings
struct ImGuiDockNodeSettings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockPreviewData
struct ImGuiDockPreviewData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiDockRequest
struct ImGuiDockRequest
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiGroupData
struct ImGuiGroupData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiIO
struct ImGuiIO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextCallbackData
struct ImGuiInputTextCallbackData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiInputTextState
struct ImGuiInputTextState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiLastItemData
struct ImGuiLastItemData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiListClipper
struct ImGuiListClipper
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMenuColumns
struct ImGuiMenuColumns
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiMetricsConfig
struct ImGuiMetricsConfig
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNavItemData
struct ImGuiNavItemData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextItemData
struct ImGuiNextItemData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiNextWindowData
struct ImGuiNextWindowData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumnData
struct ImGuiOldColumnData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOldColumns
struct ImGuiOldColumns
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiOnceUponAFrame
struct ImGuiOnceUponAFrame
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPayload
struct ImGuiPayload
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformIO
struct ImGuiPlatformIO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPlatformMonitor
struct ImGuiPlatformMonitor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPopupData
struct ImGuiPopupData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiPtrOrIndex
struct ImGuiPtrOrIndex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSettingsHandler
struct ImGuiSettingsHandler
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiShrinkWidthItem
struct ImGuiShrinkWidthItem
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiSizeCallbackData
struct ImGuiSizeCallbackData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStackSizes
struct ImGuiStackSizes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStorage
struct ImGuiStorage
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStoragePair
struct ImGuiStoragePair
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyle
struct ImGuiStyle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiStyleMod
struct ImGuiStyleMod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabBar
struct ImGuiTabBar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTabItem
struct ImGuiTabItem
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTable
struct ImGuiTable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableCellData
struct ImGuiTableCellData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumn
struct ImGuiTableColumn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSettings
struct ImGuiTableColumnSettings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnSortSpecs
struct ImGuiTableColumnSortSpecs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableColumnsSettings
struct ImGuiTableColumnsSettings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSettings
struct ImGuiTableSettings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableSortSpecs
struct ImGuiTableSortSpecs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTableTempData
struct ImGuiTableTempData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextBuffer
struct ImGuiTextBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextFilter
struct ImGuiTextFilter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiTextRange
struct ImGuiTextRange
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewport
struct ImGuiViewport
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiViewportP
struct ImGuiViewportP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindow
struct ImGuiWindow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowClass
struct ImGuiWindowClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowDockStyle
struct ImGuiWindowDockStyle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowSettings
struct ImGuiWindowSettings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowStackData
struct ImGuiWindowStackData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowTempData
struct ImGuiWindowTempData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImPool_ImGuiTabBar
struct ImPool_ImGuiTabBar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImPool_ImGuiTable
struct ImPool_ImGuiTable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImRect
struct ImRect
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImSpan
struct ImSpan(tType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec1
struct ImVec1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2
struct ImVec2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec2ih
struct ImVec2ih
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVec4
struct ImVec4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImVector
struct ImVector(tType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
STB_TexteditState
struct STB_TexteditState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StbTexteditRow
struct StbTexteditRow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StbUndoRecord
struct StbUndoRecord
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StbUndoState
struct StbUndoState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta