- da_ImBitVector_Clear
alias da_ImBitVector_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.
- da_ImBitVector_ClearBit
alias da_ImBitVector_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.
- da_ImBitVector_Create
alias da_ImBitVector_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.
- da_ImBitVector_SetBit
alias da_ImBitVector_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.
- da_ImBitVector_TestBit
alias da_ImBitVector_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.
- da_ImColor_HSV
alias da_ImColor_HSV = void function(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.
- da_ImColor_ImColorFloat
alias da_ImColor_ImColorFloat = ImColor* function(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.
- da_ImColor_ImColorInt
alias da_ImColor_ImColorInt = ImColor* function(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.
- da_ImColor_ImColorNil
alias da_ImColor_ImColorNil = ImColor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImColor_ImColorU32
alias da_ImColor_ImColorU32 = 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.
- da_ImColor_ImColorVec4
alias da_ImColor_ImColorVec4 = 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.
- da_ImColor_SetHSV
alias da_ImColor_SetHSV = void function(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.
- da_ImColor_destroy
alias da_ImColor_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.
- da_ImDrawCmd_ImDrawCmd
alias da_ImDrawCmd_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.
- da_ImDrawCmd_destroy
alias da_ImDrawCmd_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.
- da_ImDrawDataBuilder_Clear
alias da_ImDrawDataBuilder_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.
- da_ImDrawDataBuilder_ClearFreeMemory
alias da_ImDrawDataBuilder_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.
- da_ImDrawDataBuilder_FlattenIntoSingleLayer
alias da_ImDrawDataBuilder_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.
- da_ImDrawData_Clear
alias da_ImDrawData_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.
- da_ImDrawData_DeIndexAllBuffers
alias da_ImDrawData_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.
- da_ImDrawData_ImDrawData
alias da_ImDrawData_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.
- da_ImDrawData_ScaleClipRects
alias da_ImDrawData_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.
- da_ImDrawData_destroy
alias da_ImDrawData_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.
- da_ImDrawListSharedData_ImDrawListSharedData
alias da_ImDrawListSharedData_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.
- da_ImDrawListSharedData_SetCircleSegmentMaxError
alias da_ImDrawListSharedData_SetCircleSegmentMaxError = 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.
- da_ImDrawListSharedData_destroy
alias da_ImDrawListSharedData_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.
- da_ImDrawListSplitter_Clear
alias da_ImDrawListSplitter_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.
- da_ImDrawListSplitter_ClearFreeMemory
alias da_ImDrawListSplitter_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.
- da_ImDrawListSplitter_ImDrawListSplitter
alias da_ImDrawListSplitter_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.
- da_ImDrawListSplitter_Merge
alias da_ImDrawListSplitter_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.
- da_ImDrawListSplitter_SetCurrentChannel
alias da_ImDrawListSplitter_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.
- da_ImDrawListSplitter_Split
alias da_ImDrawListSplitter_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.
- da_ImDrawListSplitter_destroy
alias da_ImDrawListSplitter_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.
- da_ImDrawList_AddBezierCurve
alias da_ImDrawList_AddBezierCurve = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const 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.
- da_ImDrawList_AddCallback
alias da_ImDrawList_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.
- da_ImDrawList_AddCircle
alias da_ImDrawList_AddCircle = void function(ImDrawList* self, const 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.
- da_ImDrawList_AddCircleFilled
alias da_ImDrawList_AddCircleFilled = 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.
- da_ImDrawList_AddConvexPolyFilled
alias da_ImDrawList_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.
- da_ImDrawList_AddDrawCmd
alias da_ImDrawList_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.
- da_ImDrawList_AddImage
alias da_ImDrawList_AddImage = 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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImDrawList_AddImageQuad
alias da_ImDrawList_AddImageQuad = void function(ImDrawList* self, ImTextureID user_texture_id, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const ImVec2 p4, const ImVec2 uv1, const ImVec2 uv2, const ImVec2 uv3, const 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.
- da_ImDrawList_AddImageRounded
alias da_ImDrawList_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, ImDrawCornerFlags rounding_corners)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImDrawList_AddLine
alias da_ImDrawList_AddLine = void function(ImDrawList* self, const ImVec2 p1, const 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.
- da_ImDrawList_AddNgon
alias da_ImDrawList_AddNgon = void function(ImDrawList* self, const 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.
- da_ImDrawList_AddNgonFilled
alias da_ImDrawList_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.
- da_ImDrawList_AddPolyline
alias da_ImDrawList_AddPolyline = void function(ImDrawList* self, const ImVec2* points, int num_points, ImU32 col, bool closed, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImDrawList_AddQuad
alias da_ImDrawList_AddQuad = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const ImVec2 p3, const 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.
- da_ImDrawList_AddQuadFilled
alias da_ImDrawList_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.
- da_ImDrawList_AddRect
alias da_ImDrawList_AddRect = void function(ImDrawList* self, const ImVec2 p_min, const ImVec2 p_max, ImU32 col, float rounding, ImDrawCornerFlags rounding_corners, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImDrawList_AddRectFilled
alias da_ImDrawList_AddRectFilled = void function(ImDrawList* self, const ImVec2 p_min, const ImVec2 p_max, ImU32 col, float rounding, ImDrawCornerFlags rounding_corners)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImDrawList_AddRectFilledMultiColor
alias da_ImDrawList_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.
- da_ImDrawList_AddTextFontPtr
alias da_ImDrawList_AddTextFontPtr = void function(ImDrawList* self, const ImFont* font, float font_size, const ImVec2 pos, ImU32 col, const(char)* text_begin, const(char)* text_end, float wrap_width, const 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.
- da_ImDrawList_AddTextVec2
alias da_ImDrawList_AddTextVec2 = void function(ImDrawList* self, const 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.
- da_ImDrawList_AddTriangle
alias da_ImDrawList_AddTriangle = void function(ImDrawList* self, const ImVec2 p1, const ImVec2 p2, const 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.
- da_ImDrawList_AddTriangleFilled
alias da_ImDrawList_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.
- da_ImDrawList_ChannelsMerge
alias da_ImDrawList_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.
- da_ImDrawList_ChannelsSetCurrent
alias da_ImDrawList_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.
- da_ImDrawList_ChannelsSplit
alias da_ImDrawList_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.
- da_ImDrawList_CloneOutput
alias da_ImDrawList_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.
- da_ImDrawList_GetClipRectMax
alias da_ImDrawList_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.
- da_ImDrawList_GetClipRectMin
alias da_ImDrawList_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.
- da_ImDrawList_ImDrawList
alias da_ImDrawList_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.
- da_ImDrawList_PathArcTo
alias da_ImDrawList_PathArcTo = 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.
- da_ImDrawList_PathArcToFast
alias da_ImDrawList_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.
- da_ImDrawList_PathBezierCurveTo
alias da_ImDrawList_PathBezierCurveTo = void function(ImDrawList* self, const ImVec2 p2, const ImVec2 p3, const 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.
- da_ImDrawList_PathClear
alias da_ImDrawList_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.
- da_ImDrawList_PathFillConvex
alias da_ImDrawList_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.
- da_ImDrawList_PathLineTo
alias da_ImDrawList_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.
- da_ImDrawList_PathLineToMergeDuplicate
alias da_ImDrawList_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.
- da_ImDrawList_PathRect
alias da_ImDrawList_PathRect = void function(ImDrawList* self, const ImVec2 rect_min, const ImVec2 rect_max, float rounding, ImDrawCornerFlags rounding_corners)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImDrawList_PathStroke
alias da_ImDrawList_PathStroke = void function(ImDrawList* self, ImU32 col, bool closed, float thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImDrawList_PopClipRect
alias da_ImDrawList_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.
- da_ImDrawList_PopTextureID
alias da_ImDrawList_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.
- da_ImDrawList_PrimQuadUV
alias da_ImDrawList_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.
- da_ImDrawList_PrimRect
alias da_ImDrawList_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.
- da_ImDrawList_PrimRectUV
alias da_ImDrawList_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.
- da_ImDrawList_PrimReserve
alias da_ImDrawList_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.
- da_ImDrawList_PrimUnreserve
alias da_ImDrawList_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.
- da_ImDrawList_PrimVtx
alias da_ImDrawList_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.
- da_ImDrawList_PrimWriteIdx
alias da_ImDrawList_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.
- da_ImDrawList_PrimWriteVtx
alias da_ImDrawList_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.
- da_ImDrawList_PushClipRect
alias da_ImDrawList_PushClipRect = void function(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.
- da_ImDrawList_PushClipRectFullScreen
alias da_ImDrawList_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.
- da_ImDrawList_PushTextureID
alias da_ImDrawList_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.
- da_ImDrawList__ClearFreeMemory
alias da_ImDrawList__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.
- da_ImDrawList__OnChangedClipRect
alias da_ImDrawList__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.
- da_ImDrawList__OnChangedTextureID
alias da_ImDrawList__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.
- da_ImDrawList__OnChangedVtxOffset
alias da_ImDrawList__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.
- da_ImDrawList__PopUnusedDrawCmd
alias da_ImDrawList__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.
- da_ImDrawList__ResetForNewFrame
alias da_ImDrawList__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.
- da_ImDrawList_destroy
alias da_ImDrawList_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.
- da_ImFontAtlasCustomRect_ImFontAtlasCustomRect
alias da_ImFontAtlasCustomRect_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.
- da_ImFontAtlasCustomRect_IsPacked
alias da_ImFontAtlasCustomRect_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.
- da_ImFontAtlasCustomRect_destroy
alias da_ImFontAtlasCustomRect_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.
- da_ImFontAtlas_AddCustomRectFontGlyph
alias da_ImFontAtlas_AddCustomRectFontGlyph = int function(ImFontAtlas* self, ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2 offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImFontAtlas_AddCustomRectRegular
alias da_ImFontAtlas_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.
- da_ImFontAtlas_AddFont
alias da_ImFontAtlas_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.
- da_ImFontAtlas_AddFontDefault
alias da_ImFontAtlas_AddFontDefault = 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.
- da_ImFontAtlas_AddFontFromFileTTF
alias da_ImFontAtlas_AddFontFromFileTTF = ImFont* function(ImFontAtlas* self, const(char)* filename, float size_pixels, const ImFontConfig* font_cfg, const 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.
- da_ImFontAtlas_AddFontFromMemoryCompressedBase85TTF
alias da_ImFontAtlas_AddFontFromMemoryCompressedBase85TTF = ImFont* function(ImFontAtlas* self, const(char)* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg, const 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.
- da_ImFontAtlas_AddFontFromMemoryCompressedTTF
alias da_ImFontAtlas_AddFontFromMemoryCompressedTTF = ImFont* function(ImFontAtlas* self, const void* compressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg, const 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.
- da_ImFontAtlas_AddFontFromMemoryTTF
alias da_ImFontAtlas_AddFontFromMemoryTTF = ImFont* function(ImFontAtlas* self, void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg, const 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.
- da_ImFontAtlas_Build
alias da_ImFontAtlas_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.
- da_ImFontAtlas_CalcCustomRectUV
alias da_ImFontAtlas_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.
- da_ImFontAtlas_Clear
alias da_ImFontAtlas_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.
- da_ImFontAtlas_ClearFonts
alias da_ImFontAtlas_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.
- da_ImFontAtlas_ClearInputData
alias da_ImFontAtlas_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.
- da_ImFontAtlas_ClearTexData
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetCustomRectByIndex
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesChineseFull
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesCyrillic
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesDefault
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesJapanese
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesKorean
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesThai
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetGlyphRangesVietnamese
alias da_ImFontAtlas_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.
- da_ImFontAtlas_GetMouseCursorTexData
alias da_ImFontAtlas_GetMouseCursorTexData = bool function(ImFontAtlas* self, ImGuiMouseCursor cursor, ImVec2* out_offset, ImVec2* out_size, ImVec2* out_uv_border, ImVec2* 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.
- da_ImFontAtlas_GetTexDataAsAlpha8
alias da_ImFontAtlas_GetTexDataAsAlpha8 = void function(ImFontAtlas* self, ubyte** 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.
- da_ImFontAtlas_GetTexDataAsRGBA32
alias da_ImFontAtlas_GetTexDataAsRGBA32 = void function(ImFontAtlas* self, ubyte** 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.
- da_ImFontAtlas_ImFontAtlas
alias da_ImFontAtlas_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.
- da_ImFontAtlas_IsBuilt
alias da_ImFontAtlas_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.
- da_ImFontAtlas_SetTexID
alias da_ImFontAtlas_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.
- da_ImFontAtlas_destroy
alias da_ImFontAtlas_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.
- da_ImFontConfig_ImFontConfig
alias da_ImFontConfig_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.
- da_ImFontConfig_destroy
alias da_ImFontConfig_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.
- da_ImFontGlyphRangesBuilder_AddChar
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFontGlyphRangesBuilder_AddRanges
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFontGlyphRangesBuilder_AddText
alias da_ImFontGlyphRangesBuilder_AddText = void function(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.
- da_ImFontGlyphRangesBuilder_BuildRanges
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFontGlyphRangesBuilder_Clear
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFontGlyphRangesBuilder_GetBit
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFontGlyphRangesBuilder_SetBit
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFontGlyphRangesBuilder_destroy
alias da_ImFontGlyphRangesBuilder_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.
- da_ImFont_AddGlyph
alias da_ImFont_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.
- da_ImFont_AddRemapChar
alias da_ImFont_AddRemapChar = void function(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.
- da_ImFont_BuildLookupTable
alias da_ImFont_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.
- da_ImFont_CalcTextSizeA
alias da_ImFont_CalcTextSizeA = void function(ImVec2* pOut, ImFont* self, float size, float max_width, float wrap_width, const(char)* text_begin, const(char)* text_end, const(char)** remaining)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImFont_CalcWordWrapPositionA
alias da_ImFont_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.
- da_ImFont_ClearOutputData
alias da_ImFont_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.
- da_ImFont_FindGlyph
alias da_ImFont_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.
- da_ImFont_FindGlyphNoFallback
alias da_ImFont_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.
- da_ImFont_GetCharAdvance
alias da_ImFont_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.
- da_ImFont_GetDebugName
alias da_ImFont_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.
- da_ImFont_GrowIndex
alias da_ImFont_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.
- da_ImFont_ImFont
alias da_ImFont_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.
- da_ImFont_IsGlyphRangeUnused
alias da_ImFont_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.
- da_ImFont_IsLoaded
alias da_ImFont_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.
- da_ImFont_RenderChar
alias da_ImFont_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.
- da_ImFont_RenderText
alias da_ImFont_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, 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.
- da_ImFont_SetFallbackChar
alias da_ImFont_SetFallbackChar = void 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.
- da_ImFont_SetGlyphVisible
alias da_ImFont_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.
- da_ImFont_destroy
alias da_ImFont_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.
- da_ImGuiColumnData_ImGuiColumnData
alias da_ImGuiColumnData_ImGuiColumnData = ImGuiColumnData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiColumnData_destroy
alias da_ImGuiColumnData_destroy = void function(ImGuiColumnData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiColumns_Clear
alias da_ImGuiColumns_Clear = void function(ImGuiColumns* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiColumns_ImGuiColumns
alias da_ImGuiColumns_ImGuiColumns = ImGuiColumns* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiColumns_destroy
alias da_ImGuiColumns_destroy = void function(ImGuiColumns* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiContext_ImGuiContext
alias da_ImGuiContext_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.
- da_ImGuiContext_destroy
alias da_ImGuiContext_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.
- da_ImGuiDockContext_ImGuiDockContext
alias da_ImGuiDockContext_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.
- da_ImGuiDockContext_destroy
alias da_ImGuiDockContext_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.
- da_ImGuiDockNode_GetMergedFlags
alias da_ImGuiDockNode_GetMergedFlags = ImGuiDockNodeFlags 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.
- da_ImGuiDockNode_ImGuiDockNode
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsCentralNode
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsDockSpace
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsEmpty
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsFloatingNode
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsHiddenTabBar
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsLeafNode
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsNoTabBar
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsRootNode
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_IsSplitNode
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_Rect
alias da_ImGuiDockNode_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.
- da_ImGuiDockNode_destroy
alias da_ImGuiDockNode_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.
- da_ImGuiIO_AddInputCharacter
alias da_ImGuiIO_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.
- da_ImGuiIO_AddInputCharacterUTF16
alias da_ImGuiIO_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.
- da_ImGuiIO_AddInputCharactersUTF8
alias da_ImGuiIO_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.
- da_ImGuiIO_ClearInputCharacters
alias da_ImGuiIO_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.
- da_ImGuiIO_ImGuiIO
alias da_ImGuiIO_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.
- da_ImGuiIO_destroy
alias da_ImGuiIO_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.
- da_ImGuiInputTextCallbackData_ClearSelection
alias da_ImGuiInputTextCallbackData_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.
- da_ImGuiInputTextCallbackData_DeleteChars
alias da_ImGuiInputTextCallbackData_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.
- da_ImGuiInputTextCallbackData_HasSelection
alias da_ImGuiInputTextCallbackData_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.
- da_ImGuiInputTextCallbackData_ImGuiInputTextCallbackData
alias da_ImGuiInputTextCallbackData_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.
- da_ImGuiInputTextCallbackData_InsertChars
alias da_ImGuiInputTextCallbackData_InsertChars = void function(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.
- da_ImGuiInputTextCallbackData_SelectAll
alias da_ImGuiInputTextCallbackData_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.
- da_ImGuiInputTextCallbackData_destroy
alias da_ImGuiInputTextCallbackData_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.
- da_ImGuiInputTextState_ClearFreeMemory
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_ClearSelection
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_ClearText
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_CursorAnimReset
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_CursorClamp
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_GetRedoAvailCount
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_GetUndoAvailCount
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_HasSelection
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_ImGuiInputTextState
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_OnKeyPressed
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_SelectAll
alias da_ImGuiInputTextState_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.
- da_ImGuiInputTextState_destroy
alias da_ImGuiInputTextState_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.
- da_ImGuiLastItemDataBackup_Backup
alias da_ImGuiLastItemDataBackup_Backup = void function(ImGuiLastItemDataBackup* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiLastItemDataBackup_ImGuiLastItemDataBackup
alias da_ImGuiLastItemDataBackup_ImGuiLastItemDataBackup = ImGuiLastItemDataBackup* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiLastItemDataBackup_Restore
alias da_ImGuiLastItemDataBackup_Restore = void function(ImGuiLastItemDataBackup* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiLastItemDataBackup_destroy
alias da_ImGuiLastItemDataBackup_destroy = void function(ImGuiLastItemDataBackup* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiListClipper_Begin
alias da_ImGuiListClipper_Begin = void function(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.
- da_ImGuiListClipper_End
alias da_ImGuiListClipper_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.
- da_ImGuiListClipper_ImGuiListClipper
alias da_ImGuiListClipper_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.
- da_ImGuiListClipper_Step
alias da_ImGuiListClipper_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.
- da_ImGuiListClipper_destroy
alias da_ImGuiListClipper_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.
- da_ImGuiMenuColumns_CalcExtraSpace
alias da_ImGuiMenuColumns_CalcExtraSpace = float function(ImGuiMenuColumns* self, float avail_w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiMenuColumns_DeclColumns
alias da_ImGuiMenuColumns_DeclColumns = float function(ImGuiMenuColumns* self, float w0, float w1, float w2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiMenuColumns_ImGuiMenuColumns
alias da_ImGuiMenuColumns_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.
- da_ImGuiMenuColumns_Update
alias da_ImGuiMenuColumns_Update = void function(ImGuiMenuColumns* self, int count, float spacing, bool clear)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiMenuColumns_destroy
alias da_ImGuiMenuColumns_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.
- da_ImGuiNavMoveResult_Clear
alias da_ImGuiNavMoveResult_Clear = void function(ImGuiNavMoveResult* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiNavMoveResult_ImGuiNavMoveResult
alias da_ImGuiNavMoveResult_ImGuiNavMoveResult = ImGuiNavMoveResult* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiNavMoveResult_destroy
alias da_ImGuiNavMoveResult_destroy = void function(ImGuiNavMoveResult* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiNextItemData_ClearFlags
alias da_ImGuiNextItemData_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.
- da_ImGuiNextItemData_ImGuiNextItemData
alias da_ImGuiNextItemData_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.
- da_ImGuiNextItemData_destroy
alias da_ImGuiNextItemData_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.
- da_ImGuiNextWindowData_ClearFlags
alias da_ImGuiNextWindowData_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.
- da_ImGuiNextWindowData_ImGuiNextWindowData
alias da_ImGuiNextWindowData_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.
- da_ImGuiNextWindowData_destroy
alias da_ImGuiNextWindowData_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.
- da_ImGuiOnceUponAFrame_ImGuiOnceUponAFrame
alias da_ImGuiOnceUponAFrame_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.
- da_ImGuiOnceUponAFrame_destroy
alias da_ImGuiOnceUponAFrame_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.
- da_ImGuiPayload_Clear
alias da_ImGuiPayload_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.
- da_ImGuiPayload_ImGuiPayload
alias da_ImGuiPayload_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.
- da_ImGuiPayload_IsDataType
alias da_ImGuiPayload_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.
- da_ImGuiPayload_IsDelivery
alias da_ImGuiPayload_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.
- da_ImGuiPayload_IsPreview
alias da_ImGuiPayload_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.
- da_ImGuiPayload_destroy
alias da_ImGuiPayload_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.
- da_ImGuiPlatformIO_ImGuiPlatformIO
alias da_ImGuiPlatformIO_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.
- da_ImGuiPlatformIO_destroy
alias da_ImGuiPlatformIO_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.
- da_ImGuiPlatformMonitor_ImGuiPlatformMonitor
alias da_ImGuiPlatformMonitor_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.
- da_ImGuiPlatformMonitor_destroy
alias da_ImGuiPlatformMonitor_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.
- da_ImGuiPopupData_ImGuiPopupData
alias da_ImGuiPopupData_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.
- da_ImGuiPopupData_destroy
alias da_ImGuiPopupData_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.
- da_ImGuiPtrOrIndex_ImGuiPtrOrIndexInt
alias da_ImGuiPtrOrIndex_ImGuiPtrOrIndexInt = 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.
- da_ImGuiPtrOrIndex_ImGuiPtrOrIndexPtr
alias da_ImGuiPtrOrIndex_ImGuiPtrOrIndexPtr = 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.
- da_ImGuiPtrOrIndex_destroy
alias da_ImGuiPtrOrIndex_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.
- da_ImGuiSettingsHandler_ImGuiSettingsHandler
alias da_ImGuiSettingsHandler_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.
- da_ImGuiSettingsHandler_destroy
alias da_ImGuiSettingsHandler_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.
- da_ImGuiStoragePair_ImGuiStoragePairFloat
alias da_ImGuiStoragePair_ImGuiStoragePairFloat = 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.
- da_ImGuiStoragePair_ImGuiStoragePairInt
alias da_ImGuiStoragePair_ImGuiStoragePairInt = 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.
- da_ImGuiStoragePair_ImGuiStoragePairPtr
alias da_ImGuiStoragePair_ImGuiStoragePairPtr = 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.
- da_ImGuiStoragePair_destroy
alias da_ImGuiStoragePair_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.
- da_ImGuiStorage_BuildSortByKey
alias da_ImGuiStorage_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.
- da_ImGuiStorage_Clear
alias da_ImGuiStorage_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.
- da_ImGuiStorage_GetBool
alias da_ImGuiStorage_GetBool = bool function(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.
- da_ImGuiStorage_GetBoolRef
alias da_ImGuiStorage_GetBoolRef = bool* function(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.
- da_ImGuiStorage_GetFloat
alias da_ImGuiStorage_GetFloat = float function(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.
- da_ImGuiStorage_GetFloatRef
alias da_ImGuiStorage_GetFloatRef = float* function(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.
- da_ImGuiStorage_GetInt
alias da_ImGuiStorage_GetInt = int function(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.
- da_ImGuiStorage_GetIntRef
alias da_ImGuiStorage_GetIntRef = int* function(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.
- da_ImGuiStorage_GetVoidPtr
alias da_ImGuiStorage_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.
- da_ImGuiStorage_GetVoidPtrRef
alias da_ImGuiStorage_GetVoidPtrRef = void** function(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.
- da_ImGuiStorage_SetAllInt
alias da_ImGuiStorage_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.
- da_ImGuiStorage_SetBool
alias da_ImGuiStorage_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.
- da_ImGuiStorage_SetFloat
alias da_ImGuiStorage_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.
- da_ImGuiStorage_SetInt
alias da_ImGuiStorage_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.
- da_ImGuiStorage_SetVoidPtr
alias da_ImGuiStorage_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.
- da_ImGuiStyleMod_ImGuiStyleModFloat
alias da_ImGuiStyleMod_ImGuiStyleModFloat = 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.
- da_ImGuiStyleMod_ImGuiStyleModInt
alias da_ImGuiStyleMod_ImGuiStyleModInt = 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.
- da_ImGuiStyleMod_ImGuiStyleModVec2
alias da_ImGuiStyleMod_ImGuiStyleModVec2 = 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.
- da_ImGuiStyleMod_destroy
alias da_ImGuiStyleMod_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.
- da_ImGuiStyle_ImGuiStyle
alias da_ImGuiStyle_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.
- da_ImGuiStyle_ScaleAllSizes
alias da_ImGuiStyle_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.
- da_ImGuiStyle_destroy
alias da_ImGuiStyle_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.
- da_ImGuiTabBar_GetTabName
alias da_ImGuiTabBar_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.
- da_ImGuiTabBar_GetTabOrder
alias da_ImGuiTabBar_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.
- da_ImGuiTabBar_ImGuiTabBar
alias da_ImGuiTabBar_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.
- da_ImGuiTabBar_destroy
alias da_ImGuiTabBar_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.
- da_ImGuiTabItem_ImGuiTabItem
alias da_ImGuiTabItem_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.
- da_ImGuiTabItem_destroy
alias da_ImGuiTabItem_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.
- da_ImGuiTextBuffer_ImGuiTextBuffer
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_append
alias da_ImGuiTextBuffer_append = void function(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.
- da_ImGuiTextBuffer_appendf
alias da_ImGuiTextBuffer_appendf = void function(ImGuiTextBuffer* buffer, 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.
- da_ImGuiTextBuffer_appendfv
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_begin
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_c_str
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_clear
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_destroy
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_empty
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_end
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_reserve
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextBuffer_size
alias da_ImGuiTextBuffer_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.
- da_ImGuiTextFilter_Build
alias da_ImGuiTextFilter_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.
- da_ImGuiTextFilter_Clear
alias da_ImGuiTextFilter_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.
- da_ImGuiTextFilter_Draw
alias da_ImGuiTextFilter_Draw = bool function(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.
- da_ImGuiTextFilter_ImGuiTextFilter
alias da_ImGuiTextFilter_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.
- da_ImGuiTextFilter_IsActive
alias da_ImGuiTextFilter_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.
- da_ImGuiTextFilter_PassFilter
alias da_ImGuiTextFilter_PassFilter = bool function(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.
- da_ImGuiTextFilter_destroy
alias da_ImGuiTextFilter_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.
- da_ImGuiTextRange_ImGuiTextRangeNil
alias da_ImGuiTextRange_ImGuiTextRangeNil = ImGuiTextRange* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiTextRange_ImGuiTextRangeStr
alias da_ImGuiTextRange_ImGuiTextRangeStr = 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.
- da_ImGuiTextRange_destroy
alias da_ImGuiTextRange_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.
- da_ImGuiTextRange_empty
alias da_ImGuiTextRange_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.
- da_ImGuiTextRange_split
alias da_ImGuiTextRange_split = void function(ImGuiTextRange* self, char separator, ImVector_ImGuiTextRange* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiViewportP_ClearRequestFlags
alias da_ImGuiViewportP_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.
- da_ImGuiViewportP_GetMainRect
alias da_ImGuiViewportP_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.
- da_ImGuiViewportP_GetWorkRect
alias da_ImGuiViewportP_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.
- da_ImGuiViewportP_ImGuiViewportP
alias da_ImGuiViewportP_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.
- da_ImGuiViewportP_destroy
alias da_ImGuiViewportP_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.
- da_ImGuiViewport_GetCenter
alias da_ImGuiViewport_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.
- da_ImGuiViewport_GetWorkPos
alias da_ImGuiViewport_GetWorkPos = 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.
- da_ImGuiViewport_GetWorkSize
alias da_ImGuiViewport_GetWorkSize = 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.
- da_ImGuiViewport_ImGuiViewport
alias da_ImGuiViewport_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.
- da_ImGuiViewport_destroy
alias da_ImGuiViewport_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.
- da_ImGuiWindowClass_ImGuiWindowClass
alias da_ImGuiWindowClass_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.
- da_ImGuiWindowClass_destroy
alias da_ImGuiWindowClass_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.
- da_ImGuiWindowSettings_GetName
alias da_ImGuiWindowSettings_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.
- da_ImGuiWindowSettings_ImGuiWindowSettings
alias da_ImGuiWindowSettings_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.
- da_ImGuiWindowSettings_destroy
alias da_ImGuiWindowSettings_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.
- da_ImGuiWindowTempData_ImGuiWindowTempData
alias da_ImGuiWindowTempData_ImGuiWindowTempData = ImGuiWindowTempData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiWindowTempData_destroy
alias da_ImGuiWindowTempData_destroy = void function(ImGuiWindowTempData* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImGuiWindow_CalcFontSize
alias da_ImGuiWindow_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.
- da_ImGuiWindow_GetIDFromRectangle
alias da_ImGuiWindow_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.
- da_ImGuiWindow_GetIDInt
alias da_ImGuiWindow_GetIDInt = 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.
- da_ImGuiWindow_GetIDNoKeepAliveInt
alias da_ImGuiWindow_GetIDNoKeepAliveInt = 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.
- da_ImGuiWindow_GetIDNoKeepAlivePtr
alias da_ImGuiWindow_GetIDNoKeepAlivePtr = 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.
- da_ImGuiWindow_GetIDNoKeepAliveStr
alias da_ImGuiWindow_GetIDNoKeepAliveStr = ImGuiID function(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.
- da_ImGuiWindow_GetIDPtr
alias da_ImGuiWindow_GetIDPtr = 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.
- da_ImGuiWindow_GetIDStr
alias da_ImGuiWindow_GetIDStr = ImGuiID function(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.
- da_ImGuiWindow_ImGuiWindow
alias da_ImGuiWindow_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.
- da_ImGuiWindow_MenuBarHeight
alias da_ImGuiWindow_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.
- da_ImGuiWindow_MenuBarRect
alias da_ImGuiWindow_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.
- da_ImGuiWindow_Rect
alias da_ImGuiWindow_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.
- da_ImGuiWindow_TitleBarHeight
alias da_ImGuiWindow_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.
- da_ImGuiWindow_TitleBarRect
alias da_ImGuiWindow_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.
- da_ImGuiWindow_destroy
alias da_ImGuiWindow_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.
- da_ImRect_AddRect
alias da_ImRect_AddRect = 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.
- da_ImRect_AddVec2
alias da_ImRect_AddVec2 = 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.
- da_ImRect_ClipWith
alias da_ImRect_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.
- da_ImRect_ClipWithFull
alias da_ImRect_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.
- da_ImRect_ContainsRect
alias da_ImRect_ContainsRect = 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.
- da_ImRect_ContainsVec2
alias da_ImRect_ContainsVec2 = 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.
- da_ImRect_ExpandFloat
alias da_ImRect_ExpandFloat = 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.
- da_ImRect_ExpandVec2
alias da_ImRect_ExpandVec2 = 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.
- da_ImRect_Floor
alias da_ImRect_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.
- da_ImRect_GetBL
alias da_ImRect_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.
- da_ImRect_GetBR
alias da_ImRect_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.
- da_ImRect_GetCenter
alias da_ImRect_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.
- da_ImRect_GetHeight
alias da_ImRect_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.
- da_ImRect_GetSize
alias da_ImRect_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.
- da_ImRect_GetTL
alias da_ImRect_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.
- da_ImRect_GetTR
alias da_ImRect_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.
- da_ImRect_GetWidth
alias da_ImRect_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.
- da_ImRect_ImRectFloat
alias da_ImRect_ImRectFloat = 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.
- da_ImRect_ImRectNil
alias da_ImRect_ImRectNil = ImRect* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImRect_ImRectVec2
alias da_ImRect_ImRectVec2 = 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.
- da_ImRect_ImRectVec4
alias da_ImRect_ImRectVec4 = 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.
- da_ImRect_IsInverted
alias da_ImRect_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.
- da_ImRect_Overlaps
alias da_ImRect_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.
- da_ImRect_ToVec4
alias da_ImRect_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.
- da_ImRect_Translate
alias da_ImRect_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.
- da_ImRect_TranslateX
alias da_ImRect_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.
- da_ImRect_TranslateY
alias da_ImRect_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.
- da_ImRect_destroy
alias da_ImRect_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.
- da_ImVec1_ImVec1Float
alias da_ImVec1_ImVec1Float = 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.
- da_ImVec1_ImVec1Nil
alias da_ImVec1_ImVec1Nil = ImVec1* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImVec1_destroy
alias da_ImVec1_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.
- da_ImVec2_ImVec2Float
alias da_ImVec2_ImVec2Float = 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.
- da_ImVec2_ImVec2Nil
alias da_ImVec2_ImVec2Nil = ImVec2* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImVec2_destroy
alias da_ImVec2_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.
- da_ImVec2ih_ImVec2ihNil
alias da_ImVec2ih_ImVec2ihNil = ImVec2ih* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImVec2ih_ImVec2ihVec2
alias da_ImVec2ih_ImVec2ihVec2 = 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.
- da_ImVec2ih_ImVec2ihshort
alias da_ImVec2ih_ImVec2ihshort = 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.
- da_ImVec2ih_destroy
alias da_ImVec2ih_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.
- da_ImVec4_ImVec4Float
alias da_ImVec4_ImVec4Float = 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.
- da_ImVec4_ImVec4Nil
alias da_ImVec4_ImVec4Nil = ImVec4* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImVec4_destroy
alias da_ImVec4_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.
- da_ImVector_ImWchar_Init
alias da_ImVector_ImWchar_Init = void function(ImVector_ImWchar* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImVector_ImWchar_UnInit
alias da_ImVector_ImWchar_UnInit = void function(ImVector_ImWchar* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImVector_ImWchar_create
alias da_ImVector_ImWchar_create = ImVector_ImWchar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ImVector_ImWchar_destroy
alias da_ImVector_ImWchar_destroy = void function(ImVector_ImWchar* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igAcceptDragDropPayload
alias da_igAcceptDragDropPayload = ImGuiPayload* function(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.
- da_igActivateItem
alias da_igActivateItem = 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.
- da_igAlignTextToFramePadding
alias da_igAlignTextToFramePadding = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igArrowButton
alias da_igArrowButton = 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.
- da_igArrowButtonEx
alias da_igArrowButtonEx = bool function(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.
- da_igBegin
alias da_igBegin = bool function(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.
- da_igBeginChildEx
alias da_igBeginChildEx = 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.
- da_igBeginChildFrame
alias da_igBeginChildFrame = bool function(ImGuiID id, const 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.
- da_igBeginChildID
alias da_igBeginChildID = bool function(ImGuiID id, const 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.
- da_igBeginChildStr
alias da_igBeginChildStr = bool function(const(char)* str_id, const 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.
- da_igBeginColumns
alias da_igBeginColumns = void function(const(char)* str_id, int count, ImGuiColumnsFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBeginCombo
alias da_igBeginCombo = bool function(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.
- da_igBeginDockableDragDropSource
alias da_igBeginDockableDragDropSource = 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.
- da_igBeginDockableDragDropTarget
alias da_igBeginDockableDragDropTarget = 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.
- da_igBeginDocked
alias da_igBeginDocked = 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.
- da_igBeginDragDropSource
alias da_igBeginDragDropSource = bool function(ImGuiDragDropFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBeginDragDropTarget
alias da_igBeginDragDropTarget = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBeginDragDropTargetCustom
alias da_igBeginDragDropTargetCustom = 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.
- da_igBeginGroup
alias da_igBeginGroup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBeginMainMenuBar
alias da_igBeginMainMenuBar = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBeginMenu
alias da_igBeginMenu = bool function(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.
- da_igBeginMenuBar
alias da_igBeginMenuBar = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBeginPopup
alias da_igBeginPopup = bool function(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.
- da_igBeginPopupContextItem
alias da_igBeginPopupContextItem = bool function(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.
- da_igBeginPopupContextVoid
alias da_igBeginPopupContextVoid = bool function(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.
- da_igBeginPopupContextWindow
alias da_igBeginPopupContextWindow = bool function(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.
- da_igBeginPopupEx
alias da_igBeginPopupEx = 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.
- da_igBeginPopupModal
alias da_igBeginPopupModal = bool function(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.
- da_igBeginTabBar
alias da_igBeginTabBar = bool function(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.
- da_igBeginTabBarEx
alias da_igBeginTabBarEx = 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.
- da_igBeginTabItem
alias da_igBeginTabItem = bool function(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.
- da_igBeginTooltip
alias da_igBeginTooltip = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBeginTooltipEx
alias da_igBeginTooltipEx = 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.
- da_igBringWindowToDisplayBack
alias da_igBringWindowToDisplayBack = 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.
- da_igBringWindowToDisplayFront
alias da_igBringWindowToDisplayFront = 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.
- da_igBringWindowToFocusFront
alias da_igBringWindowToFocusFront = 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.
- da_igBullet
alias da_igBullet = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igBulletText
alias da_igBulletText = 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.
- da_igBulletTextV
alias da_igBulletTextV = 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.
- da_igButton
alias da_igButton = bool function(const(char)* label, 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.
- da_igButtonBehavior
alias da_igButtonBehavior = bool function(const 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.
- da_igButtonEx
alias da_igButtonEx = bool function(const(char)* label, const 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.
- da_igCalcItemSize
alias da_igCalcItemSize = 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.
- da_igCalcItemWidth
alias da_igCalcItemWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igCalcListClipping
alias da_igCalcListClipping = 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.
- da_igCalcTextSize
alias da_igCalcTextSize = void function(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.
- da_igCalcTypematicRepeatAmount
alias da_igCalcTypematicRepeatAmount = 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.
- da_igCalcWindowExpectedSize
alias da_igCalcWindowExpectedSize = 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.
- da_igCalcWrapWidthForPos
alias da_igCalcWrapWidthForPos = 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.
- da_igCaptureKeyboardFromApp
alias da_igCaptureKeyboardFromApp = void function(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.
- da_igCaptureMouseFromApp
alias da_igCaptureMouseFromApp = void function(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.
- da_igCheckbox
alias da_igCheckbox = 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.
- da_igCheckboxFlags
alias da_igCheckboxFlags = 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.
- da_igClearActiveID
alias da_igClearActiveID = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igClearDragDrop
alias da_igClearDragDrop = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igClearIniSettings
alias da_igClearIniSettings = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igCloseButton
alias da_igCloseButton = 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.
- da_igCloseCurrentPopup
alias da_igCloseCurrentPopup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igClosePopupToLevel
alias da_igClosePopupToLevel = 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.
- da_igClosePopupsOverWindow
alias da_igClosePopupsOverWindow = 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.
- da_igCollapseButton
alias da_igCollapseButton = 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.
- da_igCollapsingHeaderBoolPtr
alias da_igCollapsingHeaderBoolPtr = bool function(const(char)* label, bool* p_open, ImGuiTreeNodeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igCollapsingHeaderTreeNodeFlags
alias da_igCollapsingHeaderTreeNodeFlags = bool function(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.
- da_igColorButton
alias da_igColorButton = bool function(const(char)* desc_id, const 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.
- da_igColorConvertFloat4ToU32
alias da_igColorConvertFloat4ToU32 = ImU32 function(const ImVec4 in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igColorConvertHSVtoRGB
alias da_igColorConvertHSVtoRGB = 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.
- da_igColorConvertRGBtoHSV
alias da_igColorConvertRGBtoHSV = 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.
- da_igColorConvertU32ToFloat4
alias da_igColorConvertU32ToFloat4 = void function(ImVec4* pOut, ImU32 in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igColorEdit3
alias da_igColorEdit3 = bool function(const(char)* label, 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.
- da_igColorEdit4
alias da_igColorEdit4 = bool function(const(char)* label, 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.
- da_igColorEditOptionsPopup
alias da_igColorEditOptionsPopup = 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.
- da_igColorPicker3
alias da_igColorPicker3 = bool function(const(char)* label, 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.
- da_igColorPicker4
alias da_igColorPicker4 = bool function(const(char)* label, float* col, ImGuiColorEditFlags flags, const 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.
- da_igColorPickerOptionsPopup
alias da_igColorPickerOptionsPopup = 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.
- da_igColorTooltip
alias da_igColorTooltip = 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.
- da_igColumns
alias da_igColumns = void function(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.
- da_igComboFnBoolPtr
alias da_igComboFnBoolPtr = 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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igComboStr
alias da_igComboStr = bool function(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.
- da_igComboStr_arr
alias da_igComboStr_arr = bool function(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.
- da_igCreateContext
alias da_igCreateContext = 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.
- da_igCreateNewWindowSettings
alias da_igCreateNewWindowSettings = 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.
- da_igDataTypeApplyOp
alias da_igDataTypeApplyOp = 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.
- da_igDataTypeApplyOpFromText
alias da_igDataTypeApplyOpFromText = 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.
- da_igDataTypeClamp
alias da_igDataTypeClamp = 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.
- da_igDataTypeCompare
alias da_igDataTypeCompare = 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.
- da_igDataTypeFormatString
alias da_igDataTypeFormatString = 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.
- da_igDataTypeGetInfo
alias da_igDataTypeGetInfo = 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.
- da_igDebugCheckVersionAndDataLayout
alias da_igDebugCheckVersionAndDataLayout = 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.
- da_igDebugDrawItemRect
alias da_igDebugDrawItemRect = void 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.
- da_igDebugStartItemPicker
alias da_igDebugStartItemPicker = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igDestroyContext
alias da_igDestroyContext = 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.
- da_igDestroyPlatformWindow
alias da_igDestroyPlatformWindow = 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.
- da_igDestroyPlatformWindows
alias da_igDestroyPlatformWindows = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igDockBuilderAddNode
alias da_igDockBuilderAddNode = ImGuiID function(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.
- da_igDockBuilderCopyDockSpace
alias da_igDockBuilderCopyDockSpace = void function(ImGuiID src_dockspace_id, ImGuiID dst_dockspace_id, ImVector_const_charPtr* 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.
- da_igDockBuilderCopyNode
alias da_igDockBuilderCopyNode = 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.
- da_igDockBuilderCopyWindowSettings
alias da_igDockBuilderCopyWindowSettings = 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.
- da_igDockBuilderDockWindow
alias da_igDockBuilderDockWindow = 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.
- da_igDockBuilderFinish
alias da_igDockBuilderFinish = 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.
- da_igDockBuilderGetCentralNode
alias da_igDockBuilderGetCentralNode = 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.
- da_igDockBuilderGetNode
alias da_igDockBuilderGetNode = 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.
- da_igDockBuilderRemoveNode
alias da_igDockBuilderRemoveNode = 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.
- da_igDockBuilderRemoveNodeChildNodes
alias da_igDockBuilderRemoveNodeChildNodes = 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.
- da_igDockBuilderRemoveNodeDockedWindows
alias da_igDockBuilderRemoveNodeDockedWindows = void function(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.
- da_igDockBuilderSetNodePos
alias da_igDockBuilderSetNodePos = 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.
- da_igDockBuilderSetNodeSize
alias da_igDockBuilderSetNodeSize = 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.
- da_igDockBuilderSplitNode
alias da_igDockBuilderSplitNode = 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.
- da_igDockContextCalcDropPosForDocking
alias da_igDockContextCalcDropPosForDocking = 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.
- da_igDockContextClearNodes
alias da_igDockContextClearNodes = 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.
- da_igDockContextGenNodeID
alias da_igDockContextGenNodeID = 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.
- da_igDockContextInitialize
alias da_igDockContextInitialize = 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.
- da_igDockContextQueueDock
alias da_igDockContextQueueDock = 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.
- da_igDockContextQueueUndockNode
alias da_igDockContextQueueUndockNode = 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.
- da_igDockContextQueueUndockWindow
alias da_igDockContextQueueUndockWindow = 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.
- da_igDockContextRebuildNodes
alias da_igDockContextRebuildNodes = 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.
- da_igDockContextShutdown
alias da_igDockContextShutdown = 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.
- da_igDockContextUpdateDocking
alias da_igDockContextUpdateDocking = 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.
- da_igDockContextUpdateUndocking
alias da_igDockContextUpdateUndocking = 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.
- da_igDockNodeGetDepth
alias da_igDockNodeGetDepth = 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.
- da_igDockNodeGetRootNode
alias da_igDockNodeGetRootNode = 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.
- da_igDockSpace
alias da_igDockSpace = void function(ImGuiID id, const ImVec2 size, ImGuiDockNodeFlags flags, 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.
- da_igDockSpaceOverViewport
alias da_igDockSpaceOverViewport = ImGuiID function(ImGuiViewport* viewport, ImGuiDockNodeFlags flags, 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.
- da_igDragBehavior
alias da_igDragBehavior = 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.
- da_igDragFloat
alias da_igDragFloat = bool function(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.
- da_igDragFloat2
alias da_igDragFloat2 = bool function(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.
- da_igDragFloat3
alias da_igDragFloat3 = bool function(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.
- da_igDragFloat4
alias da_igDragFloat4 = bool function(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.
- da_igDragFloatRange2
alias da_igDragFloatRange2 = bool function(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.
- da_igDragInt
alias da_igDragInt = bool function(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.
- da_igDragInt2
alias da_igDragInt2 = bool function(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.
- da_igDragInt3
alias da_igDragInt3 = bool function(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.
- da_igDragInt4
alias da_igDragInt4 = bool function(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.
- da_igDragIntRange2
alias da_igDragIntRange2 = bool function(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.
- da_igDragScalar
alias da_igDragScalar = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, 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.
- da_igDragScalarN
alias da_igDragScalarN = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, int components, 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.
- da_igDummy
alias da_igDummy = 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.
- da_igEnd
alias da_igEnd = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndChild
alias da_igEndChild = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndChildFrame
alias da_igEndChildFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndColumns
alias da_igEndColumns = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndCombo
alias da_igEndCombo = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndDragDropSource
alias da_igEndDragDropSource = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndDragDropTarget
alias da_igEndDragDropTarget = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndFrame
alias da_igEndFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndGroup
alias da_igEndGroup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndMainMenuBar
alias da_igEndMainMenuBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndMenu
alias da_igEndMenu = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndMenuBar
alias da_igEndMenuBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndPopup
alias da_igEndPopup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndTabBar
alias da_igEndTabBar = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndTabItem
alias da_igEndTabItem = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igEndTooltip
alias da_igEndTooltip = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igFindBestWindowPosForPopup
alias da_igFindBestWindowPosForPopup = 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.
- da_igFindBestWindowPosForPopupEx
alias da_igFindBestWindowPosForPopupEx = 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.
- da_igFindOrCreateColumns
alias da_igFindOrCreateColumns = ImGuiColumns* 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.
- da_igFindOrCreateWindowSettings
alias da_igFindOrCreateWindowSettings = 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.
- da_igFindRenderedTextEnd
alias da_igFindRenderedTextEnd = const(char)* function(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.
- da_igFindSettingsHandler
alias da_igFindSettingsHandler = 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.
- da_igFindViewportByID
alias da_igFindViewportByID = 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.
- da_igFindViewportByPlatformHandle
alias da_igFindViewportByPlatformHandle = 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.
- da_igFindWindowByID
alias da_igFindWindowByID = 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.
- da_igFindWindowByName
alias da_igFindWindowByName = 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.
- da_igFindWindowSettings
alias da_igFindWindowSettings = 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.
- da_igFocusTopMostWindowUnderOne
alias da_igFocusTopMostWindowUnderOne = 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.
- da_igFocusWindow
alias da_igFocusWindow = 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.
- da_igFocusableItemRegister
alias da_igFocusableItemRegister = bool 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.
- da_igFocusableItemUnregister
alias da_igFocusableItemUnregister = 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.
- da_igGET_FLT_MAX
alias da_igGET_FLT_MAX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGcAwakeTransientWindowBuffers
alias da_igGcAwakeTransientWindowBuffers = 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.
- da_igGcCompactTransientWindowBuffers
alias da_igGcCompactTransientWindowBuffers = 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.
- da_igGetActiveID
alias da_igGetActiveID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetBackgroundDrawListNil
alias da_igGetBackgroundDrawListNil = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetBackgroundDrawListViewportPtr
alias da_igGetBackgroundDrawListViewportPtr = 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.
- da_igGetClipboardText
alias da_igGetClipboardText = 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.
- da_igGetColorU32Col
alias da_igGetColorU32Col = ImU32 function(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.
- da_igGetColorU32U32
alias da_igGetColorU32U32 = 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.
- da_igGetColorU32Vec4
alias da_igGetColorU32Vec4 = 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.
- da_igGetColumnIndex
alias da_igGetColumnIndex = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetColumnNormFromOffset
alias da_igGetColumnNormFromOffset = float function(const ImGuiColumns* 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.
- da_igGetColumnOffset
alias da_igGetColumnOffset = float 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.
- da_igGetColumnOffsetFromNorm
alias da_igGetColumnOffsetFromNorm = float function(const ImGuiColumns* 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.
- da_igGetColumnWidth
alias da_igGetColumnWidth = float 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.
- da_igGetColumnsCount
alias da_igGetColumnsCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetColumnsID
alias da_igGetColumnsID = 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.
- da_igGetContentRegionAvail
alias da_igGetContentRegionAvail = 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.
- da_igGetContentRegionMax
alias da_igGetContentRegionMax = 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.
- da_igGetContentRegionMaxAbs
alias da_igGetContentRegionMaxAbs = 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.
- da_igGetCurrentContext
alias da_igGetCurrentContext = ImGuiContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetCurrentWindow
alias da_igGetCurrentWindow = ImGuiWindow* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetCurrentWindowRead
alias da_igGetCurrentWindowRead = ImGuiWindow* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetCursorPos
alias da_igGetCursorPos = 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.
- da_igGetCursorPosX
alias da_igGetCursorPosX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetCursorPosY
alias da_igGetCursorPosY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetCursorScreenPos
alias da_igGetCursorScreenPos = 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.
- da_igGetCursorStartPos
alias da_igGetCursorStartPos = 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.
- da_igGetDefaultFont
alias da_igGetDefaultFont = ImFont* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetDragDropPayload
alias da_igGetDragDropPayload = ImGuiPayload* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetDrawData
alias da_igGetDrawData = ImDrawData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetDrawListSharedData
alias da_igGetDrawListSharedData = ImDrawListSharedData* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetFocusID
alias da_igGetFocusID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetFocusScopeID
alias da_igGetFocusScopeID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetFont
alias da_igGetFont = ImFont* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetFontSize
alias da_igGetFontSize = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetFontTexUvWhitePixel
alias da_igGetFontTexUvWhitePixel = 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.
- da_igGetForegroundDrawListNil
alias da_igGetForegroundDrawListNil = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetForegroundDrawListViewportPtr
alias da_igGetForegroundDrawListViewportPtr = 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.
- da_igGetForegroundDrawListWindowPtr
alias da_igGetForegroundDrawListWindowPtr = 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.
- da_igGetFrameCount
alias da_igGetFrameCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetFrameHeight
alias da_igGetFrameHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetFrameHeightWithSpacing
alias da_igGetFrameHeightWithSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetHoveredID
alias da_igGetHoveredID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetIDPtr
alias da_igGetIDPtr = 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.
- da_igGetIDStr
alias da_igGetIDStr = 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.
- da_igGetIDStrStr
alias da_igGetIDStrStr = 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.
- da_igGetIDWithSeed
alias da_igGetIDWithSeed = 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.
- da_igGetIO
alias da_igGetIO = ImGuiIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetInputTextState
alias da_igGetInputTextState = 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.
- da_igGetItemID
alias da_igGetItemID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetItemRectMax
alias da_igGetItemRectMax = 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.
- da_igGetItemRectMin
alias da_igGetItemRectMin = 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.
- da_igGetItemRectSize
alias da_igGetItemRectSize = 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.
- da_igGetItemStatusFlags
alias da_igGetItemStatusFlags = ImGuiItemStatusFlags function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetKeyIndex
alias da_igGetKeyIndex = 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.
- da_igGetKeyPressedAmount
alias da_igGetKeyPressedAmount = 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.
- da_igGetMainViewport
alias da_igGetMainViewport = ImGuiViewport* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetMergedKeyModFlags
alias da_igGetMergedKeyModFlags = ImGuiKeyModFlags function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetMouseCursor
alias da_igGetMouseCursor = ImGuiMouseCursor function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetMouseDragDelta
alias da_igGetMouseDragDelta = void function(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.
- da_igGetMousePos
alias da_igGetMousePos = 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.
- da_igGetMousePosOnOpeningCurrentPopup
alias da_igGetMousePosOnOpeningCurrentPopup = 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.
- da_igGetNavInputAmount
alias da_igGetNavInputAmount = 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.
- da_igGetNavInputAmount2d
alias da_igGetNavInputAmount2d = void function(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.
- da_igGetPlatformIO
alias da_igGetPlatformIO = ImGuiPlatformIO* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetScrollMaxX
alias da_igGetScrollMaxX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetScrollMaxY
alias da_igGetScrollMaxY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetScrollX
alias da_igGetScrollX = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetScrollY
alias da_igGetScrollY = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetStateStorage
alias da_igGetStateStorage = ImGuiStorage* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetStyle
alias da_igGetStyle = ImGuiStyle* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetStyleColorName
alias da_igGetStyleColorName = 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.
- da_igGetStyleColorVec4
alias da_igGetStyleColorVec4 = 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.
- da_igGetTextLineHeight
alias da_igGetTextLineHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetTextLineHeightWithSpacing
alias da_igGetTextLineHeightWithSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetTime
alias da_igGetTime = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetTopMostPopupModal
alias da_igGetTopMostPopupModal = ImGuiWindow* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetTreeNodeToLabelSpacing
alias da_igGetTreeNodeToLabelSpacing = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetVersion
alias da_igGetVersion = 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.
- da_igGetWindowAllowedExtentRect
alias da_igGetWindowAllowedExtentRect = 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.
- da_igGetWindowAlwaysWantOwnTabBar
alias da_igGetWindowAlwaysWantOwnTabBar = 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.
- da_igGetWindowContentRegionMax
alias da_igGetWindowContentRegionMax = 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.
- da_igGetWindowContentRegionMin
alias da_igGetWindowContentRegionMin = 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.
- da_igGetWindowContentRegionWidth
alias da_igGetWindowContentRegionWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetWindowDockID
alias da_igGetWindowDockID = ImGuiID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetWindowDockNode
alias da_igGetWindowDockNode = ImGuiDockNode* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetWindowDpiScale
alias da_igGetWindowDpiScale = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetWindowDrawList
alias da_igGetWindowDrawList = ImDrawList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetWindowHeight
alias da_igGetWindowHeight = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetWindowPos
alias da_igGetWindowPos = 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.
- da_igGetWindowResizeID
alias da_igGetWindowResizeID = 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.
- da_igGetWindowScrollbarID
alias da_igGetWindowScrollbarID = 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.
- da_igGetWindowScrollbarRect
alias da_igGetWindowScrollbarRect = 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.
- da_igGetWindowSize
alias da_igGetWindowSize = 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.
- da_igGetWindowViewport
alias da_igGetWindowViewport = ImGuiViewport* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igGetWindowWidth
alias da_igGetWindowWidth = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igImAbsFloat
alias da_igImAbsFloat = 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.
- da_igImAbsdouble
alias da_igImAbsdouble = 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.
- da_igImAlphaBlendColors
alias da_igImAlphaBlendColors = 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.
- da_igImBezierCalc
alias da_igImBezierCalc = 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.
- da_igImBezierClosestPoint
alias da_igImBezierClosestPoint = 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.
- da_igImBezierClosestPointCasteljau
alias da_igImBezierClosestPointCasteljau = 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.
- da_igImBitArrayClearBit
alias da_igImBitArrayClearBit = 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.
- da_igImBitArraySetBit
alias da_igImBitArraySetBit = 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.
- da_igImBitArraySetBitRange
alias da_igImBitArraySetBitRange = 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.
- da_igImBitArrayTestBit
alias da_igImBitArrayTestBit = 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.
- da_igImCharIsBlankA
alias da_igImCharIsBlankA = 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.
- da_igImCharIsBlankW
alias da_igImCharIsBlankW = 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.
- da_igImClamp
alias da_igImClamp = 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.
- da_igImDot
alias da_igImDot = 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.
- da_igImFileClose
alias da_igImFileClose = 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.
- da_igImFileGetSize
alias da_igImFileGetSize = 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.
- da_igImFileLoadToMemory
alias da_igImFileLoadToMemory = void* function(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.
- da_igImFileOpen
alias da_igImFileOpen = 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.
- da_igImFileRead
alias da_igImFileRead = 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.
- da_igImFileWrite
alias da_igImFileWrite = 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.
- da_igImFloorFloat
alias da_igImFloorFloat = 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.
- da_igImFloorVec2
alias da_igImFloorVec2 = 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.
- da_igImFontAtlasBuildFinish
alias da_igImFontAtlasBuildFinish = 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.
- da_igImFontAtlasBuildInit
alias da_igImFontAtlasBuildInit = 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.
- da_igImFontAtlasBuildMultiplyCalcLookupTable
alias da_igImFontAtlasBuildMultiplyCalcLookupTable = void function(ubyte* 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.
- da_igImFontAtlasBuildMultiplyRectAlpha8
alias da_igImFontAtlasBuildMultiplyRectAlpha8 = void function(const ubyte* table, ubyte* 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.
- da_igImFontAtlasBuildPackCustomRects
alias da_igImFontAtlasBuildPackCustomRects = 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.
- da_igImFontAtlasBuildRender1bppRectFromString
alias da_igImFontAtlasBuildRender1bppRectFromString = void function(ImFontAtlas* atlas, int atlas_x, int atlas_y, int w, int h, const(char)* in_str, char in_marker_char, ubyte 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.
- da_igImFontAtlasBuildSetupFont
alias da_igImFontAtlasBuildSetupFont = 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.
- da_igImFontAtlasBuildWithStbTruetype
alias da_igImFontAtlasBuildWithStbTruetype = bool 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.
- da_igImFormatString
alias da_igImFormatString = 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.
- da_igImFormatStringV
alias da_igImFormatStringV = 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.
- da_igImGetDirQuadrantFromDelta
alias da_igImGetDirQuadrantFromDelta = 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.
- da_igImHashData
alias da_igImHashData = ImU32 function(const 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.
- da_igImHashStr
alias da_igImHashStr = ImU32 function(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.
- da_igImInvLength
alias da_igImInvLength = 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.
- da_igImIsPowerOfTwo
alias da_igImIsPowerOfTwo = 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.
- da_igImLengthSqrVec2
alias da_igImLengthSqrVec2 = 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.
- da_igImLengthSqrVec4
alias da_igImLengthSqrVec4 = 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.
- da_igImLerpVec2Float
alias da_igImLerpVec2Float = 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.
- da_igImLerpVec2Vec2
alias da_igImLerpVec2Vec2 = 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.
- da_igImLerpVec4
alias da_igImLerpVec4 = 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.
- da_igImLineClosestPoint
alias da_igImLineClosestPoint = 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.
- da_igImLinearSweep
alias da_igImLinearSweep = 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.
- da_igImLogFloat
alias da_igImLogFloat = 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.
- da_igImLogdouble
alias da_igImLogdouble = 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.
- da_igImMax
alias da_igImMax = 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.
- da_igImMin
alias da_igImMin = 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.
- da_igImModPositive
alias da_igImModPositive = 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.
- da_igImMul
alias da_igImMul = 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.
- da_igImParseFormatFindEnd
alias da_igImParseFormatFindEnd = 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.
- da_igImParseFormatFindStart
alias da_igImParseFormatFindStart = 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.
- da_igImParseFormatPrecision
alias da_igImParseFormatPrecision = 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.
- da_igImParseFormatTrimDecorations
alias da_igImParseFormatTrimDecorations = 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.
- da_igImPowFloat
alias da_igImPowFloat = 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.
- da_igImPowdouble
alias da_igImPowdouble = 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.
- da_igImRotate
alias da_igImRotate = 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.
- da_igImSaturate
alias da_igImSaturate = 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.
- da_igImSignFloat
alias da_igImSignFloat = 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.
- da_igImSigndouble
alias da_igImSigndouble = 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.
- da_igImStrSkipBlank
alias da_igImStrSkipBlank = 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.
- da_igImStrTrimBlanks
alias da_igImStrTrimBlanks = 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.
- da_igImStrbolW
alias da_igImStrbolW = 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.
- da_igImStrchrRange
alias da_igImStrchrRange = 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.
- da_igImStrdup
alias da_igImStrdup = 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.
- da_igImStrdupcpy
alias da_igImStrdupcpy = 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.
- da_igImStreolRange
alias da_igImStreolRange = 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.
- da_igImStricmp
alias da_igImStricmp = 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.
- da_igImStristr
alias da_igImStristr = 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.
- da_igImStrlenW
alias da_igImStrlenW = 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.
- da_igImStrncpy
alias da_igImStrncpy = 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.
- da_igImStrnicmp
alias da_igImStrnicmp = 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.
- da_igImTextCharFromUtf8
alias da_igImTextCharFromUtf8 = 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.
- da_igImTextCountCharsFromUtf8
alias da_igImTextCountCharsFromUtf8 = 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.
- da_igImTextCountUtf8BytesFromChar
alias da_igImTextCountUtf8BytesFromChar = 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.
- da_igImTextCountUtf8BytesFromStr
alias da_igImTextCountUtf8BytesFromStr = 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.
- da_igImTextStrFromUtf8
alias da_igImTextStrFromUtf8 = int function(ImWchar* buf, int buf_size, const(char)* in_text, const(char)* in_text_end, const(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.
- da_igImTextStrToUtf8
alias da_igImTextStrToUtf8 = int function(char* buf, int 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.
- da_igImTriangleArea
alias da_igImTriangleArea = 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.
- da_igImTriangleBarycentricCoords
alias da_igImTriangleBarycentricCoords = 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.
- da_igImTriangleClosestPoint
alias da_igImTriangleClosestPoint = 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.
- da_igImTriangleContainsPoint
alias da_igImTriangleContainsPoint = 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.
- da_igImUpperPowerOfTwo
alias da_igImUpperPowerOfTwo = 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.
- da_igImage
alias da_igImage = void function(ImTextureID user_texture_id, const ImVec2 size, const ImVec2 uv0, const ImVec2 uv1, const ImVec4 tint_col, const 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.
- da_igImageButton
alias da_igImageButton = bool function(ImTextureID user_texture_id, const ImVec2 size, const ImVec2 uv0, const ImVec2 uv1, int frame_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.
- da_igImageButtonEx
alias da_igImageButtonEx = 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.
- da_igIndent
alias da_igIndent = void function(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.
- da_igInitialize
alias da_igInitialize = 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.
- da_igInputDouble
alias da_igInputDouble = bool function(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.
- da_igInputFloat
alias da_igInputFloat = bool function(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.
- da_igInputFloat2
alias da_igInputFloat2 = bool function(const(char)* label, float* 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.
- da_igInputFloat3
alias da_igInputFloat3 = bool function(const(char)* label, float* 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.
- da_igInputFloat4
alias da_igInputFloat4 = bool function(const(char)* label, float* 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.
- da_igInputInt
alias da_igInputInt = bool function(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.
- da_igInputInt2
alias da_igInputInt2 = bool function(const(char)* label, int* 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.
- da_igInputInt3
alias da_igInputInt3 = bool function(const(char)* label, int* 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.
- da_igInputInt4
alias da_igInputInt4 = bool function(const(char)* label, int* 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.
- da_igInputScalar
alias da_igInputScalar = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, const void* p_step, const 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.
- da_igInputScalarN
alias da_igInputScalarN = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, int components, const void* p_step, const 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.
- da_igInputText
alias da_igInputText = bool function(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.
- da_igInputTextEx
alias da_igInputTextEx = bool function(const(char)* label, const(char)* hint, char* buf, int buf_size, const 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.
- da_igInputTextMultiline
alias da_igInputTextMultiline = bool function(const(char)* label, char* buf, size_t buf_size, const 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.
- da_igInputTextWithHint
alias da_igInputTextWithHint = bool function(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.
- da_igInvisibleButton
alias da_igInvisibleButton = bool function(const(char)* str_id, const 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.
- da_igIsActiveIdUsingKey
alias da_igIsActiveIdUsingKey = 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.
- da_igIsActiveIdUsingNavDir
alias da_igIsActiveIdUsingNavDir = 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.
- da_igIsActiveIdUsingNavInput
alias da_igIsActiveIdUsingNavInput = 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.
- da_igIsAnyItemActive
alias da_igIsAnyItemActive = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsAnyItemFocused
alias da_igIsAnyItemFocused = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsAnyItemHovered
alias da_igIsAnyItemHovered = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsAnyMouseDown
alias da_igIsAnyMouseDown = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsClippedEx
alias da_igIsClippedEx = bool function(const ImRect bb, ImGuiID id, bool clip_even_when_logged)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsDragDropPayloadBeingAccepted
alias da_igIsDragDropPayloadBeingAccepted = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemActivated
alias da_igIsItemActivated = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemActive
alias da_igIsItemActive = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemClicked
alias da_igIsItemClicked = bool function(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.
- da_igIsItemDeactivated
alias da_igIsItemDeactivated = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemDeactivatedAfterEdit
alias da_igIsItemDeactivatedAfterEdit = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemEdited
alias da_igIsItemEdited = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemFocused
alias da_igIsItemFocused = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemHovered
alias da_igIsItemHovered = bool function(ImGuiHoveredFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemToggledOpen
alias da_igIsItemToggledOpen = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemToggledSelection
alias da_igIsItemToggledSelection = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsItemVisible
alias da_igIsItemVisible = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsKeyDown
alias da_igIsKeyDown = 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.
- da_igIsKeyPressed
alias da_igIsKeyPressed = bool function(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.
- da_igIsKeyPressedMap
alias da_igIsKeyPressedMap = bool function(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.
- da_igIsKeyReleased
alias da_igIsKeyReleased = 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.
- da_igIsMouseClicked
alias da_igIsMouseClicked = bool function(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.
- da_igIsMouseDoubleClicked
alias da_igIsMouseDoubleClicked = 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.
- da_igIsMouseDown
alias da_igIsMouseDown = 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.
- da_igIsMouseDragPastThreshold
alias da_igIsMouseDragPastThreshold = bool function(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.
- da_igIsMouseDragging
alias da_igIsMouseDragging = bool function(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.
- da_igIsMouseHoveringRect
alias da_igIsMouseHoveringRect = bool function(const ImVec2 r_min, const 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.
- da_igIsMousePosValid
alias da_igIsMousePosValid = bool function(const 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.
- da_igIsMouseReleased
alias da_igIsMouseReleased = 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.
- da_igIsNavInputDown
alias da_igIsNavInputDown = 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.
- da_igIsNavInputTest
alias da_igIsNavInputTest = 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.
- da_igIsPopupOpenID
alias da_igIsPopupOpenID = 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.
- da_igIsPopupOpenStr
alias da_igIsPopupOpenStr = bool function(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.
- da_igIsRectVisibleNil
alias da_igIsRectVisibleNil = 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.
- da_igIsRectVisibleVec2
alias da_igIsRectVisibleVec2 = 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.
- da_igIsWindowAppearing
alias da_igIsWindowAppearing = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsWindowChildOf
alias da_igIsWindowChildOf = bool function(ImGuiWindow* window, ImGuiWindow* potential_parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsWindowCollapsed
alias da_igIsWindowCollapsed = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsWindowDocked
alias da_igIsWindowDocked = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsWindowFocused
alias da_igIsWindowFocused = bool function(ImGuiFocusedFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsWindowHovered
alias da_igIsWindowHovered = bool function(ImGuiHoveredFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igIsWindowNavFocusable
alias da_igIsWindowNavFocusable = 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.
- da_igItemAdd
alias da_igItemAdd = bool function(const ImRect bb, ImGuiID id, const ImRect* nav_bb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igItemHoverable
alias da_igItemHoverable = 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.
- da_igItemSizeRect
alias da_igItemSizeRect = void function(const 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.
- da_igItemSizeVec2
alias da_igItemSizeVec2 = void function(const 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.
- da_igKeepAliveID
alias da_igKeepAliveID = 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.
- da_igLabelText
alias da_igLabelText = 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.
- da_igLabelTextV
alias da_igLabelTextV = 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.
- da_igListBoxFnBoolPtr
alias da_igListBoxFnBoolPtr = 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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igListBoxFooter
alias da_igListBoxFooter = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igListBoxHeaderInt
alias da_igListBoxHeaderInt = bool function(const(char)* label, 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.
- da_igListBoxHeaderVec2
alias da_igListBoxHeaderVec2 = bool function(const(char)* label, 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.
- da_igListBoxStr_arr
alias da_igListBoxStr_arr = bool function(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.
- da_igLoadIniSettingsFromDisk
alias da_igLoadIniSettingsFromDisk = 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.
- da_igLoadIniSettingsFromMemory
alias da_igLoadIniSettingsFromMemory = void function(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.
- da_igLogBegin
alias da_igLogBegin = 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.
- da_igLogButtons
alias da_igLogButtons = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igLogFinish
alias da_igLogFinish = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igLogRenderedText
alias da_igLogRenderedText = void function(const 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.
- da_igLogText
alias da_igLogText = 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.
- da_igLogToBuffer
alias da_igLogToBuffer = void function(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.
- da_igLogToClipboard
alias da_igLogToClipboard = void function(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.
- da_igLogToFile
alias da_igLogToFile = void function(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.
- da_igLogToTTY
alias da_igLogToTTY = void function(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.
- da_igMarkIniSettingsDirtyNil
alias da_igMarkIniSettingsDirtyNil = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igMarkIniSettingsDirtyWindowPtr
alias da_igMarkIniSettingsDirtyWindowPtr = 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.
- da_igMarkItemEdited
alias da_igMarkItemEdited = 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.
- da_igMemAlloc
alias da_igMemAlloc = 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.
- da_igMemFree
alias da_igMemFree = 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.
- da_igMenuItemBool
alias da_igMenuItemBool = bool function(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.
- da_igMenuItemBoolPtr
alias da_igMenuItemBoolPtr = bool function(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.
- da_igNavInitWindow
alias da_igNavInitWindow = 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.
- da_igNavMoveRequestButNoResultYet
alias da_igNavMoveRequestButNoResultYet = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igNavMoveRequestCancel
alias da_igNavMoveRequestCancel = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igNavMoveRequestForward
alias da_igNavMoveRequestForward = void function(ImGuiDir move_dir, ImGuiDir clip_dir, const ImRect bb_rel, 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.
- da_igNavMoveRequestTryWrapping
alias da_igNavMoveRequestTryWrapping = 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.
- da_igNewFrame
alias da_igNewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igNewLine
alias da_igNewLine = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igNextColumn
alias da_igNextColumn = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igOpenPopup
alias da_igOpenPopup = void function(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.
- da_igOpenPopupEx
alias da_igOpenPopupEx = void 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.
- da_igOpenPopupOnItemClick
alias da_igOpenPopupOnItemClick = void function(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.
- da_igPlotEx
alias da_igPlotEx = 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.
- da_igPlotHistogramFloatPtr
alias da_igPlotHistogramFloatPtr = void function(const(char)* label, const 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.
- da_igPlotHistogramFnFloatPtr
alias da_igPlotHistogramFnFloatPtr = void function(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.
- da_igPlotLinesFloatPtr
alias da_igPlotLinesFloatPtr = void function(const(char)* label, const 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.
- da_igPlotLinesFnFloatPtr
alias da_igPlotLinesFnFloatPtr = void function(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.
- da_igPopAllowKeyboardFocus
alias da_igPopAllowKeyboardFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopButtonRepeat
alias da_igPopButtonRepeat = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopClipRect
alias da_igPopClipRect = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopColumnsBackground
alias da_igPopColumnsBackground = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopFocusScope
alias da_igPopFocusScope = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopFont
alias da_igPopFont = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopID
alias da_igPopID = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopItemFlag
alias da_igPopItemFlag = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopItemWidth
alias da_igPopItemWidth = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopStyleColor
alias da_igPopStyleColor = void function(int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopStyleVar
alias da_igPopStyleVar = void function(int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPopTextWrapPos
alias da_igPopTextWrapPos = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igProgressBar
alias da_igProgressBar = void function(float fraction, const 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.
- da_igPushAllowKeyboardFocus
alias da_igPushAllowKeyboardFocus = 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.
- da_igPushButtonRepeat
alias da_igPushButtonRepeat = 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.
- da_igPushClipRect
alias da_igPushClipRect = 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.
- da_igPushColumnClipRect
alias da_igPushColumnClipRect = 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.
- da_igPushColumnsBackground
alias da_igPushColumnsBackground = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igPushFocusScope
alias da_igPushFocusScope = 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.
- da_igPushFont
alias da_igPushFont = 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.
- da_igPushIDInt
alias da_igPushIDInt = 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.
- da_igPushIDPtr
alias da_igPushIDPtr = 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.
- da_igPushIDStr
alias da_igPushIDStr = 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.
- da_igPushIDStrStr
alias da_igPushIDStrStr = 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.
- da_igPushItemFlag
alias da_igPushItemFlag = 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.
- da_igPushItemWidth
alias da_igPushItemWidth = 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.
- da_igPushMultiItemsWidths
alias da_igPushMultiItemsWidths = 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.
- da_igPushOverrideID
alias da_igPushOverrideID = 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.
- da_igPushStyleColorU32
alias da_igPushStyleColorU32 = 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.
- da_igPushStyleColorVec4
alias da_igPushStyleColorVec4 = 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.
- da_igPushStyleVarFloat
alias da_igPushStyleVarFloat = 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.
- da_igPushStyleVarVec2
alias da_igPushStyleVarVec2 = 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.
- da_igPushTextWrapPos
alias da_igPushTextWrapPos = void function(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.
- da_igRadioButtonBool
alias da_igRadioButtonBool = 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.
- da_igRadioButtonIntPtr
alias da_igRadioButtonIntPtr = 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.
- da_igRender
alias da_igRender = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igRenderArrow
alias da_igRenderArrow = void function(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.
- da_igRenderArrowDockMenu
alias da_igRenderArrowDockMenu = 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.
- da_igRenderArrowPointingAt
alias da_igRenderArrowPointingAt = 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.
- da_igRenderBullet
alias da_igRenderBullet = 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.
- da_igRenderCheckMark
alias da_igRenderCheckMark = 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.
- da_igRenderColorRectWithAlphaCheckerboard
alias da_igRenderColorRectWithAlphaCheckerboard = void function(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, float grid_step, ImVec2 grid_off, float rounding, int rounding_corners_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igRenderFrame
alias da_igRenderFrame = void function(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.
- da_igRenderFrameBorder
alias da_igRenderFrameBorder = void function(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.
- da_igRenderMouseCursor
alias da_igRenderMouseCursor = 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.
- da_igRenderNavHighlight
alias da_igRenderNavHighlight = void function(const 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.
- da_igRenderPlatformWindowsDefault
alias da_igRenderPlatformWindowsDefault = void function(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.
- da_igRenderRectFilledRangeH
alias da_igRenderRectFilledRangeH = 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.
- da_igRenderRectFilledWithHole
alias da_igRenderRectFilledWithHole = 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.
- da_igRenderText
alias da_igRenderText = void function(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.
- da_igRenderTextClipped
alias da_igRenderTextClipped = 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 align_, 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.
- da_igRenderTextClippedEx
alias da_igRenderTextClippedEx = 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 align_, 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.
- da_igRenderTextEllipsis
alias da_igRenderTextEllipsis = 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.
- da_igRenderTextWrapped
alias da_igRenderTextWrapped = 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.
- da_igResetMouseDragDelta
alias da_igResetMouseDragDelta = void 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.
- da_igSameLine
alias da_igSameLine = void function(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.
- da_igSaveIniSettingsToDisk
alias da_igSaveIniSettingsToDisk = 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.
- da_igSaveIniSettingsToMemory
alias da_igSaveIniSettingsToMemory = const(char)* function(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.
- da_igScaleWindowsInViewport
alias da_igScaleWindowsInViewport = 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.
- da_igScrollToBringRectIntoView
alias da_igScrollToBringRectIntoView = 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.
- da_igScrollbar
alias da_igScrollbar = 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.
- da_igScrollbarEx
alias da_igScrollbarEx = bool function(const ImRect bb, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, float avail_v, float contents_v, ImDrawCornerFlags rounding_corners)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSelectableBool
alias da_igSelectableBool = bool function(const(char)* label, bool selected, ImGuiSelectableFlags flags, 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.
- da_igSelectableBoolPtr
alias da_igSelectableBoolPtr = bool function(const(char)* label, bool* p_selected, ImGuiSelectableFlags flags, 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.
- da_igSeparator
alias da_igSeparator = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSeparatorEx
alias da_igSeparatorEx = 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.
- da_igSetActiveID
alias da_igSetActiveID = 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.
- da_igSetAllocatorFunctions
alias da_igSetAllocatorFunctions = void function(void* function(size_t sz, void* user_data) alloc_func, void function(void* ptr, void* user_data) 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.
- da_igSetClipboardText
alias da_igSetClipboardText = 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.
- da_igSetColorEditOptions
alias da_igSetColorEditOptions = 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.
- da_igSetColumnOffset
alias da_igSetColumnOffset = 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.
- da_igSetColumnWidth
alias da_igSetColumnWidth = 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.
- da_igSetCurrentContext
alias da_igSetCurrentContext = 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.
- da_igSetCurrentFont
alias da_igSetCurrentFont = 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.
- da_igSetCursorPos
alias da_igSetCursorPos = 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.
- da_igSetCursorPosX
alias da_igSetCursorPosX = 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.
- da_igSetCursorPosY
alias da_igSetCursorPosY = 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.
- da_igSetCursorScreenPos
alias da_igSetCursorScreenPos = 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.
- da_igSetDragDropPayload
alias da_igSetDragDropPayload = bool function(const(char)* type, const 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.
- da_igSetFocusID
alias da_igSetFocusID = 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.
- da_igSetHoveredID
alias da_igSetHoveredID = 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.
- da_igSetItemAllowOverlap
alias da_igSetItemAllowOverlap = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSetItemDefaultFocus
alias da_igSetItemDefaultFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSetKeyboardFocusHere
alias da_igSetKeyboardFocusHere = void function(int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSetLastItemData
alias da_igSetLastItemData = void function(ImGuiWindow* window, ImGuiID item_id, 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.
- da_igSetMouseCursor
alias da_igSetMouseCursor = 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.
- da_igSetNavID
alias da_igSetNavID = void function(ImGuiID id, int nav_layer, ImGuiID focus_scope_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSetNavIDWithRectRel
alias da_igSetNavIDWithRectRel = void function(ImGuiID id, int 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.
- da_igSetNextItemOpen
alias da_igSetNextItemOpen = void function(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.
- da_igSetNextItemWidth
alias da_igSetNextItemWidth = 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.
- da_igSetNextWindowBgAlpha
alias da_igSetNextWindowBgAlpha = 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.
- da_igSetNextWindowClass
alias da_igSetNextWindowClass = 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.
- da_igSetNextWindowCollapsed
alias da_igSetNextWindowCollapsed = void function(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.
- da_igSetNextWindowContentSize
alias da_igSetNextWindowContentSize = 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.
- da_igSetNextWindowDockID
alias da_igSetNextWindowDockID = void function(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.
- da_igSetNextWindowFocus
alias da_igSetNextWindowFocus = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSetNextWindowPos
alias da_igSetNextWindowPos = void function(const ImVec2 pos, ImGuiCond cond, const ImVec2 pivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSetNextWindowScroll
alias da_igSetNextWindowScroll = 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.
- da_igSetNextWindowSize
alias da_igSetNextWindowSize = void function(const 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.
- da_igSetNextWindowSizeConstraints
alias da_igSetNextWindowSizeConstraints = void function(const ImVec2 size_min, const 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.
- da_igSetNextWindowViewport
alias da_igSetNextWindowViewport = 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.
- da_igSetScrollFromPosXFloat
alias da_igSetScrollFromPosXFloat = void function(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.
- da_igSetScrollFromPosXWindowPtr
alias da_igSetScrollFromPosXWindowPtr = 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.
- da_igSetScrollFromPosYFloat
alias da_igSetScrollFromPosYFloat = void function(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.
- da_igSetScrollFromPosYWindowPtr
alias da_igSetScrollFromPosYWindowPtr = 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.
- da_igSetScrollHereX
alias da_igSetScrollHereX = void function(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.
- da_igSetScrollHereY
alias da_igSetScrollHereY = void function(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.
- da_igSetScrollXFloat
alias da_igSetScrollXFloat = 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.
- da_igSetScrollXWindowPtr
alias da_igSetScrollXWindowPtr = 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.
- da_igSetScrollYFloat
alias da_igSetScrollYFloat = 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.
- da_igSetScrollYWindowPtr
alias da_igSetScrollYWindowPtr = 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.
- da_igSetStateStorage
alias da_igSetStateStorage = 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.
- da_igSetTabItemClosed
alias da_igSetTabItemClosed = 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.
- da_igSetTooltip
alias da_igSetTooltip = 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.
- da_igSetTooltipV
alias da_igSetTooltipV = 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.
- da_igSetWindowClipRectBeforeSetChannel
alias da_igSetWindowClipRectBeforeSetChannel = 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.
- da_igSetWindowCollapsedBool
alias da_igSetWindowCollapsedBool = void function(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.
- da_igSetWindowCollapsedStr
alias da_igSetWindowCollapsedStr = void function(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.
- da_igSetWindowCollapsedWindowPtr
alias da_igSetWindowCollapsedWindowPtr = void function(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.
- da_igSetWindowDock
alias da_igSetWindowDock = 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.
- da_igSetWindowFocusNil
alias da_igSetWindowFocusNil = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSetWindowFocusStr
alias da_igSetWindowFocusStr = 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.
- da_igSetWindowFontScale
alias da_igSetWindowFontScale = 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.
- da_igSetWindowHitTestHole
alias da_igSetWindowHitTestHole = 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.
- da_igSetWindowPosStr
alias da_igSetWindowPosStr = void function(const(char)* name, const 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.
- da_igSetWindowPosVec2
alias da_igSetWindowPosVec2 = void function(const 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.
- da_igSetWindowPosWindowPtr
alias da_igSetWindowPosWindowPtr = void function(ImGuiWindow* window, const 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.
- da_igSetWindowSizeStr
alias da_igSetWindowSizeStr = void function(const(char)* name, const 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.
- da_igSetWindowSizeVec2
alias da_igSetWindowSizeVec2 = void function(const 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.
- da_igSetWindowSizeWindowPtr
alias da_igSetWindowSizeWindowPtr = void function(ImGuiWindow* window, const 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.
- da_igShadeVertsLinearColorGradientKeepAlpha
alias da_igShadeVertsLinearColorGradientKeepAlpha = 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.
- da_igShadeVertsLinearUV
alias da_igShadeVertsLinearUV = 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.
- da_igShowAboutWindow
alias da_igShowAboutWindow = void function(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.
- da_igShowDemoWindow
alias da_igShowDemoWindow = void function(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.
- da_igShowFontSelector
alias da_igShowFontSelector = 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.
- da_igShowMetricsWindow
alias da_igShowMetricsWindow = void function(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.
- da_igShowStyleEditor
alias da_igShowStyleEditor = void function(ImGuiStyle* ref_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igShowStyleSelector
alias da_igShowStyleSelector = 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.
- da_igShowUserGuide
alias da_igShowUserGuide = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igShowViewportThumbnails
alias da_igShowViewportThumbnails = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igShrinkWidths
alias da_igShrinkWidths = 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.
- da_igShutdown
alias da_igShutdown = 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.
- da_igSliderAngle
alias da_igSliderAngle = bool function(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.
- da_igSliderBehavior
alias da_igSliderBehavior = 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.
- da_igSliderFloat
alias da_igSliderFloat = bool function(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.
- da_igSliderFloat2
alias da_igSliderFloat2 = bool function(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.
- da_igSliderFloat3
alias da_igSliderFloat3 = bool function(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.
- da_igSliderFloat4
alias da_igSliderFloat4 = bool function(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.
- da_igSliderInt
alias da_igSliderInt = bool function(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.
- da_igSliderInt2
alias da_igSliderInt2 = bool function(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.
- da_igSliderInt3
alias da_igSliderInt3 = bool function(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.
- da_igSliderInt4
alias da_igSliderInt4 = bool function(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.
- da_igSliderScalar
alias da_igSliderScalar = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, 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.
- da_igSliderScalarN
alias da_igSliderScalarN = bool function(const(char)* label, ImGuiDataType data_type, void* p_data, int components, 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.
- da_igSmallButton
alias da_igSmallButton = 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.
- da_igSpacing
alias da_igSpacing = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igSplitterBehavior
alias da_igSplitterBehavior = bool function(const 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.
- da_igStartMouseMovingWindow
alias da_igStartMouseMovingWindow = 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.
- da_igStartMouseMovingWindowOrNode
alias da_igStartMouseMovingWindowOrNode = 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.
- da_igStyleColorsClassic
alias da_igStyleColorsClassic = void function(ImGuiStyle* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igStyleColorsDark
alias da_igStyleColorsDark = void function(ImGuiStyle* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igStyleColorsLight
alias da_igStyleColorsLight = void function(ImGuiStyle* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igTabBarAddTab
alias da_igTabBarAddTab = 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.
- da_igTabBarCloseTab
alias da_igTabBarCloseTab = 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.
- da_igTabBarFindMostRecentlySelectedTabForActiveWindow
alias da_igTabBarFindMostRecentlySelectedTabForActiveWindow = 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.
- da_igTabBarFindTabByID
alias da_igTabBarFindTabByID = 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.
- da_igTabBarProcessReorder
alias da_igTabBarProcessReorder = 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.
- da_igTabBarQueueReorder
alias da_igTabBarQueueReorder = void function(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igTabBarRemoveTab
alias da_igTabBarRemoveTab = 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.
- da_igTabItemBackground
alias da_igTabItemBackground = 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.
- da_igTabItemButton
alias da_igTabItemButton = bool function(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.
- da_igTabItemCalcSize
alias da_igTabItemCalcSize = 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.
- da_igTabItemEx
alias da_igTabItemEx = 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.
- da_igTabItemLabelAndCloseButton
alias da_igTabItemLabelAndCloseButton = bool 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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igTempInputIsActive
alias da_igTempInputIsActive = 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.
- da_igTempInputScalar
alias da_igTempInputScalar = bool function(const ImRect bb, ImGuiID id, const(char)* label, ImGuiDataType data_type, void* p_data, const(char)* format, const void* p_clamp_min, const 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.
- da_igTempInputText
alias da_igTempInputText = 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.
- da_igText
alias da_igText = 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.
- da_igTextColored
alias da_igTextColored = 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.
- da_igTextColoredV
alias da_igTextColoredV = 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.
- da_igTextDisabled
alias da_igTextDisabled = 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.
- da_igTextDisabledV
alias da_igTextDisabledV = 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.
- da_igTextEx
alias da_igTextEx = void function(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.
- da_igTextUnformatted
alias da_igTextUnformatted = void function(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.
- da_igTextV
alias da_igTextV = 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.
- da_igTextWrapped
alias da_igTextWrapped = 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.
- da_igTextWrappedV
alias da_igTextWrappedV = 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.
- da_igTranslateWindowsInViewport
alias da_igTranslateWindowsInViewport = 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.
- da_igTreeNodeBehavior
alias da_igTreeNodeBehavior = bool function(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.
- da_igTreeNodeBehaviorIsOpen
alias da_igTreeNodeBehaviorIsOpen = bool function(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.
- da_igTreeNodeExPtr
alias da_igTreeNodeExPtr = 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.
- da_igTreeNodeExStr
alias da_igTreeNodeExStr = bool function(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.
- da_igTreeNodeExStrStr
alias da_igTreeNodeExStrStr = 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.
- da_igTreeNodeExVPtr
alias da_igTreeNodeExVPtr = 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.
- da_igTreeNodeExVStr
alias da_igTreeNodeExVStr = 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.
- da_igTreeNodePtr
alias da_igTreeNodePtr = 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.
- da_igTreeNodeStr
alias da_igTreeNodeStr = 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.
- da_igTreeNodeStrStr
alias da_igTreeNodeStrStr = 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.
- da_igTreeNodeVPtr
alias da_igTreeNodeVPtr = 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.
- da_igTreeNodeVStr
alias da_igTreeNodeVStr = 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.
- da_igTreePop
alias da_igTreePop = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igTreePushOverrideID
alias da_igTreePushOverrideID = 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.
- da_igTreePushPtr
alias da_igTreePushPtr = 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.
- da_igTreePushStr
alias da_igTreePushStr = 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.
- da_igUnindent
alias da_igUnindent = void function(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.
- da_igUpdateHoveredWindowAndCaptureFlags
alias da_igUpdateHoveredWindowAndCaptureFlags = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igUpdateMouseMovingWindowEndFrame
alias da_igUpdateMouseMovingWindowEndFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igUpdateMouseMovingWindowNewFrame
alias da_igUpdateMouseMovingWindowNewFrame = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igUpdatePlatformWindows
alias da_igUpdatePlatformWindows = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igUpdateWindowParentAndRootLinks
alias da_igUpdateWindowParentAndRootLinks = 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.
- da_igVSliderFloat
alias da_igVSliderFloat = bool function(const(char)* label, const 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.
- da_igVSliderInt
alias da_igVSliderInt = bool function(const(char)* label, const 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.
- da_igVSliderScalar
alias da_igVSliderScalar = 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, ImGuiSliderFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_igValueBool
alias da_igValueBool = 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.
- da_igValueFloat
alias da_igValueFloat = void function(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.
- da_igValueInt
alias da_igValueInt = 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.
- da_igValueUint
alias da_igValueUint = 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.
- ImBitVector_Clear
da_ImBitVector_Clear ImBitVector_Clear;
Undocumented in source.
- ImBitVector_ClearBit
da_ImBitVector_ClearBit ImBitVector_ClearBit;
Undocumented in source.
- ImBitVector_Create
da_ImBitVector_Create ImBitVector_Create;
Undocumented in source.
- ImBitVector_SetBit
da_ImBitVector_SetBit ImBitVector_SetBit;
Undocumented in source.
- ImBitVector_TestBit
da_ImBitVector_TestBit ImBitVector_TestBit;
Undocumented in source.
- ImColor_HSV
da_ImColor_HSV ImColor_HSV;
Undocumented in source.
- ImColor_ImColorFloat
da_ImColor_ImColorFloat ImColor_ImColorFloat;
Undocumented in source.
- ImColor_ImColorInt
da_ImColor_ImColorInt ImColor_ImColorInt;
Undocumented in source.
- ImColor_ImColorNil
da_ImColor_ImColorNil ImColor_ImColorNil;
Undocumented in source.
- ImColor_ImColorU32
da_ImColor_ImColorU32 ImColor_ImColorU32;
Undocumented in source.
- ImColor_ImColorVec4
da_ImColor_ImColorVec4 ImColor_ImColorVec4;
Undocumented in source.
- ImColor_SetHSV
da_ImColor_SetHSV ImColor_SetHSV;
Undocumented in source.
- ImColor_destroy
da_ImColor_destroy ImColor_destroy;
Undocumented in source.
- ImDrawCmd_ImDrawCmd
da_ImDrawCmd_ImDrawCmd ImDrawCmd_ImDrawCmd;
Undocumented in source.
- ImDrawCmd_destroy
da_ImDrawCmd_destroy ImDrawCmd_destroy;
Undocumented in source.
- ImDrawDataBuilder_Clear
da_ImDrawDataBuilder_Clear ImDrawDataBuilder_Clear;
Undocumented in source.
- ImDrawDataBuilder_ClearFreeMemory
da_ImDrawDataBuilder_ClearFreeMemory ImDrawDataBuilder_ClearFreeMemory;
Undocumented in source.
- ImDrawDataBuilder_FlattenIntoSingleLayer
da_ImDrawDataBuilder_FlattenIntoSingleLayer ImDrawDataBuilder_FlattenIntoSingleLayer;
Undocumented in source.
- ImDrawData_Clear
da_ImDrawData_Clear ImDrawData_Clear;
Undocumented in source.
- ImDrawData_DeIndexAllBuffers
da_ImDrawData_DeIndexAllBuffers ImDrawData_DeIndexAllBuffers;
Undocumented in source.
- ImDrawData_ImDrawData
da_ImDrawData_ImDrawData ImDrawData_ImDrawData;
Undocumented in source.
- ImDrawData_ScaleClipRects
da_ImDrawData_ScaleClipRects ImDrawData_ScaleClipRects;
Undocumented in source.
- ImDrawData_destroy
da_ImDrawData_destroy ImDrawData_destroy;
Undocumented in source.
- ImDrawListSharedData_ImDrawListSharedData
da_ImDrawListSharedData_ImDrawListSharedData ImDrawListSharedData_ImDrawListSharedData;
Undocumented in source.
- ImDrawListSharedData_SetCircleSegmentMaxError
da_ImDrawListSharedData_SetCircleSegmentMaxError ImDrawListSharedData_SetCircleSegmentMaxError;
Undocumented in source.
- ImDrawListSharedData_destroy
da_ImDrawListSharedData_destroy ImDrawListSharedData_destroy;
Undocumented in source.
- ImDrawListSplitter_Clear
da_ImDrawListSplitter_Clear ImDrawListSplitter_Clear;
Undocumented in source.
- ImDrawListSplitter_ClearFreeMemory
da_ImDrawListSplitter_ClearFreeMemory ImDrawListSplitter_ClearFreeMemory;
Undocumented in source.
- ImDrawListSplitter_ImDrawListSplitter
da_ImDrawListSplitter_ImDrawListSplitter ImDrawListSplitter_ImDrawListSplitter;
Undocumented in source.
- ImDrawListSplitter_Merge
da_ImDrawListSplitter_Merge ImDrawListSplitter_Merge;
Undocumented in source.
- ImDrawListSplitter_SetCurrentChannel
da_ImDrawListSplitter_SetCurrentChannel ImDrawListSplitter_SetCurrentChannel;
Undocumented in source.
- ImDrawListSplitter_Split
da_ImDrawListSplitter_Split ImDrawListSplitter_Split;
Undocumented in source.
- ImDrawListSplitter_destroy
da_ImDrawListSplitter_destroy ImDrawListSplitter_destroy;
Undocumented in source.
- ImDrawList_AddBezierCurve
da_ImDrawList_AddBezierCurve ImDrawList_AddBezierCurve;
Undocumented in source.
- ImDrawList_AddCallback
da_ImDrawList_AddCallback ImDrawList_AddCallback;
Undocumented in source.
- ImDrawList_AddCircle
da_ImDrawList_AddCircle ImDrawList_AddCircle;
Undocumented in source.
- ImDrawList_AddCircleFilled
da_ImDrawList_AddCircleFilled ImDrawList_AddCircleFilled;
Undocumented in source.
- ImDrawList_AddConvexPolyFilled
da_ImDrawList_AddConvexPolyFilled ImDrawList_AddConvexPolyFilled;
Undocumented in source.
- ImDrawList_AddDrawCmd
da_ImDrawList_AddDrawCmd ImDrawList_AddDrawCmd;
Undocumented in source.
- ImDrawList_AddImage
da_ImDrawList_AddImage ImDrawList_AddImage;
Undocumented in source.
- ImDrawList_AddImageQuad
da_ImDrawList_AddImageQuad ImDrawList_AddImageQuad;
Undocumented in source.
- ImDrawList_AddImageRounded
da_ImDrawList_AddImageRounded ImDrawList_AddImageRounded;
Undocumented in source.
- ImDrawList_AddLine
da_ImDrawList_AddLine ImDrawList_AddLine;
Undocumented in source.
- ImDrawList_AddNgon
da_ImDrawList_AddNgon ImDrawList_AddNgon;
Undocumented in source.
- ImDrawList_AddNgonFilled
da_ImDrawList_AddNgonFilled ImDrawList_AddNgonFilled;
Undocumented in source.
- ImDrawList_AddPolyline
da_ImDrawList_AddPolyline ImDrawList_AddPolyline;
Undocumented in source.
- ImDrawList_AddQuad
da_ImDrawList_AddQuad ImDrawList_AddQuad;
Undocumented in source.
- ImDrawList_AddQuadFilled
da_ImDrawList_AddQuadFilled ImDrawList_AddQuadFilled;
Undocumented in source.
- ImDrawList_AddRect
da_ImDrawList_AddRect ImDrawList_AddRect;
Undocumented in source.
- ImDrawList_AddRectFilled
da_ImDrawList_AddRectFilled ImDrawList_AddRectFilled;
Undocumented in source.
- ImDrawList_AddRectFilledMultiColor
da_ImDrawList_AddRectFilledMultiColor ImDrawList_AddRectFilledMultiColor;
Undocumented in source.
- ImDrawList_AddTextFontPtr
da_ImDrawList_AddTextFontPtr ImDrawList_AddTextFontPtr;
Undocumented in source.
- ImDrawList_AddTextVec2
da_ImDrawList_AddTextVec2 ImDrawList_AddTextVec2;
Undocumented in source.
- ImDrawList_AddTriangle
da_ImDrawList_AddTriangle ImDrawList_AddTriangle;
Undocumented in source.
- ImDrawList_AddTriangleFilled
da_ImDrawList_AddTriangleFilled ImDrawList_AddTriangleFilled;
Undocumented in source.
- ImDrawList_ChannelsMerge
da_ImDrawList_ChannelsMerge ImDrawList_ChannelsMerge;
Undocumented in source.
- ImDrawList_ChannelsSetCurrent
da_ImDrawList_ChannelsSetCurrent ImDrawList_ChannelsSetCurrent;
Undocumented in source.
- ImDrawList_ChannelsSplit
da_ImDrawList_ChannelsSplit ImDrawList_ChannelsSplit;
Undocumented in source.
- ImDrawList_CloneOutput
da_ImDrawList_CloneOutput ImDrawList_CloneOutput;
Undocumented in source.
- ImDrawList_GetClipRectMax
da_ImDrawList_GetClipRectMax ImDrawList_GetClipRectMax;
Undocumented in source.
- ImDrawList_GetClipRectMin
da_ImDrawList_GetClipRectMin ImDrawList_GetClipRectMin;
Undocumented in source.
- ImDrawList_ImDrawList
da_ImDrawList_ImDrawList ImDrawList_ImDrawList;
Undocumented in source.
- ImDrawList_PathArcTo
da_ImDrawList_PathArcTo ImDrawList_PathArcTo;
Undocumented in source.
- ImDrawList_PathArcToFast
da_ImDrawList_PathArcToFast ImDrawList_PathArcToFast;
Undocumented in source.
- ImDrawList_PathBezierCurveTo
da_ImDrawList_PathBezierCurveTo ImDrawList_PathBezierCurveTo;
Undocumented in source.
- ImDrawList_PathClear
da_ImDrawList_PathClear ImDrawList_PathClear;
Undocumented in source.
- ImDrawList_PathFillConvex
da_ImDrawList_PathFillConvex ImDrawList_PathFillConvex;
Undocumented in source.
- ImDrawList_PathLineTo
da_ImDrawList_PathLineTo ImDrawList_PathLineTo;
Undocumented in source.
- ImDrawList_PathLineToMergeDuplicate
da_ImDrawList_PathLineToMergeDuplicate ImDrawList_PathLineToMergeDuplicate;
Undocumented in source.
- ImDrawList_PathRect
da_ImDrawList_PathRect ImDrawList_PathRect;
Undocumented in source.
- ImDrawList_PathStroke
da_ImDrawList_PathStroke ImDrawList_PathStroke;
Undocumented in source.
- ImDrawList_PopClipRect
da_ImDrawList_PopClipRect ImDrawList_PopClipRect;
Undocumented in source.
- ImDrawList_PopTextureID
da_ImDrawList_PopTextureID ImDrawList_PopTextureID;
Undocumented in source.
- ImDrawList_PrimQuadUV
da_ImDrawList_PrimQuadUV ImDrawList_PrimQuadUV;
Undocumented in source.
- ImDrawList_PrimRect
da_ImDrawList_PrimRect ImDrawList_PrimRect;
Undocumented in source.
- ImDrawList_PrimRectUV
da_ImDrawList_PrimRectUV ImDrawList_PrimRectUV;
Undocumented in source.
- ImDrawList_PrimReserve
da_ImDrawList_PrimReserve ImDrawList_PrimReserve;
Undocumented in source.
- ImDrawList_PrimUnreserve
da_ImDrawList_PrimUnreserve ImDrawList_PrimUnreserve;
Undocumented in source.
- ImDrawList_PrimVtx
da_ImDrawList_PrimVtx ImDrawList_PrimVtx;
Undocumented in source.
- ImDrawList_PrimWriteIdx
da_ImDrawList_PrimWriteIdx ImDrawList_PrimWriteIdx;
Undocumented in source.
- ImDrawList_PrimWriteVtx
da_ImDrawList_PrimWriteVtx ImDrawList_PrimWriteVtx;
Undocumented in source.
- ImDrawList_PushClipRect
da_ImDrawList_PushClipRect ImDrawList_PushClipRect;
Undocumented in source.
- ImDrawList_PushClipRectFullScreen
da_ImDrawList_PushClipRectFullScreen ImDrawList_PushClipRectFullScreen;
Undocumented in source.
- ImDrawList_PushTextureID
da_ImDrawList_PushTextureID ImDrawList_PushTextureID;
Undocumented in source.
- ImDrawList__ClearFreeMemory
da_ImDrawList__ClearFreeMemory ImDrawList__ClearFreeMemory;
Undocumented in source.
- ImDrawList__OnChangedClipRect
da_ImDrawList__OnChangedClipRect ImDrawList__OnChangedClipRect;
Undocumented in source.
- ImDrawList__OnChangedTextureID
da_ImDrawList__OnChangedTextureID ImDrawList__OnChangedTextureID;
Undocumented in source.
- ImDrawList__OnChangedVtxOffset
da_ImDrawList__OnChangedVtxOffset ImDrawList__OnChangedVtxOffset;
Undocumented in source.
- ImDrawList__PopUnusedDrawCmd
da_ImDrawList__PopUnusedDrawCmd ImDrawList__PopUnusedDrawCmd;
Undocumented in source.
- ImDrawList__ResetForNewFrame
da_ImDrawList__ResetForNewFrame ImDrawList__ResetForNewFrame;
Undocumented in source.
- ImDrawList_destroy
da_ImDrawList_destroy ImDrawList_destroy;
Undocumented in source.
- ImFontAtlasCustomRect_ImFontAtlasCustomRect
da_ImFontAtlasCustomRect_ImFontAtlasCustomRect ImFontAtlasCustomRect_ImFontAtlasCustomRect;
Undocumented in source.
- ImFontAtlasCustomRect_IsPacked
da_ImFontAtlasCustomRect_IsPacked ImFontAtlasCustomRect_IsPacked;
Undocumented in source.
- ImFontAtlasCustomRect_destroy
da_ImFontAtlasCustomRect_destroy ImFontAtlasCustomRect_destroy;
Undocumented in source.
- ImFontAtlas_AddCustomRectFontGlyph
da_ImFontAtlas_AddCustomRectFontGlyph ImFontAtlas_AddCustomRectFontGlyph;
Undocumented in source.
- ImFontAtlas_AddCustomRectRegular
da_ImFontAtlas_AddCustomRectRegular ImFontAtlas_AddCustomRectRegular;
Undocumented in source.
- ImFontAtlas_AddFont
da_ImFontAtlas_AddFont ImFontAtlas_AddFont;
Undocumented in source.
- ImFontAtlas_AddFontDefault
da_ImFontAtlas_AddFontDefault ImFontAtlas_AddFontDefault;
Undocumented in source.
- ImFontAtlas_AddFontFromFileTTF
da_ImFontAtlas_AddFontFromFileTTF ImFontAtlas_AddFontFromFileTTF;
Undocumented in source.
- ImFontAtlas_AddFontFromMemoryCompressedBase85TTF
da_ImFontAtlas_AddFontFromMemoryCompressedBase85TTF ImFontAtlas_AddFontFromMemoryCompressedBase85TTF;
Undocumented in source.
- ImFontAtlas_AddFontFromMemoryCompressedTTF
da_ImFontAtlas_AddFontFromMemoryCompressedTTF ImFontAtlas_AddFontFromMemoryCompressedTTF;
Undocumented in source.
- ImFontAtlas_AddFontFromMemoryTTF
da_ImFontAtlas_AddFontFromMemoryTTF ImFontAtlas_AddFontFromMemoryTTF;
Undocumented in source.
- ImFontAtlas_Build
da_ImFontAtlas_Build ImFontAtlas_Build;
Undocumented in source.
- ImFontAtlas_CalcCustomRectUV
da_ImFontAtlas_CalcCustomRectUV ImFontAtlas_CalcCustomRectUV;
Undocumented in source.
- ImFontAtlas_Clear
da_ImFontAtlas_Clear ImFontAtlas_Clear;
Undocumented in source.
- ImFontAtlas_ClearFonts
da_ImFontAtlas_ClearFonts ImFontAtlas_ClearFonts;
Undocumented in source.
- ImFontAtlas_ClearInputData
da_ImFontAtlas_ClearInputData ImFontAtlas_ClearInputData;
Undocumented in source.
- ImFontAtlas_ClearTexData
da_ImFontAtlas_ClearTexData ImFontAtlas_ClearTexData;
Undocumented in source.
- ImFontAtlas_GetCustomRectByIndex
da_ImFontAtlas_GetCustomRectByIndex ImFontAtlas_GetCustomRectByIndex;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesChineseFull
da_ImFontAtlas_GetGlyphRangesChineseFull ImFontAtlas_GetGlyphRangesChineseFull;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon
da_ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesCyrillic
da_ImFontAtlas_GetGlyphRangesCyrillic ImFontAtlas_GetGlyphRangesCyrillic;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesDefault
da_ImFontAtlas_GetGlyphRangesDefault ImFontAtlas_GetGlyphRangesDefault;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesJapanese
da_ImFontAtlas_GetGlyphRangesJapanese ImFontAtlas_GetGlyphRangesJapanese;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesKorean
da_ImFontAtlas_GetGlyphRangesKorean ImFontAtlas_GetGlyphRangesKorean;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesThai
da_ImFontAtlas_GetGlyphRangesThai ImFontAtlas_GetGlyphRangesThai;
Undocumented in source.
- ImFontAtlas_GetGlyphRangesVietnamese
da_ImFontAtlas_GetGlyphRangesVietnamese ImFontAtlas_GetGlyphRangesVietnamese;
Undocumented in source.
- ImFontAtlas_GetMouseCursorTexData
da_ImFontAtlas_GetMouseCursorTexData ImFontAtlas_GetMouseCursorTexData;
Undocumented in source.
- ImFontAtlas_GetTexDataAsAlpha8
da_ImFontAtlas_GetTexDataAsAlpha8 ImFontAtlas_GetTexDataAsAlpha8;
Undocumented in source.
- ImFontAtlas_GetTexDataAsRGBA32
da_ImFontAtlas_GetTexDataAsRGBA32 ImFontAtlas_GetTexDataAsRGBA32;
Undocumented in source.
- ImFontAtlas_ImFontAtlas
da_ImFontAtlas_ImFontAtlas ImFontAtlas_ImFontAtlas;
Undocumented in source.
- ImFontAtlas_IsBuilt
da_ImFontAtlas_IsBuilt ImFontAtlas_IsBuilt;
Undocumented in source.
- ImFontAtlas_SetTexID
da_ImFontAtlas_SetTexID ImFontAtlas_SetTexID;
Undocumented in source.
- ImFontAtlas_destroy
da_ImFontAtlas_destroy ImFontAtlas_destroy;
Undocumented in source.
- ImFontConfig_ImFontConfig
da_ImFontConfig_ImFontConfig ImFontConfig_ImFontConfig;
Undocumented in source.
- ImFontConfig_destroy
da_ImFontConfig_destroy ImFontConfig_destroy;
Undocumented in source.
- ImFontGlyphRangesBuilder_AddChar
da_ImFontGlyphRangesBuilder_AddChar ImFontGlyphRangesBuilder_AddChar;
Undocumented in source.
- ImFontGlyphRangesBuilder_AddRanges
da_ImFontGlyphRangesBuilder_AddRanges ImFontGlyphRangesBuilder_AddRanges;
Undocumented in source.
- ImFontGlyphRangesBuilder_AddText
da_ImFontGlyphRangesBuilder_AddText ImFontGlyphRangesBuilder_AddText;
Undocumented in source.
- ImFontGlyphRangesBuilder_BuildRanges
da_ImFontGlyphRangesBuilder_BuildRanges ImFontGlyphRangesBuilder_BuildRanges;
Undocumented in source.
- ImFontGlyphRangesBuilder_Clear
da_ImFontGlyphRangesBuilder_Clear ImFontGlyphRangesBuilder_Clear;
Undocumented in source.
- ImFontGlyphRangesBuilder_GetBit
da_ImFontGlyphRangesBuilder_GetBit ImFontGlyphRangesBuilder_GetBit;
Undocumented in source.
- ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder
da_ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder;
Undocumented in source.
- ImFontGlyphRangesBuilder_SetBit
da_ImFontGlyphRangesBuilder_SetBit ImFontGlyphRangesBuilder_SetBit;
Undocumented in source.
- ImFontGlyphRangesBuilder_destroy
da_ImFontGlyphRangesBuilder_destroy ImFontGlyphRangesBuilder_destroy;
Undocumented in source.
- ImFont_AddGlyph
da_ImFont_AddGlyph ImFont_AddGlyph;
Undocumented in source.
- ImFont_AddRemapChar
da_ImFont_AddRemapChar ImFont_AddRemapChar;
Undocumented in source.
- ImFont_BuildLookupTable
da_ImFont_BuildLookupTable ImFont_BuildLookupTable;
Undocumented in source.
- ImFont_CalcTextSizeA
da_ImFont_CalcTextSizeA ImFont_CalcTextSizeA;
Undocumented in source.
- ImFont_CalcWordWrapPositionA
da_ImFont_CalcWordWrapPositionA ImFont_CalcWordWrapPositionA;
Undocumented in source.
- ImFont_ClearOutputData
da_ImFont_ClearOutputData ImFont_ClearOutputData;
Undocumented in source.
- ImFont_FindGlyph
da_ImFont_FindGlyph ImFont_FindGlyph;
Undocumented in source.
- ImFont_FindGlyphNoFallback
da_ImFont_FindGlyphNoFallback ImFont_FindGlyphNoFallback;
Undocumented in source.
- ImFont_GetCharAdvance
da_ImFont_GetCharAdvance ImFont_GetCharAdvance;
Undocumented in source.
- ImFont_GetDebugName
da_ImFont_GetDebugName ImFont_GetDebugName;
Undocumented in source.
- ImFont_GrowIndex
da_ImFont_GrowIndex ImFont_GrowIndex;
Undocumented in source.
- ImFont_ImFont
da_ImFont_ImFont ImFont_ImFont;
Undocumented in source.
- ImFont_IsGlyphRangeUnused
da_ImFont_IsGlyphRangeUnused ImFont_IsGlyphRangeUnused;
Undocumented in source.
- ImFont_IsLoaded
da_ImFont_IsLoaded ImFont_IsLoaded;
Undocumented in source.
- ImFont_RenderChar
da_ImFont_RenderChar ImFont_RenderChar;
Undocumented in source.
- ImFont_RenderText
da_ImFont_RenderText ImFont_RenderText;
Undocumented in source.
- ImFont_SetFallbackChar
da_ImFont_SetFallbackChar ImFont_SetFallbackChar;
Undocumented in source.
- ImFont_SetGlyphVisible
da_ImFont_SetGlyphVisible ImFont_SetGlyphVisible;
Undocumented in source.
- ImFont_destroy
da_ImFont_destroy ImFont_destroy;
Undocumented in source.
- ImGuiColumnData_ImGuiColumnData
da_ImGuiColumnData_ImGuiColumnData ImGuiColumnData_ImGuiColumnData;
Undocumented in source.
- ImGuiColumnData_destroy
da_ImGuiColumnData_destroy ImGuiColumnData_destroy;
Undocumented in source.
- ImGuiColumns_Clear
da_ImGuiColumns_Clear ImGuiColumns_Clear;
Undocumented in source.
- ImGuiColumns_ImGuiColumns
da_ImGuiColumns_ImGuiColumns ImGuiColumns_ImGuiColumns;
Undocumented in source.
- ImGuiColumns_destroy
da_ImGuiColumns_destroy ImGuiColumns_destroy;
Undocumented in source.
- ImGuiContext_ImGuiContext
da_ImGuiContext_ImGuiContext ImGuiContext_ImGuiContext;
Undocumented in source.
- ImGuiContext_destroy
da_ImGuiContext_destroy ImGuiContext_destroy;
Undocumented in source.
- ImGuiDockContext_ImGuiDockContext
da_ImGuiDockContext_ImGuiDockContext ImGuiDockContext_ImGuiDockContext;
Undocumented in source.
- ImGuiDockContext_destroy
da_ImGuiDockContext_destroy ImGuiDockContext_destroy;
Undocumented in source.
- ImGuiDockNode_GetMergedFlags
da_ImGuiDockNode_GetMergedFlags ImGuiDockNode_GetMergedFlags;
Undocumented in source.
- ImGuiDockNode_ImGuiDockNode
da_ImGuiDockNode_ImGuiDockNode ImGuiDockNode_ImGuiDockNode;
Undocumented in source.
- ImGuiDockNode_IsCentralNode
da_ImGuiDockNode_IsCentralNode ImGuiDockNode_IsCentralNode;
Undocumented in source.
- ImGuiDockNode_IsDockSpace
da_ImGuiDockNode_IsDockSpace ImGuiDockNode_IsDockSpace;
Undocumented in source.
- ImGuiDockNode_IsEmpty
da_ImGuiDockNode_IsEmpty ImGuiDockNode_IsEmpty;
Undocumented in source.
- ImGuiDockNode_IsFloatingNode
da_ImGuiDockNode_IsFloatingNode ImGuiDockNode_IsFloatingNode;
Undocumented in source.
- ImGuiDockNode_IsHiddenTabBar
da_ImGuiDockNode_IsHiddenTabBar ImGuiDockNode_IsHiddenTabBar;
Undocumented in source.
- ImGuiDockNode_IsLeafNode
da_ImGuiDockNode_IsLeafNode ImGuiDockNode_IsLeafNode;
Undocumented in source.
- ImGuiDockNode_IsNoTabBar
da_ImGuiDockNode_IsNoTabBar ImGuiDockNode_IsNoTabBar;
Undocumented in source.
- ImGuiDockNode_IsRootNode
da_ImGuiDockNode_IsRootNode ImGuiDockNode_IsRootNode;
Undocumented in source.
- ImGuiDockNode_IsSplitNode
da_ImGuiDockNode_IsSplitNode ImGuiDockNode_IsSplitNode;
Undocumented in source.
- ImGuiDockNode_Rect
da_ImGuiDockNode_Rect ImGuiDockNode_Rect;
Undocumented in source.
- ImGuiDockNode_destroy
da_ImGuiDockNode_destroy ImGuiDockNode_destroy;
Undocumented in source.
- ImGuiIO_AddInputCharacter
da_ImGuiIO_AddInputCharacter ImGuiIO_AddInputCharacter;
Undocumented in source.
- ImGuiIO_AddInputCharacterUTF16
da_ImGuiIO_AddInputCharacterUTF16 ImGuiIO_AddInputCharacterUTF16;
Undocumented in source.
- ImGuiIO_AddInputCharactersUTF8
da_ImGuiIO_AddInputCharactersUTF8 ImGuiIO_AddInputCharactersUTF8;
Undocumented in source.
- ImGuiIO_ClearInputCharacters
da_ImGuiIO_ClearInputCharacters ImGuiIO_ClearInputCharacters;
Undocumented in source.
- ImGuiIO_ImGuiIO
da_ImGuiIO_ImGuiIO ImGuiIO_ImGuiIO;
Undocumented in source.
- ImGuiIO_destroy
da_ImGuiIO_destroy ImGuiIO_destroy;
Undocumented in source.
- ImGuiInputTextCallbackData_ClearSelection
da_ImGuiInputTextCallbackData_ClearSelection ImGuiInputTextCallbackData_ClearSelection;
Undocumented in source.
- ImGuiInputTextCallbackData_DeleteChars
da_ImGuiInputTextCallbackData_DeleteChars ImGuiInputTextCallbackData_DeleteChars;
Undocumented in source.
- ImGuiInputTextCallbackData_HasSelection
da_ImGuiInputTextCallbackData_HasSelection ImGuiInputTextCallbackData_HasSelection;
Undocumented in source.
- ImGuiInputTextCallbackData_ImGuiInputTextCallbackData
da_ImGuiInputTextCallbackData_ImGuiInputTextCallbackData ImGuiInputTextCallbackData_ImGuiInputTextCallbackData;
Undocumented in source.
- ImGuiInputTextCallbackData_InsertChars
da_ImGuiInputTextCallbackData_InsertChars ImGuiInputTextCallbackData_InsertChars;
Undocumented in source.
- ImGuiInputTextCallbackData_SelectAll
da_ImGuiInputTextCallbackData_SelectAll ImGuiInputTextCallbackData_SelectAll;
Undocumented in source.
- ImGuiInputTextCallbackData_destroy
da_ImGuiInputTextCallbackData_destroy ImGuiInputTextCallbackData_destroy;
Undocumented in source.
- ImGuiInputTextState_ClearFreeMemory
da_ImGuiInputTextState_ClearFreeMemory ImGuiInputTextState_ClearFreeMemory;
Undocumented in source.
- ImGuiInputTextState_ClearSelection
da_ImGuiInputTextState_ClearSelection ImGuiInputTextState_ClearSelection;
Undocumented in source.
- ImGuiInputTextState_ClearText
da_ImGuiInputTextState_ClearText ImGuiInputTextState_ClearText;
Undocumented in source.
- ImGuiInputTextState_CursorAnimReset
da_ImGuiInputTextState_CursorAnimReset ImGuiInputTextState_CursorAnimReset;
Undocumented in source.
- ImGuiInputTextState_CursorClamp
da_ImGuiInputTextState_CursorClamp ImGuiInputTextState_CursorClamp;
Undocumented in source.
- ImGuiInputTextState_GetRedoAvailCount
da_ImGuiInputTextState_GetRedoAvailCount ImGuiInputTextState_GetRedoAvailCount;
Undocumented in source.
- ImGuiInputTextState_GetUndoAvailCount
da_ImGuiInputTextState_GetUndoAvailCount ImGuiInputTextState_GetUndoAvailCount;
Undocumented in source.
- ImGuiInputTextState_HasSelection
da_ImGuiInputTextState_HasSelection ImGuiInputTextState_HasSelection;
Undocumented in source.
- ImGuiInputTextState_ImGuiInputTextState
da_ImGuiInputTextState_ImGuiInputTextState ImGuiInputTextState_ImGuiInputTextState;
Undocumented in source.
- ImGuiInputTextState_OnKeyPressed
da_ImGuiInputTextState_OnKeyPressed ImGuiInputTextState_OnKeyPressed;
Undocumented in source.
- ImGuiInputTextState_SelectAll
da_ImGuiInputTextState_SelectAll ImGuiInputTextState_SelectAll;
Undocumented in source.
- ImGuiInputTextState_destroy
da_ImGuiInputTextState_destroy ImGuiInputTextState_destroy;
Undocumented in source.
- ImGuiLastItemDataBackup_Backup
da_ImGuiLastItemDataBackup_Backup ImGuiLastItemDataBackup_Backup;
Undocumented in source.
- ImGuiLastItemDataBackup_ImGuiLastItemDataBackup
da_ImGuiLastItemDataBackup_ImGuiLastItemDataBackup ImGuiLastItemDataBackup_ImGuiLastItemDataBackup;
Undocumented in source.
- ImGuiLastItemDataBackup_Restore
da_ImGuiLastItemDataBackup_Restore ImGuiLastItemDataBackup_Restore;
Undocumented in source.
- ImGuiLastItemDataBackup_destroy
da_ImGuiLastItemDataBackup_destroy ImGuiLastItemDataBackup_destroy;
Undocumented in source.
- ImGuiListClipper_Begin
da_ImGuiListClipper_Begin ImGuiListClipper_Begin;
Undocumented in source.
- ImGuiListClipper_End
da_ImGuiListClipper_End ImGuiListClipper_End;
Undocumented in source.
- ImGuiListClipper_ImGuiListClipper
da_ImGuiListClipper_ImGuiListClipper ImGuiListClipper_ImGuiListClipper;
Undocumented in source.
- ImGuiListClipper_Step
da_ImGuiListClipper_Step ImGuiListClipper_Step;
Undocumented in source.
- ImGuiListClipper_destroy
da_ImGuiListClipper_destroy ImGuiListClipper_destroy;
Undocumented in source.
- ImGuiMenuColumns_CalcExtraSpace
da_ImGuiMenuColumns_CalcExtraSpace ImGuiMenuColumns_CalcExtraSpace;
Undocumented in source.
- ImGuiMenuColumns_DeclColumns
da_ImGuiMenuColumns_DeclColumns ImGuiMenuColumns_DeclColumns;
Undocumented in source.
- ImGuiMenuColumns_ImGuiMenuColumns
da_ImGuiMenuColumns_ImGuiMenuColumns ImGuiMenuColumns_ImGuiMenuColumns;
Undocumented in source.
- ImGuiMenuColumns_Update
da_ImGuiMenuColumns_Update ImGuiMenuColumns_Update;
Undocumented in source.
- ImGuiMenuColumns_destroy
da_ImGuiMenuColumns_destroy ImGuiMenuColumns_destroy;
Undocumented in source.
- ImGuiNavMoveResult_Clear
da_ImGuiNavMoveResult_Clear ImGuiNavMoveResult_Clear;
Undocumented in source.
- ImGuiNavMoveResult_ImGuiNavMoveResult
da_ImGuiNavMoveResult_ImGuiNavMoveResult ImGuiNavMoveResult_ImGuiNavMoveResult;
Undocumented in source.
- ImGuiNavMoveResult_destroy
da_ImGuiNavMoveResult_destroy ImGuiNavMoveResult_destroy;
Undocumented in source.
- ImGuiNextItemData_ClearFlags
da_ImGuiNextItemData_ClearFlags ImGuiNextItemData_ClearFlags;
Undocumented in source.
- ImGuiNextItemData_ImGuiNextItemData
da_ImGuiNextItemData_ImGuiNextItemData ImGuiNextItemData_ImGuiNextItemData;
Undocumented in source.
- ImGuiNextItemData_destroy
da_ImGuiNextItemData_destroy ImGuiNextItemData_destroy;
Undocumented in source.
- ImGuiNextWindowData_ClearFlags
da_ImGuiNextWindowData_ClearFlags ImGuiNextWindowData_ClearFlags;
Undocumented in source.
- ImGuiNextWindowData_ImGuiNextWindowData
da_ImGuiNextWindowData_ImGuiNextWindowData ImGuiNextWindowData_ImGuiNextWindowData;
Undocumented in source.
- ImGuiNextWindowData_destroy
da_ImGuiNextWindowData_destroy ImGuiNextWindowData_destroy;
Undocumented in source.
- ImGuiOnceUponAFrame_ImGuiOnceUponAFrame
da_ImGuiOnceUponAFrame_ImGuiOnceUponAFrame ImGuiOnceUponAFrame_ImGuiOnceUponAFrame;
Undocumented in source.
- ImGuiOnceUponAFrame_destroy
da_ImGuiOnceUponAFrame_destroy ImGuiOnceUponAFrame_destroy;
Undocumented in source.
- ImGuiPayload_Clear
da_ImGuiPayload_Clear ImGuiPayload_Clear;
Undocumented in source.
- ImGuiPayload_ImGuiPayload
da_ImGuiPayload_ImGuiPayload ImGuiPayload_ImGuiPayload;
Undocumented in source.
- ImGuiPayload_IsDataType
da_ImGuiPayload_IsDataType ImGuiPayload_IsDataType;
Undocumented in source.
- ImGuiPayload_IsDelivery
da_ImGuiPayload_IsDelivery ImGuiPayload_IsDelivery;
Undocumented in source.
- ImGuiPayload_IsPreview
da_ImGuiPayload_IsPreview ImGuiPayload_IsPreview;
Undocumented in source.
- ImGuiPayload_destroy
da_ImGuiPayload_destroy ImGuiPayload_destroy;
Undocumented in source.
- ImGuiPlatformIO_ImGuiPlatformIO
da_ImGuiPlatformIO_ImGuiPlatformIO ImGuiPlatformIO_ImGuiPlatformIO;
Undocumented in source.
- ImGuiPlatformIO_destroy
da_ImGuiPlatformIO_destroy ImGuiPlatformIO_destroy;
Undocumented in source.
- ImGuiPlatformMonitor_ImGuiPlatformMonitor
da_ImGuiPlatformMonitor_ImGuiPlatformMonitor ImGuiPlatformMonitor_ImGuiPlatformMonitor;
Undocumented in source.
- ImGuiPlatformMonitor_destroy
da_ImGuiPlatformMonitor_destroy ImGuiPlatformMonitor_destroy;
Undocumented in source.
- ImGuiPopupData_ImGuiPopupData
da_ImGuiPopupData_ImGuiPopupData ImGuiPopupData_ImGuiPopupData;
Undocumented in source.
- ImGuiPopupData_destroy
da_ImGuiPopupData_destroy ImGuiPopupData_destroy;
Undocumented in source.
- ImGuiPtrOrIndex_ImGuiPtrOrIndexInt
da_ImGuiPtrOrIndex_ImGuiPtrOrIndexInt ImGuiPtrOrIndex_ImGuiPtrOrIndexInt;
Undocumented in source.
- ImGuiPtrOrIndex_ImGuiPtrOrIndexPtr
da_ImGuiPtrOrIndex_ImGuiPtrOrIndexPtr ImGuiPtrOrIndex_ImGuiPtrOrIndexPtr;
Undocumented in source.
- ImGuiPtrOrIndex_destroy
da_ImGuiPtrOrIndex_destroy ImGuiPtrOrIndex_destroy;
Undocumented in source.
- ImGuiSettingsHandler_ImGuiSettingsHandler
da_ImGuiSettingsHandler_ImGuiSettingsHandler ImGuiSettingsHandler_ImGuiSettingsHandler;
Undocumented in source.
- ImGuiSettingsHandler_destroy
da_ImGuiSettingsHandler_destroy ImGuiSettingsHandler_destroy;
Undocumented in source.
- ImGuiStoragePair_ImGuiStoragePairFloat
da_ImGuiStoragePair_ImGuiStoragePairFloat ImGuiStoragePair_ImGuiStoragePairFloat;
Undocumented in source.
- ImGuiStoragePair_ImGuiStoragePairInt
da_ImGuiStoragePair_ImGuiStoragePairInt ImGuiStoragePair_ImGuiStoragePairInt;
Undocumented in source.
- ImGuiStoragePair_ImGuiStoragePairPtr
da_ImGuiStoragePair_ImGuiStoragePairPtr ImGuiStoragePair_ImGuiStoragePairPtr;
Undocumented in source.
- ImGuiStoragePair_destroy
da_ImGuiStoragePair_destroy ImGuiStoragePair_destroy;
Undocumented in source.
- ImGuiStorage_BuildSortByKey
da_ImGuiStorage_BuildSortByKey ImGuiStorage_BuildSortByKey;
Undocumented in source.
- ImGuiStorage_Clear
da_ImGuiStorage_Clear ImGuiStorage_Clear;
Undocumented in source.
- ImGuiStorage_GetBool
da_ImGuiStorage_GetBool ImGuiStorage_GetBool;
Undocumented in source.
- ImGuiStorage_GetBoolRef
da_ImGuiStorage_GetBoolRef ImGuiStorage_GetBoolRef;
Undocumented in source.
- ImGuiStorage_GetFloat
da_ImGuiStorage_GetFloat ImGuiStorage_GetFloat;
Undocumented in source.
- ImGuiStorage_GetFloatRef
da_ImGuiStorage_GetFloatRef ImGuiStorage_GetFloatRef;
Undocumented in source.
- ImGuiStorage_GetInt
da_ImGuiStorage_GetInt ImGuiStorage_GetInt;
Undocumented in source.
- ImGuiStorage_GetIntRef
da_ImGuiStorage_GetIntRef ImGuiStorage_GetIntRef;
Undocumented in source.
- ImGuiStorage_GetVoidPtr
da_ImGuiStorage_GetVoidPtr ImGuiStorage_GetVoidPtr;
Undocumented in source.
- ImGuiStorage_GetVoidPtrRef
da_ImGuiStorage_GetVoidPtrRef ImGuiStorage_GetVoidPtrRef;
Undocumented in source.
- ImGuiStorage_SetAllInt
da_ImGuiStorage_SetAllInt ImGuiStorage_SetAllInt;
Undocumented in source.
- ImGuiStorage_SetBool
da_ImGuiStorage_SetBool ImGuiStorage_SetBool;
Undocumented in source.
- ImGuiStorage_SetFloat
da_ImGuiStorage_SetFloat ImGuiStorage_SetFloat;
Undocumented in source.
- ImGuiStorage_SetInt
da_ImGuiStorage_SetInt ImGuiStorage_SetInt;
Undocumented in source.
- ImGuiStorage_SetVoidPtr
da_ImGuiStorage_SetVoidPtr ImGuiStorage_SetVoidPtr;
Undocumented in source.
- ImGuiStyleMod_ImGuiStyleModFloat
da_ImGuiStyleMod_ImGuiStyleModFloat ImGuiStyleMod_ImGuiStyleModFloat;
Undocumented in source.
- ImGuiStyleMod_ImGuiStyleModInt
da_ImGuiStyleMod_ImGuiStyleModInt ImGuiStyleMod_ImGuiStyleModInt;
Undocumented in source.
- ImGuiStyleMod_ImGuiStyleModVec2
da_ImGuiStyleMod_ImGuiStyleModVec2 ImGuiStyleMod_ImGuiStyleModVec2;
Undocumented in source.
- ImGuiStyleMod_destroy
da_ImGuiStyleMod_destroy ImGuiStyleMod_destroy;
Undocumented in source.
- ImGuiStyle_ImGuiStyle
da_ImGuiStyle_ImGuiStyle ImGuiStyle_ImGuiStyle;
Undocumented in source.
- ImGuiStyle_ScaleAllSizes
da_ImGuiStyle_ScaleAllSizes ImGuiStyle_ScaleAllSizes;
Undocumented in source.
- ImGuiStyle_destroy
da_ImGuiStyle_destroy ImGuiStyle_destroy;
Undocumented in source.
- ImGuiTabBar_GetTabName
da_ImGuiTabBar_GetTabName ImGuiTabBar_GetTabName;
Undocumented in source.
- ImGuiTabBar_GetTabOrder
da_ImGuiTabBar_GetTabOrder ImGuiTabBar_GetTabOrder;
Undocumented in source.
- ImGuiTabBar_ImGuiTabBar
da_ImGuiTabBar_ImGuiTabBar ImGuiTabBar_ImGuiTabBar;
Undocumented in source.
- ImGuiTabBar_destroy
da_ImGuiTabBar_destroy ImGuiTabBar_destroy;
Undocumented in source.
- ImGuiTabItem_ImGuiTabItem
da_ImGuiTabItem_ImGuiTabItem ImGuiTabItem_ImGuiTabItem;
Undocumented in source.
- ImGuiTabItem_destroy
da_ImGuiTabItem_destroy ImGuiTabItem_destroy;
Undocumented in source.
- ImGuiTextBuffer_ImGuiTextBuffer
da_ImGuiTextBuffer_ImGuiTextBuffer ImGuiTextBuffer_ImGuiTextBuffer;
Undocumented in source.
- ImGuiTextBuffer_append
da_ImGuiTextBuffer_append ImGuiTextBuffer_append;
Undocumented in source.
- ImGuiTextBuffer_appendf
da_ImGuiTextBuffer_appendf ImGuiTextBuffer_appendf;
Undocumented in source.
- ImGuiTextBuffer_appendfv
da_ImGuiTextBuffer_appendfv ImGuiTextBuffer_appendfv;
Undocumented in source.
- ImGuiTextBuffer_begin
da_ImGuiTextBuffer_begin ImGuiTextBuffer_begin;
Undocumented in source.
- ImGuiTextBuffer_c_str
da_ImGuiTextBuffer_c_str ImGuiTextBuffer_c_str;
Undocumented in source.
- ImGuiTextBuffer_clear
da_ImGuiTextBuffer_clear ImGuiTextBuffer_clear;
Undocumented in source.
- ImGuiTextBuffer_destroy
da_ImGuiTextBuffer_destroy ImGuiTextBuffer_destroy;
Undocumented in source.
- ImGuiTextBuffer_empty
da_ImGuiTextBuffer_empty ImGuiTextBuffer_empty;
Undocumented in source.
- ImGuiTextBuffer_end
da_ImGuiTextBuffer_end ImGuiTextBuffer_end;
Undocumented in source.
- ImGuiTextBuffer_reserve
da_ImGuiTextBuffer_reserve ImGuiTextBuffer_reserve;
Undocumented in source.
- ImGuiTextBuffer_size
da_ImGuiTextBuffer_size ImGuiTextBuffer_size;
Undocumented in source.
- ImGuiTextFilter_Build
da_ImGuiTextFilter_Build ImGuiTextFilter_Build;
Undocumented in source.
- ImGuiTextFilter_Clear
da_ImGuiTextFilter_Clear ImGuiTextFilter_Clear;
Undocumented in source.
- ImGuiTextFilter_Draw
da_ImGuiTextFilter_Draw ImGuiTextFilter_Draw;
Undocumented in source.
- ImGuiTextFilter_ImGuiTextFilter
da_ImGuiTextFilter_ImGuiTextFilter ImGuiTextFilter_ImGuiTextFilter;
Undocumented in source.
- ImGuiTextFilter_IsActive
da_ImGuiTextFilter_IsActive ImGuiTextFilter_IsActive;
Undocumented in source.
- ImGuiTextFilter_PassFilter
da_ImGuiTextFilter_PassFilter ImGuiTextFilter_PassFilter;
Undocumented in source.
- ImGuiTextFilter_destroy
da_ImGuiTextFilter_destroy ImGuiTextFilter_destroy;
Undocumented in source.
- ImGuiTextRange_ImGuiTextRangeNil
da_ImGuiTextRange_ImGuiTextRangeNil ImGuiTextRange_ImGuiTextRangeNil;
Undocumented in source.
- ImGuiTextRange_ImGuiTextRangeStr
da_ImGuiTextRange_ImGuiTextRangeStr ImGuiTextRange_ImGuiTextRangeStr;
Undocumented in source.
- ImGuiTextRange_destroy
da_ImGuiTextRange_destroy ImGuiTextRange_destroy;
Undocumented in source.
- ImGuiTextRange_empty
da_ImGuiTextRange_empty ImGuiTextRange_empty;
Undocumented in source.
- ImGuiTextRange_split
da_ImGuiTextRange_split ImGuiTextRange_split;
Undocumented in source.
- ImGuiViewportP_ClearRequestFlags
da_ImGuiViewportP_ClearRequestFlags ImGuiViewportP_ClearRequestFlags;
Undocumented in source.
- ImGuiViewportP_GetMainRect
da_ImGuiViewportP_GetMainRect ImGuiViewportP_GetMainRect;
Undocumented in source.
- ImGuiViewportP_GetWorkRect
da_ImGuiViewportP_GetWorkRect ImGuiViewportP_GetWorkRect;
Undocumented in source.
- ImGuiViewportP_ImGuiViewportP
da_ImGuiViewportP_ImGuiViewportP ImGuiViewportP_ImGuiViewportP;
Undocumented in source.
- ImGuiViewportP_destroy
da_ImGuiViewportP_destroy ImGuiViewportP_destroy;
Undocumented in source.
- ImGuiViewport_GetCenter
da_ImGuiViewport_GetCenter ImGuiViewport_GetCenter;
Undocumented in source.
- ImGuiViewport_GetWorkPos
da_ImGuiViewport_GetWorkPos ImGuiViewport_GetWorkPos;
Undocumented in source.
- ImGuiViewport_GetWorkSize
da_ImGuiViewport_GetWorkSize ImGuiViewport_GetWorkSize;
Undocumented in source.
- ImGuiViewport_ImGuiViewport
da_ImGuiViewport_ImGuiViewport ImGuiViewport_ImGuiViewport;
Undocumented in source.
- ImGuiViewport_destroy
da_ImGuiViewport_destroy ImGuiViewport_destroy;
Undocumented in source.
- ImGuiWindowClass_ImGuiWindowClass
da_ImGuiWindowClass_ImGuiWindowClass ImGuiWindowClass_ImGuiWindowClass;
Undocumented in source.
- ImGuiWindowClass_destroy
da_ImGuiWindowClass_destroy ImGuiWindowClass_destroy;
Undocumented in source.
- ImGuiWindowSettings_GetName
da_ImGuiWindowSettings_GetName ImGuiWindowSettings_GetName;
Undocumented in source.
- ImGuiWindowSettings_ImGuiWindowSettings
da_ImGuiWindowSettings_ImGuiWindowSettings ImGuiWindowSettings_ImGuiWindowSettings;
Undocumented in source.
- ImGuiWindowSettings_destroy
da_ImGuiWindowSettings_destroy ImGuiWindowSettings_destroy;
Undocumented in source.
- ImGuiWindowTempData_ImGuiWindowTempData
da_ImGuiWindowTempData_ImGuiWindowTempData ImGuiWindowTempData_ImGuiWindowTempData;
Undocumented in source.
- ImGuiWindowTempData_destroy
da_ImGuiWindowTempData_destroy ImGuiWindowTempData_destroy;
Undocumented in source.
- ImGuiWindow_CalcFontSize
da_ImGuiWindow_CalcFontSize ImGuiWindow_CalcFontSize;
Undocumented in source.
- ImGuiWindow_GetIDFromRectangle
da_ImGuiWindow_GetIDFromRectangle ImGuiWindow_GetIDFromRectangle;
Undocumented in source.
- ImGuiWindow_GetIDInt
da_ImGuiWindow_GetIDInt ImGuiWindow_GetIDInt;
Undocumented in source.
- ImGuiWindow_GetIDNoKeepAliveInt
da_ImGuiWindow_GetIDNoKeepAliveInt ImGuiWindow_GetIDNoKeepAliveInt;
Undocumented in source.
- ImGuiWindow_GetIDNoKeepAlivePtr
da_ImGuiWindow_GetIDNoKeepAlivePtr ImGuiWindow_GetIDNoKeepAlivePtr;
Undocumented in source.
- ImGuiWindow_GetIDNoKeepAliveStr
da_ImGuiWindow_GetIDNoKeepAliveStr ImGuiWindow_GetIDNoKeepAliveStr;
Undocumented in source.
- ImGuiWindow_GetIDPtr
da_ImGuiWindow_GetIDPtr ImGuiWindow_GetIDPtr;
Undocumented in source.
- ImGuiWindow_GetIDStr
da_ImGuiWindow_GetIDStr ImGuiWindow_GetIDStr;
Undocumented in source.
- ImGuiWindow_ImGuiWindow
da_ImGuiWindow_ImGuiWindow ImGuiWindow_ImGuiWindow;
Undocumented in source.
- ImGuiWindow_MenuBarHeight
da_ImGuiWindow_MenuBarHeight ImGuiWindow_MenuBarHeight;
Undocumented in source.
- ImGuiWindow_MenuBarRect
da_ImGuiWindow_MenuBarRect ImGuiWindow_MenuBarRect;
Undocumented in source.
- ImGuiWindow_Rect
da_ImGuiWindow_Rect ImGuiWindow_Rect;
Undocumented in source.
- ImGuiWindow_TitleBarHeight
da_ImGuiWindow_TitleBarHeight ImGuiWindow_TitleBarHeight;
Undocumented in source.
- ImGuiWindow_TitleBarRect
da_ImGuiWindow_TitleBarRect ImGuiWindow_TitleBarRect;
Undocumented in source.
- ImGuiWindow_destroy
da_ImGuiWindow_destroy ImGuiWindow_destroy;
Undocumented in source.
- ImRect_AddRect
da_ImRect_AddRect ImRect_AddRect;
Undocumented in source.
- ImRect_AddVec2
da_ImRect_AddVec2 ImRect_AddVec2;
Undocumented in source.
- ImRect_ClipWith
da_ImRect_ClipWith ImRect_ClipWith;
Undocumented in source.
- ImRect_ClipWithFull
da_ImRect_ClipWithFull ImRect_ClipWithFull;
Undocumented in source.
- ImRect_ContainsRect
da_ImRect_ContainsRect ImRect_ContainsRect;
Undocumented in source.
- ImRect_ContainsVec2
da_ImRect_ContainsVec2 ImRect_ContainsVec2;
Undocumented in source.
- ImRect_ExpandFloat
da_ImRect_ExpandFloat ImRect_ExpandFloat;
Undocumented in source.
- ImRect_ExpandVec2
da_ImRect_ExpandVec2 ImRect_ExpandVec2;
Undocumented in source.
- ImRect_Floor
da_ImRect_Floor ImRect_Floor;
Undocumented in source.
- ImRect_GetBL
da_ImRect_GetBL ImRect_GetBL;
Undocumented in source.
- ImRect_GetBR
da_ImRect_GetBR ImRect_GetBR;
Undocumented in source.
- ImRect_GetCenter
da_ImRect_GetCenter ImRect_GetCenter;
Undocumented in source.
- ImRect_GetHeight
da_ImRect_GetHeight ImRect_GetHeight;
Undocumented in source.
- ImRect_GetSize
da_ImRect_GetSize ImRect_GetSize;
Undocumented in source.
- ImRect_GetTL
da_ImRect_GetTL ImRect_GetTL;
Undocumented in source.
- ImRect_GetTR
da_ImRect_GetTR ImRect_GetTR;
Undocumented in source.
- ImRect_GetWidth
da_ImRect_GetWidth ImRect_GetWidth;
Undocumented in source.
- ImRect_ImRectFloat
da_ImRect_ImRectFloat ImRect_ImRectFloat;
Undocumented in source.
- ImRect_ImRectNil
da_ImRect_ImRectNil ImRect_ImRectNil;
Undocumented in source.
- ImRect_ImRectVec2
da_ImRect_ImRectVec2 ImRect_ImRectVec2;
Undocumented in source.
- ImRect_ImRectVec4
da_ImRect_ImRectVec4 ImRect_ImRectVec4;
Undocumented in source.
- ImRect_IsInverted
da_ImRect_IsInverted ImRect_IsInverted;
Undocumented in source.
- ImRect_Overlaps
da_ImRect_Overlaps ImRect_Overlaps;
Undocumented in source.
- ImRect_ToVec4
da_ImRect_ToVec4 ImRect_ToVec4;
Undocumented in source.
- ImRect_Translate
da_ImRect_Translate ImRect_Translate;
Undocumented in source.
- ImRect_TranslateX
da_ImRect_TranslateX ImRect_TranslateX;
Undocumented in source.
- ImRect_TranslateY
da_ImRect_TranslateY ImRect_TranslateY;
Undocumented in source.
- ImRect_destroy
da_ImRect_destroy ImRect_destroy;
Undocumented in source.
- ImVec1_ImVec1Float
da_ImVec1_ImVec1Float ImVec1_ImVec1Float;
Undocumented in source.
- ImVec1_ImVec1Nil
da_ImVec1_ImVec1Nil ImVec1_ImVec1Nil;
Undocumented in source.
- ImVec1_destroy
da_ImVec1_destroy ImVec1_destroy;
Undocumented in source.
- ImVec2_ImVec2Float
da_ImVec2_ImVec2Float ImVec2_ImVec2Float;
Undocumented in source.
- ImVec2_ImVec2Nil
da_ImVec2_ImVec2Nil ImVec2_ImVec2Nil;
Undocumented in source.
- ImVec2_destroy
da_ImVec2_destroy ImVec2_destroy;
Undocumented in source.
- ImVec2ih_ImVec2ihNil
da_ImVec2ih_ImVec2ihNil ImVec2ih_ImVec2ihNil;
Undocumented in source.
- ImVec2ih_ImVec2ihVec2
da_ImVec2ih_ImVec2ihVec2 ImVec2ih_ImVec2ihVec2;
Undocumented in source.
- ImVec2ih_ImVec2ihshort
da_ImVec2ih_ImVec2ihshort ImVec2ih_ImVec2ihshort;
Undocumented in source.
- ImVec2ih_destroy
da_ImVec2ih_destroy ImVec2ih_destroy;
Undocumented in source.
- ImVec4_ImVec4Float
da_ImVec4_ImVec4Float ImVec4_ImVec4Float;
Undocumented in source.
- ImVec4_ImVec4Nil
da_ImVec4_ImVec4Nil ImVec4_ImVec4Nil;
Undocumented in source.
- ImVec4_destroy
da_ImVec4_destroy ImVec4_destroy;
Undocumented in source.
- ImVector_ImWchar_Init
da_ImVector_ImWchar_Init ImVector_ImWchar_Init;
Undocumented in source.
- ImVector_ImWchar_UnInit
da_ImVector_ImWchar_UnInit ImVector_ImWchar_UnInit;
Undocumented in source.
- ImVector_ImWchar_create
da_ImVector_ImWchar_create ImVector_ImWchar_create;
Undocumented in source.
- ImVector_ImWchar_destroy
da_ImVector_ImWchar_destroy ImVector_ImWchar_destroy;
Undocumented in source.
- igAcceptDragDropPayload
da_igAcceptDragDropPayload igAcceptDragDropPayload;
Undocumented in source.
- igActivateItem
da_igActivateItem igActivateItem;
Undocumented in source.
- igAlignTextToFramePadding
da_igAlignTextToFramePadding igAlignTextToFramePadding;
Undocumented in source.
- igArrowButton
da_igArrowButton igArrowButton;
Undocumented in source.
- igArrowButtonEx
da_igArrowButtonEx igArrowButtonEx;
Undocumented in source.
- igBegin
da_igBegin igBegin;
Undocumented in source.
- igBeginChildEx
da_igBeginChildEx igBeginChildEx;
Undocumented in source.
- igBeginChildFrame
da_igBeginChildFrame igBeginChildFrame;
Undocumented in source.
- igBeginChildID
da_igBeginChildID igBeginChildID;
Undocumented in source.
- igBeginChildStr
da_igBeginChildStr igBeginChildStr;
Undocumented in source.
- igBeginColumns
da_igBeginColumns igBeginColumns;
Undocumented in source.
- igBeginCombo
da_igBeginCombo igBeginCombo;
Undocumented in source.
- igBeginDockableDragDropSource
da_igBeginDockableDragDropSource igBeginDockableDragDropSource;
Undocumented in source.
- igBeginDockableDragDropTarget
da_igBeginDockableDragDropTarget igBeginDockableDragDropTarget;
Undocumented in source.
- igBeginDocked
da_igBeginDocked igBeginDocked;
Undocumented in source.
- igBeginDragDropSource
da_igBeginDragDropSource igBeginDragDropSource;
Undocumented in source.
- igBeginDragDropTarget
da_igBeginDragDropTarget igBeginDragDropTarget;
Undocumented in source.
- igBeginDragDropTargetCustom
da_igBeginDragDropTargetCustom igBeginDragDropTargetCustom;
Undocumented in source.
- igBeginGroup
da_igBeginGroup igBeginGroup;
Undocumented in source.
- igBeginMainMenuBar
da_igBeginMainMenuBar igBeginMainMenuBar;
Undocumented in source.
- igBeginMenu
da_igBeginMenu igBeginMenu;
Undocumented in source.
- igBeginMenuBar
da_igBeginMenuBar igBeginMenuBar;
Undocumented in source.
- igBeginPopup
da_igBeginPopup igBeginPopup;
Undocumented in source.
- igBeginPopupContextItem
da_igBeginPopupContextItem igBeginPopupContextItem;
Undocumented in source.
- igBeginPopupContextVoid
da_igBeginPopupContextVoid igBeginPopupContextVoid;
Undocumented in source.
- igBeginPopupContextWindow
da_igBeginPopupContextWindow igBeginPopupContextWindow;
Undocumented in source.
- igBeginPopupEx
da_igBeginPopupEx igBeginPopupEx;
Undocumented in source.
- igBeginPopupModal
da_igBeginPopupModal igBeginPopupModal;
Undocumented in source.
- igBeginTabBar
da_igBeginTabBar igBeginTabBar;
Undocumented in source.
- igBeginTabBarEx
da_igBeginTabBarEx igBeginTabBarEx;
Undocumented in source.
- igBeginTabItem
da_igBeginTabItem igBeginTabItem;
Undocumented in source.
- igBeginTooltip
da_igBeginTooltip igBeginTooltip;
Undocumented in source.
- igBeginTooltipEx
da_igBeginTooltipEx igBeginTooltipEx;
Undocumented in source.
- igBringWindowToDisplayBack
da_igBringWindowToDisplayBack igBringWindowToDisplayBack;
Undocumented in source.
- igBringWindowToDisplayFront
da_igBringWindowToDisplayFront igBringWindowToDisplayFront;
Undocumented in source.
- igBringWindowToFocusFront
da_igBringWindowToFocusFront igBringWindowToFocusFront;
Undocumented in source.
- igBullet
da_igBullet igBullet;
Undocumented in source.
- igBulletText
da_igBulletText igBulletText;
Undocumented in source.
- igBulletTextV
da_igBulletTextV igBulletTextV;
Undocumented in source.
- igButton
da_igButton igButton;
Undocumented in source.
- igButtonBehavior
da_igButtonBehavior igButtonBehavior;
Undocumented in source.
- igButtonEx
da_igButtonEx igButtonEx;
Undocumented in source.
- igCalcItemSize
da_igCalcItemSize igCalcItemSize;
Undocumented in source.
- igCalcItemWidth
da_igCalcItemWidth igCalcItemWidth;
Undocumented in source.
- igCalcListClipping
da_igCalcListClipping igCalcListClipping;
Undocumented in source.
- igCalcTextSize
da_igCalcTextSize igCalcTextSize;
Undocumented in source.
- igCalcTypematicRepeatAmount
da_igCalcTypematicRepeatAmount igCalcTypematicRepeatAmount;
Undocumented in source.
- igCalcWindowExpectedSize
da_igCalcWindowExpectedSize igCalcWindowExpectedSize;
Undocumented in source.
- igCalcWrapWidthForPos
da_igCalcWrapWidthForPos igCalcWrapWidthForPos;
Undocumented in source.
- igCaptureKeyboardFromApp
da_igCaptureKeyboardFromApp igCaptureKeyboardFromApp;
Undocumented in source.
- igCaptureMouseFromApp
da_igCaptureMouseFromApp igCaptureMouseFromApp;
Undocumented in source.
- igCheckbox
da_igCheckbox igCheckbox;
Undocumented in source.
- igCheckboxFlags
da_igCheckboxFlags igCheckboxFlags;
Undocumented in source.
- igClearActiveID
da_igClearActiveID igClearActiveID;
Undocumented in source.
- igClearDragDrop
da_igClearDragDrop igClearDragDrop;
Undocumented in source.
- igClearIniSettings
da_igClearIniSettings igClearIniSettings;
Undocumented in source.
- igCloseButton
da_igCloseButton igCloseButton;
Undocumented in source.
- igCloseCurrentPopup
da_igCloseCurrentPopup igCloseCurrentPopup;
Undocumented in source.
- igClosePopupToLevel
da_igClosePopupToLevel igClosePopupToLevel;
Undocumented in source.
- igClosePopupsOverWindow
da_igClosePopupsOverWindow igClosePopupsOverWindow;
Undocumented in source.
- igCollapseButton
da_igCollapseButton igCollapseButton;
Undocumented in source.
- igCollapsingHeaderBoolPtr
da_igCollapsingHeaderBoolPtr igCollapsingHeaderBoolPtr;
Undocumented in source.
- igCollapsingHeaderTreeNodeFlags
da_igCollapsingHeaderTreeNodeFlags igCollapsingHeaderTreeNodeFlags;
Undocumented in source.
- igColorButton
da_igColorButton igColorButton;
Undocumented in source.
- igColorConvertFloat4ToU32
da_igColorConvertFloat4ToU32 igColorConvertFloat4ToU32;
Undocumented in source.
- igColorConvertHSVtoRGB
da_igColorConvertHSVtoRGB igColorConvertHSVtoRGB;
Undocumented in source.
- igColorConvertRGBtoHSV
da_igColorConvertRGBtoHSV igColorConvertRGBtoHSV;
Undocumented in source.
- igColorConvertU32ToFloat4
da_igColorConvertU32ToFloat4 igColorConvertU32ToFloat4;
Undocumented in source.
- igColorEdit3
da_igColorEdit3 igColorEdit3;
Undocumented in source.
- igColorEdit4
da_igColorEdit4 igColorEdit4;
Undocumented in source.
- igColorEditOptionsPopup
da_igColorEditOptionsPopup igColorEditOptionsPopup;
Undocumented in source.
- igColorPicker3
da_igColorPicker3 igColorPicker3;
Undocumented in source.
- igColorPicker4
da_igColorPicker4 igColorPicker4;
Undocumented in source.
- igColorPickerOptionsPopup
da_igColorPickerOptionsPopup igColorPickerOptionsPopup;
Undocumented in source.
- igColorTooltip
da_igColorTooltip igColorTooltip;
Undocumented in source.
- igColumns
da_igColumns igColumns;
Undocumented in source.
- igComboFnBoolPtr
da_igComboFnBoolPtr igComboFnBoolPtr;
Undocumented in source.
- igComboStr
da_igComboStr igComboStr;
Undocumented in source.
- igComboStr_arr
da_igComboStr_arr igComboStr_arr;
Undocumented in source.
- igCreateContext
da_igCreateContext igCreateContext;
Undocumented in source.
- igCreateNewWindowSettings
da_igCreateNewWindowSettings igCreateNewWindowSettings;
Undocumented in source.
- igDataTypeApplyOp
da_igDataTypeApplyOp igDataTypeApplyOp;
Undocumented in source.
- igDataTypeApplyOpFromText
da_igDataTypeApplyOpFromText igDataTypeApplyOpFromText;
Undocumented in source.
- igDataTypeClamp
da_igDataTypeClamp igDataTypeClamp;
Undocumented in source.
- igDataTypeCompare
da_igDataTypeCompare igDataTypeCompare;
Undocumented in source.
- igDataTypeFormatString
da_igDataTypeFormatString igDataTypeFormatString;
Undocumented in source.
- igDataTypeGetInfo
da_igDataTypeGetInfo igDataTypeGetInfo;
Undocumented in source.
- igDebugCheckVersionAndDataLayout
da_igDebugCheckVersionAndDataLayout igDebugCheckVersionAndDataLayout;
Undocumented in source.
- igDebugDrawItemRect
da_igDebugDrawItemRect igDebugDrawItemRect;
Undocumented in source.
- igDebugStartItemPicker
da_igDebugStartItemPicker igDebugStartItemPicker;
Undocumented in source.
- igDestroyContext
da_igDestroyContext igDestroyContext;
Undocumented in source.
- igDestroyPlatformWindow
da_igDestroyPlatformWindow igDestroyPlatformWindow;
Undocumented in source.
- igDestroyPlatformWindows
da_igDestroyPlatformWindows igDestroyPlatformWindows;
Undocumented in source.
- igDockBuilderAddNode
da_igDockBuilderAddNode igDockBuilderAddNode;
Undocumented in source.
- igDockBuilderCopyDockSpace
da_igDockBuilderCopyDockSpace igDockBuilderCopyDockSpace;
Undocumented in source.
- igDockBuilderCopyNode
da_igDockBuilderCopyNode igDockBuilderCopyNode;
Undocumented in source.
- igDockBuilderCopyWindowSettings
da_igDockBuilderCopyWindowSettings igDockBuilderCopyWindowSettings;
Undocumented in source.
- igDockBuilderDockWindow
da_igDockBuilderDockWindow igDockBuilderDockWindow;
Undocumented in source.
- igDockBuilderFinish
da_igDockBuilderFinish igDockBuilderFinish;
Undocumented in source.
- igDockBuilderGetCentralNode
da_igDockBuilderGetCentralNode igDockBuilderGetCentralNode;
Undocumented in source.
- igDockBuilderGetNode
da_igDockBuilderGetNode igDockBuilderGetNode;
Undocumented in source.
- igDockBuilderRemoveNode
da_igDockBuilderRemoveNode igDockBuilderRemoveNode;
Undocumented in source.
- igDockBuilderRemoveNodeChildNodes
da_igDockBuilderRemoveNodeChildNodes igDockBuilderRemoveNodeChildNodes;
Undocumented in source.
- igDockBuilderRemoveNodeDockedWindows
da_igDockBuilderRemoveNodeDockedWindows igDockBuilderRemoveNodeDockedWindows;
Undocumented in source.
- igDockBuilderSetNodePos
da_igDockBuilderSetNodePos igDockBuilderSetNodePos;
Undocumented in source.
- igDockBuilderSetNodeSize
da_igDockBuilderSetNodeSize igDockBuilderSetNodeSize;
Undocumented in source.
- igDockBuilderSplitNode
da_igDockBuilderSplitNode igDockBuilderSplitNode;
Undocumented in source.
- igDockContextCalcDropPosForDocking
da_igDockContextCalcDropPosForDocking igDockContextCalcDropPosForDocking;
Undocumented in source.
- igDockContextClearNodes
da_igDockContextClearNodes igDockContextClearNodes;
Undocumented in source.
- igDockContextGenNodeID
da_igDockContextGenNodeID igDockContextGenNodeID;
Undocumented in source.
- igDockContextInitialize
da_igDockContextInitialize igDockContextInitialize;
Undocumented in source.
- igDockContextQueueDock
da_igDockContextQueueDock igDockContextQueueDock;
Undocumented in source.
- igDockContextQueueUndockNode
da_igDockContextQueueUndockNode igDockContextQueueUndockNode;
Undocumented in source.
- igDockContextQueueUndockWindow
da_igDockContextQueueUndockWindow igDockContextQueueUndockWindow;
Undocumented in source.
- igDockContextRebuildNodes
da_igDockContextRebuildNodes igDockContextRebuildNodes;
Undocumented in source.
- igDockContextShutdown
da_igDockContextShutdown igDockContextShutdown;
Undocumented in source.
- igDockContextUpdateDocking
da_igDockContextUpdateDocking igDockContextUpdateDocking;
Undocumented in source.
- igDockContextUpdateUndocking
da_igDockContextUpdateUndocking igDockContextUpdateUndocking;
Undocumented in source.
- igDockNodeGetDepth
da_igDockNodeGetDepth igDockNodeGetDepth;
Undocumented in source.
- igDockNodeGetRootNode
da_igDockNodeGetRootNode igDockNodeGetRootNode;
Undocumented in source.
- igDockSpace
da_igDockSpace igDockSpace;
Undocumented in source.
- igDockSpaceOverViewport
da_igDockSpaceOverViewport igDockSpaceOverViewport;
Undocumented in source.
- igDragBehavior
da_igDragBehavior igDragBehavior;
Undocumented in source.
- igDragFloat
da_igDragFloat igDragFloat;
Undocumented in source.
- igDragFloat2
da_igDragFloat2 igDragFloat2;
Undocumented in source.
- igDragFloat3
da_igDragFloat3 igDragFloat3;
Undocumented in source.
- igDragFloat4
da_igDragFloat4 igDragFloat4;
Undocumented in source.
- igDragFloatRange2
da_igDragFloatRange2 igDragFloatRange2;
Undocumented in source.
- igDragInt
da_igDragInt igDragInt;
Undocumented in source.
- igDragInt2
da_igDragInt2 igDragInt2;
Undocumented in source.
- igDragInt3
da_igDragInt3 igDragInt3;
Undocumented in source.
- igDragInt4
da_igDragInt4 igDragInt4;
Undocumented in source.
- igDragIntRange2
da_igDragIntRange2 igDragIntRange2;
Undocumented in source.
- igDragScalar
da_igDragScalar igDragScalar;
Undocumented in source.
- igDragScalarN
da_igDragScalarN igDragScalarN;
Undocumented in source.
- igDummy
da_igDummy igDummy;
Undocumented in source.
- igEnd
da_igEnd igEnd;
Undocumented in source.
- igEndChild
da_igEndChild igEndChild;
Undocumented in source.
- igEndChildFrame
da_igEndChildFrame igEndChildFrame;
Undocumented in source.
- igEndColumns
da_igEndColumns igEndColumns;
Undocumented in source.
- igEndCombo
da_igEndCombo igEndCombo;
Undocumented in source.
- igEndDragDropSource
da_igEndDragDropSource igEndDragDropSource;
Undocumented in source.
- igEndDragDropTarget
da_igEndDragDropTarget igEndDragDropTarget;
Undocumented in source.
- igEndFrame
da_igEndFrame igEndFrame;
Undocumented in source.
- igEndGroup
da_igEndGroup igEndGroup;
Undocumented in source.
- igEndMainMenuBar
da_igEndMainMenuBar igEndMainMenuBar;
Undocumented in source.
- igEndMenu
da_igEndMenu igEndMenu;
Undocumented in source.
- igEndMenuBar
da_igEndMenuBar igEndMenuBar;
Undocumented in source.
- igEndPopup
da_igEndPopup igEndPopup;
Undocumented in source.
- igEndTabBar
da_igEndTabBar igEndTabBar;
Undocumented in source.
- igEndTabItem
da_igEndTabItem igEndTabItem;
Undocumented in source.
- igEndTooltip
da_igEndTooltip igEndTooltip;
Undocumented in source.
- igFindBestWindowPosForPopup
da_igFindBestWindowPosForPopup igFindBestWindowPosForPopup;
Undocumented in source.
- igFindBestWindowPosForPopupEx
da_igFindBestWindowPosForPopupEx igFindBestWindowPosForPopupEx;
Undocumented in source.
- igFindOrCreateColumns
da_igFindOrCreateColumns igFindOrCreateColumns;
Undocumented in source.
- igFindOrCreateWindowSettings
da_igFindOrCreateWindowSettings igFindOrCreateWindowSettings;
Undocumented in source.
- igFindRenderedTextEnd
da_igFindRenderedTextEnd igFindRenderedTextEnd;
Undocumented in source.
- igFindSettingsHandler
da_igFindSettingsHandler igFindSettingsHandler;
Undocumented in source.
- igFindViewportByID
da_igFindViewportByID igFindViewportByID;
Undocumented in source.
- igFindViewportByPlatformHandle
da_igFindViewportByPlatformHandle igFindViewportByPlatformHandle;
Undocumented in source.
- igFindWindowByID
da_igFindWindowByID igFindWindowByID;
Undocumented in source.
- igFindWindowByName
da_igFindWindowByName igFindWindowByName;
Undocumented in source.
- igFindWindowSettings
da_igFindWindowSettings igFindWindowSettings;
Undocumented in source.
- igFocusTopMostWindowUnderOne
da_igFocusTopMostWindowUnderOne igFocusTopMostWindowUnderOne;
Undocumented in source.
- igFocusWindow
da_igFocusWindow igFocusWindow;
Undocumented in source.
- igFocusableItemRegister
da_igFocusableItemRegister igFocusableItemRegister;
Undocumented in source.
- igFocusableItemUnregister
da_igFocusableItemUnregister igFocusableItemUnregister;
Undocumented in source.
- igGET_FLT_MAX
da_igGET_FLT_MAX igGET_FLT_MAX;
Undocumented in source.
- igGcAwakeTransientWindowBuffers
da_igGcAwakeTransientWindowBuffers igGcAwakeTransientWindowBuffers;
Undocumented in source.
- igGcCompactTransientWindowBuffers
da_igGcCompactTransientWindowBuffers igGcCompactTransientWindowBuffers;
Undocumented in source.
- igGetActiveID
da_igGetActiveID igGetActiveID;
Undocumented in source.
- igGetBackgroundDrawListNil
da_igGetBackgroundDrawListNil igGetBackgroundDrawListNil;
Undocumented in source.
- igGetBackgroundDrawListViewportPtr
da_igGetBackgroundDrawListViewportPtr igGetBackgroundDrawListViewportPtr;
Undocumented in source.
- igGetClipboardText
da_igGetClipboardText igGetClipboardText;
Undocumented in source.
- igGetColorU32Col
da_igGetColorU32Col igGetColorU32Col;
Undocumented in source.
- igGetColorU32U32
da_igGetColorU32U32 igGetColorU32U32;
Undocumented in source.
- igGetColorU32Vec4
da_igGetColorU32Vec4 igGetColorU32Vec4;
Undocumented in source.
- igGetColumnIndex
da_igGetColumnIndex igGetColumnIndex;
Undocumented in source.
- igGetColumnNormFromOffset
da_igGetColumnNormFromOffset igGetColumnNormFromOffset;
Undocumented in source.
- igGetColumnOffset
da_igGetColumnOffset igGetColumnOffset;
Undocumented in source.
- igGetColumnOffsetFromNorm
da_igGetColumnOffsetFromNorm igGetColumnOffsetFromNorm;
Undocumented in source.
- igGetColumnWidth
da_igGetColumnWidth igGetColumnWidth;
Undocumented in source.
- igGetColumnsCount
da_igGetColumnsCount igGetColumnsCount;
Undocumented in source.
- igGetColumnsID
da_igGetColumnsID igGetColumnsID;
Undocumented in source.
- igGetContentRegionAvail
da_igGetContentRegionAvail igGetContentRegionAvail;
Undocumented in source.
- igGetContentRegionMax
da_igGetContentRegionMax igGetContentRegionMax;
Undocumented in source.
- igGetContentRegionMaxAbs
da_igGetContentRegionMaxAbs igGetContentRegionMaxAbs;
Undocumented in source.
- igGetCurrentContext
da_igGetCurrentContext igGetCurrentContext;
Undocumented in source.
- igGetCurrentWindow
da_igGetCurrentWindow igGetCurrentWindow;
Undocumented in source.
- igGetCurrentWindowRead
da_igGetCurrentWindowRead igGetCurrentWindowRead;
Undocumented in source.
- igGetCursorPos
da_igGetCursorPos igGetCursorPos;
Undocumented in source.
- igGetCursorPosX
da_igGetCursorPosX igGetCursorPosX;
Undocumented in source.
- igGetCursorPosY
da_igGetCursorPosY igGetCursorPosY;
Undocumented in source.
- igGetCursorScreenPos
da_igGetCursorScreenPos igGetCursorScreenPos;
Undocumented in source.
- igGetCursorStartPos
da_igGetCursorStartPos igGetCursorStartPos;
Undocumented in source.
- igGetDefaultFont
da_igGetDefaultFont igGetDefaultFont;
Undocumented in source.
- igGetDragDropPayload
da_igGetDragDropPayload igGetDragDropPayload;
Undocumented in source.
- igGetDrawData
da_igGetDrawData igGetDrawData;
Undocumented in source.
- igGetDrawListSharedData
da_igGetDrawListSharedData igGetDrawListSharedData;
Undocumented in source.
- igGetFocusID
da_igGetFocusID igGetFocusID;
Undocumented in source.
- igGetFocusScopeID
da_igGetFocusScopeID igGetFocusScopeID;
Undocumented in source.
- igGetFont
da_igGetFont igGetFont;
Undocumented in source.
- igGetFontSize
da_igGetFontSize igGetFontSize;
Undocumented in source.
- igGetFontTexUvWhitePixel
da_igGetFontTexUvWhitePixel igGetFontTexUvWhitePixel;
Undocumented in source.
- igGetForegroundDrawListNil
da_igGetForegroundDrawListNil igGetForegroundDrawListNil;
Undocumented in source.
- igGetForegroundDrawListViewportPtr
da_igGetForegroundDrawListViewportPtr igGetForegroundDrawListViewportPtr;
Undocumented in source.
- igGetForegroundDrawListWindowPtr
da_igGetForegroundDrawListWindowPtr igGetForegroundDrawListWindowPtr;
Undocumented in source.
- igGetFrameCount
da_igGetFrameCount igGetFrameCount;
Undocumented in source.
- igGetFrameHeight
da_igGetFrameHeight igGetFrameHeight;
Undocumented in source.
- igGetFrameHeightWithSpacing
da_igGetFrameHeightWithSpacing igGetFrameHeightWithSpacing;
Undocumented in source.
- igGetHoveredID
da_igGetHoveredID igGetHoveredID;
Undocumented in source.
- igGetIDPtr
da_igGetIDPtr igGetIDPtr;
Undocumented in source.
- igGetIDStr
da_igGetIDStr igGetIDStr;
Undocumented in source.
- igGetIDStrStr
da_igGetIDStrStr igGetIDStrStr;
Undocumented in source.
- igGetIDWithSeed
da_igGetIDWithSeed igGetIDWithSeed;
Undocumented in source.
- igGetIO
da_igGetIO igGetIO;
Undocumented in source.
- igGetInputTextState
da_igGetInputTextState igGetInputTextState;
Undocumented in source.
- igGetItemID
da_igGetItemID igGetItemID;
Undocumented in source.
- igGetItemRectMax
da_igGetItemRectMax igGetItemRectMax;
Undocumented in source.
- igGetItemRectMin
da_igGetItemRectMin igGetItemRectMin;
Undocumented in source.
- igGetItemRectSize
da_igGetItemRectSize igGetItemRectSize;
Undocumented in source.
- igGetItemStatusFlags
da_igGetItemStatusFlags igGetItemStatusFlags;
Undocumented in source.
- igGetKeyIndex
da_igGetKeyIndex igGetKeyIndex;
Undocumented in source.
- igGetKeyPressedAmount
da_igGetKeyPressedAmount igGetKeyPressedAmount;
Undocumented in source.
- igGetMainViewport
da_igGetMainViewport igGetMainViewport;
Undocumented in source.
- igGetMergedKeyModFlags
da_igGetMergedKeyModFlags igGetMergedKeyModFlags;
Undocumented in source.
- igGetMouseCursor
da_igGetMouseCursor igGetMouseCursor;
Undocumented in source.
- igGetMouseDragDelta
da_igGetMouseDragDelta igGetMouseDragDelta;
Undocumented in source.
- igGetMousePos
da_igGetMousePos igGetMousePos;
Undocumented in source.
- igGetMousePosOnOpeningCurrentPopup
da_igGetMousePosOnOpeningCurrentPopup igGetMousePosOnOpeningCurrentPopup;
Undocumented in source.
- igGetNavInputAmount
da_igGetNavInputAmount igGetNavInputAmount;
Undocumented in source.
- igGetNavInputAmount2d
da_igGetNavInputAmount2d igGetNavInputAmount2d;
Undocumented in source.
- igGetPlatformIO
da_igGetPlatformIO igGetPlatformIO;
Undocumented in source.
- igGetScrollMaxX
da_igGetScrollMaxX igGetScrollMaxX;
Undocumented in source.
- igGetScrollMaxY
da_igGetScrollMaxY igGetScrollMaxY;
Undocumented in source.
- igGetScrollX
da_igGetScrollX igGetScrollX;
Undocumented in source.
- igGetScrollY
da_igGetScrollY igGetScrollY;
Undocumented in source.
- igGetStateStorage
da_igGetStateStorage igGetStateStorage;
Undocumented in source.
- igGetStyle
da_igGetStyle igGetStyle;
Undocumented in source.
- igGetStyleColorName
da_igGetStyleColorName igGetStyleColorName;
Undocumented in source.
- igGetStyleColorVec4
da_igGetStyleColorVec4 igGetStyleColorVec4;
Undocumented in source.
- igGetTextLineHeight
da_igGetTextLineHeight igGetTextLineHeight;
Undocumented in source.
- igGetTextLineHeightWithSpacing
da_igGetTextLineHeightWithSpacing igGetTextLineHeightWithSpacing;
Undocumented in source.
- igGetTime
da_igGetTime igGetTime;
Undocumented in source.
- igGetTopMostPopupModal
da_igGetTopMostPopupModal igGetTopMostPopupModal;
Undocumented in source.
- igGetTreeNodeToLabelSpacing
da_igGetTreeNodeToLabelSpacing igGetTreeNodeToLabelSpacing;
Undocumented in source.
- igGetVersion
da_igGetVersion igGetVersion;
Undocumented in source.
- igGetWindowAllowedExtentRect
da_igGetWindowAllowedExtentRect igGetWindowAllowedExtentRect;
Undocumented in source.
- igGetWindowAlwaysWantOwnTabBar
da_igGetWindowAlwaysWantOwnTabBar igGetWindowAlwaysWantOwnTabBar;
Undocumented in source.
- igGetWindowContentRegionMax
da_igGetWindowContentRegionMax igGetWindowContentRegionMax;
Undocumented in source.
- igGetWindowContentRegionMin
da_igGetWindowContentRegionMin igGetWindowContentRegionMin;
Undocumented in source.
- igGetWindowContentRegionWidth
da_igGetWindowContentRegionWidth igGetWindowContentRegionWidth;
Undocumented in source.
- igGetWindowDockID
da_igGetWindowDockID igGetWindowDockID;
Undocumented in source.
- igGetWindowDockNode
da_igGetWindowDockNode igGetWindowDockNode;
Undocumented in source.
- igGetWindowDpiScale
da_igGetWindowDpiScale igGetWindowDpiScale;
Undocumented in source.
- igGetWindowDrawList
da_igGetWindowDrawList igGetWindowDrawList;
Undocumented in source.
- igGetWindowHeight
da_igGetWindowHeight igGetWindowHeight;
Undocumented in source.
- igGetWindowPos
da_igGetWindowPos igGetWindowPos;
Undocumented in source.
- igGetWindowResizeID
da_igGetWindowResizeID igGetWindowResizeID;
Undocumented in source.
- igGetWindowScrollbarID
da_igGetWindowScrollbarID igGetWindowScrollbarID;
Undocumented in source.
- igGetWindowScrollbarRect
da_igGetWindowScrollbarRect igGetWindowScrollbarRect;
Undocumented in source.
- igGetWindowSize
da_igGetWindowSize igGetWindowSize;
Undocumented in source.
- igGetWindowViewport
da_igGetWindowViewport igGetWindowViewport;
Undocumented in source.
- igGetWindowWidth
da_igGetWindowWidth igGetWindowWidth;
Undocumented in source.
- igImAbsFloat
da_igImAbsFloat igImAbsFloat;
Undocumented in source.
- igImAbsdouble
da_igImAbsdouble igImAbsdouble;
Undocumented in source.
- igImAlphaBlendColors
da_igImAlphaBlendColors igImAlphaBlendColors;
Undocumented in source.
- igImBezierCalc
da_igImBezierCalc igImBezierCalc;
Undocumented in source.
- igImBezierClosestPoint
da_igImBezierClosestPoint igImBezierClosestPoint;
Undocumented in source.
- igImBezierClosestPointCasteljau
da_igImBezierClosestPointCasteljau igImBezierClosestPointCasteljau;
Undocumented in source.
- igImBitArrayClearBit
da_igImBitArrayClearBit igImBitArrayClearBit;
Undocumented in source.
- igImBitArraySetBit
da_igImBitArraySetBit igImBitArraySetBit;
Undocumented in source.
- igImBitArraySetBitRange
da_igImBitArraySetBitRange igImBitArraySetBitRange;
Undocumented in source.
- igImBitArrayTestBit
da_igImBitArrayTestBit igImBitArrayTestBit;
Undocumented in source.
- igImCharIsBlankA
da_igImCharIsBlankA igImCharIsBlankA;
Undocumented in source.
- igImCharIsBlankW
da_igImCharIsBlankW igImCharIsBlankW;
Undocumented in source.
- igImClamp
da_igImClamp igImClamp;
Undocumented in source.
- igImDot
da_igImDot igImDot;
Undocumented in source.
- igImFileClose
da_igImFileClose igImFileClose;
Undocumented in source.
- igImFileGetSize
da_igImFileGetSize igImFileGetSize;
Undocumented in source.
- igImFileLoadToMemory
da_igImFileLoadToMemory igImFileLoadToMemory;
Undocumented in source.
- igImFileOpen
da_igImFileOpen igImFileOpen;
Undocumented in source.
- igImFileRead
da_igImFileRead igImFileRead;
Undocumented in source.
- igImFileWrite
da_igImFileWrite igImFileWrite;
Undocumented in source.
- igImFloorFloat
da_igImFloorFloat igImFloorFloat;
Undocumented in source.
- igImFloorVec2
da_igImFloorVec2 igImFloorVec2;
Undocumented in source.
- igImFontAtlasBuildFinish
da_igImFontAtlasBuildFinish igImFontAtlasBuildFinish;
Undocumented in source.
- igImFontAtlasBuildInit
da_igImFontAtlasBuildInit igImFontAtlasBuildInit;
Undocumented in source.
- igImFontAtlasBuildMultiplyCalcLookupTable
da_igImFontAtlasBuildMultiplyCalcLookupTable igImFontAtlasBuildMultiplyCalcLookupTable;
Undocumented in source.
- igImFontAtlasBuildMultiplyRectAlpha8
da_igImFontAtlasBuildMultiplyRectAlpha8 igImFontAtlasBuildMultiplyRectAlpha8;
Undocumented in source.
- igImFontAtlasBuildPackCustomRects
da_igImFontAtlasBuildPackCustomRects igImFontAtlasBuildPackCustomRects;
Undocumented in source.
- igImFontAtlasBuildRender1bppRectFromString
da_igImFontAtlasBuildRender1bppRectFromString igImFontAtlasBuildRender1bppRectFromString;
Undocumented in source.
- igImFontAtlasBuildSetupFont
da_igImFontAtlasBuildSetupFont igImFontAtlasBuildSetupFont;
Undocumented in source.
- igImFontAtlasBuildWithStbTruetype
da_igImFontAtlasBuildWithStbTruetype igImFontAtlasBuildWithStbTruetype;
Undocumented in source.
- igImFormatString
da_igImFormatString igImFormatString;
Undocumented in source.
- igImFormatStringV
da_igImFormatStringV igImFormatStringV;
Undocumented in source.
- igImGetDirQuadrantFromDelta
da_igImGetDirQuadrantFromDelta igImGetDirQuadrantFromDelta;
Undocumented in source.
- igImHashData
da_igImHashData igImHashData;
Undocumented in source.
- igImHashStr
da_igImHashStr igImHashStr;
Undocumented in source.
- igImInvLength
da_igImInvLength igImInvLength;
Undocumented in source.
- igImIsPowerOfTwo
da_igImIsPowerOfTwo igImIsPowerOfTwo;
Undocumented in source.
- igImLengthSqrVec2
da_igImLengthSqrVec2 igImLengthSqrVec2;
Undocumented in source.
- igImLengthSqrVec4
da_igImLengthSqrVec4 igImLengthSqrVec4;
Undocumented in source.
- igImLerpVec2Float
da_igImLerpVec2Float igImLerpVec2Float;
Undocumented in source.
- igImLerpVec2Vec2
da_igImLerpVec2Vec2 igImLerpVec2Vec2;
Undocumented in source.
- igImLerpVec4
da_igImLerpVec4 igImLerpVec4;
Undocumented in source.
- igImLineClosestPoint
da_igImLineClosestPoint igImLineClosestPoint;
Undocumented in source.
- igImLinearSweep
da_igImLinearSweep igImLinearSweep;
Undocumented in source.
- igImLogFloat
da_igImLogFloat igImLogFloat;
Undocumented in source.
- igImLogdouble
da_igImLogdouble igImLogdouble;
Undocumented in source.
- igImMax
da_igImMax igImMax;
Undocumented in source.
- igImMin
da_igImMin igImMin;
Undocumented in source.
- igImModPositive
da_igImModPositive igImModPositive;
Undocumented in source.
- igImMul
da_igImMul igImMul;
Undocumented in source.
- igImParseFormatFindEnd
da_igImParseFormatFindEnd igImParseFormatFindEnd;
Undocumented in source.
- igImParseFormatFindStart
da_igImParseFormatFindStart igImParseFormatFindStart;
Undocumented in source.
- igImParseFormatPrecision
da_igImParseFormatPrecision igImParseFormatPrecision;
Undocumented in source.
- igImParseFormatTrimDecorations
da_igImParseFormatTrimDecorations igImParseFormatTrimDecorations;
Undocumented in source.
- igImPowFloat
da_igImPowFloat igImPowFloat;
Undocumented in source.
- igImPowdouble
da_igImPowdouble igImPowdouble;
Undocumented in source.
- igImRotate
da_igImRotate igImRotate;
Undocumented in source.
- igImSaturate
da_igImSaturate igImSaturate;
Undocumented in source.
- igImSignFloat
da_igImSignFloat igImSignFloat;
Undocumented in source.
- igImSigndouble
da_igImSigndouble igImSigndouble;
Undocumented in source.
- igImStrSkipBlank
da_igImStrSkipBlank igImStrSkipBlank;
Undocumented in source.
- igImStrTrimBlanks
da_igImStrTrimBlanks igImStrTrimBlanks;
Undocumented in source.
- igImStrbolW
da_igImStrbolW igImStrbolW;
Undocumented in source.
- igImStrchrRange
da_igImStrchrRange igImStrchrRange;
Undocumented in source.
- igImStrdup
da_igImStrdup igImStrdup;
Undocumented in source.
- igImStrdupcpy
da_igImStrdupcpy igImStrdupcpy;
Undocumented in source.
- igImStreolRange
da_igImStreolRange igImStreolRange;
Undocumented in source.
- igImStricmp
da_igImStricmp igImStricmp;
Undocumented in source.
- igImStristr
da_igImStristr igImStristr;
Undocumented in source.
- igImStrlenW
da_igImStrlenW igImStrlenW;
Undocumented in source.
- igImStrncpy
da_igImStrncpy igImStrncpy;
Undocumented in source.
- igImStrnicmp
da_igImStrnicmp igImStrnicmp;
Undocumented in source.
- igImTextCharFromUtf8
da_igImTextCharFromUtf8 igImTextCharFromUtf8;
Undocumented in source.
- igImTextCountCharsFromUtf8
da_igImTextCountCharsFromUtf8 igImTextCountCharsFromUtf8;
Undocumented in source.
- igImTextCountUtf8BytesFromChar
da_igImTextCountUtf8BytesFromChar igImTextCountUtf8BytesFromChar;
Undocumented in source.
- igImTextCountUtf8BytesFromStr
da_igImTextCountUtf8BytesFromStr igImTextCountUtf8BytesFromStr;
Undocumented in source.
- igImTextStrFromUtf8
da_igImTextStrFromUtf8 igImTextStrFromUtf8;
Undocumented in source.
- igImTextStrToUtf8
da_igImTextStrToUtf8 igImTextStrToUtf8;
Undocumented in source.
- igImTriangleArea
da_igImTriangleArea igImTriangleArea;
Undocumented in source.
- igImTriangleBarycentricCoords
da_igImTriangleBarycentricCoords igImTriangleBarycentricCoords;
Undocumented in source.
- igImTriangleClosestPoint
da_igImTriangleClosestPoint igImTriangleClosestPoint;
Undocumented in source.
- igImTriangleContainsPoint
da_igImTriangleContainsPoint igImTriangleContainsPoint;
Undocumented in source.
- igImUpperPowerOfTwo
da_igImUpperPowerOfTwo igImUpperPowerOfTwo;
Undocumented in source.
- igImage
da_igImage igImage;
Undocumented in source.
- igImageButton
da_igImageButton igImageButton;
Undocumented in source.
- igImageButtonEx
da_igImageButtonEx igImageButtonEx;
Undocumented in source.
- igIndent
da_igIndent igIndent;
Undocumented in source.
- igInitialize
da_igInitialize igInitialize;
Undocumented in source.
- igInputDouble
da_igInputDouble igInputDouble;
Undocumented in source.
- igInputFloat
da_igInputFloat igInputFloat;
Undocumented in source.
- igInputFloat2
da_igInputFloat2 igInputFloat2;
Undocumented in source.
- igInputFloat3
da_igInputFloat3 igInputFloat3;
Undocumented in source.
- igInputFloat4
da_igInputFloat4 igInputFloat4;
Undocumented in source.
- igInputInt
da_igInputInt igInputInt;
Undocumented in source.
- igInputInt2
da_igInputInt2 igInputInt2;
Undocumented in source.
- igInputInt3
da_igInputInt3 igInputInt3;
Undocumented in source.
- igInputInt4
da_igInputInt4 igInputInt4;
Undocumented in source.
- igInputScalar
da_igInputScalar igInputScalar;
Undocumented in source.
- igInputScalarN
da_igInputScalarN igInputScalarN;
Undocumented in source.
- igInputText
da_igInputText igInputText;
Undocumented in source.
- igInputTextEx
da_igInputTextEx igInputTextEx;
Undocumented in source.
- igInputTextMultiline
da_igInputTextMultiline igInputTextMultiline;
Undocumented in source.
- igInputTextWithHint
da_igInputTextWithHint igInputTextWithHint;
Undocumented in source.
- igInvisibleButton
da_igInvisibleButton igInvisibleButton;
Undocumented in source.
- igIsActiveIdUsingKey
da_igIsActiveIdUsingKey igIsActiveIdUsingKey;
Undocumented in source.
- igIsActiveIdUsingNavDir
da_igIsActiveIdUsingNavDir igIsActiveIdUsingNavDir;
Undocumented in source.
- igIsActiveIdUsingNavInput
da_igIsActiveIdUsingNavInput igIsActiveIdUsingNavInput;
Undocumented in source.
- igIsAnyItemActive
da_igIsAnyItemActive igIsAnyItemActive;
Undocumented in source.
- igIsAnyItemFocused
da_igIsAnyItemFocused igIsAnyItemFocused;
Undocumented in source.
- igIsAnyItemHovered
da_igIsAnyItemHovered igIsAnyItemHovered;
Undocumented in source.
- igIsAnyMouseDown
da_igIsAnyMouseDown igIsAnyMouseDown;
Undocumented in source.
- igIsClippedEx
da_igIsClippedEx igIsClippedEx;
Undocumented in source.
- igIsDragDropPayloadBeingAccepted
da_igIsDragDropPayloadBeingAccepted igIsDragDropPayloadBeingAccepted;
Undocumented in source.
- igIsItemActivated
da_igIsItemActivated igIsItemActivated;
Undocumented in source.
- igIsItemActive
da_igIsItemActive igIsItemActive;
Undocumented in source.
- igIsItemClicked
da_igIsItemClicked igIsItemClicked;
Undocumented in source.
- igIsItemDeactivated
da_igIsItemDeactivated igIsItemDeactivated;
Undocumented in source.
- igIsItemDeactivatedAfterEdit
da_igIsItemDeactivatedAfterEdit igIsItemDeactivatedAfterEdit;
Undocumented in source.
- igIsItemEdited
da_igIsItemEdited igIsItemEdited;
Undocumented in source.
- igIsItemFocused
da_igIsItemFocused igIsItemFocused;
Undocumented in source.
- igIsItemHovered
da_igIsItemHovered igIsItemHovered;
Undocumented in source.
- igIsItemToggledOpen
da_igIsItemToggledOpen igIsItemToggledOpen;
Undocumented in source.
- igIsItemToggledSelection
da_igIsItemToggledSelection igIsItemToggledSelection;
Undocumented in source.
- igIsItemVisible
da_igIsItemVisible igIsItemVisible;
Undocumented in source.
- igIsKeyDown
da_igIsKeyDown igIsKeyDown;
Undocumented in source.
- igIsKeyPressed
da_igIsKeyPressed igIsKeyPressed;
Undocumented in source.
- igIsKeyPressedMap
da_igIsKeyPressedMap igIsKeyPressedMap;
Undocumented in source.
- igIsKeyReleased
da_igIsKeyReleased igIsKeyReleased;
Undocumented in source.
- igIsMouseClicked
da_igIsMouseClicked igIsMouseClicked;
Undocumented in source.
- igIsMouseDoubleClicked
da_igIsMouseDoubleClicked igIsMouseDoubleClicked;
Undocumented in source.
- igIsMouseDown
da_igIsMouseDown igIsMouseDown;
Undocumented in source.
- igIsMouseDragPastThreshold
da_igIsMouseDragPastThreshold igIsMouseDragPastThreshold;
Undocumented in source.
- igIsMouseDragging
da_igIsMouseDragging igIsMouseDragging;
Undocumented in source.
- igIsMouseHoveringRect
da_igIsMouseHoveringRect igIsMouseHoveringRect;
Undocumented in source.
- igIsMousePosValid
da_igIsMousePosValid igIsMousePosValid;
Undocumented in source.
- igIsMouseReleased
da_igIsMouseReleased igIsMouseReleased;
Undocumented in source.
- igIsNavInputDown
da_igIsNavInputDown igIsNavInputDown;
Undocumented in source.
- igIsNavInputTest
da_igIsNavInputTest igIsNavInputTest;
Undocumented in source.
- igIsPopupOpenID
da_igIsPopupOpenID igIsPopupOpenID;
Undocumented in source.
- igIsPopupOpenStr
da_igIsPopupOpenStr igIsPopupOpenStr;
Undocumented in source.
- igIsRectVisibleNil
da_igIsRectVisibleNil igIsRectVisibleNil;
Undocumented in source.
- igIsRectVisibleVec2
da_igIsRectVisibleVec2 igIsRectVisibleVec2;
Undocumented in source.
- igIsWindowAppearing
da_igIsWindowAppearing igIsWindowAppearing;
Undocumented in source.
- igIsWindowChildOf
da_igIsWindowChildOf igIsWindowChildOf;
Undocumented in source.
- igIsWindowCollapsed
da_igIsWindowCollapsed igIsWindowCollapsed;
Undocumented in source.
- igIsWindowDocked
da_igIsWindowDocked igIsWindowDocked;
Undocumented in source.
- igIsWindowFocused
da_igIsWindowFocused igIsWindowFocused;
Undocumented in source.
- igIsWindowHovered
da_igIsWindowHovered igIsWindowHovered;
Undocumented in source.
- igIsWindowNavFocusable
da_igIsWindowNavFocusable igIsWindowNavFocusable;
Undocumented in source.
- igItemAdd
da_igItemAdd igItemAdd;
Undocumented in source.
- igItemHoverable
da_igItemHoverable igItemHoverable;
Undocumented in source.
- igItemSizeRect
da_igItemSizeRect igItemSizeRect;
Undocumented in source.
- igItemSizeVec2
da_igItemSizeVec2 igItemSizeVec2;
Undocumented in source.
- igKeepAliveID
da_igKeepAliveID igKeepAliveID;
Undocumented in source.
- igLabelText
da_igLabelText igLabelText;
Undocumented in source.
- igLabelTextV
da_igLabelTextV igLabelTextV;
Undocumented in source.
- igListBoxFnBoolPtr
da_igListBoxFnBoolPtr igListBoxFnBoolPtr;
Undocumented in source.
- igListBoxFooter
da_igListBoxFooter igListBoxFooter;
Undocumented in source.
- igListBoxHeaderInt
da_igListBoxHeaderInt igListBoxHeaderInt;
Undocumented in source.
- igListBoxHeaderVec2
da_igListBoxHeaderVec2 igListBoxHeaderVec2;
Undocumented in source.
- igListBoxStr_arr
da_igListBoxStr_arr igListBoxStr_arr;
Undocumented in source.
- igLoadIniSettingsFromDisk
da_igLoadIniSettingsFromDisk igLoadIniSettingsFromDisk;
Undocumented in source.
- igLoadIniSettingsFromMemory
da_igLoadIniSettingsFromMemory igLoadIniSettingsFromMemory;
Undocumented in source.
- igLogBegin
da_igLogBegin igLogBegin;
Undocumented in source.
- igLogButtons
da_igLogButtons igLogButtons;
Undocumented in source.
- igLogFinish
da_igLogFinish igLogFinish;
Undocumented in source.
- igLogRenderedText
da_igLogRenderedText igLogRenderedText;
Undocumented in source.
- igLogText
da_igLogText igLogText;
Undocumented in source.
- igLogToBuffer
da_igLogToBuffer igLogToBuffer;
Undocumented in source.
- igLogToClipboard
da_igLogToClipboard igLogToClipboard;
Undocumented in source.
- igLogToFile
da_igLogToFile igLogToFile;
Undocumented in source.
- igLogToTTY
da_igLogToTTY igLogToTTY;
Undocumented in source.
- igMarkIniSettingsDirtyNil
da_igMarkIniSettingsDirtyNil igMarkIniSettingsDirtyNil;
Undocumented in source.
- igMarkIniSettingsDirtyWindowPtr
da_igMarkIniSettingsDirtyWindowPtr igMarkIniSettingsDirtyWindowPtr;
Undocumented in source.
- igMarkItemEdited
da_igMarkItemEdited igMarkItemEdited;
Undocumented in source.
- igMemAlloc
da_igMemAlloc igMemAlloc;
Undocumented in source.
- igMemFree
da_igMemFree igMemFree;
Undocumented in source.
- igMenuItemBool
da_igMenuItemBool igMenuItemBool;
Undocumented in source.
- igMenuItemBoolPtr
da_igMenuItemBoolPtr igMenuItemBoolPtr;
Undocumented in source.
- igNavInitWindow
da_igNavInitWindow igNavInitWindow;
Undocumented in source.
- igNavMoveRequestButNoResultYet
da_igNavMoveRequestButNoResultYet igNavMoveRequestButNoResultYet;
Undocumented in source.
- igNavMoveRequestCancel
da_igNavMoveRequestCancel igNavMoveRequestCancel;
Undocumented in source.
- igNavMoveRequestForward
da_igNavMoveRequestForward igNavMoveRequestForward;
Undocumented in source.
- igNavMoveRequestTryWrapping
da_igNavMoveRequestTryWrapping igNavMoveRequestTryWrapping;
Undocumented in source.
- igNewFrame
da_igNewFrame igNewFrame;
Undocumented in source.
- igNewLine
da_igNewLine igNewLine;
Undocumented in source.
- igNextColumn
da_igNextColumn igNextColumn;
Undocumented in source.
- igOpenPopup
da_igOpenPopup igOpenPopup;
Undocumented in source.
- igOpenPopupEx
da_igOpenPopupEx igOpenPopupEx;
Undocumented in source.
- igOpenPopupOnItemClick
da_igOpenPopupOnItemClick igOpenPopupOnItemClick;
Undocumented in source.
- igPlotEx
da_igPlotEx igPlotEx;
Undocumented in source.
- igPlotHistogramFloatPtr
da_igPlotHistogramFloatPtr igPlotHistogramFloatPtr;
Undocumented in source.
- igPlotHistogramFnFloatPtr
da_igPlotHistogramFnFloatPtr igPlotHistogramFnFloatPtr;
Undocumented in source.
- igPlotLinesFloatPtr
da_igPlotLinesFloatPtr igPlotLinesFloatPtr;
Undocumented in source.
- igPlotLinesFnFloatPtr
da_igPlotLinesFnFloatPtr igPlotLinesFnFloatPtr;
Undocumented in source.
- igPopAllowKeyboardFocus
da_igPopAllowKeyboardFocus igPopAllowKeyboardFocus;
Undocumented in source.
- igPopButtonRepeat
da_igPopButtonRepeat igPopButtonRepeat;
Undocumented in source.
- igPopClipRect
da_igPopClipRect igPopClipRect;
Undocumented in source.
- igPopColumnsBackground
da_igPopColumnsBackground igPopColumnsBackground;
Undocumented in source.
- igPopFocusScope
da_igPopFocusScope igPopFocusScope;
Undocumented in source.
- igPopFont
da_igPopFont igPopFont;
Undocumented in source.
- igPopID
da_igPopID igPopID;
Undocumented in source.
- igPopItemFlag
da_igPopItemFlag igPopItemFlag;
Undocumented in source.
- igPopItemWidth
da_igPopItemWidth igPopItemWidth;
Undocumented in source.
- igPopStyleColor
da_igPopStyleColor igPopStyleColor;
Undocumented in source.
- igPopStyleVar
da_igPopStyleVar igPopStyleVar;
Undocumented in source.
- igPopTextWrapPos
da_igPopTextWrapPos igPopTextWrapPos;
Undocumented in source.
- igProgressBar
da_igProgressBar igProgressBar;
Undocumented in source.
- igPushAllowKeyboardFocus
da_igPushAllowKeyboardFocus igPushAllowKeyboardFocus;
Undocumented in source.
- igPushButtonRepeat
da_igPushButtonRepeat igPushButtonRepeat;
Undocumented in source.
- igPushClipRect
da_igPushClipRect igPushClipRect;
Undocumented in source.
- igPushColumnClipRect
da_igPushColumnClipRect igPushColumnClipRect;
Undocumented in source.
- igPushColumnsBackground
da_igPushColumnsBackground igPushColumnsBackground;
Undocumented in source.
- igPushFocusScope
da_igPushFocusScope igPushFocusScope;
Undocumented in source.
- igPushFont
da_igPushFont igPushFont;
Undocumented in source.
- igPushIDInt
da_igPushIDInt igPushIDInt;
Undocumented in source.
- igPushIDPtr
da_igPushIDPtr igPushIDPtr;
Undocumented in source.
- igPushIDStr
da_igPushIDStr igPushIDStr;
Undocumented in source.
- igPushIDStrStr
da_igPushIDStrStr igPushIDStrStr;
Undocumented in source.
- igPushItemFlag
da_igPushItemFlag igPushItemFlag;
Undocumented in source.
- igPushItemWidth
da_igPushItemWidth igPushItemWidth;
Undocumented in source.
- igPushMultiItemsWidths
da_igPushMultiItemsWidths igPushMultiItemsWidths;
Undocumented in source.
- igPushOverrideID
da_igPushOverrideID igPushOverrideID;
Undocumented in source.
- igPushStyleColorU32
da_igPushStyleColorU32 igPushStyleColorU32;
Undocumented in source.
- igPushStyleColorVec4
da_igPushStyleColorVec4 igPushStyleColorVec4;
Undocumented in source.
- igPushStyleVarFloat
da_igPushStyleVarFloat igPushStyleVarFloat;
Undocumented in source.
- igPushStyleVarVec2
da_igPushStyleVarVec2 igPushStyleVarVec2;
Undocumented in source.
- igPushTextWrapPos
da_igPushTextWrapPos igPushTextWrapPos;
Undocumented in source.
- igRadioButtonBool
da_igRadioButtonBool igRadioButtonBool;
Undocumented in source.
- igRadioButtonIntPtr
da_igRadioButtonIntPtr igRadioButtonIntPtr;
Undocumented in source.
- igRender
da_igRender igRender;
Undocumented in source.
- igRenderArrow
da_igRenderArrow igRenderArrow;
Undocumented in source.
- igRenderArrowDockMenu
da_igRenderArrowDockMenu igRenderArrowDockMenu;
Undocumented in source.
- igRenderArrowPointingAt
da_igRenderArrowPointingAt igRenderArrowPointingAt;
Undocumented in source.
- igRenderBullet
da_igRenderBullet igRenderBullet;
Undocumented in source.
- igRenderCheckMark
da_igRenderCheckMark igRenderCheckMark;
Undocumented in source.
- igRenderColorRectWithAlphaCheckerboard
da_igRenderColorRectWithAlphaCheckerboard igRenderColorRectWithAlphaCheckerboard;
Undocumented in source.
- igRenderFrame
da_igRenderFrame igRenderFrame;
Undocumented in source.
- igRenderFrameBorder
da_igRenderFrameBorder igRenderFrameBorder;
Undocumented in source.
- igRenderMouseCursor
da_igRenderMouseCursor igRenderMouseCursor;
Undocumented in source.
- igRenderNavHighlight
da_igRenderNavHighlight igRenderNavHighlight;
Undocumented in source.
- igRenderPlatformWindowsDefault
da_igRenderPlatformWindowsDefault igRenderPlatformWindowsDefault;
Undocumented in source.
- igRenderRectFilledRangeH
da_igRenderRectFilledRangeH igRenderRectFilledRangeH;
Undocumented in source.
- igRenderRectFilledWithHole
da_igRenderRectFilledWithHole igRenderRectFilledWithHole;
Undocumented in source.
- igRenderText
da_igRenderText igRenderText;
Undocumented in source.
- igRenderTextClipped
da_igRenderTextClipped igRenderTextClipped;
Undocumented in source.
- igRenderTextClippedEx
da_igRenderTextClippedEx igRenderTextClippedEx;
Undocumented in source.
- igRenderTextEllipsis
da_igRenderTextEllipsis igRenderTextEllipsis;
Undocumented in source.
- igRenderTextWrapped
da_igRenderTextWrapped igRenderTextWrapped;
Undocumented in source.
- igResetMouseDragDelta
da_igResetMouseDragDelta igResetMouseDragDelta;
Undocumented in source.
- igSameLine
da_igSameLine igSameLine;
Undocumented in source.
- igSaveIniSettingsToDisk
da_igSaveIniSettingsToDisk igSaveIniSettingsToDisk;
Undocumented in source.
- igSaveIniSettingsToMemory
da_igSaveIniSettingsToMemory igSaveIniSettingsToMemory;
Undocumented in source.
- igScaleWindowsInViewport
da_igScaleWindowsInViewport igScaleWindowsInViewport;
Undocumented in source.
- igScrollToBringRectIntoView
da_igScrollToBringRectIntoView igScrollToBringRectIntoView;
Undocumented in source.
- igScrollbar
da_igScrollbar igScrollbar;
Undocumented in source.
- igScrollbarEx
da_igScrollbarEx igScrollbarEx;
Undocumented in source.
- igSelectableBool
da_igSelectableBool igSelectableBool;
Undocumented in source.
- igSelectableBoolPtr
da_igSelectableBoolPtr igSelectableBoolPtr;
Undocumented in source.
- igSeparator
da_igSeparator igSeparator;
Undocumented in source.
- igSeparatorEx
da_igSeparatorEx igSeparatorEx;
Undocumented in source.
- igSetActiveID
da_igSetActiveID igSetActiveID;
Undocumented in source.
- igSetAllocatorFunctions
da_igSetAllocatorFunctions igSetAllocatorFunctions;
Undocumented in source.
- igSetClipboardText
da_igSetClipboardText igSetClipboardText;
Undocumented in source.
- igSetColorEditOptions
da_igSetColorEditOptions igSetColorEditOptions;
Undocumented in source.
- igSetColumnOffset
da_igSetColumnOffset igSetColumnOffset;
Undocumented in source.
- igSetColumnWidth
da_igSetColumnWidth igSetColumnWidth;
Undocumented in source.
- igSetCurrentContext
da_igSetCurrentContext igSetCurrentContext;
Undocumented in source.
- igSetCurrentFont
da_igSetCurrentFont igSetCurrentFont;
Undocumented in source.
- igSetCursorPos
da_igSetCursorPos igSetCursorPos;
Undocumented in source.
- igSetCursorPosX
da_igSetCursorPosX igSetCursorPosX;
Undocumented in source.
- igSetCursorPosY
da_igSetCursorPosY igSetCursorPosY;
Undocumented in source.
- igSetCursorScreenPos
da_igSetCursorScreenPos igSetCursorScreenPos;
Undocumented in source.
- igSetDragDropPayload
da_igSetDragDropPayload igSetDragDropPayload;
Undocumented in source.
- igSetFocusID
da_igSetFocusID igSetFocusID;
Undocumented in source.
- igSetHoveredID
da_igSetHoveredID igSetHoveredID;
Undocumented in source.
- igSetItemAllowOverlap
da_igSetItemAllowOverlap igSetItemAllowOverlap;
Undocumented in source.
- igSetItemDefaultFocus
da_igSetItemDefaultFocus igSetItemDefaultFocus;
Undocumented in source.
- igSetKeyboardFocusHere
da_igSetKeyboardFocusHere igSetKeyboardFocusHere;
Undocumented in source.
- igSetLastItemData
da_igSetLastItemData igSetLastItemData;
Undocumented in source.
- igSetMouseCursor
da_igSetMouseCursor igSetMouseCursor;
Undocumented in source.
- igSetNavID
da_igSetNavID igSetNavID;
Undocumented in source.
- igSetNavIDWithRectRel
da_igSetNavIDWithRectRel igSetNavIDWithRectRel;
Undocumented in source.
- igSetNextItemOpen
da_igSetNextItemOpen igSetNextItemOpen;
Undocumented in source.
- igSetNextItemWidth
da_igSetNextItemWidth igSetNextItemWidth;
Undocumented in source.
- igSetNextWindowBgAlpha
da_igSetNextWindowBgAlpha igSetNextWindowBgAlpha;
Undocumented in source.
- igSetNextWindowClass
da_igSetNextWindowClass igSetNextWindowClass;
Undocumented in source.
- igSetNextWindowCollapsed
da_igSetNextWindowCollapsed igSetNextWindowCollapsed;
Undocumented in source.
- igSetNextWindowContentSize
da_igSetNextWindowContentSize igSetNextWindowContentSize;
Undocumented in source.
- igSetNextWindowDockID
da_igSetNextWindowDockID igSetNextWindowDockID;
Undocumented in source.
- igSetNextWindowFocus
da_igSetNextWindowFocus igSetNextWindowFocus;
Undocumented in source.
- igSetNextWindowPos
da_igSetNextWindowPos igSetNextWindowPos;
Undocumented in source.
- igSetNextWindowScroll
da_igSetNextWindowScroll igSetNextWindowScroll;
Undocumented in source.
- igSetNextWindowSize
da_igSetNextWindowSize igSetNextWindowSize;
Undocumented in source.
- igSetNextWindowSizeConstraints
da_igSetNextWindowSizeConstraints igSetNextWindowSizeConstraints;
Undocumented in source.
- igSetNextWindowViewport
da_igSetNextWindowViewport igSetNextWindowViewport;
Undocumented in source.
- igSetScrollFromPosXFloat
da_igSetScrollFromPosXFloat igSetScrollFromPosXFloat;
Undocumented in source.
- igSetScrollFromPosXWindowPtr
da_igSetScrollFromPosXWindowPtr igSetScrollFromPosXWindowPtr;
Undocumented in source.
- igSetScrollFromPosYFloat
da_igSetScrollFromPosYFloat igSetScrollFromPosYFloat;
Undocumented in source.
- igSetScrollFromPosYWindowPtr
da_igSetScrollFromPosYWindowPtr igSetScrollFromPosYWindowPtr;
Undocumented in source.
- igSetScrollHereX
da_igSetScrollHereX igSetScrollHereX;
Undocumented in source.
- igSetScrollHereY
da_igSetScrollHereY igSetScrollHereY;
Undocumented in source.
- igSetScrollXFloat
da_igSetScrollXFloat igSetScrollXFloat;
Undocumented in source.
- igSetScrollXWindowPtr
da_igSetScrollXWindowPtr igSetScrollXWindowPtr;
Undocumented in source.
- igSetScrollYFloat
da_igSetScrollYFloat igSetScrollYFloat;
Undocumented in source.
- igSetScrollYWindowPtr
da_igSetScrollYWindowPtr igSetScrollYWindowPtr;
Undocumented in source.
- igSetStateStorage
da_igSetStateStorage igSetStateStorage;
Undocumented in source.
- igSetTabItemClosed
da_igSetTabItemClosed igSetTabItemClosed;
Undocumented in source.
- igSetTooltip
da_igSetTooltip igSetTooltip;
Undocumented in source.
- igSetTooltipV
da_igSetTooltipV igSetTooltipV;
Undocumented in source.
- igSetWindowClipRectBeforeSetChannel
da_igSetWindowClipRectBeforeSetChannel igSetWindowClipRectBeforeSetChannel;
Undocumented in source.
- igSetWindowCollapsedBool
da_igSetWindowCollapsedBool igSetWindowCollapsedBool;
Undocumented in source.
- igSetWindowCollapsedStr
da_igSetWindowCollapsedStr igSetWindowCollapsedStr;
Undocumented in source.
- igSetWindowCollapsedWindowPtr
da_igSetWindowCollapsedWindowPtr igSetWindowCollapsedWindowPtr;
Undocumented in source.
- igSetWindowDock
da_igSetWindowDock igSetWindowDock;
Undocumented in source.
- igSetWindowFocusNil
da_igSetWindowFocusNil igSetWindowFocusNil;
Undocumented in source.
- igSetWindowFocusStr
da_igSetWindowFocusStr igSetWindowFocusStr;
Undocumented in source.
- igSetWindowFontScale
da_igSetWindowFontScale igSetWindowFontScale;
Undocumented in source.
- igSetWindowHitTestHole
da_igSetWindowHitTestHole igSetWindowHitTestHole;
Undocumented in source.
- igSetWindowPosStr
da_igSetWindowPosStr igSetWindowPosStr;
Undocumented in source.
- igSetWindowPosVec2
da_igSetWindowPosVec2 igSetWindowPosVec2;
Undocumented in source.
- igSetWindowPosWindowPtr
da_igSetWindowPosWindowPtr igSetWindowPosWindowPtr;
Undocumented in source.
- igSetWindowSizeStr
da_igSetWindowSizeStr igSetWindowSizeStr;
Undocumented in source.
- igSetWindowSizeVec2
da_igSetWindowSizeVec2 igSetWindowSizeVec2;
Undocumented in source.
- igSetWindowSizeWindowPtr
da_igSetWindowSizeWindowPtr igSetWindowSizeWindowPtr;
Undocumented in source.
- igShadeVertsLinearColorGradientKeepAlpha
da_igShadeVertsLinearColorGradientKeepAlpha igShadeVertsLinearColorGradientKeepAlpha;
Undocumented in source.
- igShadeVertsLinearUV
da_igShadeVertsLinearUV igShadeVertsLinearUV;
Undocumented in source.
- igShowAboutWindow
da_igShowAboutWindow igShowAboutWindow;
Undocumented in source.
- igShowDemoWindow
da_igShowDemoWindow igShowDemoWindow;
Undocumented in source.
- igShowFontSelector
da_igShowFontSelector igShowFontSelector;
Undocumented in source.
- igShowMetricsWindow
da_igShowMetricsWindow igShowMetricsWindow;
Undocumented in source.
- igShowStyleEditor
da_igShowStyleEditor igShowStyleEditor;
Undocumented in source.
- igShowStyleSelector
da_igShowStyleSelector igShowStyleSelector;
Undocumented in source.
- igShowUserGuide
da_igShowUserGuide igShowUserGuide;
Undocumented in source.
- igShowViewportThumbnails
da_igShowViewportThumbnails igShowViewportThumbnails;
Undocumented in source.
- igShrinkWidths
da_igShrinkWidths igShrinkWidths;
Undocumented in source.
- igShutdown
da_igShutdown igShutdown;
Undocumented in source.
- igSliderAngle
da_igSliderAngle igSliderAngle;
Undocumented in source.
- igSliderBehavior
da_igSliderBehavior igSliderBehavior;
Undocumented in source.
- igSliderFloat
da_igSliderFloat igSliderFloat;
Undocumented in source.
- igSliderFloat2
da_igSliderFloat2 igSliderFloat2;
Undocumented in source.
- igSliderFloat3
da_igSliderFloat3 igSliderFloat3;
Undocumented in source.
- igSliderFloat4
da_igSliderFloat4 igSliderFloat4;
Undocumented in source.
- igSliderInt
da_igSliderInt igSliderInt;
Undocumented in source.
- igSliderInt2
da_igSliderInt2 igSliderInt2;
Undocumented in source.
- igSliderInt3
da_igSliderInt3 igSliderInt3;
Undocumented in source.
- igSliderInt4
da_igSliderInt4 igSliderInt4;
Undocumented in source.
- igSliderScalar
da_igSliderScalar igSliderScalar;
Undocumented in source.
- igSliderScalarN
da_igSliderScalarN igSliderScalarN;
Undocumented in source.
- igSmallButton
da_igSmallButton igSmallButton;
Undocumented in source.
- igSpacing
da_igSpacing igSpacing;
Undocumented in source.
- igSplitterBehavior
da_igSplitterBehavior igSplitterBehavior;
Undocumented in source.
- igStartMouseMovingWindow
da_igStartMouseMovingWindow igStartMouseMovingWindow;
Undocumented in source.
- igStartMouseMovingWindowOrNode
da_igStartMouseMovingWindowOrNode igStartMouseMovingWindowOrNode;
Undocumented in source.
- igStyleColorsClassic
da_igStyleColorsClassic igStyleColorsClassic;
Undocumented in source.
- igStyleColorsDark
da_igStyleColorsDark igStyleColorsDark;
Undocumented in source.
- igStyleColorsLight
da_igStyleColorsLight igStyleColorsLight;
Undocumented in source.
- igTabBarAddTab
da_igTabBarAddTab igTabBarAddTab;
Undocumented in source.
- igTabBarCloseTab
da_igTabBarCloseTab igTabBarCloseTab;
Undocumented in source.
- igTabBarFindMostRecentlySelectedTabForActiveWindow
da_igTabBarFindMostRecentlySelectedTabForActiveWindow igTabBarFindMostRecentlySelectedTabForActiveWindow;
Undocumented in source.
- igTabBarFindTabByID
da_igTabBarFindTabByID igTabBarFindTabByID;
Undocumented in source.
- igTabBarProcessReorder
da_igTabBarProcessReorder igTabBarProcessReorder;
Undocumented in source.
- igTabBarQueueReorder
da_igTabBarQueueReorder igTabBarQueueReorder;
Undocumented in source.
- igTabBarRemoveTab
da_igTabBarRemoveTab igTabBarRemoveTab;
Undocumented in source.
- igTabItemBackground
da_igTabItemBackground igTabItemBackground;
Undocumented in source.
- igTabItemButton
da_igTabItemButton igTabItemButton;
Undocumented in source.
- igTabItemCalcSize
da_igTabItemCalcSize igTabItemCalcSize;
Undocumented in source.
- igTabItemEx
da_igTabItemEx igTabItemEx;
Undocumented in source.
- igTabItemLabelAndCloseButton
da_igTabItemLabelAndCloseButton igTabItemLabelAndCloseButton;
Undocumented in source.
- igTempInputIsActive
da_igTempInputIsActive igTempInputIsActive;
Undocumented in source.
- igTempInputScalar
da_igTempInputScalar igTempInputScalar;
Undocumented in source.
- igTempInputText
da_igTempInputText igTempInputText;
Undocumented in source.
- igText
da_igText igText;
Undocumented in source.
- igTextColored
da_igTextColored igTextColored;
Undocumented in source.
- igTextColoredV
da_igTextColoredV igTextColoredV;
Undocumented in source.
- igTextDisabled
da_igTextDisabled igTextDisabled;
Undocumented in source.
- igTextDisabledV
da_igTextDisabledV igTextDisabledV;
Undocumented in source.
- igTextEx
da_igTextEx igTextEx;
Undocumented in source.
- igTextUnformatted
da_igTextUnformatted igTextUnformatted;
Undocumented in source.
- igTextV
da_igTextV igTextV;
Undocumented in source.
- igTextWrapped
da_igTextWrapped igTextWrapped;
Undocumented in source.
- igTextWrappedV
da_igTextWrappedV igTextWrappedV;
Undocumented in source.
- igTranslateWindowsInViewport
da_igTranslateWindowsInViewport igTranslateWindowsInViewport;
Undocumented in source.
- igTreeNodeBehavior
da_igTreeNodeBehavior igTreeNodeBehavior;
Undocumented in source.
- igTreeNodeBehaviorIsOpen
da_igTreeNodeBehaviorIsOpen igTreeNodeBehaviorIsOpen;
Undocumented in source.
- igTreeNodeExPtr
da_igTreeNodeExPtr igTreeNodeExPtr;
Undocumented in source.
- igTreeNodeExStr
da_igTreeNodeExStr igTreeNodeExStr;
Undocumented in source.
- igTreeNodeExStrStr
da_igTreeNodeExStrStr igTreeNodeExStrStr;
Undocumented in source.
- igTreeNodeExVPtr
da_igTreeNodeExVPtr igTreeNodeExVPtr;
Undocumented in source.
- igTreeNodeExVStr
da_igTreeNodeExVStr igTreeNodeExVStr;
Undocumented in source.
- igTreeNodePtr
da_igTreeNodePtr igTreeNodePtr;
Undocumented in source.
- igTreeNodeStr
da_igTreeNodeStr igTreeNodeStr;
Undocumented in source.
- igTreeNodeStrStr
da_igTreeNodeStrStr igTreeNodeStrStr;
Undocumented in source.
- igTreeNodeVPtr
da_igTreeNodeVPtr igTreeNodeVPtr;
Undocumented in source.
- igTreeNodeVStr
da_igTreeNodeVStr igTreeNodeVStr;
Undocumented in source.
- igTreePop
da_igTreePop igTreePop;
Undocumented in source.
- igTreePushOverrideID
da_igTreePushOverrideID igTreePushOverrideID;
Undocumented in source.
- igTreePushPtr
da_igTreePushPtr igTreePushPtr;
Undocumented in source.
- igTreePushStr
da_igTreePushStr igTreePushStr;
Undocumented in source.
- igUnindent
da_igUnindent igUnindent;
Undocumented in source.
- igUpdateHoveredWindowAndCaptureFlags
da_igUpdateHoveredWindowAndCaptureFlags igUpdateHoveredWindowAndCaptureFlags;
Undocumented in source.
- igUpdateMouseMovingWindowEndFrame
da_igUpdateMouseMovingWindowEndFrame igUpdateMouseMovingWindowEndFrame;
Undocumented in source.
- igUpdateMouseMovingWindowNewFrame
da_igUpdateMouseMovingWindowNewFrame igUpdateMouseMovingWindowNewFrame;
Undocumented in source.
- igUpdatePlatformWindows
da_igUpdatePlatformWindows igUpdatePlatformWindows;
Undocumented in source.
- igUpdateWindowParentAndRootLinks
da_igUpdateWindowParentAndRootLinks igUpdateWindowParentAndRootLinks;
Undocumented in source.
- igVSliderFloat
da_igVSliderFloat igVSliderFloat;
Undocumented in source.
- igVSliderInt
da_igVSliderInt igVSliderInt;
Undocumented in source.
- igVSliderScalar
da_igVSliderScalar igVSliderScalar;
Undocumented in source.
- igValueBool
da_igValueBool igValueBool;
Undocumented in source.
- igValueFloat
da_igValueFloat igValueFloat;
Undocumented in source.
- igValueInt
da_igValueInt igValueInt;
Undocumented in source.
- igValueUint
da_igValueUint igValueUint;
Undocumented in source.