diff --git a/README.md b/README.md index 287b7e7..026907f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ related packages: The versions have been picked so that they're all compatible with each other, i.e. matching the latest ImGui version. The currently supported ImGui version -is: [*v1.91.2*](https://github.com/ocornut/imgui/releases/tag/v1.91.2). +is: [*v1.91.6*](https://github.com/ocornut/imgui/releases/tag/v1.91.6). You can build the resulting shared library locally with: ```julia-repl diff --git a/build.jl b/build.jl index dfa3495..a37c2db 100644 --- a/build.jl +++ b/build.jl @@ -21,10 +21,6 @@ cd(joinpath(@__DIR__, "cimgui/generator")) do for json_file in filter(endswith(".json"), readdir("output"; join=true)) cp(json_file, joinpath(output_dir, basename(json_file)); force=true) end - - # Hack: cimgui.h is badly modified with comments turned on, so we reset it - # back to HEAD. See: https://github.com/cimgui/cimgui/issues/282 - run(`git restore ../cimgui.h`) end # Generate the imgui_test_engine wrappers diff --git a/cimgui b/cimgui index 4e89eac..970c614 160000 --- a/cimgui +++ b/cimgui @@ -1 +1 @@ -Subproject commit 4e89eac9386d8801abe458b50830e406bec31eae +Subproject commit 970c614802935f51f451aa21ae06e838bdcf9349 diff --git a/cimgui_comments_output/definitions.json b/cimgui_comments_output/definitions.json index 3ac52f8..f0f2ab3 100644 --- a/cimgui_comments_output/definitions.json +++ b/cimgui_comments_output/definitions.json @@ -13,7 +13,7 @@ "cimguiname": "ImBitArray_ClearAllBits", "defaults": {}, "funcname": "ClearAllBits", - "location": "imgui_internal:599", + "location": "imgui_internal:603", "ov_cimguiname": "ImBitArray_ClearAllBits", "ret": "void", "signature": "()", @@ -39,7 +39,7 @@ "cimguiname": "ImBitArray_ClearBit", "defaults": {}, "funcname": "ClearBit", - "location": "imgui_internal:603", + "location": "imgui_internal:607", "ov_cimguiname": "ImBitArray_ClearBit", "ret": "void", "signature": "(int)", @@ -57,7 +57,7 @@ "constructor": true, "defaults": {}, "funcname": "ImBitArray", - "location": "imgui_internal:598", + "location": "imgui_internal:602", "ov_cimguiname": "ImBitArray_ImBitArray", "signature": "()", "stname": "ImBitArray", @@ -78,7 +78,7 @@ "cimguiname": "ImBitArray_SetAllBits", "defaults": {}, "funcname": "SetAllBits", - "location": "imgui_internal:600", + "location": "imgui_internal:604", "ov_cimguiname": "ImBitArray_SetAllBits", "ret": "void", "signature": "()", @@ -104,7 +104,7 @@ "cimguiname": "ImBitArray_SetBit", "defaults": {}, "funcname": "SetBit", - "location": "imgui_internal:602", + "location": "imgui_internal:606", "ov_cimguiname": "ImBitArray_SetBit", "ret": "void", "signature": "(int)", @@ -135,7 +135,7 @@ "comment": "// Works on range [n..n2)", "defaults": {}, "funcname": "SetBitRange", - "location": "imgui_internal:604", + "location": "imgui_internal:608", "ov_cimguiname": "ImBitArray_SetBitRange", "ret": "void", "signature": "(int,int)", @@ -161,7 +161,7 @@ "cimguiname": "ImBitArray_TestBit", "defaults": {}, "funcname": "TestBit", - "location": "imgui_internal:601", + "location": "imgui_internal:605", "ov_cimguiname": "ImBitArray_TestBit", "ret": "bool", "signature": "(int)const", @@ -182,7 +182,7 @@ "cimguiname": "ImBitArray_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:598", + "location": "imgui_internal:602", "ov_cimguiname": "ImBitArray_destroy", "ret": "void", "signature": "(ImBitArray*)", @@ -204,7 +204,7 @@ "cimguiname": "ImBitVector_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:614", + "location": "imgui_internal:618", "ov_cimguiname": "ImBitVector_Clear", "ret": "void", "signature": "()", @@ -229,7 +229,7 @@ "cimguiname": "ImBitVector_ClearBit", "defaults": {}, "funcname": "ClearBit", - "location": "imgui_internal:617", + "location": "imgui_internal:621", "ov_cimguiname": "ImBitVector_ClearBit", "ret": "void", "signature": "(int)", @@ -254,7 +254,7 @@ "cimguiname": "ImBitVector_Create", "defaults": {}, "funcname": "Create", - "location": "imgui_internal:613", + "location": "imgui_internal:617", "ov_cimguiname": "ImBitVector_Create", "ret": "void", "signature": "(int)", @@ -279,7 +279,7 @@ "cimguiname": "ImBitVector_SetBit", "defaults": {}, "funcname": "SetBit", - "location": "imgui_internal:616", + "location": "imgui_internal:620", "ov_cimguiname": "ImBitVector_SetBit", "ret": "void", "signature": "(int)", @@ -304,7 +304,7 @@ "cimguiname": "ImBitVector_TestBit", "defaults": {}, "funcname": "TestBit", - "location": "imgui_internal:615", + "location": "imgui_internal:619", "ov_cimguiname": "ImBitVector_TestBit", "ret": "bool", "signature": "(int)const", @@ -329,7 +329,7 @@ "cimguiname": "ImChunkStream_alloc_chunk", "defaults": {}, "funcname": "alloc_chunk", - "location": "imgui_internal:718", + "location": "imgui_internal:722", "ov_cimguiname": "ImChunkStream_alloc_chunk", "ret": "T*", "signature": "(size_t)", @@ -351,7 +351,7 @@ "cimguiname": "ImChunkStream_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:719", + "location": "imgui_internal:723", "ov_cimguiname": "ImChunkStream_begin", "ret": "T*", "signature": "()", @@ -377,7 +377,7 @@ "cimguiname": "ImChunkStream_chunk_size", "defaults": {}, "funcname": "chunk_size", - "location": "imgui_internal:721", + "location": "imgui_internal:725", "ov_cimguiname": "ImChunkStream_chunk_size", "ret": "int", "signature": "(const T*)", @@ -399,7 +399,7 @@ "cimguiname": "ImChunkStream_clear", "defaults": {}, "funcname": "clear", - "location": "imgui_internal:715", + "location": "imgui_internal:719", "ov_cimguiname": "ImChunkStream_clear", "ret": "void", "signature": "()", @@ -421,7 +421,7 @@ "cimguiname": "ImChunkStream_empty", "defaults": {}, "funcname": "empty", - "location": "imgui_internal:716", + "location": "imgui_internal:720", "ov_cimguiname": "ImChunkStream_empty", "ret": "bool", "signature": "()const", @@ -443,7 +443,7 @@ "cimguiname": "ImChunkStream_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:722", + "location": "imgui_internal:726", "ov_cimguiname": "ImChunkStream_end", "ret": "T*", "signature": "()", @@ -469,7 +469,7 @@ "cimguiname": "ImChunkStream_next_chunk", "defaults": {}, "funcname": "next_chunk", - "location": "imgui_internal:720", + "location": "imgui_internal:724", "ov_cimguiname": "ImChunkStream_next_chunk", "ret": "T*", "signature": "(T*)", @@ -495,7 +495,7 @@ "cimguiname": "ImChunkStream_offset_from_ptr", "defaults": {}, "funcname": "offset_from_ptr", - "location": "imgui_internal:723", + "location": "imgui_internal:727", "ov_cimguiname": "ImChunkStream_offset_from_ptr", "ret": "int", "signature": "(const T*)", @@ -521,7 +521,7 @@ "cimguiname": "ImChunkStream_ptr_from_offset", "defaults": {}, "funcname": "ptr_from_offset", - "location": "imgui_internal:724", + "location": "imgui_internal:728", "ov_cimguiname": "ImChunkStream_ptr_from_offset", "ret": "T*", "signature": "(int)", @@ -543,7 +543,7 @@ "cimguiname": "ImChunkStream_size", "defaults": {}, "funcname": "size", - "location": "imgui_internal:717", + "location": "imgui_internal:721", "ov_cimguiname": "ImChunkStream_size", "ret": "int", "signature": "()const", @@ -570,7 +570,7 @@ "cimguiname": "ImChunkStream_swap", "defaults": {}, "funcname": "swap", - "location": "imgui_internal:725", + "location": "imgui_internal:729", "ov_cimguiname": "ImChunkStream_swap", "ret": "void", "signature": "(ImChunkStream_T *)", @@ -611,7 +611,7 @@ }, "funcname": "HSV", "is_static_function": true, - "location": "imgui:2870", + "location": "imgui:2876", "nonUDT": 1, "ov_cimguiname": "ImColor_HSV", "ret": "void", @@ -629,7 +629,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2860", + "location": "imgui:2866", "ov_cimguiname": "ImColor_ImColor_Nil", "signature": "()", "stname": "ImColor" @@ -662,7 +662,7 @@ "a": "1.0f" }, "funcname": "ImColor", - "location": "imgui:2861", + "location": "imgui:2867", "ov_cimguiname": "ImColor_ImColor_Float", "signature": "(float,float,float,float)", "stname": "ImColor" @@ -681,7 +681,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2862", + "location": "imgui:2868", "ov_cimguiname": "ImColor_ImColor_Vec4", "signature": "(const ImVec4)", "stname": "ImColor" @@ -714,7 +714,7 @@ "a": "255" }, "funcname": "ImColor", - "location": "imgui:2863", + "location": "imgui:2869", "ov_cimguiname": "ImColor_ImColor_Int", "signature": "(int,int,int,int)", "stname": "ImColor" @@ -733,7 +733,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2864", + "location": "imgui:2870", "ov_cimguiname": "ImColor_ImColor_U32", "signature": "(ImU32)", "stname": "ImColor" @@ -771,7 +771,7 @@ "a": "1.0f" }, "funcname": "SetHSV", - "location": "imgui:2869", + "location": "imgui:2875", "ov_cimguiname": "ImColor_SetHSV", "ret": "void", "signature": "(float,float,float,float)", @@ -791,7 +791,7 @@ "cimguiname": "ImColor_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2860", + "location": "imgui:2866", "ov_cimguiname": "ImColor_destroy", "ret": "void", "signature": "(ImColor*)", @@ -812,7 +812,7 @@ "cimguiname": "ImDrawCmd_GetTexID", "defaults": {}, "funcname": "GetTexID", - "location": "imgui:3068", + "location": "imgui:3074", "ov_cimguiname": "ImDrawCmd_GetTexID", "ret": "ImTextureID", "signature": "()const", @@ -830,7 +830,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawCmd", - "location": "imgui:3065", + "location": "imgui:3071", "ov_cimguiname": "ImDrawCmd_ImDrawCmd", "signature": "()", "stname": "ImDrawCmd" @@ -849,7 +849,7 @@ "cimguiname": "ImDrawCmd_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3065", + "location": "imgui:3071", "ov_cimguiname": "ImDrawCmd_destroy", "ret": "void", "signature": "(ImDrawCmd*)", @@ -866,7 +866,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawDataBuilder", - "location": "imgui_internal:804", + "location": "imgui_internal:808", "ov_cimguiname": "ImDrawDataBuilder_ImDrawDataBuilder", "signature": "()", "stname": "ImDrawDataBuilder" @@ -885,7 +885,7 @@ "cimguiname": "ImDrawDataBuilder_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:804", + "location": "imgui_internal:808", "ov_cimguiname": "ImDrawDataBuilder_destroy", "ret": "void", "signature": "(ImDrawDataBuilder*)", @@ -911,7 +911,7 @@ "comment": "// Helper to add an external draw list into an existing ImDrawData.", "defaults": {}, "funcname": "AddDrawList", - "location": "imgui:3327", + "location": "imgui:3334", "ov_cimguiname": "ImDrawData_AddDrawList", "ret": "void", "signature": "(ImDrawList*)", @@ -932,7 +932,7 @@ "cimguiname": "ImDrawData_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:3326", + "location": "imgui:3333", "ov_cimguiname": "ImDrawData_Clear", "ret": "void", "signature": "()", @@ -954,7 +954,7 @@ "comment": "// Helper to convert all buffers from indexed to non-indexed, in case you cannot render indexed. Note: this is slow and most likely a waste of resources. Always prefer indexed rendering!", "defaults": {}, "funcname": "DeIndexAllBuffers", - "location": "imgui:3328", + "location": "imgui:3335", "ov_cimguiname": "ImDrawData_DeIndexAllBuffers", "ret": "void", "signature": "()", @@ -971,7 +971,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawData", - "location": "imgui:3325", + "location": "imgui:3332", "ov_cimguiname": "ImDrawData_ImDrawData", "signature": "()", "stname": "ImDrawData" @@ -996,7 +996,7 @@ "comment": "// Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than Dear ImGui expects, or if there is a difference between your window resolution and framebuffer resolution.", "defaults": {}, "funcname": "ScaleClipRects", - "location": "imgui:3329", + "location": "imgui:3336", "ov_cimguiname": "ImDrawData_ScaleClipRects", "ret": "void", "signature": "(const ImVec2)", @@ -1016,7 +1016,7 @@ "cimguiname": "ImDrawData_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3325", + "location": "imgui:3332", "ov_cimguiname": "ImDrawData_destroy", "ret": "void", "signature": "(ImDrawData*)", @@ -1033,7 +1033,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawListSharedData", - "location": "imgui_internal:795", + "location": "imgui_internal:799", "ov_cimguiname": "ImDrawListSharedData_ImDrawListSharedData", "signature": "()", "stname": "ImDrawListSharedData" @@ -1057,7 +1057,7 @@ "cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError", "defaults": {}, "funcname": "SetCircleTessellationMaxError", - "location": "imgui_internal:796", + "location": "imgui_internal:800", "ov_cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError", "ret": "void", "signature": "(float)", @@ -1077,7 +1077,7 @@ "cimguiname": "ImDrawListSharedData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:795", + "location": "imgui_internal:799", "ov_cimguiname": "ImDrawListSharedData_destroy", "ret": "void", "signature": "(ImDrawListSharedData*)", @@ -1099,7 +1099,7 @@ "comment": "// Do not clear Channels[] so our allocations are reused next frame", "defaults": {}, "funcname": "Clear", - "location": "imgui:3113", + "location": "imgui:3119", "ov_cimguiname": "ImDrawListSplitter_Clear", "ret": "void", "signature": "()", @@ -1120,7 +1120,7 @@ "cimguiname": "ImDrawListSplitter_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui:3114", + "location": "imgui:3120", "ov_cimguiname": "ImDrawListSplitter_ClearFreeMemory", "ret": "void", "signature": "()", @@ -1137,7 +1137,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawListSplitter", - "location": "imgui:3111", + "location": "imgui:3117", "ov_cimguiname": "ImDrawListSplitter_ImDrawListSplitter", "signature": "()", "stname": "ImDrawListSplitter" @@ -1161,7 +1161,7 @@ "cimguiname": "ImDrawListSplitter_Merge", "defaults": {}, "funcname": "Merge", - "location": "imgui:3116", + "location": "imgui:3122", "ov_cimguiname": "ImDrawListSplitter_Merge", "ret": "void", "signature": "(ImDrawList*)", @@ -1190,7 +1190,7 @@ "cimguiname": "ImDrawListSplitter_SetCurrentChannel", "defaults": {}, "funcname": "SetCurrentChannel", - "location": "imgui:3117", + "location": "imgui:3123", "ov_cimguiname": "ImDrawListSplitter_SetCurrentChannel", "ret": "void", "signature": "(ImDrawList*,int)", @@ -1219,7 +1219,7 @@ "cimguiname": "ImDrawListSplitter_Split", "defaults": {}, "funcname": "Split", - "location": "imgui:3115", + "location": "imgui:3121", "ov_cimguiname": "ImDrawListSplitter_Split", "ret": "void", "signature": "(ImDrawList*,int)", @@ -1239,7 +1239,7 @@ "cimguiname": "ImDrawListSplitter_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3112", + "location": "imgui:3118", "ov_cimguiname": "ImDrawListSplitter_destroy", "realdestructor": true, "ret": "void", @@ -1292,7 +1292,7 @@ "num_segments": "0" }, "funcname": "AddBezierCubic", - "location": "imgui:3217", + "location": "imgui:3224", "ov_cimguiname": "ImDrawList_AddBezierCubic", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)", @@ -1340,7 +1340,7 @@ "num_segments": "0" }, "funcname": "AddBezierQuadratic", - "location": "imgui:3218", + "location": "imgui:3225", "ov_cimguiname": "ImDrawList_AddBezierQuadratic", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)", @@ -1375,7 +1375,7 @@ "userdata_size": "0" }, "funcname": "AddCallback", - "location": "imgui:3260", + "location": "imgui:3267", "ov_cimguiname": "ImDrawList_AddCallback", "ret": "void", "signature": "(ImDrawCallback,void*,size_t)", @@ -1419,7 +1419,7 @@ "thickness": "1.0f" }, "funcname": "AddCircle", - "location": "imgui:3209", + "location": "imgui:3216", "ov_cimguiname": "ImDrawList_AddCircle", "ret": "void", "signature": "(const ImVec2,float,ImU32,int,float)", @@ -1458,7 +1458,7 @@ "num_segments": "0" }, "funcname": "AddCircleFilled", - "location": "imgui:3210", + "location": "imgui:3217", "ov_cimguiname": "ImDrawList_AddCircleFilled", "ret": "void", "signature": "(const ImVec2,float,ImU32,int)", @@ -1491,7 +1491,7 @@ "cimguiname": "ImDrawList_AddConcavePolyFilled", "defaults": {}, "funcname": "AddConcavePolyFilled", - "location": "imgui:3225", + "location": "imgui:3232", "ov_cimguiname": "ImDrawList_AddConcavePolyFilled", "ret": "void", "signature": "(const ImVec2*,int,ImU32)", @@ -1524,7 +1524,7 @@ "cimguiname": "ImDrawList_AddConvexPolyFilled", "defaults": {}, "funcname": "AddConvexPolyFilled", - "location": "imgui:3224", + "location": "imgui:3231", "ov_cimguiname": "ImDrawList_AddConvexPolyFilled", "ret": "void", "signature": "(const ImVec2*,int,ImU32)", @@ -1546,7 +1546,7 @@ "comment": "// This is useful if you need to forcefully create a new draw call (to allow for dependent rendering / blending). Otherwise primitives are merged into the same draw-call as much as possible", "defaults": {}, "funcname": "AddDrawCmd", - "location": "imgui:3263", + "location": "imgui:3270", "ov_cimguiname": "ImDrawList_AddDrawCmd", "ret": "void", "signature": "()", @@ -1595,7 +1595,7 @@ "thickness": "1.0f" }, "funcname": "AddEllipse", - "location": "imgui:3213", + "location": "imgui:3220", "ov_cimguiname": "ImDrawList_AddEllipse", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float,int,float)", @@ -1639,7 +1639,7 @@ "rot": "0.0f" }, "funcname": "AddEllipseFilled", - "location": "imgui:3214", + "location": "imgui:3221", "ov_cimguiname": "ImDrawList_AddEllipseFilled", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float,int)", @@ -1688,7 +1688,7 @@ "uv_min": "ImVec2(0,0)" }, "funcname": "AddImage", - "location": "imgui:3231", + "location": "imgui:3238", "ov_cimguiname": "ImDrawList_AddImage", "ret": "void", "signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -1755,7 +1755,7 @@ "uv4": "ImVec2(0,1)" }, "funcname": "AddImageQuad", - "location": "imgui:3232", + "location": "imgui:3239", "ov_cimguiname": "ImDrawList_AddImageQuad", "ret": "void", "signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -1810,7 +1810,7 @@ "flags": "0" }, "funcname": "AddImageRounded", - "location": "imgui:3233", + "location": "imgui:3240", "ov_cimguiname": "ImDrawList_AddImageRounded", "ret": "void", "signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)", @@ -1849,7 +1849,7 @@ "thickness": "1.0f" }, "funcname": "AddLine", - "location": "imgui:3201", + "location": "imgui:3208", "ov_cimguiname": "ImDrawList_AddLine", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float)", @@ -1892,7 +1892,7 @@ "thickness": "1.0f" }, "funcname": "AddNgon", - "location": "imgui:3211", + "location": "imgui:3218", "ov_cimguiname": "ImDrawList_AddNgon", "ret": "void", "signature": "(const ImVec2,float,ImU32,int,float)", @@ -1929,7 +1929,7 @@ "cimguiname": "ImDrawList_AddNgonFilled", "defaults": {}, "funcname": "AddNgonFilled", - "location": "imgui:3212", + "location": "imgui:3219", "ov_cimguiname": "ImDrawList_AddNgonFilled", "ret": "void", "signature": "(const ImVec2,float,ImU32,int)", @@ -1970,7 +1970,7 @@ "cimguiname": "ImDrawList_AddPolyline", "defaults": {}, "funcname": "AddPolyline", - "location": "imgui:3223", + "location": "imgui:3230", "ov_cimguiname": "ImDrawList_AddPolyline", "ret": "void", "signature": "(const ImVec2*,int,ImU32,ImDrawFlags,float)", @@ -2017,7 +2017,7 @@ "thickness": "1.0f" }, "funcname": "AddQuad", - "location": "imgui:3205", + "location": "imgui:3212", "ov_cimguiname": "ImDrawList_AddQuad", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float)", @@ -2058,7 +2058,7 @@ "cimguiname": "ImDrawList_AddQuadFilled", "defaults": {}, "funcname": "AddQuadFilled", - "location": "imgui:3206", + "location": "imgui:3213", "ov_cimguiname": "ImDrawList_AddQuadFilled", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -2108,7 +2108,7 @@ "thickness": "1.0f" }, "funcname": "AddRect", - "location": "imgui:3202", + "location": "imgui:3209", "ov_cimguiname": "ImDrawList_AddRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags,float)", @@ -2153,7 +2153,7 @@ "rounding": "0.0f" }, "funcname": "AddRectFilled", - "location": "imgui:3203", + "location": "imgui:3210", "ov_cimguiname": "ImDrawList_AddRectFilled", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)", @@ -2198,7 +2198,7 @@ "cimguiname": "ImDrawList_AddRectFilledMultiColor", "defaults": {}, "funcname": "AddRectFilledMultiColor", - "location": "imgui:3204", + "location": "imgui:3211", "ov_cimguiname": "ImDrawList_AddRectFilledMultiColor", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,ImU32,ImU32,ImU32)", @@ -2237,7 +2237,7 @@ "text_end": "NULL" }, "funcname": "AddText", - "location": "imgui:3215", + "location": "imgui:3222", "ov_cimguiname": "ImDrawList_AddText_Vec2", "ret": "void", "signature": "(const ImVec2,ImU32,const char*,const char*)", @@ -2292,7 +2292,7 @@ "wrap_width": "0.0f" }, "funcname": "AddText", - "location": "imgui:3216", + "location": "imgui:3223", "ov_cimguiname": "ImDrawList_AddText_FontPtr", "ret": "void", "signature": "(ImFont*,float,const ImVec2,ImU32,const char*,const char*,float,const ImVec4*)", @@ -2335,7 +2335,7 @@ "thickness": "1.0f" }, "funcname": "AddTriangle", - "location": "imgui:3207", + "location": "imgui:3214", "ov_cimguiname": "ImDrawList_AddTriangle", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float)", @@ -2372,7 +2372,7 @@ "cimguiname": "ImDrawList_AddTriangleFilled", "defaults": {}, "funcname": "AddTriangleFilled", - "location": "imgui:3208", + "location": "imgui:3215", "ov_cimguiname": "ImDrawList_AddTriangleFilled", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -2393,7 +2393,7 @@ "cimguiname": "ImDrawList_ChannelsMerge", "defaults": {}, "funcname": "ChannelsMerge", - "location": "imgui:3273", + "location": "imgui:3280", "ov_cimguiname": "ImDrawList_ChannelsMerge", "ret": "void", "signature": "()", @@ -2418,7 +2418,7 @@ "cimguiname": "ImDrawList_ChannelsSetCurrent", "defaults": {}, "funcname": "ChannelsSetCurrent", - "location": "imgui:3274", + "location": "imgui:3281", "ov_cimguiname": "ImDrawList_ChannelsSetCurrent", "ret": "void", "signature": "(int)", @@ -2443,7 +2443,7 @@ "cimguiname": "ImDrawList_ChannelsSplit", "defaults": {}, "funcname": "ChannelsSplit", - "location": "imgui:3272", + "location": "imgui:3279", "ov_cimguiname": "ImDrawList_ChannelsSplit", "ret": "void", "signature": "(int)", @@ -2465,7 +2465,7 @@ "comment": "// Create a clone of the CmdBuffer/IdxBuffer/VtxBuffer.", "defaults": {}, "funcname": "CloneOutput", - "location": "imgui:3264", + "location": "imgui:3271", "ov_cimguiname": "ImDrawList_CloneOutput", "ret": "ImDrawList*", "signature": "()const", @@ -2490,7 +2490,7 @@ "cimguiname": "ImDrawList_GetClipRectMax", "defaults": {}, "funcname": "GetClipRectMax", - "location": "imgui:3192", + "location": "imgui:3199", "nonUDT": 1, "ov_cimguiname": "ImDrawList_GetClipRectMax", "ret": "void", @@ -2516,7 +2516,7 @@ "cimguiname": "ImDrawList_GetClipRectMin", "defaults": {}, "funcname": "GetClipRectMin", - "location": "imgui:3191", + "location": "imgui:3198", "nonUDT": 1, "ov_cimguiname": "ImDrawList_GetClipRectMin", "ret": "void", @@ -2539,7 +2539,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawList", - "location": "imgui:3183", + "location": "imgui:3190", "ov_cimguiname": "ImDrawList_ImDrawList", "signature": "(ImDrawListSharedData*)", "stname": "ImDrawList" @@ -2581,7 +2581,7 @@ "num_segments": "0" }, "funcname": "PathArcTo", - "location": "imgui:3244", + "location": "imgui:3251", "ov_cimguiname": "ImDrawList_PathArcTo", "ret": "void", "signature": "(const ImVec2,float,float,float,int)", @@ -2619,7 +2619,7 @@ "comment": "// Use precomputed angles for a 12 steps circle", "defaults": {}, "funcname": "PathArcToFast", - "location": "imgui:3245", + "location": "imgui:3252", "ov_cimguiname": "ImDrawList_PathArcToFast", "ret": "void", "signature": "(const ImVec2,float,int,int)", @@ -2659,7 +2659,7 @@ "num_segments": "0" }, "funcname": "PathBezierCubicCurveTo", - "location": "imgui:3247", + "location": "imgui:3254", "ov_cimguiname": "ImDrawList_PathBezierCubicCurveTo", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,int)", @@ -2695,7 +2695,7 @@ "num_segments": "0" }, "funcname": "PathBezierQuadraticCurveTo", - "location": "imgui:3248", + "location": "imgui:3255", "ov_cimguiname": "ImDrawList_PathBezierQuadraticCurveTo", "ret": "void", "signature": "(const ImVec2,const ImVec2,int)", @@ -2716,7 +2716,7 @@ "cimguiname": "ImDrawList_PathClear", "defaults": {}, "funcname": "PathClear", - "location": "imgui:3238", + "location": "imgui:3245", "ov_cimguiname": "ImDrawList_PathClear", "ret": "void", "signature": "()", @@ -2764,7 +2764,7 @@ "num_segments": "0" }, "funcname": "PathEllipticalArcTo", - "location": "imgui:3246", + "location": "imgui:3253", "ov_cimguiname": "ImDrawList_PathEllipticalArcTo", "ret": "void", "signature": "(const ImVec2,const ImVec2,float,float,float,int)", @@ -2789,7 +2789,7 @@ "cimguiname": "ImDrawList_PathFillConcave", "defaults": {}, "funcname": "PathFillConcave", - "location": "imgui:3242", + "location": "imgui:3249", "ov_cimguiname": "ImDrawList_PathFillConcave", "ret": "void", "signature": "(ImU32)", @@ -2814,7 +2814,7 @@ "cimguiname": "ImDrawList_PathFillConvex", "defaults": {}, "funcname": "PathFillConvex", - "location": "imgui:3241", + "location": "imgui:3248", "ov_cimguiname": "ImDrawList_PathFillConvex", "ret": "void", "signature": "(ImU32)", @@ -2839,7 +2839,7 @@ "cimguiname": "ImDrawList_PathLineTo", "defaults": {}, "funcname": "PathLineTo", - "location": "imgui:3239", + "location": "imgui:3246", "ov_cimguiname": "ImDrawList_PathLineTo", "ret": "void", "signature": "(const ImVec2)", @@ -2864,7 +2864,7 @@ "cimguiname": "ImDrawList_PathLineToMergeDuplicate", "defaults": {}, "funcname": "PathLineToMergeDuplicate", - "location": "imgui:3240", + "location": "imgui:3247", "ov_cimguiname": "ImDrawList_PathLineToMergeDuplicate", "ret": "void", "signature": "(const ImVec2)", @@ -2904,7 +2904,7 @@ "rounding": "0.0f" }, "funcname": "PathRect", - "location": "imgui:3249", + "location": "imgui:3256", "ov_cimguiname": "ImDrawList_PathRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,float,ImDrawFlags)", @@ -2940,7 +2940,7 @@ "thickness": "1.0f" }, "funcname": "PathStroke", - "location": "imgui:3243", + "location": "imgui:3250", "ov_cimguiname": "ImDrawList_PathStroke", "ret": "void", "signature": "(ImU32,ImDrawFlags,float)", @@ -2961,7 +2961,7 @@ "cimguiname": "ImDrawList_PopClipRect", "defaults": {}, "funcname": "PopClipRect", - "location": "imgui:3188", + "location": "imgui:3195", "ov_cimguiname": "ImDrawList_PopClipRect", "ret": "void", "signature": "()", @@ -2982,7 +2982,7 @@ "cimguiname": "ImDrawList_PopTextureID", "defaults": {}, "funcname": "PopTextureID", - "location": "imgui:3190", + "location": "imgui:3197", "ov_cimguiname": "ImDrawList_PopTextureID", "ret": "void", "signature": "()", @@ -3039,7 +3039,7 @@ "cimguiname": "ImDrawList_PrimQuadUV", "defaults": {}, "funcname": "PrimQuadUV", - "location": "imgui:3283", + "location": "imgui:3290", "ov_cimguiname": "ImDrawList_PrimQuadUV", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -3073,7 +3073,7 @@ "comment": "// Axis aligned rectangle (composed of two triangles)", "defaults": {}, "funcname": "PrimRect", - "location": "imgui:3281", + "location": "imgui:3288", "ov_cimguiname": "ImDrawList_PrimRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -3114,7 +3114,7 @@ "cimguiname": "ImDrawList_PrimRectUV", "defaults": {}, "funcname": "PrimRectUV", - "location": "imgui:3282", + "location": "imgui:3289", "ov_cimguiname": "ImDrawList_PrimRectUV", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -3143,7 +3143,7 @@ "cimguiname": "ImDrawList_PrimReserve", "defaults": {}, "funcname": "PrimReserve", - "location": "imgui:3279", + "location": "imgui:3286", "ov_cimguiname": "ImDrawList_PrimReserve", "ret": "void", "signature": "(int,int)", @@ -3172,7 +3172,7 @@ "cimguiname": "ImDrawList_PrimUnreserve", "defaults": {}, "funcname": "PrimUnreserve", - "location": "imgui:3280", + "location": "imgui:3287", "ov_cimguiname": "ImDrawList_PrimUnreserve", "ret": "void", "signature": "(int,int)", @@ -3206,7 +3206,7 @@ "comment": "// Write vertex with unique index", "defaults": {}, "funcname": "PrimVtx", - "location": "imgui:3286", + "location": "imgui:3293", "ov_cimguiname": "ImDrawList_PrimVtx", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -3231,7 +3231,7 @@ "cimguiname": "ImDrawList_PrimWriteIdx", "defaults": {}, "funcname": "PrimWriteIdx", - "location": "imgui:3285", + "location": "imgui:3292", "ov_cimguiname": "ImDrawList_PrimWriteIdx", "ret": "void", "signature": "(ImDrawIdx)", @@ -3264,7 +3264,7 @@ "cimguiname": "ImDrawList_PrimWriteVtx", "defaults": {}, "funcname": "PrimWriteVtx", - "location": "imgui:3284", + "location": "imgui:3291", "ov_cimguiname": "ImDrawList_PrimWriteVtx", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -3300,7 +3300,7 @@ "intersect_with_current_clip_rect": "false" }, "funcname": "PushClipRect", - "location": "imgui:3186", + "location": "imgui:3193", "ov_cimguiname": "ImDrawList_PushClipRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,bool)", @@ -3321,7 +3321,7 @@ "cimguiname": "ImDrawList_PushClipRectFullScreen", "defaults": {}, "funcname": "PushClipRectFullScreen", - "location": "imgui:3187", + "location": "imgui:3194", "ov_cimguiname": "ImDrawList_PushClipRectFullScreen", "ret": "void", "signature": "()", @@ -3346,7 +3346,7 @@ "cimguiname": "ImDrawList_PushTextureID", "defaults": {}, "funcname": "PushTextureID", - "location": "imgui:3189", + "location": "imgui:3196", "ov_cimguiname": "ImDrawList_PushTextureID", "ret": "void", "signature": "(ImTextureID)", @@ -3371,7 +3371,7 @@ "cimguiname": "ImDrawList__CalcCircleAutoSegmentCount", "defaults": {}, "funcname": "_CalcCircleAutoSegmentCount", - "location": "imgui:3304", + "location": "imgui:3311", "ov_cimguiname": "ImDrawList__CalcCircleAutoSegmentCount", "ret": "int", "signature": "(float)const", @@ -3392,7 +3392,7 @@ "cimguiname": "ImDrawList__ClearFreeMemory", "defaults": {}, "funcname": "_ClearFreeMemory", - "location": "imgui:3297", + "location": "imgui:3304", "ov_cimguiname": "ImDrawList__ClearFreeMemory", "ret": "void", "signature": "()", @@ -3413,7 +3413,7 @@ "cimguiname": "ImDrawList__OnChangedClipRect", "defaults": {}, "funcname": "_OnChangedClipRect", - "location": "imgui:3300", + "location": "imgui:3307", "ov_cimguiname": "ImDrawList__OnChangedClipRect", "ret": "void", "signature": "()", @@ -3434,7 +3434,7 @@ "cimguiname": "ImDrawList__OnChangedTextureID", "defaults": {}, "funcname": "_OnChangedTextureID", - "location": "imgui:3301", + "location": "imgui:3308", "ov_cimguiname": "ImDrawList__OnChangedTextureID", "ret": "void", "signature": "()", @@ -3455,7 +3455,7 @@ "cimguiname": "ImDrawList__OnChangedVtxOffset", "defaults": {}, "funcname": "_OnChangedVtxOffset", - "location": "imgui:3302", + "location": "imgui:3309", "ov_cimguiname": "ImDrawList__OnChangedVtxOffset", "ret": "void", "signature": "()", @@ -3496,7 +3496,7 @@ "cimguiname": "ImDrawList__PathArcToFastEx", "defaults": {}, "funcname": "_PathArcToFastEx", - "location": "imgui:3305", + "location": "imgui:3312", "ov_cimguiname": "ImDrawList__PathArcToFastEx", "ret": "void", "signature": "(const ImVec2,float,int,int,int)", @@ -3537,7 +3537,7 @@ "cimguiname": "ImDrawList__PathArcToN", "defaults": {}, "funcname": "_PathArcToN", - "location": "imgui:3306", + "location": "imgui:3313", "ov_cimguiname": "ImDrawList__PathArcToN", "ret": "void", "signature": "(const ImVec2,float,float,float,int)", @@ -3558,7 +3558,7 @@ "cimguiname": "ImDrawList__PopUnusedDrawCmd", "defaults": {}, "funcname": "_PopUnusedDrawCmd", - "location": "imgui:3298", + "location": "imgui:3305", "ov_cimguiname": "ImDrawList__PopUnusedDrawCmd", "ret": "void", "signature": "()", @@ -3579,7 +3579,7 @@ "cimguiname": "ImDrawList__ResetForNewFrame", "defaults": {}, "funcname": "_ResetForNewFrame", - "location": "imgui:3296", + "location": "imgui:3303", "ov_cimguiname": "ImDrawList__ResetForNewFrame", "ret": "void", "signature": "()", @@ -3604,7 +3604,7 @@ "cimguiname": "ImDrawList__SetTextureID", "defaults": {}, "funcname": "_SetTextureID", - "location": "imgui:3303", + "location": "imgui:3310", "ov_cimguiname": "ImDrawList__SetTextureID", "ret": "void", "signature": "(ImTextureID)", @@ -3625,7 +3625,7 @@ "cimguiname": "ImDrawList__TryMergeDrawCmds", "defaults": {}, "funcname": "_TryMergeDrawCmds", - "location": "imgui:3299", + "location": "imgui:3306", "ov_cimguiname": "ImDrawList__TryMergeDrawCmds", "ret": "void", "signature": "()", @@ -3645,7 +3645,7 @@ "cimguiname": "ImDrawList_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3185", + "location": "imgui:3191", "ov_cimguiname": "ImDrawList_destroy", "realdestructor": true, "ret": "void", @@ -3663,7 +3663,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontAtlasCustomRect", - "location": "imgui:3402", + "location": "imgui:3411", "ov_cimguiname": "ImFontAtlasCustomRect_ImFontAtlasCustomRect", "signature": "()", "stname": "ImFontAtlasCustomRect" @@ -3683,7 +3683,7 @@ "cimguiname": "ImFontAtlasCustomRect_IsPacked", "defaults": {}, "funcname": "IsPacked", - "location": "imgui:3403", + "location": "imgui:3412", "ov_cimguiname": "ImFontAtlasCustomRect_IsPacked", "ret": "bool", "signature": "()const", @@ -3703,7 +3703,7 @@ "cimguiname": "ImFontAtlasCustomRect_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3402", + "location": "imgui:3411", "ov_cimguiname": "ImFontAtlasCustomRect_destroy", "ret": "void", "signature": "(ImFontAtlasCustomRect*)", @@ -3750,7 +3750,7 @@ "offset": "ImVec2(0,0)" }, "funcname": "AddCustomRectFontGlyph", - "location": "imgui:3488", + "location": "imgui:3497", "ov_cimguiname": "ImFontAtlas_AddCustomRectFontGlyph", "ret": "int", "signature": "(ImFont*,ImWchar,int,int,float,const ImVec2)", @@ -3779,7 +3779,7 @@ "cimguiname": "ImFontAtlas_AddCustomRectRegular", "defaults": {}, "funcname": "AddCustomRectRegular", - "location": "imgui:3487", + "location": "imgui:3496", "ov_cimguiname": "ImFontAtlas_AddCustomRectRegular", "ret": "int", "signature": "(int,int)", @@ -3804,7 +3804,7 @@ "cimguiname": "ImFontAtlas_AddFont", "defaults": {}, "funcname": "AddFont", - "location": "imgui:3436", + "location": "imgui:3445", "ov_cimguiname": "ImFontAtlas_AddFont", "ret": "ImFont*", "signature": "(const ImFontConfig*)", @@ -3831,7 +3831,7 @@ "font_cfg": "NULL" }, "funcname": "AddFontDefault", - "location": "imgui:3437", + "location": "imgui:3446", "ov_cimguiname": "ImFontAtlas_AddFontDefault", "ret": "ImFont*", "signature": "(const ImFontConfig*)", @@ -3871,7 +3871,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromFileTTF", - "location": "imgui:3438", + "location": "imgui:3447", "ov_cimguiname": "ImFontAtlas_AddFontFromFileTTF", "ret": "ImFont*", "signature": "(const char*,float,const ImFontConfig*,const ImWchar*)", @@ -3912,7 +3912,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryCompressedBase85TTF", - "location": "imgui:3441", + "location": "imgui:3450", "ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF", "ret": "ImFont*", "signature": "(const char*,float,const ImFontConfig*,const ImWchar*)", @@ -3957,7 +3957,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryCompressedTTF", - "location": "imgui:3440", + "location": "imgui:3449", "ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF", "ret": "ImFont*", "signature": "(const void*,int,float,const ImFontConfig*,const ImWchar*)", @@ -4002,7 +4002,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryTTF", - "location": "imgui:3439", + "location": "imgui:3448", "ov_cimguiname": "ImFontAtlas_AddFontFromMemoryTTF", "ret": "ImFont*", "signature": "(void*,int,float,const ImFontConfig*,const ImWchar*)", @@ -4024,7 +4024,7 @@ "comment": "// Build pixels data. This is called automatically for you by the GetTexData*** functions.", "defaults": {}, "funcname": "Build", - "location": "imgui:3452", + "location": "imgui:3461", "ov_cimguiname": "ImFontAtlas_Build", "ret": "bool", "signature": "()", @@ -4057,7 +4057,7 @@ "cimguiname": "ImFontAtlas_CalcCustomRectUV", "defaults": {}, "funcname": "CalcCustomRectUV", - "location": "imgui:3492", + "location": "imgui:3501", "ov_cimguiname": "ImFontAtlas_CalcCustomRectUV", "ret": "void", "signature": "(const ImFontAtlasCustomRect*,ImVec2*,ImVec2*)const", @@ -4079,7 +4079,7 @@ "comment": "// Clear all input and output.", "defaults": {}, "funcname": "Clear", - "location": "imgui:3445", + "location": "imgui:3454", "ov_cimguiname": "ImFontAtlas_Clear", "ret": "void", "signature": "()", @@ -4101,7 +4101,7 @@ "comment": "// Clear output font data (glyphs storage, UV coordinates).", "defaults": {}, "funcname": "ClearFonts", - "location": "imgui:3444", + "location": "imgui:3453", "ov_cimguiname": "ImFontAtlas_ClearFonts", "ret": "void", "signature": "()", @@ -4123,7 +4123,7 @@ "comment": "// Clear input data (all ImFontConfig structures including sizes, TTF data, glyph ranges, etc.) = all the data used to build the texture and fonts.", "defaults": {}, "funcname": "ClearInputData", - "location": "imgui:3442", + "location": "imgui:3451", "ov_cimguiname": "ImFontAtlas_ClearInputData", "ret": "void", "signature": "()", @@ -4145,7 +4145,7 @@ "comment": "// Clear output texture data (CPU side). Saves RAM once the texture has been copied to graphics memory.", "defaults": {}, "funcname": "ClearTexData", - "location": "imgui:3443", + "location": "imgui:3452", "ov_cimguiname": "ImFontAtlas_ClearTexData", "ret": "void", "signature": "()", @@ -4170,7 +4170,7 @@ "cimguiname": "ImFontAtlas_GetCustomRectByIndex", "defaults": {}, "funcname": "GetCustomRectByIndex", - "location": "imgui:3489", + "location": "imgui:3498", "ov_cimguiname": "ImFontAtlas_GetCustomRectByIndex", "ret": "ImFontAtlasCustomRect*", "signature": "(int)", @@ -4192,7 +4192,7 @@ "comment": "// Default + Half-Width + Japanese Hiragana/Katakana + full set of about 21000 CJK Unified Ideographs", "defaults": {}, "funcname": "GetGlyphRangesChineseFull", - "location": "imgui:3470", + "location": "imgui:3479", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull", "ret": "const ImWchar*", "signature": "()", @@ -4214,7 +4214,7 @@ "comment": "// Default + Half-Width + Japanese Hiragana/Katakana + set of 2500 CJK Unified Ideographs for common simplified Chinese", "defaults": {}, "funcname": "GetGlyphRangesChineseSimplifiedCommon", - "location": "imgui:3471", + "location": "imgui:3480", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon", "ret": "const ImWchar*", "signature": "()", @@ -4236,7 +4236,7 @@ "comment": "// Default + about 400 Cyrillic characters", "defaults": {}, "funcname": "GetGlyphRangesCyrillic", - "location": "imgui:3472", + "location": "imgui:3481", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic", "ret": "const ImWchar*", "signature": "()", @@ -4258,7 +4258,7 @@ "comment": "// Basic Latin, Extended Latin", "defaults": {}, "funcname": "GetGlyphRangesDefault", - "location": "imgui:3466", + "location": "imgui:3475", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesDefault", "ret": "const ImWchar*", "signature": "()", @@ -4280,7 +4280,7 @@ "comment": "// Default + Greek and Coptic", "defaults": {}, "funcname": "GetGlyphRangesGreek", - "location": "imgui:3467", + "location": "imgui:3476", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesGreek", "ret": "const ImWchar*", "signature": "()", @@ -4302,7 +4302,7 @@ "comment": "// Default + Hiragana, Katakana, Half-Width, Selection of 2999 Ideographs", "defaults": {}, "funcname": "GetGlyphRangesJapanese", - "location": "imgui:3469", + "location": "imgui:3478", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesJapanese", "ret": "const ImWchar*", "signature": "()", @@ -4324,7 +4324,7 @@ "comment": "// Default + Korean characters", "defaults": {}, "funcname": "GetGlyphRangesKorean", - "location": "imgui:3468", + "location": "imgui:3477", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesKorean", "ret": "const ImWchar*", "signature": "()", @@ -4346,7 +4346,7 @@ "comment": "// Default + Thai characters", "defaults": {}, "funcname": "GetGlyphRangesThai", - "location": "imgui:3473", + "location": "imgui:3482", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesThai", "ret": "const ImWchar*", "signature": "()", @@ -4368,7 +4368,7 @@ "comment": "// Default + Vietnamese characters", "defaults": {}, "funcname": "GetGlyphRangesVietnamese", - "location": "imgui:3474", + "location": "imgui:3483", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesVietnamese", "ret": "const ImWchar*", "signature": "()", @@ -4409,7 +4409,7 @@ "cimguiname": "ImFontAtlas_GetMouseCursorTexData", "defaults": {}, "funcname": "GetMouseCursorTexData", - "location": "imgui:3493", + "location": "imgui:3502", "ov_cimguiname": "ImFontAtlas_GetMouseCursorTexData", "ret": "bool", "signature": "(ImGuiMouseCursor,ImVec2*,ImVec2*,ImVec2[2],ImVec2[2])", @@ -4449,7 +4449,7 @@ "out_bytes_per_pixel": "NULL" }, "funcname": "GetTexDataAsAlpha8", - "location": "imgui:3453", + "location": "imgui:3462", "ov_cimguiname": "ImFontAtlas_GetTexDataAsAlpha8", "ret": "void", "signature": "(unsigned char**,int*,int*,int*)", @@ -4489,7 +4489,7 @@ "out_bytes_per_pixel": "NULL" }, "funcname": "GetTexDataAsRGBA32", - "location": "imgui:3454", + "location": "imgui:3463", "ov_cimguiname": "ImFontAtlas_GetTexDataAsRGBA32", "ret": "void", "signature": "(unsigned char**,int*,int*,int*)", @@ -4506,7 +4506,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontAtlas", - "location": "imgui:3434", + "location": "imgui:3443", "ov_cimguiname": "ImFontAtlas_ImFontAtlas", "signature": "()", "stname": "ImFontAtlas" @@ -4527,7 +4527,7 @@ "comment": "// Bit ambiguous: used to detect when user didn't build texture but effectively we should check TexID != 0 except that would be backend dependent...", "defaults": {}, "funcname": "IsBuilt", - "location": "imgui:3455", + "location": "imgui:3464", "ov_cimguiname": "ImFontAtlas_IsBuilt", "ret": "bool", "signature": "()const", @@ -4552,7 +4552,7 @@ "cimguiname": "ImFontAtlas_SetTexID", "defaults": {}, "funcname": "SetTexID", - "location": "imgui:3456", + "location": "imgui:3465", "ov_cimguiname": "ImFontAtlas_SetTexID", "ret": "void", "signature": "(ImTextureID)", @@ -4572,7 +4572,7 @@ "cimguiname": "ImFontAtlas_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3435", + "location": "imgui:3444", "ov_cimguiname": "ImFontAtlas_destroy", "realdestructor": true, "ret": "void", @@ -4590,7 +4590,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontConfig", - "location": "imgui:3361", + "location": "imgui:3368", "ov_cimguiname": "ImFontConfig_ImFontConfig", "signature": "()", "stname": "ImFontConfig" @@ -4609,7 +4609,7 @@ "cimguiname": "ImFontConfig_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3361", + "location": "imgui:3368", "ov_cimguiname": "ImFontConfig_destroy", "ret": "void", "signature": "(ImFontConfig*)", @@ -4635,7 +4635,7 @@ "comment": "// Add character", "defaults": {}, "funcname": "AddChar", - "location": "imgui:3386", + "location": "imgui:3393", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddChar", "ret": "void", "signature": "(ImWchar)", @@ -4661,7 +4661,7 @@ "comment": "// Add ranges, e.g. builder.AddRanges(ImFontAtlas::GetGlyphRangesDefault()) to force add all of ASCII/Latin+Ext", "defaults": {}, "funcname": "AddRanges", - "location": "imgui:3388", + "location": "imgui:3395", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddRanges", "ret": "void", "signature": "(const ImWchar*)", @@ -4693,7 +4693,7 @@ "text_end": "NULL" }, "funcname": "AddText", - "location": "imgui:3387", + "location": "imgui:3394", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddText", "ret": "void", "signature": "(const char*,const char*)", @@ -4719,7 +4719,7 @@ "comment": "// Output new ranges", "defaults": {}, "funcname": "BuildRanges", - "location": "imgui:3389", + "location": "imgui:3396", "ov_cimguiname": "ImFontGlyphRangesBuilder_BuildRanges", "ret": "void", "signature": "(ImVector_ImWchar*)", @@ -4740,7 +4740,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:3383", + "location": "imgui:3390", "ov_cimguiname": "ImFontGlyphRangesBuilder_Clear", "ret": "void", "signature": "()", @@ -4766,7 +4766,7 @@ "comment": "// Get bit n in the array", "defaults": {}, "funcname": "GetBit", - "location": "imgui:3384", + "location": "imgui:3391", "ov_cimguiname": "ImFontGlyphRangesBuilder_GetBit", "ret": "bool", "signature": "(size_t)const", @@ -4783,7 +4783,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontGlyphRangesBuilder", - "location": "imgui:3382", + "location": "imgui:3389", "ov_cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder", "signature": "()", "stname": "ImFontGlyphRangesBuilder" @@ -4808,7 +4808,7 @@ "comment": "// Set bit n in the array", "defaults": {}, "funcname": "SetBit", - "location": "imgui:3385", + "location": "imgui:3392", "ov_cimguiname": "ImFontGlyphRangesBuilder_SetBit", "ret": "void", "signature": "(size_t)", @@ -4828,7 +4828,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3382", + "location": "imgui:3389", "ov_cimguiname": "ImFontGlyphRangesBuilder_destroy", "ret": "void", "signature": "(ImFontGlyphRangesBuilder*)", @@ -4893,7 +4893,7 @@ "cimguiname": "ImFont_AddGlyph", "defaults": {}, "funcname": "AddGlyph", - "location": "imgui:3583", + "location": "imgui:3593", "ov_cimguiname": "ImFont_AddGlyph", "ret": "void", "signature": "(const ImFontConfig*,ImWchar,float,float,float,float,float,float,float,float,float)", @@ -4929,7 +4929,7 @@ "overwrite_dst": "true" }, "funcname": "AddRemapChar", - "location": "imgui:3584", + "location": "imgui:3594", "ov_cimguiname": "ImFont_AddRemapChar", "ret": "void", "signature": "(ImWchar,ImWchar,bool)", @@ -4950,7 +4950,7 @@ "cimguiname": "ImFont_BuildLookupTable", "defaults": {}, "funcname": "BuildLookupTable", - "location": "imgui:3580", + "location": "imgui:3590", "ov_cimguiname": "ImFont_BuildLookupTable", "ret": "void", "signature": "()", @@ -5003,7 +5003,7 @@ "text_end": "NULL" }, "funcname": "CalcTextSizeA", - "location": "imgui:3574", + "location": "imgui:3584", "nonUDT": 1, "ov_cimguiname": "ImFont_CalcTextSizeA", "ret": "void", @@ -5041,7 +5041,7 @@ "cimguiname": "ImFont_CalcWordWrapPositionA", "defaults": {}, "funcname": "CalcWordWrapPositionA", - "location": "imgui:3575", + "location": "imgui:3585", "ov_cimguiname": "ImFont_CalcWordWrapPositionA", "ret": "const char*", "signature": "(float,const char*,const char*,float)", @@ -5062,7 +5062,7 @@ "cimguiname": "ImFont_ClearOutputData", "defaults": {}, "funcname": "ClearOutputData", - "location": "imgui:3581", + "location": "imgui:3591", "ov_cimguiname": "ImFont_ClearOutputData", "ret": "void", "signature": "()", @@ -5087,7 +5087,7 @@ "cimguiname": "ImFont_FindGlyph", "defaults": {}, "funcname": "FindGlyph", - "location": "imgui:3566", + "location": "imgui:3576", "ov_cimguiname": "ImFont_FindGlyph", "ret": "const ImFontGlyph*", "signature": "(ImWchar)", @@ -5112,7 +5112,7 @@ "cimguiname": "ImFont_FindGlyphNoFallback", "defaults": {}, "funcname": "FindGlyphNoFallback", - "location": "imgui:3567", + "location": "imgui:3577", "ov_cimguiname": "ImFont_FindGlyphNoFallback", "ret": "const ImFontGlyph*", "signature": "(ImWchar)", @@ -5137,7 +5137,7 @@ "cimguiname": "ImFont_GetCharAdvance", "defaults": {}, "funcname": "GetCharAdvance", - "location": "imgui:3568", + "location": "imgui:3578", "ov_cimguiname": "ImFont_GetCharAdvance", "ret": "float", "signature": "(ImWchar)", @@ -5158,7 +5158,7 @@ "cimguiname": "ImFont_GetDebugName", "defaults": {}, "funcname": "GetDebugName", - "location": "imgui:3570", + "location": "imgui:3580", "ov_cimguiname": "ImFont_GetDebugName", "ret": "const char*", "signature": "()const", @@ -5183,7 +5183,7 @@ "cimguiname": "ImFont_GrowIndex", "defaults": {}, "funcname": "GrowIndex", - "location": "imgui:3582", + "location": "imgui:3592", "ov_cimguiname": "ImFont_GrowIndex", "ret": "void", "signature": "(int)", @@ -5200,7 +5200,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFont", - "location": "imgui:3564", + "location": "imgui:3574", "ov_cimguiname": "ImFont_ImFont", "signature": "()", "stname": "ImFont" @@ -5228,7 +5228,7 @@ "cimguiname": "ImFont_IsGlyphRangeUnused", "defaults": {}, "funcname": "IsGlyphRangeUnused", - "location": "imgui:3586", + "location": "imgui:3596", "ov_cimguiname": "ImFont_IsGlyphRangeUnused", "ret": "bool", "signature": "(unsigned int,unsigned int)", @@ -5249,7 +5249,7 @@ "cimguiname": "ImFont_IsLoaded", "defaults": {}, "funcname": "IsLoaded", - "location": "imgui:3569", + "location": "imgui:3579", "ov_cimguiname": "ImFont_IsLoaded", "ret": "bool", "signature": "()const", @@ -5290,7 +5290,7 @@ "cimguiname": "ImFont_RenderChar", "defaults": {}, "funcname": "RenderChar", - "location": "imgui:3576", + "location": "imgui:3586", "ov_cimguiname": "ImFont_RenderChar", "ret": "void", "signature": "(ImDrawList*,float,const ImVec2,ImU32,ImWchar)", @@ -5350,7 +5350,7 @@ "wrap_width": "0.0f" }, "funcname": "RenderText", - "location": "imgui:3577", + "location": "imgui:3587", "ov_cimguiname": "ImFont_RenderText", "ret": "void", "signature": "(ImDrawList*,float,const ImVec2,ImU32,const ImVec4,const char*,const char*,float,bool)", @@ -5379,7 +5379,7 @@ "cimguiname": "ImFont_SetGlyphVisible", "defaults": {}, "funcname": "SetGlyphVisible", - "location": "imgui:3585", + "location": "imgui:3595", "ov_cimguiname": "ImFont_SetGlyphVisible", "ret": "void", "signature": "(ImWchar,bool)", @@ -5399,7 +5399,7 @@ "cimguiname": "ImFont_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3565", + "location": "imgui:3575", "ov_cimguiname": "ImFont_destroy", "realdestructor": true, "ret": "void", @@ -5417,7 +5417,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiBoxSelectState", - "location": "imgui_internal:1768", + "location": "imgui_internal:1772", "ov_cimguiname": "ImGuiBoxSelectState_ImGuiBoxSelectState", "signature": "()", "stname": "ImGuiBoxSelectState" @@ -5436,7 +5436,7 @@ "cimguiname": "ImGuiBoxSelectState_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1768", + "location": "imgui_internal:1772", "ov_cimguiname": "ImGuiBoxSelectState_destroy", "ret": "void", "signature": "(ImGuiBoxSelectState*)", @@ -5453,7 +5453,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiComboPreviewData", - "location": "imgui_internal:1065", + "location": "imgui_internal:1069", "ov_cimguiname": "ImGuiComboPreviewData_ImGuiComboPreviewData", "signature": "()", "stname": "ImGuiComboPreviewData" @@ -5472,7 +5472,7 @@ "cimguiname": "ImGuiComboPreviewData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1065", + "location": "imgui_internal:1069", "ov_cimguiname": "ImGuiComboPreviewData_destroy", "ret": "void", "signature": "(ImGuiComboPreviewData*)", @@ -5489,7 +5489,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiContextHook", - "location": "imgui_internal:2207", + "location": "imgui_internal:2215", "ov_cimguiname": "ImGuiContextHook_ImGuiContextHook", "signature": "()", "stname": "ImGuiContextHook" @@ -5508,7 +5508,7 @@ "cimguiname": "ImGuiContextHook_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2207", + "location": "imgui_internal:2215", "ov_cimguiname": "ImGuiContextHook_destroy", "ret": "void", "signature": "(ImGuiContextHook*)", @@ -5530,7 +5530,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiContext", - "location": "imgui_internal:2595", + "location": "imgui_internal:2603", "ov_cimguiname": "ImGuiContext_ImGuiContext", "signature": "(ImFontAtlas*)", "stname": "ImGuiContext" @@ -5549,7 +5549,7 @@ "cimguiname": "ImGuiContext_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2595", + "location": "imgui_internal:2603", "ov_cimguiname": "ImGuiContext_destroy", "ret": "void", "signature": "(ImGuiContext*)", @@ -5574,7 +5574,7 @@ "cimguiname": "ImGuiDataVarInfo_GetVarPtr", "defaults": {}, "funcname": "GetVarPtr", - "location": "imgui_internal:816", + "location": "imgui_internal:820", "ov_cimguiname": "ImGuiDataVarInfo_GetVarPtr", "ret": "void*", "signature": "(void*)const", @@ -5591,7 +5591,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiDebugAllocInfo", - "location": "imgui_internal:2147", + "location": "imgui_internal:2155", "ov_cimguiname": "ImGuiDebugAllocInfo_ImGuiDebugAllocInfo", "signature": "()", "stname": "ImGuiDebugAllocInfo" @@ -5610,7 +5610,7 @@ "cimguiname": "ImGuiDebugAllocInfo_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2147", + "location": "imgui_internal:2155", "ov_cimguiname": "ImGuiDebugAllocInfo_destroy", "ret": "void", "signature": "(ImGuiDebugAllocInfo*)", @@ -5627,7 +5627,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiDockContext", - "location": "imgui_internal:1966", + "location": "imgui_internal:1972", "ov_cimguiname": "ImGuiDockContext_ImGuiDockContext", "signature": "()", "stname": "ImGuiDockContext" @@ -5646,7 +5646,7 @@ "cimguiname": "ImGuiDockContext_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1966", + "location": "imgui_internal:1972", "ov_cimguiname": "ImGuiDockContext_destroy", "ret": "void", "signature": "(ImGuiDockContext*)", @@ -5668,7 +5668,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiDockNode", - "location": "imgui_internal:1920", + "location": "imgui_internal:1926", "ov_cimguiname": "ImGuiDockNode_ImGuiDockNode", "signature": "(ImGuiID)", "stname": "ImGuiDockNode" @@ -5688,7 +5688,7 @@ "cimguiname": "ImGuiDockNode_IsCentralNode", "defaults": {}, "funcname": "IsCentralNode", - "location": "imgui_internal:1925", + "location": "imgui_internal:1931", "ov_cimguiname": "ImGuiDockNode_IsCentralNode", "ret": "bool", "signature": "()const", @@ -5709,7 +5709,7 @@ "cimguiname": "ImGuiDockNode_IsDockSpace", "defaults": {}, "funcname": "IsDockSpace", - "location": "imgui_internal:1923", + "location": "imgui_internal:1929", "ov_cimguiname": "ImGuiDockNode_IsDockSpace", "ret": "bool", "signature": "()const", @@ -5730,7 +5730,7 @@ "cimguiname": "ImGuiDockNode_IsEmpty", "defaults": {}, "funcname": "IsEmpty", - "location": "imgui_internal:1930", + "location": "imgui_internal:1936", "ov_cimguiname": "ImGuiDockNode_IsEmpty", "ret": "bool", "signature": "()const", @@ -5751,7 +5751,7 @@ "cimguiname": "ImGuiDockNode_IsFloatingNode", "defaults": {}, "funcname": "IsFloatingNode", - "location": "imgui_internal:1924", + "location": "imgui_internal:1930", "ov_cimguiname": "ImGuiDockNode_IsFloatingNode", "ret": "bool", "signature": "()const", @@ -5773,7 +5773,7 @@ "comment": "// Hidden tab bar can be shown back by clicking the small triangle", "defaults": {}, "funcname": "IsHiddenTabBar", - "location": "imgui_internal:1926", + "location": "imgui_internal:1932", "ov_cimguiname": "ImGuiDockNode_IsHiddenTabBar", "ret": "bool", "signature": "()const", @@ -5794,7 +5794,7 @@ "cimguiname": "ImGuiDockNode_IsLeafNode", "defaults": {}, "funcname": "IsLeafNode", - "location": "imgui_internal:1929", + "location": "imgui_internal:1935", "ov_cimguiname": "ImGuiDockNode_IsLeafNode", "ret": "bool", "signature": "()const", @@ -5816,7 +5816,7 @@ "comment": "// Never show a tab bar", "defaults": {}, "funcname": "IsNoTabBar", - "location": "imgui_internal:1927", + "location": "imgui_internal:1933", "ov_cimguiname": "ImGuiDockNode_IsNoTabBar", "ret": "bool", "signature": "()const", @@ -5837,7 +5837,7 @@ "cimguiname": "ImGuiDockNode_IsRootNode", "defaults": {}, "funcname": "IsRootNode", - "location": "imgui_internal:1922", + "location": "imgui_internal:1928", "ov_cimguiname": "ImGuiDockNode_IsRootNode", "ret": "bool", "signature": "()const", @@ -5858,7 +5858,7 @@ "cimguiname": "ImGuiDockNode_IsSplitNode", "defaults": {}, "funcname": "IsSplitNode", - "location": "imgui_internal:1928", + "location": "imgui_internal:1934", "ov_cimguiname": "ImGuiDockNode_IsSplitNode", "ret": "bool", "signature": "()const", @@ -5883,7 +5883,7 @@ "cimguiname": "ImGuiDockNode_Rect", "defaults": {}, "funcname": "Rect", - "location": "imgui_internal:1931", + "location": "imgui_internal:1937", "nonUDT": 1, "ov_cimguiname": "ImGuiDockNode_Rect", "ret": "void", @@ -5909,7 +5909,7 @@ "cimguiname": "ImGuiDockNode_SetLocalFlags", "defaults": {}, "funcname": "SetLocalFlags", - "location": "imgui_internal:1933", + "location": "imgui_internal:1939", "ov_cimguiname": "ImGuiDockNode_SetLocalFlags", "ret": "void", "signature": "(ImGuiDockNodeFlags)", @@ -5930,7 +5930,7 @@ "cimguiname": "ImGuiDockNode_UpdateMergedFlags", "defaults": {}, "funcname": "UpdateMergedFlags", - "location": "imgui_internal:1934", + "location": "imgui_internal:1940", "ov_cimguiname": "ImGuiDockNode_UpdateMergedFlags", "ret": "void", "signature": "()", @@ -5950,7 +5950,7 @@ "cimguiname": "ImGuiDockNode_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1921", + "location": "imgui_internal:1927", "ov_cimguiname": "ImGuiDockNode_destroy", "realdestructor": true, "ret": "void", @@ -5968,7 +5968,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiErrorRecoveryState", - "location": "imgui_internal:1303", + "location": "imgui_internal:1307", "ov_cimguiname": "ImGuiErrorRecoveryState_ImGuiErrorRecoveryState", "signature": "()", "stname": "ImGuiErrorRecoveryState" @@ -5987,7 +5987,7 @@ "cimguiname": "ImGuiErrorRecoveryState_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1303", + "location": "imgui_internal:1307", "ov_cimguiname": "ImGuiErrorRecoveryState_destroy", "ret": "void", "signature": "(ImGuiErrorRecoveryState*)", @@ -6057,7 +6057,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiIDStackTool", - "location": "imgui_internal:2189", + "location": "imgui_internal:2197", "ov_cimguiname": "ImGuiIDStackTool_ImGuiIDStackTool", "signature": "()", "stname": "ImGuiIDStackTool" @@ -6076,7 +6076,7 @@ "cimguiname": "ImGuiIDStackTool_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2189", + "location": "imgui_internal:2197", "ov_cimguiname": "ImGuiIDStackTool_destroy", "ret": "void", "signature": "(ImGuiIDStackTool*)", @@ -6102,7 +6102,7 @@ "comment": "// Queue a gain/loss of focus for the application (generally based on OS/platform focus of your window)", "defaults": {}, "funcname": "AddFocusEvent", - "location": "imgui:2421", + "location": "imgui:2426", "ov_cimguiname": "ImGuiIO_AddFocusEvent", "ret": "void", "signature": "(bool)", @@ -6128,7 +6128,7 @@ "comment": "// Queue a new character input", "defaults": {}, "funcname": "AddInputCharacter", - "location": "imgui:2422", + "location": "imgui:2427", "ov_cimguiname": "ImGuiIO_AddInputCharacter", "ret": "void", "signature": "(unsigned int)", @@ -6154,7 +6154,7 @@ "comment": "// Queue a new character input from a UTF-16 character, it can be a surrogate", "defaults": {}, "funcname": "AddInputCharacterUTF16", - "location": "imgui:2423", + "location": "imgui:2428", "ov_cimguiname": "ImGuiIO_AddInputCharacterUTF16", "ret": "void", "signature": "(ImWchar16)", @@ -6180,7 +6180,7 @@ "comment": "// Queue a new characters input from a UTF-8 string", "defaults": {}, "funcname": "AddInputCharactersUTF8", - "location": "imgui:2424", + "location": "imgui:2429", "ov_cimguiname": "ImGuiIO_AddInputCharactersUTF8", "ret": "void", "signature": "(const char*)", @@ -6214,7 +6214,7 @@ "comment": "// Queue a new key down/up event for analog values (e.g. ImGuiKey_Gamepad_ values). Dead-zones should be handled by the backend.", "defaults": {}, "funcname": "AddKeyAnalogEvent", - "location": "imgui:2415", + "location": "imgui:2420", "ov_cimguiname": "ImGuiIO_AddKeyAnalogEvent", "ret": "void", "signature": "(ImGuiKey,bool,float)", @@ -6244,7 +6244,7 @@ "comment": "// Queue a new key down/up event. Key should be \"translated\" (as in, generally ImGuiKey_A matches the key end-user would use to emit an 'A' character)", "defaults": {}, "funcname": "AddKeyEvent", - "location": "imgui:2414", + "location": "imgui:2419", "ov_cimguiname": "ImGuiIO_AddKeyEvent", "ret": "void", "signature": "(ImGuiKey,bool)", @@ -6274,7 +6274,7 @@ "comment": "// Queue a mouse button change", "defaults": {}, "funcname": "AddMouseButtonEvent", - "location": "imgui:2417", + "location": "imgui:2422", "ov_cimguiname": "ImGuiIO_AddMouseButtonEvent", "ret": "void", "signature": "(int,bool)", @@ -6304,7 +6304,7 @@ "comment": "// Queue a mouse position update. Use -FLT_MAX,-FLT_MAX to signify no mouse (e.g. app not focused and not hovered)", "defaults": {}, "funcname": "AddMousePosEvent", - "location": "imgui:2416", + "location": "imgui:2421", "ov_cimguiname": "ImGuiIO_AddMousePosEvent", "ret": "void", "signature": "(float,float)", @@ -6330,7 +6330,7 @@ "comment": "// Queue a mouse source change (Mouse/TouchScreen/Pen)", "defaults": {}, "funcname": "AddMouseSourceEvent", - "location": "imgui:2419", + "location": "imgui:2424", "ov_cimguiname": "ImGuiIO_AddMouseSourceEvent", "ret": "void", "signature": "(ImGuiMouseSource)", @@ -6356,7 +6356,7 @@ "comment": "// Queue a mouse hovered viewport. Requires backend to set ImGuiBackendFlags_HasMouseHoveredViewport to call this (for multi-viewport support).", "defaults": {}, "funcname": "AddMouseViewportEvent", - "location": "imgui:2420", + "location": "imgui:2425", "ov_cimguiname": "ImGuiIO_AddMouseViewportEvent", "ret": "void", "signature": "(ImGuiID)", @@ -6386,7 +6386,7 @@ "comment": "// Queue a mouse wheel update. wheel_y<0: scroll down, wheel_y>0: scroll up, wheel_x<0: scroll right, wheel_x>0: scroll left.", "defaults": {}, "funcname": "AddMouseWheelEvent", - "location": "imgui:2418", + "location": "imgui:2423", "ov_cimguiname": "ImGuiIO_AddMouseWheelEvent", "ret": "void", "signature": "(float,float)", @@ -6408,7 +6408,7 @@ "comment": "// Clear all incoming events.", "defaults": {}, "funcname": "ClearEventsQueue", - "location": "imgui:2428", + "location": "imgui:2433", "ov_cimguiname": "ImGuiIO_ClearEventsQueue", "ret": "void", "signature": "()", @@ -6430,7 +6430,7 @@ "comment": "// Clear current keyboard/gamepad state + current frame text input buffer. Equivalent to releasing all keys/buttons.", "defaults": {}, "funcname": "ClearInputKeys", - "location": "imgui:2429", + "location": "imgui:2434", "ov_cimguiname": "ImGuiIO_ClearInputKeys", "ret": "void", "signature": "()", @@ -6452,7 +6452,7 @@ "comment": "// Clear current mouse state.", "defaults": {}, "funcname": "ClearInputMouse", - "location": "imgui:2430", + "location": "imgui:2435", "ov_cimguiname": "ImGuiIO_ClearInputMouse", "ret": "void", "signature": "()", @@ -6469,7 +6469,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiIO", - "location": "imgui:2519", + "location": "imgui:2524", "ov_cimguiname": "ImGuiIO_ImGuiIO", "signature": "()", "stname": "ImGuiIO" @@ -6494,7 +6494,7 @@ "comment": "// Set master flag for accepting key/mouse/text events (default to true). Useful if you have native dialog boxes that are interrupting your application loop/refresh, and you want to disable events being queued while your app is frozen.", "defaults": {}, "funcname": "SetAppAcceptingEvents", - "location": "imgui:2427", + "location": "imgui:2432", "ov_cimguiname": "ImGuiIO_SetAppAcceptingEvents", "ret": "void", "signature": "(bool)", @@ -6534,7 +6534,7 @@ "native_legacy_index": "-1" }, "funcname": "SetKeyEventNativeData", - "location": "imgui:2426", + "location": "imgui:2431", "ov_cimguiname": "ImGuiIO_SetKeyEventNativeData", "ret": "void", "signature": "(ImGuiKey,int,int,int)", @@ -6554,7 +6554,7 @@ "cimguiname": "ImGuiIO_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2519", + "location": "imgui:2524", "ov_cimguiname": "ImGuiIO_destroy", "ret": "void", "signature": "(ImGuiIO*)", @@ -6571,7 +6571,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputEvent", - "location": "imgui_internal:1435", + "location": "imgui_internal:1439", "ov_cimguiname": "ImGuiInputEvent_ImGuiInputEvent", "signature": "()", "stname": "ImGuiInputEvent" @@ -6590,7 +6590,7 @@ "cimguiname": "ImGuiInputEvent_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1435", + "location": "imgui_internal:1439", "ov_cimguiname": "ImGuiInputEvent_destroy", "ret": "void", "signature": "(ImGuiInputEvent*)", @@ -6611,7 +6611,7 @@ "cimguiname": "ImGuiInputTextCallbackData_ClearSelection", "defaults": {}, "funcname": "ClearSelection", - "location": "imgui:2563", + "location": "imgui:2568", "ov_cimguiname": "ImGuiInputTextCallbackData_ClearSelection", "ret": "void", "signature": "()", @@ -6640,7 +6640,7 @@ "cimguiname": "ImGuiInputTextCallbackData_DeleteChars", "defaults": {}, "funcname": "DeleteChars", - "location": "imgui:2560", + "location": "imgui:2565", "ov_cimguiname": "ImGuiInputTextCallbackData_DeleteChars", "ret": "void", "signature": "(int,int)", @@ -6661,7 +6661,7 @@ "cimguiname": "ImGuiInputTextCallbackData_HasSelection", "defaults": {}, "funcname": "HasSelection", - "location": "imgui:2564", + "location": "imgui:2569", "ov_cimguiname": "ImGuiInputTextCallbackData_HasSelection", "ret": "bool", "signature": "()const", @@ -6678,7 +6678,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputTextCallbackData", - "location": "imgui:2559", + "location": "imgui:2564", "ov_cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData", "signature": "()", "stname": "ImGuiInputTextCallbackData" @@ -6712,7 +6712,7 @@ "text_end": "NULL" }, "funcname": "InsertChars", - "location": "imgui:2561", + "location": "imgui:2566", "ov_cimguiname": "ImGuiInputTextCallbackData_InsertChars", "ret": "void", "signature": "(int,const char*,const char*)", @@ -6733,7 +6733,7 @@ "cimguiname": "ImGuiInputTextCallbackData_SelectAll", "defaults": {}, "funcname": "SelectAll", - "location": "imgui:2562", + "location": "imgui:2567", "ov_cimguiname": "ImGuiInputTextCallbackData_SelectAll", "ret": "void", "signature": "()", @@ -6753,7 +6753,7 @@ "cimguiname": "ImGuiInputTextCallbackData_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2559", + "location": "imgui:2564", "ov_cimguiname": "ImGuiInputTextCallbackData_destroy", "ret": "void", "signature": "(ImGuiInputTextCallbackData*)", @@ -6774,7 +6774,7 @@ "cimguiname": "ImGuiInputTextDeactivatedState_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui_internal:1111", + "location": "imgui_internal:1115", "ov_cimguiname": "ImGuiInputTextDeactivatedState_ClearFreeMemory", "ret": "void", "signature": "()", @@ -6791,7 +6791,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputTextDeactivatedState", - "location": "imgui_internal:1110", + "location": "imgui_internal:1114", "ov_cimguiname": "ImGuiInputTextDeactivatedState_ImGuiInputTextDeactivatedState", "signature": "()", "stname": "ImGuiInputTextDeactivatedState" @@ -6810,7 +6810,7 @@ "cimguiname": "ImGuiInputTextDeactivatedState_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1110", + "location": "imgui_internal:1114", "ov_cimguiname": "ImGuiInputTextDeactivatedState_destroy", "ret": "void", "signature": "(ImGuiInputTextDeactivatedState*)", @@ -6831,7 +6831,7 @@ "cimguiname": "ImGuiInputTextState_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui_internal:1150", + "location": "imgui_internal:1154", "ov_cimguiname": "ImGuiInputTextState_ClearFreeMemory", "ret": "void", "signature": "()", @@ -6852,7 +6852,7 @@ "cimguiname": "ImGuiInputTextState_ClearSelection", "defaults": {}, "funcname": "ClearSelection", - "location": "imgui_internal:1158", + "location": "imgui_internal:1162", "ov_cimguiname": "ImGuiInputTextState_ClearSelection", "ret": "void", "signature": "()", @@ -6873,7 +6873,7 @@ "cimguiname": "ImGuiInputTextState_ClearText", "defaults": {}, "funcname": "ClearText", - "location": "imgui_internal:1149", + "location": "imgui_internal:1153", "ov_cimguiname": "ImGuiInputTextState_ClearText", "ret": "void", "signature": "()", @@ -6894,7 +6894,7 @@ "cimguiname": "ImGuiInputTextState_CursorAnimReset", "defaults": {}, "funcname": "CursorAnimReset", - "location": "imgui_internal:1155", + "location": "imgui_internal:1159", "ov_cimguiname": "ImGuiInputTextState_CursorAnimReset", "ret": "void", "signature": "()", @@ -6915,7 +6915,7 @@ "cimguiname": "ImGuiInputTextState_CursorClamp", "defaults": {}, "funcname": "CursorClamp", - "location": "imgui_internal:1156", + "location": "imgui_internal:1160", "ov_cimguiname": "ImGuiInputTextState_CursorClamp", "ret": "void", "signature": "()", @@ -6936,7 +6936,7 @@ "cimguiname": "ImGuiInputTextState_GetCursorPos", "defaults": {}, "funcname": "GetCursorPos", - "location": "imgui_internal:1159", + "location": "imgui_internal:1163", "ov_cimguiname": "ImGuiInputTextState_GetCursorPos", "ret": "int", "signature": "()const", @@ -6957,7 +6957,7 @@ "cimguiname": "ImGuiInputTextState_GetSelectionEnd", "defaults": {}, "funcname": "GetSelectionEnd", - "location": "imgui_internal:1161", + "location": "imgui_internal:1165", "ov_cimguiname": "ImGuiInputTextState_GetSelectionEnd", "ret": "int", "signature": "()const", @@ -6978,7 +6978,7 @@ "cimguiname": "ImGuiInputTextState_GetSelectionStart", "defaults": {}, "funcname": "GetSelectionStart", - "location": "imgui_internal:1160", + "location": "imgui_internal:1164", "ov_cimguiname": "ImGuiInputTextState_GetSelectionStart", "ret": "int", "signature": "()const", @@ -6999,7 +6999,7 @@ "cimguiname": "ImGuiInputTextState_HasSelection", "defaults": {}, "funcname": "HasSelection", - "location": "imgui_internal:1157", + "location": "imgui_internal:1161", "ov_cimguiname": "ImGuiInputTextState_HasSelection", "ret": "bool", "signature": "()const", @@ -7016,7 +7016,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputTextState", - "location": "imgui_internal:1147", + "location": "imgui_internal:1151", "ov_cimguiname": "ImGuiInputTextState_ImGuiInputTextState", "signature": "()", "stname": "ImGuiInputTextState" @@ -7040,7 +7040,7 @@ "cimguiname": "ImGuiInputTextState_OnCharPressed", "defaults": {}, "funcname": "OnCharPressed", - "location": "imgui_internal:1152", + "location": "imgui_internal:1156", "ov_cimguiname": "ImGuiInputTextState_OnCharPressed", "ret": "void", "signature": "(unsigned int)", @@ -7066,7 +7066,7 @@ "comment": "// Cannot be inline because we call in code in stb_textedit.h implementation", "defaults": {}, "funcname": "OnKeyPressed", - "location": "imgui_internal:1151", + "location": "imgui_internal:1155", "ov_cimguiname": "ImGuiInputTextState_OnKeyPressed", "ret": "void", "signature": "(int)", @@ -7087,7 +7087,7 @@ "cimguiname": "ImGuiInputTextState_ReloadUserBufAndKeepSelection", "defaults": {}, "funcname": "ReloadUserBufAndKeepSelection", - "location": "imgui_internal:1170", + "location": "imgui_internal:1174", "ov_cimguiname": "ImGuiInputTextState_ReloadUserBufAndKeepSelection", "ret": "void", "signature": "()", @@ -7108,7 +7108,7 @@ "cimguiname": "ImGuiInputTextState_ReloadUserBufAndMoveToEnd", "defaults": {}, "funcname": "ReloadUserBufAndMoveToEnd", - "location": "imgui_internal:1171", + "location": "imgui_internal:1175", "ov_cimguiname": "ImGuiInputTextState_ReloadUserBufAndMoveToEnd", "ret": "void", "signature": "()", @@ -7129,7 +7129,7 @@ "cimguiname": "ImGuiInputTextState_ReloadUserBufAndSelectAll", "defaults": {}, "funcname": "ReloadUserBufAndSelectAll", - "location": "imgui_internal:1169", + "location": "imgui_internal:1173", "ov_cimguiname": "ImGuiInputTextState_ReloadUserBufAndSelectAll", "ret": "void", "signature": "()", @@ -7150,7 +7150,7 @@ "cimguiname": "ImGuiInputTextState_SelectAll", "defaults": {}, "funcname": "SelectAll", - "location": "imgui_internal:1162", + "location": "imgui_internal:1166", "ov_cimguiname": "ImGuiInputTextState_SelectAll", "ret": "void", "signature": "()", @@ -7170,7 +7170,7 @@ "cimguiname": "ImGuiInputTextState_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1148", + "location": "imgui_internal:1152", "ov_cimguiname": "ImGuiInputTextState_destroy", "realdestructor": true, "ret": "void", @@ -7188,7 +7188,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiKeyOwnerData", - "location": "imgui_internal:1479", + "location": "imgui_internal:1483", "ov_cimguiname": "ImGuiKeyOwnerData_ImGuiKeyOwnerData", "signature": "()", "stname": "ImGuiKeyOwnerData" @@ -7207,7 +7207,7 @@ "cimguiname": "ImGuiKeyOwnerData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1479", + "location": "imgui_internal:1483", "ov_cimguiname": "ImGuiKeyOwnerData_destroy", "ret": "void", "signature": "(ImGuiKeyOwnerData*)", @@ -7224,7 +7224,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiKeyRoutingData", - "location": "imgui_internal:1455", + "location": "imgui_internal:1459", "ov_cimguiname": "ImGuiKeyRoutingData_ImGuiKeyRoutingData", "signature": "()", "stname": "ImGuiKeyRoutingData" @@ -7243,7 +7243,7 @@ "cimguiname": "ImGuiKeyRoutingData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1455", + "location": "imgui_internal:1459", "ov_cimguiname": "ImGuiKeyRoutingData_destroy", "ret": "void", "signature": "(ImGuiKeyRoutingData*)", @@ -7264,7 +7264,7 @@ "cimguiname": "ImGuiKeyRoutingTable_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:1467", + "location": "imgui_internal:1471", "ov_cimguiname": "ImGuiKeyRoutingTable_Clear", "ret": "void", "signature": "()", @@ -7281,7 +7281,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiKeyRoutingTable", - "location": "imgui_internal:1466", + "location": "imgui_internal:1470", "ov_cimguiname": "ImGuiKeyRoutingTable_ImGuiKeyRoutingTable", "signature": "()", "stname": "ImGuiKeyRoutingTable" @@ -7300,7 +7300,7 @@ "cimguiname": "ImGuiKeyRoutingTable_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1466", + "location": "imgui_internal:1470", "ov_cimguiname": "ImGuiKeyRoutingTable_destroy", "ret": "void", "signature": "(ImGuiKeyRoutingTable*)", @@ -7317,7 +7317,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiLastItemData", - "location": "imgui_internal:1273", + "location": "imgui_internal:1277", "ov_cimguiname": "ImGuiLastItemData_ImGuiLastItemData", "signature": "()", "stname": "ImGuiLastItemData" @@ -7336,7 +7336,7 @@ "cimguiname": "ImGuiLastItemData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1273", + "location": "imgui_internal:1277", "ov_cimguiname": "ImGuiLastItemData_destroy", "ret": "void", "signature": "(ImGuiLastItemData*)", @@ -7353,7 +7353,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiListClipperData", - "location": "imgui_internal:1550", + "location": "imgui_internal:1554", "ov_cimguiname": "ImGuiListClipperData_ImGuiListClipperData", "signature": "()", "stname": "ImGuiListClipperData" @@ -7377,7 +7377,7 @@ "cimguiname": "ImGuiListClipperData_Reset", "defaults": {}, "funcname": "Reset", - "location": "imgui_internal:1551", + "location": "imgui_internal:1555", "ov_cimguiname": "ImGuiListClipperData_Reset", "ret": "void", "signature": "(ImGuiListClipper*)", @@ -7397,7 +7397,7 @@ "cimguiname": "ImGuiListClipperData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1550", + "location": "imgui_internal:1554", "ov_cimguiname": "ImGuiListClipperData_destroy", "ret": "void", "signature": "(ImGuiListClipperData*)", @@ -7423,7 +7423,7 @@ "defaults": {}, "funcname": "FromIndices", "is_static_function": true, - "location": "imgui_internal:1537", + "location": "imgui_internal:1541", "ov_cimguiname": "ImGuiListClipperRange_FromIndices", "ret": "ImGuiListClipperRange", "signature": "(int,int)", @@ -7457,7 +7457,7 @@ "defaults": {}, "funcname": "FromPositions", "is_static_function": true, - "location": "imgui_internal:1538", + "location": "imgui_internal:1542", "ov_cimguiname": "ImGuiListClipperRange_FromPositions", "ret": "ImGuiListClipperRange", "signature": "(float,float,int,int)", @@ -7488,7 +7488,7 @@ "items_height": "-1.0f" }, "funcname": "Begin", - "location": "imgui:2779", + "location": "imgui:2784", "ov_cimguiname": "ImGuiListClipper_Begin", "ret": "void", "signature": "(int,float)", @@ -7510,7 +7510,7 @@ "comment": "// Automatically called on the last call of Step() that returns false.", "defaults": {}, "funcname": "End", - "location": "imgui:2780", + "location": "imgui:2785", "ov_cimguiname": "ImGuiListClipper_End", "ret": "void", "signature": "()", @@ -7527,7 +7527,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiListClipper", - "location": "imgui:2777", + "location": "imgui:2782", "ov_cimguiname": "ImGuiListClipper_ImGuiListClipper", "signature": "()", "stname": "ImGuiListClipper" @@ -7551,7 +7551,7 @@ "cimguiname": "ImGuiListClipper_IncludeItemByIndex", "defaults": {}, "funcname": "IncludeItemByIndex", - "location": "imgui:2785", + "location": "imgui:2790", "ov_cimguiname": "ImGuiListClipper_IncludeItemByIndex", "ret": "void", "signature": "(int)", @@ -7581,7 +7581,7 @@ "comment": "// item_end is exclusive e.g. use (42, 42+1) to make item 42 never clipped.", "defaults": {}, "funcname": "IncludeItemsByIndex", - "location": "imgui:2786", + "location": "imgui:2791", "ov_cimguiname": "ImGuiListClipper_IncludeItemsByIndex", "ret": "void", "signature": "(int,int)", @@ -7606,7 +7606,7 @@ "cimguiname": "ImGuiListClipper_SeekCursorForItem", "defaults": {}, "funcname": "SeekCursorForItem", - "location": "imgui:2791", + "location": "imgui:2796", "ov_cimguiname": "ImGuiListClipper_SeekCursorForItem", "ret": "void", "signature": "(int)", @@ -7628,7 +7628,7 @@ "comment": "// Call until it returns false. The DisplayStart/DisplayEnd fields will be set and you can process/draw those items.", "defaults": {}, "funcname": "Step", - "location": "imgui:2781", + "location": "imgui:2786", "ov_cimguiname": "ImGuiListClipper_Step", "ret": "bool", "signature": "()", @@ -7648,7 +7648,7 @@ "cimguiname": "ImGuiListClipper_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2778", + "location": "imgui:2783", "ov_cimguiname": "ImGuiListClipper_destroy", "realdestructor": true, "ret": "void", @@ -7674,7 +7674,7 @@ "cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth", "defaults": {}, "funcname": "CalcNextTotalWidth", - "location": "imgui_internal:1101", + "location": "imgui_internal:1105", "ov_cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth", "ret": "void", "signature": "(bool)", @@ -7711,7 +7711,7 @@ "cimguiname": "ImGuiMenuColumns_DeclColumns", "defaults": {}, "funcname": "DeclColumns", - "location": "imgui_internal:1100", + "location": "imgui_internal:1104", "ov_cimguiname": "ImGuiMenuColumns_DeclColumns", "ret": "float", "signature": "(float,float,float,float)", @@ -7728,7 +7728,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiMenuColumns", - "location": "imgui_internal:1098", + "location": "imgui_internal:1102", "ov_cimguiname": "ImGuiMenuColumns_ImGuiMenuColumns", "signature": "()", "stname": "ImGuiMenuColumns" @@ -7756,7 +7756,7 @@ "cimguiname": "ImGuiMenuColumns_Update", "defaults": {}, "funcname": "Update", - "location": "imgui_internal:1099", + "location": "imgui_internal:1103", "ov_cimguiname": "ImGuiMenuColumns_Update", "ret": "void", "signature": "(float,bool)", @@ -7776,7 +7776,7 @@ "cimguiname": "ImGuiMenuColumns_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1098", + "location": "imgui_internal:1102", "ov_cimguiname": "ImGuiMenuColumns_destroy", "ret": "void", "signature": "(ImGuiMenuColumns*)", @@ -7793,7 +7793,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiMultiSelectState", - "location": "imgui_internal:1815", + "location": "imgui_internal:1819", "ov_cimguiname": "ImGuiMultiSelectState_ImGuiMultiSelectState", "signature": "()", "stname": "ImGuiMultiSelectState" @@ -7812,7 +7812,7 @@ "cimguiname": "ImGuiMultiSelectState_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1815", + "location": "imgui_internal:1819", "ov_cimguiname": "ImGuiMultiSelectState_destroy", "ret": "void", "signature": "(ImGuiMultiSelectState*)", @@ -7834,7 +7834,7 @@ "comment": "// Zero-clear except IO as we preserve IO.Requests[] buffer allocation.", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:1799", + "location": "imgui_internal:1803", "ov_cimguiname": "ImGuiMultiSelectTempData_Clear", "ret": "void", "signature": "()", @@ -7855,7 +7855,7 @@ "cimguiname": "ImGuiMultiSelectTempData_ClearIO", "defaults": {}, "funcname": "ClearIO", - "location": "imgui_internal:1800", + "location": "imgui_internal:1804", "ov_cimguiname": "ImGuiMultiSelectTempData_ClearIO", "ret": "void", "signature": "()", @@ -7872,7 +7872,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiMultiSelectTempData", - "location": "imgui_internal:1798", + "location": "imgui_internal:1802", "ov_cimguiname": "ImGuiMultiSelectTempData_ImGuiMultiSelectTempData", "signature": "()", "stname": "ImGuiMultiSelectTempData" @@ -7891,7 +7891,7 @@ "cimguiname": "ImGuiMultiSelectTempData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1798", + "location": "imgui_internal:1802", "ov_cimguiname": "ImGuiMultiSelectTempData_destroy", "ret": "void", "signature": "(ImGuiMultiSelectTempData*)", @@ -7912,7 +7912,7 @@ "cimguiname": "ImGuiNavItemData_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:1640", + "location": "imgui_internal:1644", "ov_cimguiname": "ImGuiNavItemData_Clear", "ret": "void", "signature": "()", @@ -7929,7 +7929,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNavItemData", - "location": "imgui_internal:1639", + "location": "imgui_internal:1643", "ov_cimguiname": "ImGuiNavItemData_ImGuiNavItemData", "signature": "()", "stname": "ImGuiNavItemData" @@ -7948,7 +7948,7 @@ "cimguiname": "ImGuiNavItemData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1639", + "location": "imgui_internal:1643", "ov_cimguiname": "ImGuiNavItemData_destroy", "ret": "void", "signature": "(ImGuiNavItemData*)", @@ -7970,7 +7970,7 @@ "comment": "// Also cleared manually by ItemAdd()!", "defaults": {}, "funcname": "ClearFlags", - "location": "imgui_internal:1257", + "location": "imgui_internal:1261", "ov_cimguiname": "ImGuiNextItemData_ClearFlags", "ret": "void", "signature": "()", @@ -7987,7 +7987,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNextItemData", - "location": "imgui_internal:1256", + "location": "imgui_internal:1260", "ov_cimguiname": "ImGuiNextItemData_ImGuiNextItemData", "signature": "()", "stname": "ImGuiNextItemData" @@ -8006,7 +8006,7 @@ "cimguiname": "ImGuiNextItemData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1256", + "location": "imgui_internal:1260", "ov_cimguiname": "ImGuiNextItemData_destroy", "ret": "void", "signature": "(ImGuiNextItemData*)", @@ -8027,7 +8027,7 @@ "cimguiname": "ImGuiNextWindowData_ClearFlags", "defaults": {}, "funcname": "ClearFlags", - "location": "imgui_internal:1228", + "location": "imgui_internal:1232", "ov_cimguiname": "ImGuiNextWindowData_ClearFlags", "ret": "void", "signature": "()", @@ -8044,7 +8044,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNextWindowData", - "location": "imgui_internal:1227", + "location": "imgui_internal:1231", "ov_cimguiname": "ImGuiNextWindowData_ImGuiNextWindowData", "signature": "()", "stname": "ImGuiNextWindowData" @@ -8063,7 +8063,7 @@ "cimguiname": "ImGuiNextWindowData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1227", + "location": "imgui_internal:1231", "ov_cimguiname": "ImGuiNextWindowData_destroy", "ret": "void", "signature": "(ImGuiNextWindowData*)", @@ -8080,7 +8080,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOldColumnData", - "location": "imgui_internal:1719", + "location": "imgui_internal:1723", "ov_cimguiname": "ImGuiOldColumnData_ImGuiOldColumnData", "signature": "()", "stname": "ImGuiOldColumnData" @@ -8099,7 +8099,7 @@ "cimguiname": "ImGuiOldColumnData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1719", + "location": "imgui_internal:1723", "ov_cimguiname": "ImGuiOldColumnData_destroy", "ret": "void", "signature": "(ImGuiOldColumnData*)", @@ -8116,7 +8116,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOldColumns", - "location": "imgui_internal:1740", + "location": "imgui_internal:1744", "ov_cimguiname": "ImGuiOldColumns_ImGuiOldColumns", "signature": "()", "stname": "ImGuiOldColumns" @@ -8135,7 +8135,7 @@ "cimguiname": "ImGuiOldColumns_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1740", + "location": "imgui_internal:1744", "ov_cimguiname": "ImGuiOldColumns_destroy", "ret": "void", "signature": "(ImGuiOldColumns*)", @@ -8152,7 +8152,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOnceUponAFrame", - "location": "imgui:2637", + "location": "imgui:2642", "ov_cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame", "signature": "()", "stname": "ImGuiOnceUponAFrame" @@ -8171,7 +8171,7 @@ "cimguiname": "ImGuiOnceUponAFrame_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2637", + "location": "imgui:2642", "ov_cimguiname": "ImGuiOnceUponAFrame_destroy", "ret": "void", "signature": "(ImGuiOnceUponAFrame*)", @@ -8192,7 +8192,7 @@ "cimguiname": "ImGuiPayload_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2615", + "location": "imgui:2620", "ov_cimguiname": "ImGuiPayload_Clear", "ret": "void", "signature": "()", @@ -8209,7 +8209,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPayload", - "location": "imgui:2614", + "location": "imgui:2619", "ov_cimguiname": "ImGuiPayload_ImGuiPayload", "signature": "()", "stname": "ImGuiPayload" @@ -8233,7 +8233,7 @@ "cimguiname": "ImGuiPayload_IsDataType", "defaults": {}, "funcname": "IsDataType", - "location": "imgui:2616", + "location": "imgui:2621", "ov_cimguiname": "ImGuiPayload_IsDataType", "ret": "bool", "signature": "(const char*)const", @@ -8254,7 +8254,7 @@ "cimguiname": "ImGuiPayload_IsDelivery", "defaults": {}, "funcname": "IsDelivery", - "location": "imgui:2618", + "location": "imgui:2623", "ov_cimguiname": "ImGuiPayload_IsDelivery", "ret": "bool", "signature": "()const", @@ -8275,7 +8275,7 @@ "cimguiname": "ImGuiPayload_IsPreview", "defaults": {}, "funcname": "IsPreview", - "location": "imgui:2617", + "location": "imgui:2622", "ov_cimguiname": "ImGuiPayload_IsPreview", "ret": "bool", "signature": "()const", @@ -8295,7 +8295,7 @@ "cimguiname": "ImGuiPayload_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2614", + "location": "imgui:2619", "ov_cimguiname": "ImGuiPayload_destroy", "ret": "void", "signature": "(ImGuiPayload*)", @@ -8312,7 +8312,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPlatformIO", - "location": "imgui:3709", + "location": "imgui:3719", "ov_cimguiname": "ImGuiPlatformIO_ImGuiPlatformIO", "signature": "()", "stname": "ImGuiPlatformIO" @@ -8331,7 +8331,7 @@ "cimguiname": "ImGuiPlatformIO_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3709", + "location": "imgui:3719", "ov_cimguiname": "ImGuiPlatformIO_destroy", "ret": "void", "signature": "(ImGuiPlatformIO*)", @@ -8348,7 +8348,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPlatformImeData", - "location": "imgui:3819", + "location": "imgui:3829", "ov_cimguiname": "ImGuiPlatformImeData_ImGuiPlatformImeData", "signature": "()", "stname": "ImGuiPlatformImeData" @@ -8367,7 +8367,7 @@ "cimguiname": "ImGuiPlatformImeData_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3819", + "location": "imgui:3829", "ov_cimguiname": "ImGuiPlatformImeData_destroy", "ret": "void", "signature": "(ImGuiPlatformImeData*)", @@ -8384,7 +8384,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPlatformMonitor", - "location": "imgui:3809", + "location": "imgui:3819", "ov_cimguiname": "ImGuiPlatformMonitor_ImGuiPlatformMonitor", "signature": "()", "stname": "ImGuiPlatformMonitor" @@ -8403,7 +8403,7 @@ "cimguiname": "ImGuiPlatformMonitor_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3809", + "location": "imgui:3819", "ov_cimguiname": "ImGuiPlatformMonitor_destroy", "ret": "void", "signature": "(ImGuiPlatformMonitor*)", @@ -8420,7 +8420,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPopupData", - "location": "imgui_internal:1354", + "location": "imgui_internal:1358", "ov_cimguiname": "ImGuiPopupData_ImGuiPopupData", "signature": "()", "stname": "ImGuiPopupData" @@ -8439,7 +8439,7 @@ "cimguiname": "ImGuiPopupData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1354", + "location": "imgui_internal:1358", "ov_cimguiname": "ImGuiPopupData_destroy", "ret": "void", "signature": "(ImGuiPopupData*)", @@ -8461,7 +8461,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPtrOrIndex", - "location": "imgui_internal:1327", + "location": "imgui_internal:1331", "ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr", "signature": "(void*)", "stname": "ImGuiPtrOrIndex" @@ -8480,7 +8480,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPtrOrIndex", - "location": "imgui_internal:1328", + "location": "imgui_internal:1332", "ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int", "signature": "(int)", "stname": "ImGuiPtrOrIndex" @@ -8499,7 +8499,7 @@ "cimguiname": "ImGuiPtrOrIndex_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1327", + "location": "imgui_internal:1331", "ov_cimguiname": "ImGuiPtrOrIndex_destroy", "ret": "void", "signature": "(ImGuiPtrOrIndex*)", @@ -8525,7 +8525,7 @@ "comment": "// Apply selection requests coming from BeginMultiSelect() and EndMultiSelect() functions. It uses 'items_count' passed to BeginMultiSelect()", "defaults": {}, "funcname": "ApplyRequests", - "location": "imgui:2999", + "location": "imgui:3005", "ov_cimguiname": "ImGuiSelectionBasicStorage_ApplyRequests", "ret": "void", "signature": "(ImGuiMultiSelectIO*)", @@ -8547,7 +8547,7 @@ "comment": "// Clear selection", "defaults": {}, "funcname": "Clear", - "location": "imgui:3001", + "location": "imgui:3007", "ov_cimguiname": "ImGuiSelectionBasicStorage_Clear", "ret": "void", "signature": "()", @@ -8573,7 +8573,7 @@ "comment": "// Query if an item id is in selection.", "defaults": {}, "funcname": "Contains", - "location": "imgui:3000", + "location": "imgui:3006", "ov_cimguiname": "ImGuiSelectionBasicStorage_Contains", "ret": "bool", "signature": "(ImGuiID)const", @@ -8603,7 +8603,7 @@ "comment": "// Iterate selection with 'void* it = NULL; ImGuiId id; while (selection.GetNextSelectedItem(&it, &id)) ... '", "defaults": {}, "funcname": "GetNextSelectedItem", - "location": "imgui:3004", + "location": "imgui:3010", "ov_cimguiname": "ImGuiSelectionBasicStorage_GetNextSelectedItem", "ret": "bool", "signature": "(void**,ImGuiID*)", @@ -8629,7 +8629,7 @@ "comment": "// Convert index to item id based on provided adapter.", "defaults": {}, "funcname": "GetStorageIdFromIndex", - "location": "imgui:3005", + "location": "imgui:3011", "ov_cimguiname": "ImGuiSelectionBasicStorage_GetStorageIdFromIndex", "ret": "ImGuiID", "signature": "(int)", @@ -8646,7 +8646,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiSelectionBasicStorage", - "location": "imgui:2998", + "location": "imgui:3004", "ov_cimguiname": "ImGuiSelectionBasicStorage_ImGuiSelectionBasicStorage", "signature": "()", "stname": "ImGuiSelectionBasicStorage" @@ -8675,7 +8675,7 @@ "comment": "// Add/remove an item from selection (generally done by ApplyRequests() function)", "defaults": {}, "funcname": "SetItemSelected", - "location": "imgui:3003", + "location": "imgui:3009", "ov_cimguiname": "ImGuiSelectionBasicStorage_SetItemSelected", "ret": "void", "signature": "(ImGuiID,bool)", @@ -8702,7 +8702,7 @@ "comment": "// Swap two selections", "defaults": {}, "funcname": "Swap", - "location": "imgui:3002", + "location": "imgui:3008", "ov_cimguiname": "ImGuiSelectionBasicStorage_Swap", "ret": "void", "signature": "(ImGuiSelectionBasicStorage*)", @@ -8722,7 +8722,7 @@ "cimguiname": "ImGuiSelectionBasicStorage_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2998", + "location": "imgui:3004", "ov_cimguiname": "ImGuiSelectionBasicStorage_destroy", "ret": "void", "signature": "(ImGuiSelectionBasicStorage*)", @@ -8748,7 +8748,7 @@ "comment": "// Apply selection requests by using AdapterSetItemSelected() calls", "defaults": {}, "funcname": "ApplyRequests", - "location": "imgui:3018", + "location": "imgui:3024", "ov_cimguiname": "ImGuiSelectionExternalStorage_ApplyRequests", "ret": "void", "signature": "(ImGuiMultiSelectIO*)", @@ -8765,7 +8765,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiSelectionExternalStorage", - "location": "imgui:3017", + "location": "imgui:3023", "ov_cimguiname": "ImGuiSelectionExternalStorage_ImGuiSelectionExternalStorage", "signature": "()", "stname": "ImGuiSelectionExternalStorage" @@ -8784,7 +8784,7 @@ "cimguiname": "ImGuiSelectionExternalStorage_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3017", + "location": "imgui:3023", "ov_cimguiname": "ImGuiSelectionExternalStorage_destroy", "ret": "void", "signature": "(ImGuiSelectionExternalStorage*)", @@ -8801,7 +8801,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiSettingsHandler", - "location": "imgui_internal:2060", + "location": "imgui_internal:2066", "ov_cimguiname": "ImGuiSettingsHandler_ImGuiSettingsHandler", "signature": "()", "stname": "ImGuiSettingsHandler" @@ -8820,7 +8820,7 @@ "cimguiname": "ImGuiSettingsHandler_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2060", + "location": "imgui_internal:2066", "ov_cimguiname": "ImGuiSettingsHandler_destroy", "ret": "void", "signature": "(ImGuiSettingsHandler*)", @@ -8837,7 +8837,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStackLevelInfo", - "location": "imgui_internal:2176", + "location": "imgui_internal:2184", "ov_cimguiname": "ImGuiStackLevelInfo_ImGuiStackLevelInfo", "signature": "()", "stname": "ImGuiStackLevelInfo" @@ -8856,7 +8856,7 @@ "cimguiname": "ImGuiStackLevelInfo_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2176", + "location": "imgui_internal:2184", "ov_cimguiname": "ImGuiStackLevelInfo_destroy", "ret": "void", "signature": "(ImGuiStackLevelInfo*)", @@ -8882,7 +8882,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2694", + "location": "imgui:2699", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Int", "signature": "(ImGuiID,int)", "stname": "ImGuiStoragePair" @@ -8905,7 +8905,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2695", + "location": "imgui:2700", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Float", "signature": "(ImGuiID,float)", "stname": "ImGuiStoragePair" @@ -8928,7 +8928,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2696", + "location": "imgui:2701", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Ptr", "signature": "(ImGuiID,void*)", "stname": "ImGuiStoragePair" @@ -8947,7 +8947,7 @@ "cimguiname": "ImGuiStoragePair_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2694", + "location": "imgui:2699", "ov_cimguiname": "ImGuiStoragePair_destroy", "ret": "void", "signature": "(ImGuiStoragePair*)", @@ -8968,7 +8968,7 @@ "cimguiname": "ImGuiStorage_BuildSortByKey", "defaults": {}, "funcname": "BuildSortByKey", - "location": "imgui:2735", + "location": "imgui:2740", "ov_cimguiname": "ImGuiStorage_BuildSortByKey", "ret": "void", "signature": "()", @@ -8989,7 +8989,7 @@ "cimguiname": "ImGuiStorage_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2715", + "location": "imgui:2720", "ov_cimguiname": "ImGuiStorage_Clear", "ret": "void", "signature": "()", @@ -9020,7 +9020,7 @@ "default_val": "false" }, "funcname": "GetBool", - "location": "imgui:2718", + "location": "imgui:2723", "ov_cimguiname": "ImGuiStorage_GetBool", "ret": "bool", "signature": "(ImGuiID,bool)const", @@ -9051,7 +9051,7 @@ "default_val": "false" }, "funcname": "GetBoolRef", - "location": "imgui:2730", + "location": "imgui:2735", "ov_cimguiname": "ImGuiStorage_GetBoolRef", "ret": "bool*", "signature": "(ImGuiID,bool)", @@ -9082,7 +9082,7 @@ "default_val": "0.0f" }, "funcname": "GetFloat", - "location": "imgui:2720", + "location": "imgui:2725", "ov_cimguiname": "ImGuiStorage_GetFloat", "ret": "float", "signature": "(ImGuiID,float)const", @@ -9113,7 +9113,7 @@ "default_val": "0.0f" }, "funcname": "GetFloatRef", - "location": "imgui:2731", + "location": "imgui:2736", "ov_cimguiname": "ImGuiStorage_GetFloatRef", "ret": "float*", "signature": "(ImGuiID,float)", @@ -9144,7 +9144,7 @@ "default_val": "0" }, "funcname": "GetInt", - "location": "imgui:2716", + "location": "imgui:2721", "ov_cimguiname": "ImGuiStorage_GetInt", "ret": "int", "signature": "(ImGuiID,int)const", @@ -9175,7 +9175,7 @@ "default_val": "0" }, "funcname": "GetIntRef", - "location": "imgui:2729", + "location": "imgui:2734", "ov_cimguiname": "ImGuiStorage_GetIntRef", "ret": "int*", "signature": "(ImGuiID,int)", @@ -9201,7 +9201,7 @@ "comment": "// default_val is NULL", "defaults": {}, "funcname": "GetVoidPtr", - "location": "imgui:2722", + "location": "imgui:2727", "ov_cimguiname": "ImGuiStorage_GetVoidPtr", "ret": "void*", "signature": "(ImGuiID)const", @@ -9232,7 +9232,7 @@ "default_val": "NULL" }, "funcname": "GetVoidPtrRef", - "location": "imgui:2732", + "location": "imgui:2737", "ov_cimguiname": "ImGuiStorage_GetVoidPtrRef", "ret": "void**", "signature": "(ImGuiID,void*)", @@ -9257,7 +9257,7 @@ "cimguiname": "ImGuiStorage_SetAllInt", "defaults": {}, "funcname": "SetAllInt", - "location": "imgui:2737", + "location": "imgui:2742", "ov_cimguiname": "ImGuiStorage_SetAllInt", "ret": "void", "signature": "(int)", @@ -9286,7 +9286,7 @@ "cimguiname": "ImGuiStorage_SetBool", "defaults": {}, "funcname": "SetBool", - "location": "imgui:2719", + "location": "imgui:2724", "ov_cimguiname": "ImGuiStorage_SetBool", "ret": "void", "signature": "(ImGuiID,bool)", @@ -9315,7 +9315,7 @@ "cimguiname": "ImGuiStorage_SetFloat", "defaults": {}, "funcname": "SetFloat", - "location": "imgui:2721", + "location": "imgui:2726", "ov_cimguiname": "ImGuiStorage_SetFloat", "ret": "void", "signature": "(ImGuiID,float)", @@ -9344,7 +9344,7 @@ "cimguiname": "ImGuiStorage_SetInt", "defaults": {}, "funcname": "SetInt", - "location": "imgui:2717", + "location": "imgui:2722", "ov_cimguiname": "ImGuiStorage_SetInt", "ret": "void", "signature": "(ImGuiID,int)", @@ -9373,7 +9373,7 @@ "cimguiname": "ImGuiStorage_SetVoidPtr", "defaults": {}, "funcname": "SetVoidPtr", - "location": "imgui:2723", + "location": "imgui:2728", "ov_cimguiname": "ImGuiStorage_SetVoidPtr", "ret": "void", "signature": "(ImGuiID,void*)", @@ -9399,7 +9399,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:1050", + "location": "imgui_internal:1054", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Int", "signature": "(ImGuiStyleVar,int)", "stname": "ImGuiStyleMod" @@ -9422,7 +9422,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:1051", + "location": "imgui_internal:1055", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Float", "signature": "(ImGuiStyleVar,float)", "stname": "ImGuiStyleMod" @@ -9445,7 +9445,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:1052", + "location": "imgui_internal:1056", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Vec2", "signature": "(ImGuiStyleVar,ImVec2)", "stname": "ImGuiStyleMod" @@ -9464,7 +9464,7 @@ "cimguiname": "ImGuiStyleMod_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1050", + "location": "imgui_internal:1054", "ov_cimguiname": "ImGuiStyleMod_destroy", "ret": "void", "signature": "(ImGuiStyleMod*)", @@ -9481,7 +9481,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyle", - "location": "imgui:2256", + "location": "imgui:2260", "ov_cimguiname": "ImGuiStyle_ImGuiStyle", "signature": "()", "stname": "ImGuiStyle" @@ -9505,7 +9505,7 @@ "cimguiname": "ImGuiStyle_ScaleAllSizes", "defaults": {}, "funcname": "ScaleAllSizes", - "location": "imgui:2257", + "location": "imgui:2261", "ov_cimguiname": "ImGuiStyle_ScaleAllSizes", "ret": "void", "signature": "(float)", @@ -9525,7 +9525,7 @@ "cimguiname": "ImGuiStyle_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2256", + "location": "imgui:2260", "ov_cimguiname": "ImGuiStyle_destroy", "ret": "void", "signature": "(ImGuiStyle*)", @@ -9542,7 +9542,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTabBar", - "location": "imgui_internal:2881", + "location": "imgui_internal:2889", "ov_cimguiname": "ImGuiTabBar_ImGuiTabBar", "signature": "()", "stname": "ImGuiTabBar" @@ -9561,7 +9561,7 @@ "cimguiname": "ImGuiTabBar_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2881", + "location": "imgui_internal:2889", "ov_cimguiname": "ImGuiTabBar_destroy", "ret": "void", "signature": "(ImGuiTabBar*)", @@ -9578,7 +9578,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTabItem", - "location": "imgui_internal:2840", + "location": "imgui_internal:2848", "ov_cimguiname": "ImGuiTabItem_ImGuiTabItem", "signature": "()", "stname": "ImGuiTabItem" @@ -9597,7 +9597,7 @@ "cimguiname": "ImGuiTabItem_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2840", + "location": "imgui_internal:2848", "ov_cimguiname": "ImGuiTabItem_destroy", "ret": "void", "signature": "(ImGuiTabItem*)", @@ -9614,7 +9614,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumnSettings", - "location": "imgui_internal:3149", + "location": "imgui_internal:3157", "ov_cimguiname": "ImGuiTableColumnSettings_ImGuiTableColumnSettings", "signature": "()", "stname": "ImGuiTableColumnSettings" @@ -9633,7 +9633,7 @@ "cimguiname": "ImGuiTableColumnSettings_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:3149", + "location": "imgui_internal:3157", "ov_cimguiname": "ImGuiTableColumnSettings_destroy", "ret": "void", "signature": "(ImGuiTableColumnSettings*)", @@ -9650,7 +9650,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumnSortSpecs", - "location": "imgui:2079", + "location": "imgui:2083", "ov_cimguiname": "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs", "signature": "()", "stname": "ImGuiTableColumnSortSpecs" @@ -9669,7 +9669,7 @@ "cimguiname": "ImGuiTableColumnSortSpecs_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2079", + "location": "imgui:2083", "ov_cimguiname": "ImGuiTableColumnSortSpecs_destroy", "ret": "void", "signature": "(ImGuiTableColumnSortSpecs*)", @@ -9686,7 +9686,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumn", - "location": "imgui_internal:2944", + "location": "imgui_internal:2952", "ov_cimguiname": "ImGuiTableColumn_ImGuiTableColumn", "signature": "()", "stname": "ImGuiTableColumn" @@ -9705,7 +9705,7 @@ "cimguiname": "ImGuiTableColumn_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2944", + "location": "imgui_internal:2952", "ov_cimguiname": "ImGuiTableColumn_destroy", "ret": "void", "signature": "(ImGuiTableColumn*)", @@ -9722,7 +9722,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableInstanceData", - "location": "imgui_internal:2987", + "location": "imgui_internal:2995", "ov_cimguiname": "ImGuiTableInstanceData_ImGuiTableInstanceData", "signature": "()", "stname": "ImGuiTableInstanceData" @@ -9741,7 +9741,7 @@ "cimguiname": "ImGuiTableInstanceData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2987", + "location": "imgui_internal:2995", "ov_cimguiname": "ImGuiTableInstanceData_destroy", "ret": "void", "signature": "(ImGuiTableInstanceData*)", @@ -9762,7 +9762,7 @@ "cimguiname": "ImGuiTableSettings_GetColumnSettings", "defaults": {}, "funcname": "GetColumnSettings", - "location": "imgui_internal:3172", + "location": "imgui_internal:3180", "ov_cimguiname": "ImGuiTableSettings_GetColumnSettings", "ret": "ImGuiTableColumnSettings*", "signature": "()", @@ -9779,7 +9779,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableSettings", - "location": "imgui_internal:3171", + "location": "imgui_internal:3179", "ov_cimguiname": "ImGuiTableSettings_ImGuiTableSettings", "signature": "()", "stname": "ImGuiTableSettings" @@ -9798,7 +9798,7 @@ "cimguiname": "ImGuiTableSettings_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:3171", + "location": "imgui_internal:3179", "ov_cimguiname": "ImGuiTableSettings_destroy", "ret": "void", "signature": "(ImGuiTableSettings*)", @@ -9815,7 +9815,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableSortSpecs", - "location": "imgui:2068", + "location": "imgui:2072", "ov_cimguiname": "ImGuiTableSortSpecs_ImGuiTableSortSpecs", "signature": "()", "stname": "ImGuiTableSortSpecs" @@ -9834,7 +9834,7 @@ "cimguiname": "ImGuiTableSortSpecs_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2068", + "location": "imgui:2072", "ov_cimguiname": "ImGuiTableSortSpecs_destroy", "ret": "void", "signature": "(ImGuiTableSortSpecs*)", @@ -9851,7 +9851,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableTempData", - "location": "imgui_internal:3134", + "location": "imgui_internal:3142", "ov_cimguiname": "ImGuiTableTempData_ImGuiTableTempData", "signature": "()", "stname": "ImGuiTableTempData" @@ -9870,7 +9870,7 @@ "cimguiname": "ImGuiTableTempData_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:3134", + "location": "imgui_internal:3142", "ov_cimguiname": "ImGuiTableTempData_destroy", "ret": "void", "signature": "(ImGuiTableTempData*)", @@ -9887,7 +9887,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTable", - "location": "imgui_internal:3106", + "location": "imgui_internal:3114", "ov_cimguiname": "ImGuiTable_ImGuiTable", "signature": "()", "stname": "ImGuiTable" @@ -9906,7 +9906,7 @@ "cimguiname": "ImGuiTable_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:3107", + "location": "imgui_internal:3115", "ov_cimguiname": "ImGuiTable_destroy", "realdestructor": true, "ret": "void", @@ -9924,7 +9924,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextBuffer", - "location": "imgui:2675", + "location": "imgui:2680", "ov_cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer", "signature": "()", "stname": "ImGuiTextBuffer" @@ -9954,7 +9954,7 @@ "str_end": "NULL" }, "funcname": "append", - "location": "imgui:2684", + "location": "imgui:2689", "ov_cimguiname": "ImGuiTextBuffer_append", "ret": "void", "signature": "(const char*,const char*)", @@ -9984,7 +9984,7 @@ "defaults": {}, "funcname": "appendf", "isvararg": "...)", - "location": "imgui:2685", + "location": "imgui:2690", "manual": true, "ov_cimguiname": "ImGuiTextBuffer_appendf", "ret": "void", @@ -10014,7 +10014,7 @@ "cimguiname": "ImGuiTextBuffer_appendfv", "defaults": {}, "funcname": "appendfv", - "location": "imgui:2686", + "location": "imgui:2691", "ov_cimguiname": "ImGuiTextBuffer_appendfv", "ret": "void", "signature": "(const char*,va_list)", @@ -10035,7 +10035,7 @@ "cimguiname": "ImGuiTextBuffer_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:2677", + "location": "imgui:2682", "ov_cimguiname": "ImGuiTextBuffer_begin", "ret": "const char*", "signature": "()const", @@ -10056,7 +10056,7 @@ "cimguiname": "ImGuiTextBuffer_c_str", "defaults": {}, "funcname": "c_str", - "location": "imgui:2683", + "location": "imgui:2688", "ov_cimguiname": "ImGuiTextBuffer_c_str", "ret": "const char*", "signature": "()const", @@ -10077,7 +10077,7 @@ "cimguiname": "ImGuiTextBuffer_clear", "defaults": {}, "funcname": "clear", - "location": "imgui:2681", + "location": "imgui:2686", "ov_cimguiname": "ImGuiTextBuffer_clear", "ret": "void", "signature": "()", @@ -10097,7 +10097,7 @@ "cimguiname": "ImGuiTextBuffer_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2675", + "location": "imgui:2680", "ov_cimguiname": "ImGuiTextBuffer_destroy", "ret": "void", "signature": "(ImGuiTextBuffer*)", @@ -10118,7 +10118,7 @@ "cimguiname": "ImGuiTextBuffer_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:2680", + "location": "imgui:2685", "ov_cimguiname": "ImGuiTextBuffer_empty", "ret": "bool", "signature": "()const", @@ -10140,7 +10140,7 @@ "comment": "// Buf is zero-terminated, so end() will point on the zero-terminator", "defaults": {}, "funcname": "end", - "location": "imgui:2678", + "location": "imgui:2683", "ov_cimguiname": "ImGuiTextBuffer_end", "ret": "const char*", "signature": "()const", @@ -10165,7 +10165,7 @@ "cimguiname": "ImGuiTextBuffer_reserve", "defaults": {}, "funcname": "reserve", - "location": "imgui:2682", + "location": "imgui:2687", "ov_cimguiname": "ImGuiTextBuffer_reserve", "ret": "void", "signature": "(int)", @@ -10186,7 +10186,7 @@ "cimguiname": "ImGuiTextBuffer_size", "defaults": {}, "funcname": "size", - "location": "imgui:2679", + "location": "imgui:2684", "ov_cimguiname": "ImGuiTextBuffer_size", "ret": "int", "signature": "()const", @@ -10207,7 +10207,7 @@ "cimguiname": "ImGuiTextFilter_Build", "defaults": {}, "funcname": "Build", - "location": "imgui:2648", + "location": "imgui:2653", "ov_cimguiname": "ImGuiTextFilter_Build", "ret": "void", "signature": "()", @@ -10228,7 +10228,7 @@ "cimguiname": "ImGuiTextFilter_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2649", + "location": "imgui:2654", "ov_cimguiname": "ImGuiTextFilter_Clear", "ret": "void", "signature": "()", @@ -10261,7 +10261,7 @@ "width": "0.0f" }, "funcname": "Draw", - "location": "imgui:2646", + "location": "imgui:2651", "ov_cimguiname": "ImGuiTextFilter_Draw", "ret": "bool", "signature": "(const char*,float)", @@ -10285,7 +10285,7 @@ "default_filter": "\"\"" }, "funcname": "ImGuiTextFilter", - "location": "imgui:2645", + "location": "imgui:2650", "ov_cimguiname": "ImGuiTextFilter_ImGuiTextFilter", "signature": "(const char*)", "stname": "ImGuiTextFilter" @@ -10305,7 +10305,7 @@ "cimguiname": "ImGuiTextFilter_IsActive", "defaults": {}, "funcname": "IsActive", - "location": "imgui:2650", + "location": "imgui:2655", "ov_cimguiname": "ImGuiTextFilter_IsActive", "ret": "bool", "signature": "()const", @@ -10336,7 +10336,7 @@ "text_end": "NULL" }, "funcname": "PassFilter", - "location": "imgui:2647", + "location": "imgui:2652", "ov_cimguiname": "ImGuiTextFilter_PassFilter", "ret": "bool", "signature": "(const char*,const char*)const", @@ -10356,7 +10356,7 @@ "cimguiname": "ImGuiTextFilter_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2645", + "location": "imgui:2650", "ov_cimguiname": "ImGuiTextFilter_destroy", "ret": "void", "signature": "(ImGuiTextFilter*)", @@ -10389,7 +10389,7 @@ "cimguiname": "ImGuiTextIndex_append", "defaults": {}, "funcname": "append", - "location": "imgui_internal:739", + "location": "imgui_internal:743", "ov_cimguiname": "ImGuiTextIndex_append", "ret": "void", "signature": "(const char*,int,int)", @@ -10410,7 +10410,7 @@ "cimguiname": "ImGuiTextIndex_clear", "defaults": {}, "funcname": "clear", - "location": "imgui_internal:735", + "location": "imgui_internal:739", "ov_cimguiname": "ImGuiTextIndex_clear", "ret": "void", "signature": "()", @@ -10439,7 +10439,7 @@ "cimguiname": "ImGuiTextIndex_get_line_begin", "defaults": {}, "funcname": "get_line_begin", - "location": "imgui_internal:737", + "location": "imgui_internal:741", "ov_cimguiname": "ImGuiTextIndex_get_line_begin", "ret": "const char*", "signature": "(const char*,int)", @@ -10468,7 +10468,7 @@ "cimguiname": "ImGuiTextIndex_get_line_end", "defaults": {}, "funcname": "get_line_end", - "location": "imgui_internal:738", + "location": "imgui_internal:742", "ov_cimguiname": "ImGuiTextIndex_get_line_end", "ret": "const char*", "signature": "(const char*,int)", @@ -10489,7 +10489,7 @@ "cimguiname": "ImGuiTextIndex_size", "defaults": {}, "funcname": "size", - "location": "imgui_internal:736", + "location": "imgui_internal:740", "ov_cimguiname": "ImGuiTextIndex_size", "ret": "int", "signature": "()", @@ -10506,7 +10506,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextRange", - "location": "imgui:2658", + "location": "imgui:2663", "ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Nil", "signature": "()", "stname": "ImGuiTextRange" @@ -10529,7 +10529,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextRange", - "location": "imgui:2659", + "location": "imgui:2664", "ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Str", "signature": "(const char*,const char*)", "stname": "ImGuiTextRange" @@ -10548,7 +10548,7 @@ "cimguiname": "ImGuiTextRange_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2658", + "location": "imgui:2663", "ov_cimguiname": "ImGuiTextRange_destroy", "ret": "void", "signature": "(ImGuiTextRange*)", @@ -10569,7 +10569,7 @@ "cimguiname": "ImGuiTextRange_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:2660", + "location": "imgui:2665", "ov_cimguiname": "ImGuiTextRange_empty", "ret": "bool", "signature": "()const", @@ -10598,7 +10598,7 @@ "cimguiname": "ImGuiTextRange_split", "defaults": {}, "funcname": "split", - "location": "imgui:2661", + "location": "imgui:2666", "ov_cimguiname": "ImGuiTextRange_split", "ret": "void", "signature": "(char,ImVector_ImGuiTextRange*)const", @@ -10620,7 +10620,7 @@ "comment": "// We preserve remaining data for easier debugging", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:1684", + "location": "imgui_internal:1688", "ov_cimguiname": "ImGuiTypingSelectState_Clear", "ret": "void", "signature": "()", @@ -10637,7 +10637,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTypingSelectState", - "location": "imgui_internal:1683", + "location": "imgui_internal:1687", "ov_cimguiname": "ImGuiTypingSelectState_ImGuiTypingSelectState", "signature": "()", "stname": "ImGuiTypingSelectState" @@ -10656,7 +10656,7 @@ "cimguiname": "ImGuiTypingSelectState_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1683", + "location": "imgui_internal:1687", "ov_cimguiname": "ImGuiTypingSelectState_destroy", "ret": "void", "signature": "(ImGuiTypingSelectState*)", @@ -10685,7 +10685,7 @@ "cimguiname": "ImGuiViewportP_CalcWorkRectPos", "defaults": {}, "funcname": "CalcWorkRectPos", - "location": "imgui_internal:2012", + "location": "imgui_internal:2018", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_CalcWorkRectPos", "ret": "void", @@ -10719,7 +10719,7 @@ "cimguiname": "ImGuiViewportP_CalcWorkRectSize", "defaults": {}, "funcname": "CalcWorkRectSize", - "location": "imgui_internal:2013", + "location": "imgui_internal:2019", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_CalcWorkRectSize", "ret": "void", @@ -10741,7 +10741,7 @@ "cimguiname": "ImGuiViewportP_ClearRequestFlags", "defaults": {}, "funcname": "ClearRequestFlags", - "location": "imgui_internal:2009", + "location": "imgui_internal:2015", "ov_cimguiname": "ImGuiViewportP_ClearRequestFlags", "ret": "void", "signature": "()", @@ -10766,7 +10766,7 @@ "cimguiname": "ImGuiViewportP_GetBuildWorkRect", "defaults": {}, "funcname": "GetBuildWorkRect", - "location": "imgui_internal:2019", + "location": "imgui_internal:2025", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetBuildWorkRect", "ret": "void", @@ -10792,7 +10792,7 @@ "cimguiname": "ImGuiViewportP_GetMainRect", "defaults": {}, "funcname": "GetMainRect", - "location": "imgui_internal:2017", + "location": "imgui_internal:2023", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetMainRect", "ret": "void", @@ -10818,7 +10818,7 @@ "cimguiname": "ImGuiViewportP_GetWorkRect", "defaults": {}, "funcname": "GetWorkRect", - "location": "imgui_internal:2018", + "location": "imgui_internal:2024", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetWorkRect", "ret": "void", @@ -10836,7 +10836,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiViewportP", - "location": "imgui_internal:2007", + "location": "imgui_internal:2013", "ov_cimguiname": "ImGuiViewportP_ImGuiViewportP", "signature": "()", "stname": "ImGuiViewportP" @@ -10857,7 +10857,7 @@ "comment": "// Update public fields", "defaults": {}, "funcname": "UpdateWorkRect", - "location": "imgui_internal:2014", + "location": "imgui_internal:2020", "ov_cimguiname": "ImGuiViewportP_UpdateWorkRect", "ret": "void", "signature": "()", @@ -10877,7 +10877,7 @@ "cimguiname": "ImGuiViewportP_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2008", + "location": "imgui_internal:2014", "ov_cimguiname": "ImGuiViewportP_destroy", "realdestructor": true, "ret": "void", @@ -10903,7 +10903,7 @@ "cimguiname": "ImGuiViewport_GetCenter", "defaults": {}, "funcname": "GetCenter", - "location": "imgui:3652", + "location": "imgui:3662", "nonUDT": 1, "ov_cimguiname": "ImGuiViewport_GetCenter", "ret": "void", @@ -10929,7 +10929,7 @@ "cimguiname": "ImGuiViewport_GetWorkCenter", "defaults": {}, "funcname": "GetWorkCenter", - "location": "imgui:3653", + "location": "imgui:3663", "nonUDT": 1, "ov_cimguiname": "ImGuiViewport_GetWorkCenter", "ret": "void", @@ -10947,7 +10947,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiViewport", - "location": "imgui:3648", + "location": "imgui:3658", "ov_cimguiname": "ImGuiViewport_ImGuiViewport", "signature": "()", "stname": "ImGuiViewport" @@ -10966,7 +10966,7 @@ "cimguiname": "ImGuiViewport_destroy", "defaults": {}, "destructor": true, - "location": "imgui:3649", + "location": "imgui:3659", "ov_cimguiname": "ImGuiViewport_destroy", "realdestructor": true, "ret": "void", @@ -10984,7 +10984,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindowClass", - "location": "imgui:2596", + "location": "imgui:2601", "ov_cimguiname": "ImGuiWindowClass_ImGuiWindowClass", "signature": "()", "stname": "ImGuiWindowClass" @@ -11003,7 +11003,7 @@ "cimguiname": "ImGuiWindowClass_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2596", + "location": "imgui:2601", "ov_cimguiname": "ImGuiWindowClass_destroy", "ret": "void", "signature": "(ImGuiWindowClass*)", @@ -11024,7 +11024,7 @@ "cimguiname": "ImGuiWindowSettings_GetName", "defaults": {}, "funcname": "GetName", - "location": "imgui_internal:2045", + "location": "imgui_internal:2051", "ov_cimguiname": "ImGuiWindowSettings_GetName", "ret": "char*", "signature": "()", @@ -11041,7 +11041,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindowSettings", - "location": "imgui_internal:2044", + "location": "imgui_internal:2050", "ov_cimguiname": "ImGuiWindowSettings_ImGuiWindowSettings", "signature": "()", "stname": "ImGuiWindowSettings" @@ -11060,7 +11060,7 @@ "cimguiname": "ImGuiWindowSettings_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2044", + "location": "imgui_internal:2050", "ov_cimguiname": "ImGuiWindowSettings_destroy", "ret": "void", "signature": "(ImGuiWindowSettings*)", @@ -11081,7 +11081,7 @@ "cimguiname": "ImGuiWindow_CalcFontSize", "defaults": {}, "funcname": "CalcFontSize", - "location": "imgui_internal:2797", + "location": "imgui_internal:2805", "ov_cimguiname": "ImGuiWindow_CalcFontSize", "ret": "float", "signature": "()const", @@ -11112,7 +11112,7 @@ "str_end": "NULL" }, "funcname": "GetID", - "location": "imgui_internal:2789", + "location": "imgui_internal:2797", "ov_cimguiname": "ImGuiWindow_GetID_Str", "ret": "ImGuiID", "signature": "(const char*,const char*)", @@ -11135,7 +11135,7 @@ "cimguiname": "ImGuiWindow_GetID", "defaults": {}, "funcname": "GetID", - "location": "imgui_internal:2790", + "location": "imgui_internal:2798", "ov_cimguiname": "ImGuiWindow_GetID_Ptr", "ret": "ImGuiID", "signature": "(const void*)", @@ -11158,7 +11158,7 @@ "cimguiname": "ImGuiWindow_GetID", "defaults": {}, "funcname": "GetID", - "location": "imgui_internal:2791", + "location": "imgui_internal:2799", "ov_cimguiname": "ImGuiWindow_GetID_Int", "ret": "ImGuiID", "signature": "(int)", @@ -11183,7 +11183,7 @@ "cimguiname": "ImGuiWindow_GetIDFromPos", "defaults": {}, "funcname": "GetIDFromPos", - "location": "imgui_internal:2792", + "location": "imgui_internal:2800", "ov_cimguiname": "ImGuiWindow_GetIDFromPos", "ret": "ImGuiID", "signature": "(const ImVec2)", @@ -11208,7 +11208,7 @@ "cimguiname": "ImGuiWindow_GetIDFromRectangle", "defaults": {}, "funcname": "GetIDFromRectangle", - "location": "imgui_internal:2793", + "location": "imgui_internal:2801", "ov_cimguiname": "ImGuiWindow_GetIDFromRectangle", "ret": "ImGuiID", "signature": "(const ImRect)", @@ -11234,7 +11234,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindow", - "location": "imgui_internal:2785", + "location": "imgui_internal:2793", "ov_cimguiname": "ImGuiWindow_ImGuiWindow", "signature": "(ImGuiContext*,const char*)", "stname": "ImGuiWindow" @@ -11258,7 +11258,7 @@ "cimguiname": "ImGuiWindow_MenuBarRect", "defaults": {}, "funcname": "MenuBarRect", - "location": "imgui_internal:2799", + "location": "imgui_internal:2807", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_MenuBarRect", "ret": "void", @@ -11284,7 +11284,7 @@ "cimguiname": "ImGuiWindow_Rect", "defaults": {}, "funcname": "Rect", - "location": "imgui_internal:2796", + "location": "imgui_internal:2804", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_Rect", "ret": "void", @@ -11310,7 +11310,7 @@ "cimguiname": "ImGuiWindow_TitleBarRect", "defaults": {}, "funcname": "TitleBarRect", - "location": "imgui_internal:2798", + "location": "imgui_internal:2806", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_TitleBarRect", "ret": "void", @@ -11331,7 +11331,7 @@ "cimguiname": "ImGuiWindow_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2787", + "location": "imgui_internal:2795", "ov_cimguiname": "ImGuiWindow_destroy", "realdestructor": true, "ret": "void", @@ -11353,7 +11353,7 @@ "cimguiname": "ImPool_Add", "defaults": {}, "funcname": "Add", - "location": "imgui_internal:692", + "location": "imgui_internal:696", "ov_cimguiname": "ImPool_Add", "ret": "T*", "signature": "()", @@ -11375,7 +11375,7 @@ "cimguiname": "ImPool_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:691", + "location": "imgui_internal:695", "ov_cimguiname": "ImPool_Clear", "ret": "void", "signature": "()", @@ -11401,7 +11401,7 @@ "cimguiname": "ImPool_Contains", "defaults": {}, "funcname": "Contains", - "location": "imgui_internal:690", + "location": "imgui_internal:694", "ov_cimguiname": "ImPool_Contains", "ret": "bool", "signature": "(const T*)const", @@ -11424,7 +11424,7 @@ "comment": "// Number of active/alive items in the pool (for display purpose)", "defaults": {}, "funcname": "GetAliveCount", - "location": "imgui_internal:699", + "location": "imgui_internal:703", "ov_cimguiname": "ImPool_GetAliveCount", "ret": "int", "signature": "()const", @@ -11446,7 +11446,7 @@ "cimguiname": "ImPool_GetBufSize", "defaults": {}, "funcname": "GetBufSize", - "location": "imgui_internal:700", + "location": "imgui_internal:704", "ov_cimguiname": "ImPool_GetBufSize", "ret": "int", "signature": "()const", @@ -11472,7 +11472,7 @@ "cimguiname": "ImPool_GetByIndex", "defaults": {}, "funcname": "GetByIndex", - "location": "imgui_internal:687", + "location": "imgui_internal:691", "ov_cimguiname": "ImPool_GetByIndex", "ret": "T*", "signature": "(ImPoolIdx)", @@ -11498,7 +11498,7 @@ "cimguiname": "ImPool_GetByKey", "defaults": {}, "funcname": "GetByKey", - "location": "imgui_internal:686", + "location": "imgui_internal:690", "ov_cimguiname": "ImPool_GetByKey", "ret": "T*", "signature": "(ImGuiID)", @@ -11524,7 +11524,7 @@ "cimguiname": "ImPool_GetIndex", "defaults": {}, "funcname": "GetIndex", - "location": "imgui_internal:688", + "location": "imgui_internal:692", "ov_cimguiname": "ImPool_GetIndex", "ret": "ImPoolIdx", "signature": "(const T*)const", @@ -11547,7 +11547,7 @@ "comment": "// It is the map we need iterate to find valid items, since we don't have \"alive\" storage anywhere", "defaults": {}, "funcname": "GetMapSize", - "location": "imgui_internal:701", + "location": "imgui_internal:705", "ov_cimguiname": "ImPool_GetMapSize", "ret": "int", "signature": "()const", @@ -11573,7 +11573,7 @@ "cimguiname": "ImPool_GetOrAddByKey", "defaults": {}, "funcname": "GetOrAddByKey", - "location": "imgui_internal:689", + "location": "imgui_internal:693", "ov_cimguiname": "ImPool_GetOrAddByKey", "ret": "T*", "signature": "(ImGuiID)", @@ -11591,7 +11591,7 @@ "constructor": true, "defaults": {}, "funcname": "ImPool", - "location": "imgui_internal:684", + "location": "imgui_internal:688", "ov_cimguiname": "ImPool_ImPool", "signature": "()", "stname": "ImPool", @@ -11620,7 +11620,7 @@ "cimguiname": "ImPool_Remove", "defaults": {}, "funcname": "Remove", - "location": "imgui_internal:693", + "location": "imgui_internal:697", "ov_cimguiname": "ImPool_Remove_TPtr", "ret": "void", "signature": "(ImGuiID,const T*)", @@ -11648,7 +11648,7 @@ "cimguiname": "ImPool_Remove", "defaults": {}, "funcname": "Remove", - "location": "imgui_internal:694", + "location": "imgui_internal:698", "ov_cimguiname": "ImPool_Remove_PoolIdx", "ret": "void", "signature": "(ImGuiID,ImPoolIdx)", @@ -11674,7 +11674,7 @@ "cimguiname": "ImPool_Reserve", "defaults": {}, "funcname": "Reserve", - "location": "imgui_internal:695", + "location": "imgui_internal:699", "ov_cimguiname": "ImPool_Reserve", "ret": "void", "signature": "(int)", @@ -11700,7 +11700,7 @@ "cimguiname": "ImPool_TryGetMapData", "defaults": {}, "funcname": "TryGetMapData", - "location": "imgui_internal:702", + "location": "imgui_internal:706", "ov_cimguiname": "ImPool_TryGetMapData", "ret": "T*", "signature": "(ImPoolIdx)", @@ -11721,7 +11721,7 @@ "cimguiname": "ImPool_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:685", + "location": "imgui_internal:689", "ov_cimguiname": "ImPool_destroy", "realdestructor": true, "ret": "void", @@ -11748,7 +11748,7 @@ "cimguiname": "ImRect_Add", "defaults": {}, "funcname": "Add", - "location": "imgui_internal:555", + "location": "imgui_internal:559", "ov_cimguiname": "ImRect_Add_Vec2", "ret": "void", "signature": "(const ImVec2)", @@ -11771,7 +11771,7 @@ "cimguiname": "ImRect_Add", "defaults": {}, "funcname": "Add", - "location": "imgui_internal:556", + "location": "imgui_internal:560", "ov_cimguiname": "ImRect_Add_Rect", "ret": "void", "signature": "(const ImRect)", @@ -11797,7 +11797,7 @@ "comment": "// Simple version, may lead to an inverted rectangle, which is fine for Contains/Overlaps test but not for display.", "defaults": {}, "funcname": "ClipWith", - "location": "imgui_internal:562", + "location": "imgui_internal:566", "ov_cimguiname": "ImRect_ClipWith", "ret": "void", "signature": "(const ImRect)", @@ -11823,7 +11823,7 @@ "comment": "// Full version, ensure both points are fully clipped.", "defaults": {}, "funcname": "ClipWithFull", - "location": "imgui_internal:563", + "location": "imgui_internal:567", "ov_cimguiname": "ImRect_ClipWithFull", "ret": "void", "signature": "(const ImRect)", @@ -11848,7 +11848,7 @@ "cimguiname": "ImRect_Contains", "defaults": {}, "funcname": "Contains", - "location": "imgui_internal:551", + "location": "imgui_internal:555", "ov_cimguiname": "ImRect_Contains_Vec2", "ret": "bool", "signature": "(const ImVec2)const", @@ -11871,7 +11871,7 @@ "cimguiname": "ImRect_Contains", "defaults": {}, "funcname": "Contains", - "location": "imgui_internal:552", + "location": "imgui_internal:556", "ov_cimguiname": "ImRect_Contains_Rect", "ret": "bool", "signature": "(const ImRect)const", @@ -11900,7 +11900,7 @@ "cimguiname": "ImRect_ContainsWithPad", "defaults": {}, "funcname": "ContainsWithPad", - "location": "imgui_internal:553", + "location": "imgui_internal:557", "ov_cimguiname": "ImRect_ContainsWithPad", "ret": "bool", "signature": "(const ImVec2,const ImVec2)const", @@ -11925,7 +11925,7 @@ "cimguiname": "ImRect_Expand", "defaults": {}, "funcname": "Expand", - "location": "imgui_internal:557", + "location": "imgui_internal:561", "ov_cimguiname": "ImRect_Expand_Float", "ret": "void", "signature": "(const float)", @@ -11948,7 +11948,7 @@ "cimguiname": "ImRect_Expand", "defaults": {}, "funcname": "Expand", - "location": "imgui_internal:558", + "location": "imgui_internal:562", "ov_cimguiname": "ImRect_Expand_Vec2", "ret": "void", "signature": "(const ImVec2)", @@ -11969,7 +11969,7 @@ "cimguiname": "ImRect_Floor", "defaults": {}, "funcname": "Floor", - "location": "imgui_internal:564", + "location": "imgui_internal:568", "ov_cimguiname": "ImRect_Floor", "ret": "void", "signature": "()", @@ -11990,7 +11990,7 @@ "cimguiname": "ImRect_GetArea", "defaults": {}, "funcname": "GetArea", - "location": "imgui_internal:546", + "location": "imgui_internal:550", "ov_cimguiname": "ImRect_GetArea", "ret": "float", "signature": "()const", @@ -12016,7 +12016,7 @@ "comment": "// Bottom-left", "defaults": {}, "funcname": "GetBL", - "location": "imgui_internal:549", + "location": "imgui_internal:553", "nonUDT": 1, "ov_cimguiname": "ImRect_GetBL", "ret": "void", @@ -12043,7 +12043,7 @@ "comment": "// Bottom-right", "defaults": {}, "funcname": "GetBR", - "location": "imgui_internal:550", + "location": "imgui_internal:554", "nonUDT": 1, "ov_cimguiname": "ImRect_GetBR", "ret": "void", @@ -12069,7 +12069,7 @@ "cimguiname": "ImRect_GetCenter", "defaults": {}, "funcname": "GetCenter", - "location": "imgui_internal:542", + "location": "imgui_internal:546", "nonUDT": 1, "ov_cimguiname": "ImRect_GetCenter", "ret": "void", @@ -12091,7 +12091,7 @@ "cimguiname": "ImRect_GetHeight", "defaults": {}, "funcname": "GetHeight", - "location": "imgui_internal:545", + "location": "imgui_internal:549", "ov_cimguiname": "ImRect_GetHeight", "ret": "float", "signature": "()const", @@ -12116,7 +12116,7 @@ "cimguiname": "ImRect_GetSize", "defaults": {}, "funcname": "GetSize", - "location": "imgui_internal:543", + "location": "imgui_internal:547", "nonUDT": 1, "ov_cimguiname": "ImRect_GetSize", "ret": "void", @@ -12143,7 +12143,7 @@ "comment": "// Top-left", "defaults": {}, "funcname": "GetTL", - "location": "imgui_internal:547", + "location": "imgui_internal:551", "nonUDT": 1, "ov_cimguiname": "ImRect_GetTL", "ret": "void", @@ -12170,7 +12170,7 @@ "comment": "// Top-right", "defaults": {}, "funcname": "GetTR", - "location": "imgui_internal:548", + "location": "imgui_internal:552", "nonUDT": 1, "ov_cimguiname": "ImRect_GetTR", "ret": "void", @@ -12192,7 +12192,7 @@ "cimguiname": "ImRect_GetWidth", "defaults": {}, "funcname": "GetWidth", - "location": "imgui_internal:544", + "location": "imgui_internal:548", "ov_cimguiname": "ImRect_GetWidth", "ret": "float", "signature": "()const", @@ -12209,7 +12209,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:537", + "location": "imgui_internal:541", "ov_cimguiname": "ImRect_ImRect_Nil", "signature": "()", "stname": "ImRect" @@ -12232,7 +12232,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:538", + "location": "imgui_internal:542", "ov_cimguiname": "ImRect_ImRect_Vec2", "signature": "(const ImVec2,const ImVec2)", "stname": "ImRect" @@ -12251,7 +12251,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:539", + "location": "imgui_internal:543", "ov_cimguiname": "ImRect_ImRect_Vec4", "signature": "(const ImVec4)", "stname": "ImRect" @@ -12282,7 +12282,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:540", + "location": "imgui_internal:544", "ov_cimguiname": "ImRect_ImRect_Float", "signature": "(float,float,float,float)", "stname": "ImRect" @@ -12302,7 +12302,7 @@ "cimguiname": "ImRect_IsInverted", "defaults": {}, "funcname": "IsInverted", - "location": "imgui_internal:565", + "location": "imgui_internal:569", "ov_cimguiname": "ImRect_IsInverted", "ret": "bool", "signature": "()const", @@ -12327,7 +12327,7 @@ "cimguiname": "ImRect_Overlaps", "defaults": {}, "funcname": "Overlaps", - "location": "imgui_internal:554", + "location": "imgui_internal:558", "ov_cimguiname": "ImRect_Overlaps", "ret": "bool", "signature": "(const ImRect)const", @@ -12352,7 +12352,7 @@ "cimguiname": "ImRect_ToVec4", "defaults": {}, "funcname": "ToVec4", - "location": "imgui_internal:566", + "location": "imgui_internal:570", "nonUDT": 1, "ov_cimguiname": "ImRect_ToVec4", "ret": "void", @@ -12378,7 +12378,7 @@ "cimguiname": "ImRect_Translate", "defaults": {}, "funcname": "Translate", - "location": "imgui_internal:559", + "location": "imgui_internal:563", "ov_cimguiname": "ImRect_Translate", "ret": "void", "signature": "(const ImVec2)", @@ -12403,7 +12403,7 @@ "cimguiname": "ImRect_TranslateX", "defaults": {}, "funcname": "TranslateX", - "location": "imgui_internal:560", + "location": "imgui_internal:564", "ov_cimguiname": "ImRect_TranslateX", "ret": "void", "signature": "(float)", @@ -12428,7 +12428,7 @@ "cimguiname": "ImRect_TranslateY", "defaults": {}, "funcname": "TranslateY", - "location": "imgui_internal:561", + "location": "imgui_internal:565", "ov_cimguiname": "ImRect_TranslateY", "ret": "void", "signature": "(float)", @@ -12448,7 +12448,7 @@ "cimguiname": "ImRect_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:537", + "location": "imgui_internal:541", "ov_cimguiname": "ImRect_destroy", "ret": "void", "signature": "(ImRect*)", @@ -12469,7 +12469,7 @@ "cimguiname": "ImSpanAllocator_GetArenaSizeInBytes", "defaults": {}, "funcname": "GetArenaSizeInBytes", - "location": "imgui_internal:664", + "location": "imgui_internal:668", "ov_cimguiname": "ImSpanAllocator_GetArenaSizeInBytes", "ret": "int", "signature": "()", @@ -12495,7 +12495,7 @@ "cimguiname": "ImSpanAllocator_GetSpanPtrBegin", "defaults": {}, "funcname": "GetSpanPtrBegin", - "location": "imgui_internal:666", + "location": "imgui_internal:670", "ov_cimguiname": "ImSpanAllocator_GetSpanPtrBegin", "ret": "void*", "signature": "(int)", @@ -12521,7 +12521,7 @@ "cimguiname": "ImSpanAllocator_GetSpanPtrEnd", "defaults": {}, "funcname": "GetSpanPtrEnd", - "location": "imgui_internal:667", + "location": "imgui_internal:671", "ov_cimguiname": "ImSpanAllocator_GetSpanPtrEnd", "ret": "void*", "signature": "(int)", @@ -12539,7 +12539,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpanAllocator", - "location": "imgui_internal:662", + "location": "imgui_internal:666", "ov_cimguiname": "ImSpanAllocator_ImSpanAllocator", "signature": "()", "stname": "ImSpanAllocator", @@ -12574,7 +12574,7 @@ "a": "4" }, "funcname": "Reserve", - "location": "imgui_internal:663", + "location": "imgui_internal:667", "ov_cimguiname": "ImSpanAllocator_Reserve", "ret": "void", "signature": "(int,size_t,int)", @@ -12600,7 +12600,7 @@ "cimguiname": "ImSpanAllocator_SetArenaBasePtr", "defaults": {}, "funcname": "SetArenaBasePtr", - "location": "imgui_internal:665", + "location": "imgui_internal:669", "ov_cimguiname": "ImSpanAllocator_SetArenaBasePtr", "ret": "void", "signature": "(void*)", @@ -12621,7 +12621,7 @@ "cimguiname": "ImSpanAllocator_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:662", + "location": "imgui_internal:666", "ov_cimguiname": "ImSpanAllocator_destroy", "ret": "void", "signature": "(ImSpanAllocator*)", @@ -12639,7 +12639,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:630", + "location": "imgui_internal:634", "ov_cimguiname": "ImSpan_ImSpan_Nil", "signature": "()", "stname": "ImSpan", @@ -12663,7 +12663,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:631", + "location": "imgui_internal:635", "ov_cimguiname": "ImSpan_ImSpan_TPtrInt", "signature": "(T*,int)", "stname": "ImSpan", @@ -12687,7 +12687,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:632", + "location": "imgui_internal:636", "ov_cimguiname": "ImSpan_ImSpan_TPtrTPtr", "signature": "(T*,T*)", "stname": "ImSpan", @@ -12708,7 +12708,7 @@ "cimguiname": "ImSpan_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:641", + "location": "imgui_internal:645", "ov_cimguiname": "ImSpan_begin_Nil", "ret": "T*", "signature": "()", @@ -12728,7 +12728,7 @@ "cimguiname": "ImSpan_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:642", + "location": "imgui_internal:646", "ov_cimguiname": "ImSpan_begin__const", "ret": "const T*", "signature": "()const", @@ -12749,7 +12749,7 @@ "cimguiname": "ImSpan_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:630", + "location": "imgui_internal:634", "ov_cimguiname": "ImSpan_destroy", "ret": "void", "signature": "(ImSpan*)", @@ -12771,7 +12771,7 @@ "cimguiname": "ImSpan_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:643", + "location": "imgui_internal:647", "ov_cimguiname": "ImSpan_end_Nil", "ret": "T*", "signature": "()", @@ -12791,7 +12791,7 @@ "cimguiname": "ImSpan_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:644", + "location": "imgui_internal:648", "ov_cimguiname": "ImSpan_end__const", "ret": "const T*", "signature": "()const", @@ -12817,7 +12817,7 @@ "cimguiname": "ImSpan_index_from_ptr", "defaults": {}, "funcname": "index_from_ptr", - "location": "imgui_internal:647", + "location": "imgui_internal:651", "ov_cimguiname": "ImSpan_index_from_ptr", "ret": "int", "signature": "(const T*)const", @@ -12847,7 +12847,7 @@ "cimguiname": "ImSpan_set", "defaults": {}, "funcname": "set", - "location": "imgui_internal:634", + "location": "imgui_internal:638", "ov_cimguiname": "ImSpan_set_Int", "ret": "void", "signature": "(T*,int)", @@ -12875,7 +12875,7 @@ "cimguiname": "ImSpan_set", "defaults": {}, "funcname": "set", - "location": "imgui_internal:635", + "location": "imgui_internal:639", "ov_cimguiname": "ImSpan_set_TPtr", "ret": "void", "signature": "(T*,T*)", @@ -12897,7 +12897,7 @@ "cimguiname": "ImSpan_size", "defaults": {}, "funcname": "size", - "location": "imgui_internal:636", + "location": "imgui_internal:640", "ov_cimguiname": "ImSpan_size", "ret": "int", "signature": "()const", @@ -12919,7 +12919,7 @@ "cimguiname": "ImSpan_size_in_bytes", "defaults": {}, "funcname": "size_in_bytes", - "location": "imgui_internal:637", + "location": "imgui_internal:641", "ov_cimguiname": "ImSpan_size_in_bytes", "ret": "int", "signature": "()const", @@ -12937,7 +12937,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec1", - "location": "imgui_internal:517", + "location": "imgui_internal:521", "ov_cimguiname": "ImVec1_ImVec1_Nil", "signature": "()", "stname": "ImVec1" @@ -12956,7 +12956,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec1", - "location": "imgui_internal:518", + "location": "imgui_internal:522", "ov_cimguiname": "ImVec1_ImVec1_Float", "signature": "(float)", "stname": "ImVec1" @@ -12975,7 +12975,7 @@ "cimguiname": "ImVec1_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:517", + "location": "imgui_internal:521", "ov_cimguiname": "ImVec1_destroy", "ret": "void", "signature": "(ImVec1*)", @@ -13051,7 +13051,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2ih", - "location": "imgui_internal:525", + "location": "imgui_internal:529", "ov_cimguiname": "ImVec2ih_ImVec2ih_Nil", "signature": "()", "stname": "ImVec2ih" @@ -13074,7 +13074,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2ih", - "location": "imgui_internal:526", + "location": "imgui_internal:530", "ov_cimguiname": "ImVec2ih_ImVec2ih_short", "signature": "(short,short)", "stname": "ImVec2ih" @@ -13093,7 +13093,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2ih", - "location": "imgui_internal:527", + "location": "imgui_internal:531", "ov_cimguiname": "ImVec2ih_ImVec2ih_Vec2", "signature": "(const ImVec2)", "stname": "ImVec2ih" @@ -13112,7 +13112,7 @@ "cimguiname": "ImVec2ih_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:525", + "location": "imgui_internal:529", "ov_cimguiname": "ImVec2ih_destroy", "ret": "void", "signature": "(ImVec2ih*)", @@ -13196,7 +13196,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVector", - "location": "imgui:2136", + "location": "imgui:2140", "ov_cimguiname": "ImVector_ImVector_Nil", "signature": "()", "stname": "ImVector", @@ -13216,7 +13216,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVector", - "location": "imgui:2137", + "location": "imgui:2141", "ov_cimguiname": "ImVector_ImVector_Vector_T_", "signature": "(const ImVector_T )", "stname": "ImVector", @@ -13241,7 +13241,7 @@ "cimguiname": "ImVector__grow_capacity", "defaults": {}, "funcname": "_grow_capacity", - "location": "imgui:2163", + "location": "imgui:2167", "ov_cimguiname": "ImVector__grow_capacity", "ret": "int", "signature": "(int)const", @@ -13263,7 +13263,7 @@ "cimguiname": "ImVector_back", "defaults": {}, "funcname": "back", - "location": "imgui:2159", + "location": "imgui:2163", "ov_cimguiname": "ImVector_back_Nil", "ret": "T*", "retref": "&", @@ -13284,7 +13284,7 @@ "cimguiname": "ImVector_back", "defaults": {}, "funcname": "back", - "location": "imgui:2160", + "location": "imgui:2164", "ov_cimguiname": "ImVector_back__const", "ret": "const T*", "retref": "&", @@ -13307,7 +13307,7 @@ "cimguiname": "ImVector_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:2153", + "location": "imgui:2157", "ov_cimguiname": "ImVector_begin_Nil", "ret": "T*", "signature": "()", @@ -13327,7 +13327,7 @@ "cimguiname": "ImVector_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:2154", + "location": "imgui:2158", "ov_cimguiname": "ImVector_begin__const", "ret": "const T*", "signature": "()const", @@ -13349,7 +13349,7 @@ "cimguiname": "ImVector_capacity", "defaults": {}, "funcname": "capacity", - "location": "imgui:2149", + "location": "imgui:2153", "ov_cimguiname": "ImVector_capacity", "ret": "int", "signature": "()const", @@ -13372,7 +13372,7 @@ "comment": "// Important: does not destruct anything", "defaults": {}, "funcname": "clear", - "location": "imgui:2141", + "location": "imgui:2145", "ov_cimguiname": "ImVector_clear", "ret": "void", "signature": "()", @@ -13395,7 +13395,7 @@ "comment": "// Important: never called automatically! always explicit.", "defaults": {}, "funcname": "clear_delete", - "location": "imgui:2142", + "location": "imgui:2146", "ov_cimguiname": "ImVector_clear_delete", "ret": "void", "signature": "()", @@ -13418,7 +13418,7 @@ "comment": "// Important: never called automatically! always explicit.", "defaults": {}, "funcname": "clear_destruct", - "location": "imgui:2143", + "location": "imgui:2147", "ov_cimguiname": "ImVector_clear_destruct", "ret": "void", "signature": "()", @@ -13444,7 +13444,7 @@ "cimguiname": "ImVector_contains", "defaults": {}, "funcname": "contains", - "location": "imgui:2178", + "location": "imgui:2182", "ov_cimguiname": "ImVector_contains", "ret": "bool", "signature": "(const T)const", @@ -13465,7 +13465,7 @@ "cimguiname": "ImVector_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2139", + "location": "imgui:2143", "ov_cimguiname": "ImVector_destroy", "realdestructor": true, "ret": "void", @@ -13488,7 +13488,7 @@ "cimguiname": "ImVector_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:2145", + "location": "imgui:2149", "ov_cimguiname": "ImVector_empty", "ret": "bool", "signature": "()const", @@ -13510,7 +13510,7 @@ "cimguiname": "ImVector_end", "defaults": {}, "funcname": "end", - "location": "imgui:2155", + "location": "imgui:2159", "ov_cimguiname": "ImVector_end_Nil", "ret": "T*", "signature": "()", @@ -13530,7 +13530,7 @@ "cimguiname": "ImVector_end", "defaults": {}, "funcname": "end", - "location": "imgui:2156", + "location": "imgui:2160", "ov_cimguiname": "ImVector_end__const", "ret": "const T*", "signature": "()const", @@ -13556,7 +13556,7 @@ "cimguiname": "ImVector_erase", "defaults": {}, "funcname": "erase", - "location": "imgui:2174", + "location": "imgui:2178", "ov_cimguiname": "ImVector_erase_Nil", "ret": "T*", "signature": "(const T*)", @@ -13584,7 +13584,7 @@ "cimguiname": "ImVector_erase", "defaults": {}, "funcname": "erase", - "location": "imgui:2175", + "location": "imgui:2179", "ov_cimguiname": "ImVector_erase_TPtr", "ret": "T*", "signature": "(const T*,const T*)", @@ -13610,7 +13610,7 @@ "cimguiname": "ImVector_erase_unsorted", "defaults": {}, "funcname": "erase_unsorted", - "location": "imgui:2176", + "location": "imgui:2180", "ov_cimguiname": "ImVector_erase_unsorted", "ret": "T*", "signature": "(const T*)", @@ -13636,7 +13636,7 @@ "cimguiname": "ImVector_find", "defaults": {}, "funcname": "find", - "location": "imgui:2179", + "location": "imgui:2183", "ov_cimguiname": "ImVector_find_Nil", "ret": "T*", "signature": "(const T)", @@ -13660,7 +13660,7 @@ "cimguiname": "ImVector_find", "defaults": {}, "funcname": "find", - "location": "imgui:2180", + "location": "imgui:2184", "ov_cimguiname": "ImVector_find__const", "ret": "const T*", "signature": "(const T)const", @@ -13686,7 +13686,7 @@ "cimguiname": "ImVector_find_erase", "defaults": {}, "funcname": "find_erase", - "location": "imgui:2182", + "location": "imgui:2186", "ov_cimguiname": "ImVector_find_erase", "ret": "bool", "signature": "(const T)", @@ -13712,7 +13712,7 @@ "cimguiname": "ImVector_find_erase_unsorted", "defaults": {}, "funcname": "find_erase_unsorted", - "location": "imgui:2183", + "location": "imgui:2187", "ov_cimguiname": "ImVector_find_erase_unsorted", "ret": "bool", "signature": "(const T)", @@ -13738,7 +13738,7 @@ "cimguiname": "ImVector_find_index", "defaults": {}, "funcname": "find_index", - "location": "imgui:2181", + "location": "imgui:2185", "ov_cimguiname": "ImVector_find_index", "ret": "int", "signature": "(const T)const", @@ -13760,7 +13760,7 @@ "cimguiname": "ImVector_front", "defaults": {}, "funcname": "front", - "location": "imgui:2157", + "location": "imgui:2161", "ov_cimguiname": "ImVector_front_Nil", "ret": "T*", "retref": "&", @@ -13781,7 +13781,7 @@ "cimguiname": "ImVector_front", "defaults": {}, "funcname": "front", - "location": "imgui:2158", + "location": "imgui:2162", "ov_cimguiname": "ImVector_front__const", "ret": "const T*", "retref": "&", @@ -13808,7 +13808,7 @@ "cimguiname": "ImVector_index_from_ptr", "defaults": {}, "funcname": "index_from_ptr", - "location": "imgui:2184", + "location": "imgui:2188", "ov_cimguiname": "ImVector_index_from_ptr", "ret": "int", "signature": "(const T*)const", @@ -13838,7 +13838,7 @@ "cimguiname": "ImVector_insert", "defaults": {}, "funcname": "insert", - "location": "imgui:2177", + "location": "imgui:2181", "ov_cimguiname": "ImVector_insert", "ret": "T*", "signature": "(const T*,const T)", @@ -13860,7 +13860,7 @@ "cimguiname": "ImVector_max_size", "defaults": {}, "funcname": "max_size", - "location": "imgui:2148", + "location": "imgui:2152", "ov_cimguiname": "ImVector_max_size", "ret": "int", "signature": "()const", @@ -13882,7 +13882,7 @@ "cimguiname": "ImVector_pop_back", "defaults": {}, "funcname": "pop_back", - "location": "imgui:2172", + "location": "imgui:2176", "ov_cimguiname": "ImVector_pop_back", "ret": "void", "signature": "()", @@ -13908,7 +13908,7 @@ "cimguiname": "ImVector_push_back", "defaults": {}, "funcname": "push_back", - "location": "imgui:2171", + "location": "imgui:2175", "ov_cimguiname": "ImVector_push_back", "ret": "void", "signature": "(const T)", @@ -13934,7 +13934,7 @@ "cimguiname": "ImVector_push_front", "defaults": {}, "funcname": "push_front", - "location": "imgui:2173", + "location": "imgui:2177", "ov_cimguiname": "ImVector_push_front", "ret": "void", "signature": "(const T)", @@ -13960,7 +13960,7 @@ "cimguiname": "ImVector_reserve", "defaults": {}, "funcname": "reserve", - "location": "imgui:2167", + "location": "imgui:2171", "ov_cimguiname": "ImVector_reserve", "ret": "void", "signature": "(int)", @@ -13986,7 +13986,7 @@ "cimguiname": "ImVector_reserve_discard", "defaults": {}, "funcname": "reserve_discard", - "location": "imgui:2168", + "location": "imgui:2172", "ov_cimguiname": "ImVector_reserve_discard", "ret": "void", "signature": "(int)", @@ -14012,7 +14012,7 @@ "cimguiname": "ImVector_resize", "defaults": {}, "funcname": "resize", - "location": "imgui:2164", + "location": "imgui:2168", "ov_cimguiname": "ImVector_resize_Nil", "ret": "void", "signature": "(int)", @@ -14040,7 +14040,7 @@ "cimguiname": "ImVector_resize", "defaults": {}, "funcname": "resize", - "location": "imgui:2165", + "location": "imgui:2169", "ov_cimguiname": "ImVector_resize_T", "ret": "void", "signature": "(int,const T)", @@ -14067,7 +14067,7 @@ "comment": "// Resize a vector to a smaller size, guaranteed not to cause a reallocation", "defaults": {}, "funcname": "shrink", - "location": "imgui:2166", + "location": "imgui:2170", "ov_cimguiname": "ImVector_shrink", "ret": "void", "signature": "(int)", @@ -14089,7 +14089,7 @@ "cimguiname": "ImVector_size", "defaults": {}, "funcname": "size", - "location": "imgui:2146", + "location": "imgui:2150", "ov_cimguiname": "ImVector_size", "ret": "int", "signature": "()const", @@ -14111,7 +14111,7 @@ "cimguiname": "ImVector_size_in_bytes", "defaults": {}, "funcname": "size_in_bytes", - "location": "imgui:2147", + "location": "imgui:2151", "ov_cimguiname": "ImVector_size_in_bytes", "ret": "int", "signature": "()const", @@ -14138,7 +14138,7 @@ "cimguiname": "ImVector_swap", "defaults": {}, "funcname": "swap", - "location": "imgui:2161", + "location": "imgui:2165", "ov_cimguiname": "ImVector_swap", "ret": "void", "signature": "(ImVector_T *)", @@ -14167,7 +14167,7 @@ "flags": "0" }, "funcname": "AcceptDragDropPayload", - "location": "imgui:914", + "location": "imgui:915", "namespace": "ImGui", "ov_cimguiname": "igAcceptDragDropPayload", "ret": "const ImGuiPayload*", @@ -14190,7 +14190,7 @@ "comment": "// Activate an item by ID (button, checkbox, tree node etc.). Activation is queued and processed on the next frame when the item is encountered again.", "defaults": {}, "funcname": "ActivateItemByID", - "location": "imgui_internal:3382", + "location": "imgui_internal:3391", "namespace": "ImGui", "ov_cimguiname": "igActivateItemByID", "ret": "void", @@ -14216,7 +14216,7 @@ "cimguiname": "igAddContextHook", "defaults": {}, "funcname": "AddContextHook", - "location": "imgui_internal:3243", + "location": "imgui_internal:3252", "namespace": "ImGui", "ov_cimguiname": "igAddContextHook", "ret": "ImGuiID", @@ -14246,7 +14246,7 @@ "cimguiname": "igAddDrawListToDrawDataEx", "defaults": {}, "funcname": "AddDrawListToDrawDataEx", - "location": "imgui_internal:3227", + "location": "imgui_internal:3236", "namespace": "ImGui", "ov_cimguiname": "igAddDrawListToDrawDataEx", "ret": "void", @@ -14268,7 +14268,7 @@ "cimguiname": "igAddSettingsHandler", "defaults": {}, "funcname": "AddSettingsHandler", - "location": "imgui_internal:3260", + "location": "imgui_internal:3269", "namespace": "ImGui", "ov_cimguiname": "igAddSettingsHandler", "ret": "void", @@ -14349,7 +14349,7 @@ "flags": "0" }, "funcname": "ArrowButtonEx", - "location": "imgui_internal:3685", + "location": "imgui_internal:3694", "namespace": "ImGui", "ov_cimguiname": "igArrowButtonEx", "ret": "bool", @@ -14416,7 +14416,7 @@ "cimguiname": "igBeginBoxSelect", "defaults": {}, "funcname": "BeginBoxSelect", - "location": "imgui_internal:3552", + "location": "imgui_internal:3561", "namespace": "ImGui", "ov_cimguiname": "igBeginBoxSelect", "ret": "bool", @@ -14528,7 +14528,7 @@ "cimguiname": "igBeginChildEx", "defaults": {}, "funcname": "BeginChildEx", - "location": "imgui_internal:3329", + "location": "imgui_internal:3338", "namespace": "ImGui", "ov_cimguiname": "igBeginChildEx", "ret": "bool", @@ -14561,7 +14561,7 @@ "flags": "0" }, "funcname": "BeginColumns", - "location": "imgui_internal:3565", + "location": "imgui_internal:3574", "namespace": "ImGui", "ov_cimguiname": "igBeginColumns", "ret": "void", @@ -14593,7 +14593,7 @@ "flags": "0" }, "funcname": "BeginCombo", - "location": "imgui:581", + "location": "imgui:582", "namespace": "ImGui", "ov_cimguiname": "igBeginCombo", "ret": "bool", @@ -14623,7 +14623,7 @@ "cimguiname": "igBeginComboPopup", "defaults": {}, "funcname": "BeginComboPopup", - "location": "imgui_internal:3355", + "location": "imgui_internal:3364", "namespace": "ImGui", "ov_cimguiname": "igBeginComboPopup", "ret": "bool", @@ -14640,7 +14640,7 @@ "cimguiname": "igBeginComboPreview", "defaults": {}, "funcname": "BeginComboPreview", - "location": "imgui_internal:3356", + "location": "imgui_internal:3365", "namespace": "ImGui", "ov_cimguiname": "igBeginComboPreview", "ret": "bool", @@ -14664,7 +14664,7 @@ "disabled": "true" }, "funcname": "BeginDisabled", - "location": "imgui:923", + "location": "imgui:924", "namespace": "ImGui", "ov_cimguiname": "igBeginDisabled", "ret": "void", @@ -14681,7 +14681,7 @@ "cimguiname": "igBeginDisabledOverrideReenable", "defaults": {}, "funcname": "BeginDisabledOverrideReenable", - "location": "imgui_internal:3319", + "location": "imgui_internal:3328", "namespace": "ImGui", "ov_cimguiname": "igBeginDisabledOverrideReenable", "ret": "void", @@ -14703,7 +14703,7 @@ "cimguiname": "igBeginDockableDragDropSource", "defaults": {}, "funcname": "BeginDockableDragDropSource", - "location": "imgui_internal:3496", + "location": "imgui_internal:3505", "namespace": "ImGui", "ov_cimguiname": "igBeginDockableDragDropSource", "ret": "void", @@ -14725,7 +14725,7 @@ "cimguiname": "igBeginDockableDragDropTarget", "defaults": {}, "funcname": "BeginDockableDragDropTarget", - "location": "imgui_internal:3497", + "location": "imgui_internal:3506", "namespace": "ImGui", "ov_cimguiname": "igBeginDockableDragDropTarget", "ret": "void", @@ -14751,7 +14751,7 @@ "cimguiname": "igBeginDocked", "defaults": {}, "funcname": "BeginDocked", - "location": "imgui_internal:3495", + "location": "imgui_internal:3504", "namespace": "ImGui", "ov_cimguiname": "igBeginDocked", "ret": "void", @@ -14776,7 +14776,7 @@ "flags": "0" }, "funcname": "BeginDragDropSource", - "location": "imgui:910", + "location": "imgui:911", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropSource", "ret": "bool", @@ -14794,7 +14794,7 @@ "comment": "// call after submitting an item that may receive a payload. If this returns true, you can call AcceptDragDropPayload() + EndDragDropTarget()", "defaults": {}, "funcname": "BeginDragDropTarget", - "location": "imgui:913", + "location": "imgui:914", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropTarget", "ret": "bool", @@ -14820,7 +14820,7 @@ "cimguiname": "igBeginDragDropTargetCustom", "defaults": {}, "funcname": "BeginDragDropTargetCustom", - "location": "imgui_internal:3538", + "location": "imgui_internal:3547", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropTargetCustom", "ret": "bool", @@ -14837,7 +14837,7 @@ "cimguiname": "igBeginErrorTooltip", "defaults": {}, "funcname": "BeginErrorTooltip", - "location": "imgui_internal:3768", + "location": "imgui_internal:3777", "namespace": "ImGui", "ov_cimguiname": "igBeginErrorTooltip", "ret": "bool", @@ -14873,7 +14873,7 @@ "comment": "// begin/append a tooltip window if preceding item was hovered.", "defaults": {}, "funcname": "BeginItemTooltip", - "location": "imgui:752", + "location": "imgui:753", "namespace": "ImGui", "ov_cimguiname": "igBeginItemTooltip", "ret": "bool", @@ -14902,7 +14902,7 @@ "size": "ImVec2(0,0)" }, "funcname": "BeginListBox", - "location": "imgui:706", + "location": "imgui:707", "namespace": "ImGui", "ov_cimguiname": "igBeginListBox", "ret": "bool", @@ -14920,7 +14920,7 @@ "comment": "// create and append to a full screen menu-bar.", "defaults": {}, "funcname": "BeginMainMenuBar", - "location": "imgui:732", + "location": "imgui:733", "namespace": "ImGui", "ov_cimguiname": "igBeginMainMenuBar", "ret": "bool", @@ -14949,7 +14949,7 @@ "enabled": "true" }, "funcname": "BeginMenu", - "location": "imgui:734", + "location": "imgui:735", "namespace": "ImGui", "ov_cimguiname": "igBeginMenu", "ret": "bool", @@ -14967,7 +14967,7 @@ "comment": "// append to menu-bar of current window (requires ImGuiWindowFlags_MenuBar flag set on parent window).", "defaults": {}, "funcname": "BeginMenuBar", - "location": "imgui:730", + "location": "imgui:731", "namespace": "ImGui", "ov_cimguiname": "igBeginMenuBar", "ret": "bool", @@ -14999,7 +14999,7 @@ "enabled": "true" }, "funcname": "BeginMenuEx", - "location": "imgui_internal:3351", + "location": "imgui_internal:3360", "namespace": "ImGui", "ov_cimguiname": "igBeginMenuEx", "ret": "bool", @@ -15032,7 +15032,7 @@ "selection_size": "-1" }, "funcname": "BeginMultiSelect", - "location": "imgui:695", + "location": "imgui:696", "namespace": "ImGui", "ov_cimguiname": "igBeginMultiSelect", "ret": "ImGuiMultiSelectIO*", @@ -15061,7 +15061,7 @@ "flags": "0" }, "funcname": "BeginPopup", - "location": "imgui:766", + "location": "imgui:767", "namespace": "ImGui", "ov_cimguiname": "igBeginPopup", "ret": "bool", @@ -15091,7 +15091,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextItem", - "location": "imgui:788", + "location": "imgui:789", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextItem", "ret": "bool", @@ -15121,7 +15121,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextVoid", - "location": "imgui:790", + "location": "imgui:791", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextVoid", "ret": "bool", @@ -15151,7 +15151,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextWindow", - "location": "imgui:789", + "location": "imgui:790", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextWindow", "ret": "bool", @@ -15177,7 +15177,7 @@ "cimguiname": "igBeginPopupEx", "defaults": {}, "funcname": "BeginPopupEx", - "location": "imgui_internal:3332", + "location": "imgui_internal:3341", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupEx", "ret": "bool", @@ -15211,7 +15211,7 @@ "p_open": "NULL" }, "funcname": "BeginPopupModal", - "location": "imgui:767", + "location": "imgui:768", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupModal", "ret": "bool", @@ -15240,7 +15240,7 @@ "flags": "0" }, "funcname": "BeginTabBar", - "location": "imgui:868", + "location": "imgui:869", "namespace": "ImGui", "ov_cimguiname": "igBeginTabBar", "ret": "bool", @@ -15270,7 +15270,7 @@ "cimguiname": "igBeginTabBarEx", "defaults": {}, "funcname": "BeginTabBarEx", - "location": "imgui_internal:3633", + "location": "imgui_internal:3642", "namespace": "ImGui", "ov_cimguiname": "igBeginTabBarEx", "ret": "bool", @@ -15304,7 +15304,7 @@ "p_open": "NULL" }, "funcname": "BeginTabItem", - "location": "imgui:870", + "location": "imgui:871", "namespace": "ImGui", "ov_cimguiname": "igBeginTabItem", "ret": "bool", @@ -15346,7 +15346,7 @@ "outer_size": "ImVec2(0.0f,0.0f)" }, "funcname": "BeginTable", - "location": "imgui:819", + "location": "imgui:820", "namespace": "ImGui", "ov_cimguiname": "igBeginTable", "ret": "bool", @@ -15392,7 +15392,7 @@ "outer_size": "ImVec2(0,0)" }, "funcname": "BeginTableEx", - "location": "imgui_internal:3589", + "location": "imgui_internal:3598", "namespace": "ImGui", "ov_cimguiname": "igBeginTableEx", "ret": "bool", @@ -15410,7 +15410,7 @@ "comment": "// begin/append a tooltip window.", "defaults": {}, "funcname": "BeginTooltip", - "location": "imgui:743", + "location": "imgui:744", "namespace": "ImGui", "ov_cimguiname": "igBeginTooltip", "ret": "bool", @@ -15436,7 +15436,7 @@ "cimguiname": "igBeginTooltipEx", "defaults": {}, "funcname": "BeginTooltipEx", - "location": "imgui_internal:3346", + "location": "imgui_internal:3355", "namespace": "ImGui", "ov_cimguiname": "igBeginTooltipEx", "ret": "bool", @@ -15453,7 +15453,7 @@ "cimguiname": "igBeginTooltipHidden", "defaults": {}, "funcname": "BeginTooltipHidden", - "location": "imgui_internal:3347", + "location": "imgui_internal:3356", "namespace": "ImGui", "ov_cimguiname": "igBeginTooltipHidden", "ret": "bool", @@ -15491,7 +15491,7 @@ "cimguiname": "igBeginViewportSideBar", "defaults": {}, "funcname": "BeginViewportSideBar", - "location": "imgui_internal:3350", + "location": "imgui_internal:3359", "namespace": "ImGui", "ov_cimguiname": "igBeginViewportSideBar", "ret": "bool", @@ -15513,7 +15513,7 @@ "cimguiname": "igBringWindowToDisplayBack", "defaults": {}, "funcname": "BringWindowToDisplayBack", - "location": "imgui_internal:3215", + "location": "imgui_internal:3224", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayBack", "ret": "void", @@ -15539,7 +15539,7 @@ "cimguiname": "igBringWindowToDisplayBehind", "defaults": {}, "funcname": "BringWindowToDisplayBehind", - "location": "imgui_internal:3216", + "location": "imgui_internal:3225", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayBehind", "ret": "void", @@ -15561,7 +15561,7 @@ "cimguiname": "igBringWindowToDisplayFront", "defaults": {}, "funcname": "BringWindowToDisplayFront", - "location": "imgui_internal:3214", + "location": "imgui_internal:3223", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayFront", "ret": "void", @@ -15583,7 +15583,7 @@ "cimguiname": "igBringWindowToFocusFront", "defaults": {}, "funcname": "BringWindowToFocusFront", - "location": "imgui_internal:3213", + "location": "imgui_internal:3222", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToFocusFront", "ret": "void", @@ -15724,7 +15724,7 @@ "flags": "0" }, "funcname": "ButtonBehavior", - "location": "imgui_internal:3703", + "location": "imgui_internal:3712", "namespace": "ImGui", "ov_cimguiname": "igButtonBehavior", "ret": "bool", @@ -15757,7 +15757,7 @@ "size_arg": "ImVec2(0,0)" }, "funcname": "ButtonEx", - "location": "imgui_internal:3684", + "location": "imgui_internal:3693", "namespace": "ImGui", "ov_cimguiname": "igButtonEx", "ret": "bool", @@ -15791,7 +15791,7 @@ "cimguiname": "igCalcItemSize", "defaults": {}, "funcname": "CalcItemSize", - "location": "imgui_internal:3312", + "location": "imgui_internal:3321", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcItemSize", @@ -15840,7 +15840,7 @@ "cimguiname": "igCalcRoundingFlagsForRectInRect", "defaults": {}, "funcname": "CalcRoundingFlagsForRectInRect", - "location": "imgui_internal:3680", + "location": "imgui_internal:3689", "namespace": "ImGui", "ov_cimguiname": "igCalcRoundingFlagsForRectInRect", "ret": "ImDrawFlags", @@ -15882,7 +15882,7 @@ "wrap_width": "-1.0f" }, "funcname": "CalcTextSize", - "location": "imgui:983", + "location": "imgui:984", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcTextSize", @@ -15917,7 +15917,7 @@ "cimguiname": "igCalcTypematicRepeatAmount", "defaults": {}, "funcname": "CalcTypematicRepeatAmount", - "location": "imgui_internal:3411", + "location": "imgui_internal:3420", "namespace": "ImGui", "ov_cimguiname": "igCalcTypematicRepeatAmount", "ret": "int", @@ -15943,7 +15943,7 @@ "cimguiname": "igCalcWindowNextAutoFitSize", "defaults": {}, "funcname": "CalcWindowNextAutoFitSize", - "location": "imgui_internal:3194", + "location": "imgui_internal:3203", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcWindowNextAutoFitSize", @@ -15970,7 +15970,7 @@ "cimguiname": "igCalcWrapWidthForPos", "defaults": {}, "funcname": "CalcWrapWidthForPos", - "location": "imgui_internal:3313", + "location": "imgui_internal:3322", "namespace": "ImGui", "ov_cimguiname": "igCalcWrapWidthForPos", "ret": "float", @@ -15996,7 +15996,7 @@ "cimguiname": "igCallContextHooks", "defaults": {}, "funcname": "CallContextHooks", - "location": "imgui_internal:3245", + "location": "imgui_internal:3254", "namespace": "ImGui", "ov_cimguiname": "igCallContextHooks", "ret": "void", @@ -16108,7 +16108,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui_internal:3689", + "location": "imgui_internal:3698", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_S64Ptr", "ret": "bool", @@ -16136,7 +16136,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui_internal:3690", + "location": "imgui_internal:3699", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_U64Ptr", "ret": "bool", @@ -16153,7 +16153,7 @@ "cimguiname": "igClearActiveID", "defaults": {}, "funcname": "ClearActiveID", - "location": "imgui_internal:3295", + "location": "imgui_internal:3304", "namespace": "ImGui", "ov_cimguiname": "igClearActiveID", "ret": "void", @@ -16170,7 +16170,7 @@ "cimguiname": "igClearDragDrop", "defaults": {}, "funcname": "ClearDragDrop", - "location": "imgui_internal:3539", + "location": "imgui_internal:3548", "namespace": "ImGui", "ov_cimguiname": "igClearDragDrop", "ret": "void", @@ -16187,7 +16187,7 @@ "cimguiname": "igClearIniSettings", "defaults": {}, "funcname": "ClearIniSettings", - "location": "imgui_internal:3259", + "location": "imgui_internal:3268", "namespace": "ImGui", "ov_cimguiname": "igClearIniSettings", "ret": "void", @@ -16209,7 +16209,7 @@ "cimguiname": "igClearWindowSettings", "defaults": {}, "funcname": "ClearWindowSettings", - "location": "imgui_internal:3268", + "location": "imgui_internal:3277", "namespace": "ImGui", "ov_cimguiname": "igClearWindowSettings", "ret": "void", @@ -16235,7 +16235,7 @@ "cimguiname": "igCloseButton", "defaults": {}, "funcname": "CloseButton", - "location": "imgui_internal:3693", + "location": "imgui_internal:3702", "namespace": "ImGui", "ov_cimguiname": "igCloseButton", "ret": "bool", @@ -16253,7 +16253,7 @@ "comment": "// manually close the popup we have begin-ed into.", "defaults": {}, "funcname": "CloseCurrentPopup", - "location": "imgui:781", + "location": "imgui:782", "namespace": "ImGui", "ov_cimguiname": "igCloseCurrentPopup", "ret": "void", @@ -16279,7 +16279,7 @@ "cimguiname": "igClosePopupToLevel", "defaults": {}, "funcname": "ClosePopupToLevel", - "location": "imgui_internal:3334", + "location": "imgui_internal:3343", "namespace": "ImGui", "ov_cimguiname": "igClosePopupToLevel", "ret": "void", @@ -16296,7 +16296,7 @@ "cimguiname": "igClosePopupsExceptModals", "defaults": {}, "funcname": "ClosePopupsExceptModals", - "location": "imgui_internal:3336", + "location": "imgui_internal:3345", "namespace": "ImGui", "ov_cimguiname": "igClosePopupsExceptModals", "ret": "void", @@ -16322,7 +16322,7 @@ "cimguiname": "igClosePopupsOverWindow", "defaults": {}, "funcname": "ClosePopupsOverWindow", - "location": "imgui_internal:3335", + "location": "imgui_internal:3344", "namespace": "ImGui", "ov_cimguiname": "igClosePopupsOverWindow", "ret": "void", @@ -16352,7 +16352,7 @@ "cimguiname": "igCollapseButton", "defaults": {}, "funcname": "CollapseButton", - "location": "imgui_internal:3694", + "location": "imgui_internal:3703", "namespace": "ImGui", "ov_cimguiname": "igCollapseButton", "ret": "bool", @@ -16381,7 +16381,7 @@ "flags": "0" }, "funcname": "CollapsingHeader", - "location": "imgui:677", + "location": "imgui:678", "namespace": "ImGui", "ov_cimguiname": "igCollapsingHeader_TreeNodeFlags", "ret": "bool", @@ -16412,7 +16412,7 @@ "flags": "0" }, "funcname": "CollapsingHeader", - "location": "imgui:678", + "location": "imgui:679", "namespace": "ImGui", "ov_cimguiname": "igCollapsingHeader_BoolPtr", "ret": "bool", @@ -16450,7 +16450,7 @@ "size": "ImVec2(0,0)" }, "funcname": "ColorButton", - "location": "imgui:658", + "location": "imgui:659", "namespace": "ImGui", "ov_cimguiname": "igColorButton", "ret": "bool", @@ -16472,7 +16472,7 @@ "cimguiname": "igColorConvertFloat4ToU32", "defaults": {}, "funcname": "ColorConvertFloat4ToU32", - "location": "imgui:987", + "location": "imgui:988", "namespace": "ImGui", "ov_cimguiname": "igColorConvertFloat4ToU32", "ret": "ImU32", @@ -16517,7 +16517,7 @@ "cimguiname": "igColorConvertHSVtoRGB", "defaults": {}, "funcname": "ColorConvertHSVtoRGB", - "location": "imgui:989", + "location": "imgui:990", "namespace": "ImGui", "ov_cimguiname": "igColorConvertHSVtoRGB", "ret": "void", @@ -16562,7 +16562,7 @@ "cimguiname": "igColorConvertRGBtoHSV", "defaults": {}, "funcname": "ColorConvertRGBtoHSV", - "location": "imgui:988", + "location": "imgui:989", "namespace": "ImGui", "ov_cimguiname": "igColorConvertRGBtoHSV", "ret": "void", @@ -16588,7 +16588,7 @@ "cimguiname": "igColorConvertU32ToFloat4", "defaults": {}, "funcname": "ColorConvertU32ToFloat4", - "location": "imgui:986", + "location": "imgui:987", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igColorConvertU32ToFloat4", @@ -16621,7 +16621,7 @@ "flags": "0" }, "funcname": "ColorEdit3", - "location": "imgui:654", + "location": "imgui:655", "namespace": "ImGui", "ov_cimguiname": "igColorEdit3", "ret": "bool", @@ -16653,7 +16653,7 @@ "flags": "0" }, "funcname": "ColorEdit4", - "location": "imgui:655", + "location": "imgui:656", "namespace": "ImGui", "ov_cimguiname": "igColorEdit4", "ret": "bool", @@ -16679,7 +16679,7 @@ "cimguiname": "igColorEditOptionsPopup", "defaults": {}, "funcname": "ColorEditOptionsPopup", - "location": "imgui_internal:3745", + "location": "imgui_internal:3754", "namespace": "ImGui", "ov_cimguiname": "igColorEditOptionsPopup", "ret": "void", @@ -16711,7 +16711,7 @@ "flags": "0" }, "funcname": "ColorPicker3", - "location": "imgui:656", + "location": "imgui:657", "namespace": "ImGui", "ov_cimguiname": "igColorPicker3", "ret": "bool", @@ -16748,7 +16748,7 @@ "ref_col": "NULL" }, "funcname": "ColorPicker4", - "location": "imgui:657", + "location": "imgui:658", "namespace": "ImGui", "ov_cimguiname": "igColorPicker4", "ret": "bool", @@ -16774,7 +16774,7 @@ "cimguiname": "igColorPickerOptionsPopup", "defaults": {}, "funcname": "ColorPickerOptionsPopup", - "location": "imgui_internal:3746", + "location": "imgui_internal:3755", "namespace": "ImGui", "ov_cimguiname": "igColorPickerOptionsPopup", "ret": "void", @@ -16804,7 +16804,7 @@ "cimguiname": "igColorTooltip", "defaults": {}, "funcname": "ColorTooltip", - "location": "imgui_internal:3744", + "location": "imgui_internal:3753", "namespace": "ImGui", "ov_cimguiname": "igColorTooltip", "ret": "void", @@ -16838,7 +16838,7 @@ "id": "NULL" }, "funcname": "Columns", - "location": "imgui:857", + "location": "imgui:858", "namespace": "ImGui", "ov_cimguiname": "igColumns", "ret": "void", @@ -16878,7 +16878,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:583", + "location": "imgui:584", "namespace": "ImGui", "ov_cimguiname": "igCombo_Str_arr", "ret": "bool", @@ -16913,7 +16913,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:584", + "location": "imgui:585", "namespace": "ImGui", "ov_cimguiname": "igCombo_Str", "ret": "bool", @@ -16957,7 +16957,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:585", + "location": "imgui:586", "namespace": "ImGui", "ov_cimguiname": "igCombo_FnStrPtr", "ret": "bool", @@ -16979,7 +16979,7 @@ "cimguiname": "igConvertSingleModFlagToKey", "defaults": {}, "funcname": "ConvertSingleModFlagToKey", - "location": "imgui_internal:3395", + "location": "imgui_internal:3404", "namespace": "ImGui", "ov_cimguiname": "igConvertSingleModFlagToKey", "ret": "ImGuiKey", @@ -17025,7 +17025,7 @@ "cimguiname": "igCreateNewWindowSettings", "defaults": {}, "funcname": "CreateNewWindowSettings", - "location": "imgui_internal:3265", + "location": "imgui_internal:3274", "namespace": "ImGui", "ov_cimguiname": "igCreateNewWindowSettings", "ret": "ImGuiWindowSettings*", @@ -17065,7 +17065,7 @@ "p_data_when_empty": "NULL" }, "funcname": "DataTypeApplyFromText", - "location": "imgui_internal:3729", + "location": "imgui_internal:3738", "namespace": "ImGui", "ov_cimguiname": "igDataTypeApplyFromText", "ret": "bool", @@ -17103,7 +17103,7 @@ "cimguiname": "igDataTypeApplyOp", "defaults": {}, "funcname": "DataTypeApplyOp", - "location": "imgui_internal:3728", + "location": "imgui_internal:3737", "namespace": "ImGui", "ov_cimguiname": "igDataTypeApplyOp", "ret": "void", @@ -17137,7 +17137,7 @@ "cimguiname": "igDataTypeClamp", "defaults": {}, "funcname": "DataTypeClamp", - "location": "imgui_internal:3731", + "location": "imgui_internal:3740", "namespace": "ImGui", "ov_cimguiname": "igDataTypeClamp", "ret": "bool", @@ -17167,7 +17167,7 @@ "cimguiname": "igDataTypeCompare", "defaults": {}, "funcname": "DataTypeCompare", - "location": "imgui_internal:3730", + "location": "imgui_internal:3739", "namespace": "ImGui", "ov_cimguiname": "igDataTypeCompare", "ret": "int", @@ -17205,7 +17205,7 @@ "cimguiname": "igDataTypeFormatString", "defaults": {}, "funcname": "DataTypeFormatString", - "location": "imgui_internal:3727", + "location": "imgui_internal:3736", "namespace": "ImGui", "ov_cimguiname": "igDataTypeFormatString", "ret": "int", @@ -17227,7 +17227,7 @@ "cimguiname": "igDataTypeGetInfo", "defaults": {}, "funcname": "DataTypeGetInfo", - "location": "imgui_internal:3726", + "location": "imgui_internal:3735", "namespace": "ImGui", "ov_cimguiname": "igDataTypeGetInfo", "ret": "const ImGuiDataTypeInfo*", @@ -17253,7 +17253,7 @@ "cimguiname": "igDataTypeIsZero", "defaults": {}, "funcname": "DataTypeIsZero", - "location": "imgui_internal:3732", + "location": "imgui_internal:3741", "namespace": "ImGui", "ov_cimguiname": "igDataTypeIsZero", "ret": "bool", @@ -17288,7 +17288,7 @@ "comment": "// size >= 0 : alloc, size = -1 : free", "defaults": {}, "funcname": "DebugAllocHook", - "location": "imgui_internal:3772", + "location": "imgui_internal:3781", "namespace": "ImGui", "ov_cimguiname": "igDebugAllocHook", "ret": "void", @@ -17314,7 +17314,7 @@ "cimguiname": "igDebugBreakButton", "defaults": {}, "funcname": "DebugBreakButton", - "location": "imgui_internal:3781", + "location": "imgui_internal:3790", "namespace": "ImGui", "ov_cimguiname": "igDebugBreakButton", "ret": "bool", @@ -17340,7 +17340,7 @@ "cimguiname": "igDebugBreakButtonTooltip", "defaults": {}, "funcname": "DebugBreakButtonTooltip", - "location": "imgui_internal:3782", + "location": "imgui_internal:3791", "namespace": "ImGui", "ov_cimguiname": "igDebugBreakButtonTooltip", "ret": "void", @@ -17357,7 +17357,7 @@ "cimguiname": "igDebugBreakClearData", "defaults": {}, "funcname": "DebugBreakClearData", - "location": "imgui_internal:3780", + "location": "imgui_internal:3789", "namespace": "ImGui", "ov_cimguiname": "igDebugBreakClearData", "ret": "void", @@ -17404,7 +17404,7 @@ "comment": "// This is called by IMGUI_CHECKVERSION() macro.", "defaults": {}, "funcname": "DebugCheckVersionAndDataLayout", - "location": "imgui:1069", + "location": "imgui:1070", "namespace": "ImGui", "ov_cimguiname": "igDebugCheckVersionAndDataLayout", "ret": "bool", @@ -17428,7 +17428,7 @@ "col": "4278190335" }, "funcname": "DebugDrawCursorPos", - "location": "imgui_internal:3773", + "location": "imgui_internal:3782", "namespace": "ImGui", "ov_cimguiname": "igDebugDrawCursorPos", "ret": "void", @@ -17452,7 +17452,7 @@ "col": "4278190335" }, "funcname": "DebugDrawItemRect", - "location": "imgui_internal:3775", + "location": "imgui_internal:3784", "namespace": "ImGui", "ov_cimguiname": "igDebugDrawItemRect", "ret": "void", @@ -17476,7 +17476,7 @@ "col": "4278190335" }, "funcname": "DebugDrawLineExtents", - "location": "imgui_internal:3774", + "location": "imgui_internal:3783", "namespace": "ImGui", "ov_cimguiname": "igDebugDrawLineExtents", "ret": "void", @@ -17498,7 +17498,7 @@ "cimguiname": "igDebugFlashStyleColor", "defaults": {}, "funcname": "DebugFlashStyleColor", - "location": "imgui:1067", + "location": "imgui:1068", "namespace": "ImGui", "ov_cimguiname": "igDebugFlashStyleColor", "ret": "void", @@ -17532,7 +17532,7 @@ "cimguiname": "igDebugHookIdInfo", "defaults": {}, "funcname": "DebugHookIdInfo", - "location": "imgui_internal:3784", + "location": "imgui_internal:3793", "namespace": "ImGui", "ov_cimguiname": "igDebugHookIdInfo", "ret": "void", @@ -17555,7 +17555,7 @@ "comment": "// Call sparingly: only 1 at the same time!", "defaults": {}, "funcname": "DebugLocateItem", - "location": "imgui_internal:3777", + "location": "imgui_internal:3786", "namespace": "ImGui", "ov_cimguiname": "igDebugLocateItem", "ret": "void", @@ -17578,7 +17578,7 @@ "comment": "// Only call on reaction to a mouse Hover: because only 1 at the same time!", "defaults": {}, "funcname": "DebugLocateItemOnHover", - "location": "imgui_internal:3778", + "location": "imgui_internal:3787", "namespace": "ImGui", "ov_cimguiname": "igDebugLocateItemOnHover", "ret": "void", @@ -17595,7 +17595,7 @@ "cimguiname": "igDebugLocateItemResolveWithLastItem", "defaults": {}, "funcname": "DebugLocateItemResolveWithLastItem", - "location": "imgui_internal:3779", + "location": "imgui_internal:3788", "namespace": "ImGui", "ov_cimguiname": "igDebugLocateItemResolveWithLastItem", "ret": "void", @@ -17623,7 +17623,7 @@ "defaults": {}, "funcname": "DebugLog", "isvararg": "...)", - "location": "imgui:1071", + "location": "imgui:1072", "namespace": "ImGui", "ov_cimguiname": "igDebugLog", "ret": "void", @@ -17649,7 +17649,7 @@ "cimguiname": "igDebugLogV", "defaults": {}, "funcname": "DebugLogV", - "location": "imgui:1072", + "location": "imgui:1073", "namespace": "ImGui", "ov_cimguiname": "igDebugLogV", "ret": "void", @@ -17671,7 +17671,7 @@ "cimguiname": "igDebugNodeColumns", "defaults": {}, "funcname": "DebugNodeColumns", - "location": "imgui_internal:3785", + "location": "imgui_internal:3794", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeColumns", "ret": "void", @@ -17697,7 +17697,7 @@ "cimguiname": "igDebugNodeDockNode", "defaults": {}, "funcname": "DebugNodeDockNode", - "location": "imgui_internal:3786", + "location": "imgui_internal:3795", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDockNode", "ret": "void", @@ -17735,7 +17735,7 @@ "cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox", "defaults": {}, "funcname": "DebugNodeDrawCmdShowMeshAndBoundingBox", - "location": "imgui_internal:3788", + "location": "imgui_internal:3797", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox", "ret": "void", @@ -17769,7 +17769,7 @@ "cimguiname": "igDebugNodeDrawList", "defaults": {}, "funcname": "DebugNodeDrawList", - "location": "imgui_internal:3787", + "location": "imgui_internal:3796", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDrawList", "ret": "void", @@ -17791,7 +17791,7 @@ "cimguiname": "igDebugNodeFont", "defaults": {}, "funcname": "DebugNodeFont", - "location": "imgui_internal:3789", + "location": "imgui_internal:3798", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeFont", "ret": "void", @@ -17817,7 +17817,7 @@ "cimguiname": "igDebugNodeFontGlyph", "defaults": {}, "funcname": "DebugNodeFontGlyph", - "location": "imgui_internal:3790", + "location": "imgui_internal:3799", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeFontGlyph", "ret": "void", @@ -17839,7 +17839,7 @@ "cimguiname": "igDebugNodeInputTextState", "defaults": {}, "funcname": "DebugNodeInputTextState", - "location": "imgui_internal:3795", + "location": "imgui_internal:3804", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeInputTextState", "ret": "void", @@ -17861,7 +17861,7 @@ "cimguiname": "igDebugNodeMultiSelectState", "defaults": {}, "funcname": "DebugNodeMultiSelectState", - "location": "imgui_internal:3797", + "location": "imgui_internal:3806", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeMultiSelectState", "ret": "void", @@ -17891,7 +17891,7 @@ "cimguiname": "igDebugNodePlatformMonitor", "defaults": {}, "funcname": "DebugNodePlatformMonitor", - "location": "imgui_internal:3803", + "location": "imgui_internal:3812", "namespace": "ImGui", "ov_cimguiname": "igDebugNodePlatformMonitor", "ret": "void", @@ -17917,7 +17917,7 @@ "cimguiname": "igDebugNodeStorage", "defaults": {}, "funcname": "DebugNodeStorage", - "location": "imgui_internal:3791", + "location": "imgui_internal:3800", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeStorage", "ret": "void", @@ -17943,7 +17943,7 @@ "cimguiname": "igDebugNodeTabBar", "defaults": {}, "funcname": "DebugNodeTabBar", - "location": "imgui_internal:3792", + "location": "imgui_internal:3801", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTabBar", "ret": "void", @@ -17965,7 +17965,7 @@ "cimguiname": "igDebugNodeTable", "defaults": {}, "funcname": "DebugNodeTable", - "location": "imgui_internal:3793", + "location": "imgui_internal:3802", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTable", "ret": "void", @@ -17987,7 +17987,7 @@ "cimguiname": "igDebugNodeTableSettings", "defaults": {}, "funcname": "DebugNodeTableSettings", - "location": "imgui_internal:3794", + "location": "imgui_internal:3803", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTableSettings", "ret": "void", @@ -18009,7 +18009,7 @@ "cimguiname": "igDebugNodeTypingSelectState", "defaults": {}, "funcname": "DebugNodeTypingSelectState", - "location": "imgui_internal:3796", + "location": "imgui_internal:3805", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTypingSelectState", "ret": "void", @@ -18031,7 +18031,7 @@ "cimguiname": "igDebugNodeViewport", "defaults": {}, "funcname": "DebugNodeViewport", - "location": "imgui_internal:3802", + "location": "imgui_internal:3811", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeViewport", "ret": "void", @@ -18057,7 +18057,7 @@ "cimguiname": "igDebugNodeWindow", "defaults": {}, "funcname": "DebugNodeWindow", - "location": "imgui_internal:3798", + "location": "imgui_internal:3807", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindow", "ret": "void", @@ -18079,7 +18079,7 @@ "cimguiname": "igDebugNodeWindowSettings", "defaults": {}, "funcname": "DebugNodeWindowSettings", - "location": "imgui_internal:3799", + "location": "imgui_internal:3808", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowSettings", "ret": "void", @@ -18105,7 +18105,7 @@ "cimguiname": "igDebugNodeWindowsList", "defaults": {}, "funcname": "DebugNodeWindowsList", - "location": "imgui_internal:3800", + "location": "imgui_internal:3809", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowsList", "ret": "void", @@ -18135,7 +18135,7 @@ "cimguiname": "igDebugNodeWindowsListByBeginStackParent", "defaults": {}, "funcname": "DebugNodeWindowsListByBeginStackParent", - "location": "imgui_internal:3801", + "location": "imgui_internal:3810", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowsListByBeginStackParent", "ret": "void", @@ -18157,7 +18157,7 @@ "cimguiname": "igDebugRenderKeyboardPreview", "defaults": {}, "funcname": "DebugRenderKeyboardPreview", - "location": "imgui_internal:3804", + "location": "imgui_internal:3813", "namespace": "ImGui", "ov_cimguiname": "igDebugRenderKeyboardPreview", "ret": "void", @@ -18187,7 +18187,7 @@ "cimguiname": "igDebugRenderViewportThumbnail", "defaults": {}, "funcname": "DebugRenderViewportThumbnail", - "location": "imgui_internal:3805", + "location": "imgui_internal:3814", "namespace": "ImGui", "ov_cimguiname": "igDebugRenderViewportThumbnail", "ret": "void", @@ -18204,7 +18204,7 @@ "cimguiname": "igDebugStartItemPicker", "defaults": {}, "funcname": "DebugStartItemPicker", - "location": "imgui:1068", + "location": "imgui:1069", "namespace": "ImGui", "ov_cimguiname": "igDebugStartItemPicker", "ret": "void", @@ -18226,7 +18226,7 @@ "cimguiname": "igDebugTextEncoding", "defaults": {}, "funcname": "DebugTextEncoding", - "location": "imgui:1066", + "location": "imgui:1067", "namespace": "ImGui", "ov_cimguiname": "igDebugTextEncoding", "ret": "void", @@ -18252,7 +18252,7 @@ "cimguiname": "igDebugTextUnformattedWithLocateItem", "defaults": {}, "funcname": "DebugTextUnformattedWithLocateItem", - "location": "imgui_internal:3776", + "location": "imgui_internal:3785", "namespace": "ImGui", "ov_cimguiname": "igDebugTextUnformattedWithLocateItem", "ret": "void", @@ -18299,7 +18299,7 @@ "cimguiname": "igDestroyPlatformWindow", "defaults": {}, "funcname": "DestroyPlatformWindow", - "location": "imgui_internal:3250", + "location": "imgui_internal:3259", "namespace": "ImGui", "ov_cimguiname": "igDestroyPlatformWindow", "ret": "void", @@ -18317,7 +18317,7 @@ "comment": "// call DestroyWindow platform functions for all viewports. call from backend Shutdown() if you need to close platform windows before imgui shutdown. otherwise will be called by DestroyContext().", "defaults": {}, "funcname": "DestroyPlatformWindows", - "location": "imgui:1089", + "location": "imgui:1090", "namespace": "ImGui", "ov_cimguiname": "igDestroyPlatformWindows", "ret": "void", @@ -18346,7 +18346,7 @@ "node_id": "0" }, "funcname": "DockBuilderAddNode", - "location": "imgui_internal:3512", + "location": "imgui_internal:3521", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderAddNode", "ret": "ImGuiID", @@ -18376,7 +18376,7 @@ "cimguiname": "igDockBuilderCopyDockSpace", "defaults": {}, "funcname": "DockBuilderCopyDockSpace", - "location": "imgui_internal:3519", + "location": "imgui_internal:3528", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyDockSpace", "ret": "void", @@ -18406,7 +18406,7 @@ "cimguiname": "igDockBuilderCopyNode", "defaults": {}, "funcname": "DockBuilderCopyNode", - "location": "imgui_internal:3520", + "location": "imgui_internal:3529", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyNode", "ret": "void", @@ -18432,7 +18432,7 @@ "cimguiname": "igDockBuilderCopyWindowSettings", "defaults": {}, "funcname": "DockBuilderCopyWindowSettings", - "location": "imgui_internal:3521", + "location": "imgui_internal:3530", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyWindowSettings", "ret": "void", @@ -18458,7 +18458,7 @@ "cimguiname": "igDockBuilderDockWindow", "defaults": {}, "funcname": "DockBuilderDockWindow", - "location": "imgui_internal:3509", + "location": "imgui_internal:3518", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderDockWindow", "ret": "void", @@ -18480,7 +18480,7 @@ "cimguiname": "igDockBuilderFinish", "defaults": {}, "funcname": "DockBuilderFinish", - "location": "imgui_internal:3522", + "location": "imgui_internal:3531", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderFinish", "ret": "void", @@ -18502,7 +18502,7 @@ "cimguiname": "igDockBuilderGetCentralNode", "defaults": {}, "funcname": "DockBuilderGetCentralNode", - "location": "imgui_internal:3511", + "location": "imgui_internal:3520", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderGetCentralNode", "ret": "ImGuiDockNode*", @@ -18524,7 +18524,7 @@ "cimguiname": "igDockBuilderGetNode", "defaults": {}, "funcname": "DockBuilderGetNode", - "location": "imgui_internal:3510", + "location": "imgui_internal:3519", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderGetNode", "ret": "ImGuiDockNode*", @@ -18547,7 +18547,7 @@ "comment": "// Remove node and all its child, undock all windows", "defaults": {}, "funcname": "DockBuilderRemoveNode", - "location": "imgui_internal:3513", + "location": "imgui_internal:3522", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNode", "ret": "void", @@ -18570,7 +18570,7 @@ "comment": "// Remove all split/hierarchy. All remaining docked windows will be re-docked to the remaining root node (node_id).", "defaults": {}, "funcname": "DockBuilderRemoveNodeChildNodes", - "location": "imgui_internal:3515", + "location": "imgui_internal:3524", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNodeChildNodes", "ret": "void", @@ -18598,7 +18598,7 @@ "clear_settings_refs": "true" }, "funcname": "DockBuilderRemoveNodeDockedWindows", - "location": "imgui_internal:3514", + "location": "imgui_internal:3523", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNodeDockedWindows", "ret": "void", @@ -18624,7 +18624,7 @@ "cimguiname": "igDockBuilderSetNodePos", "defaults": {}, "funcname": "DockBuilderSetNodePos", - "location": "imgui_internal:3516", + "location": "imgui_internal:3525", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSetNodePos", "ret": "void", @@ -18650,7 +18650,7 @@ "cimguiname": "igDockBuilderSetNodeSize", "defaults": {}, "funcname": "DockBuilderSetNodeSize", - "location": "imgui_internal:3517", + "location": "imgui_internal:3526", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSetNodeSize", "ret": "void", @@ -18689,7 +18689,7 @@ "comment": "// Create 2 child nodes in this parent node.", "defaults": {}, "funcname": "DockBuilderSplitNode", - "location": "imgui_internal:3518", + "location": "imgui_internal:3527", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSplitNode", "ret": "ImGuiID", @@ -18735,7 +18735,7 @@ "cimguiname": "igDockContextCalcDropPosForDocking", "defaults": {}, "funcname": "DockContextCalcDropPosForDocking", - "location": "imgui_internal:3484", + "location": "imgui_internal:3493", "namespace": "ImGui", "ov_cimguiname": "igDockContextCalcDropPosForDocking", "ret": "bool", @@ -18766,7 +18766,7 @@ "comment": "// Use root_id==0 to clear all", "defaults": {}, "funcname": "DockContextClearNodes", - "location": "imgui_internal:3473", + "location": "imgui_internal:3482", "namespace": "ImGui", "ov_cimguiname": "igDockContextClearNodes", "ret": "void", @@ -18788,7 +18788,7 @@ "cimguiname": "igDockContextEndFrame", "defaults": {}, "funcname": "DockContextEndFrame", - "location": "imgui_internal:3477", + "location": "imgui_internal:3486", "namespace": "ImGui", "ov_cimguiname": "igDockContextEndFrame", "ret": "void", @@ -18814,7 +18814,7 @@ "cimguiname": "igDockContextFindNodeByID", "defaults": {}, "funcname": "DockContextFindNodeByID", - "location": "imgui_internal:3485", + "location": "imgui_internal:3494", "namespace": "ImGui", "ov_cimguiname": "igDockContextFindNodeByID", "ret": "ImGuiDockNode*", @@ -18836,7 +18836,7 @@ "cimguiname": "igDockContextGenNodeID", "defaults": {}, "funcname": "DockContextGenNodeID", - "location": "imgui_internal:3478", + "location": "imgui_internal:3487", "namespace": "ImGui", "ov_cimguiname": "igDockContextGenNodeID", "ret": "ImGuiID", @@ -18858,7 +18858,7 @@ "cimguiname": "igDockContextInitialize", "defaults": {}, "funcname": "DockContextInitialize", - "location": "imgui_internal:3471", + "location": "imgui_internal:3480", "namespace": "ImGui", "ov_cimguiname": "igDockContextInitialize", "ret": "void", @@ -18880,7 +18880,7 @@ "cimguiname": "igDockContextNewFrameUpdateDocking", "defaults": {}, "funcname": "DockContextNewFrameUpdateDocking", - "location": "imgui_internal:3476", + "location": "imgui_internal:3485", "namespace": "ImGui", "ov_cimguiname": "igDockContextNewFrameUpdateDocking", "ret": "void", @@ -18902,7 +18902,7 @@ "cimguiname": "igDockContextNewFrameUpdateUndocking", "defaults": {}, "funcname": "DockContextNewFrameUpdateUndocking", - "location": "imgui_internal:3475", + "location": "imgui_internal:3484", "namespace": "ImGui", "ov_cimguiname": "igDockContextNewFrameUpdateUndocking", "ret": "void", @@ -18928,7 +18928,7 @@ "cimguiname": "igDockContextProcessUndockNode", "defaults": {}, "funcname": "DockContextProcessUndockNode", - "location": "imgui_internal:3483", + "location": "imgui_internal:3492", "namespace": "ImGui", "ov_cimguiname": "igDockContextProcessUndockNode", "ret": "void", @@ -18960,7 +18960,7 @@ "clear_persistent_docking_ref": "true" }, "funcname": "DockContextProcessUndockWindow", - "location": "imgui_internal:3482", + "location": "imgui_internal:3491", "namespace": "ImGui", "ov_cimguiname": "igDockContextProcessUndockWindow", "ret": "void", @@ -19006,7 +19006,7 @@ "cimguiname": "igDockContextQueueDock", "defaults": {}, "funcname": "DockContextQueueDock", - "location": "imgui_internal:3479", + "location": "imgui_internal:3488", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueDock", "ret": "void", @@ -19032,7 +19032,7 @@ "cimguiname": "igDockContextQueueUndockNode", "defaults": {}, "funcname": "DockContextQueueUndockNode", - "location": "imgui_internal:3481", + "location": "imgui_internal:3490", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueUndockNode", "ret": "void", @@ -19058,7 +19058,7 @@ "cimguiname": "igDockContextQueueUndockWindow", "defaults": {}, "funcname": "DockContextQueueUndockWindow", - "location": "imgui_internal:3480", + "location": "imgui_internal:3489", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueUndockWindow", "ret": "void", @@ -19080,7 +19080,7 @@ "cimguiname": "igDockContextRebuildNodes", "defaults": {}, "funcname": "DockContextRebuildNodes", - "location": "imgui_internal:3474", + "location": "imgui_internal:3483", "namespace": "ImGui", "ov_cimguiname": "igDockContextRebuildNodes", "ret": "void", @@ -19102,7 +19102,7 @@ "cimguiname": "igDockContextShutdown", "defaults": {}, "funcname": "DockContextShutdown", - "location": "imgui_internal:3472", + "location": "imgui_internal:3481", "namespace": "ImGui", "ov_cimguiname": "igDockContextShutdown", "ret": "void", @@ -19124,7 +19124,7 @@ "cimguiname": "igDockNodeBeginAmendTabBar", "defaults": {}, "funcname": "DockNodeBeginAmendTabBar", - "location": "imgui_internal:3487", + "location": "imgui_internal:3496", "namespace": "ImGui", "ov_cimguiname": "igDockNodeBeginAmendTabBar", "ret": "bool", @@ -19141,7 +19141,7 @@ "cimguiname": "igDockNodeEndAmendTabBar", "defaults": {}, "funcname": "DockNodeEndAmendTabBar", - "location": "imgui_internal:3488", + "location": "imgui_internal:3497", "namespace": "ImGui", "ov_cimguiname": "igDockNodeEndAmendTabBar", "ret": "void", @@ -19163,7 +19163,7 @@ "cimguiname": "igDockNodeGetDepth", "defaults": {}, "funcname": "DockNodeGetDepth", - "location": "imgui_internal:3491", + "location": "imgui_internal:3500", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetDepth", "ret": "int", @@ -19185,7 +19185,7 @@ "cimguiname": "igDockNodeGetRootNode", "defaults": {}, "funcname": "DockNodeGetRootNode", - "location": "imgui_internal:3489", + "location": "imgui_internal:3498", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetRootNode", "ret": "ImGuiDockNode*", @@ -19207,7 +19207,7 @@ "cimguiname": "igDockNodeGetWindowMenuButtonId", "defaults": {}, "funcname": "DockNodeGetWindowMenuButtonId", - "location": "imgui_internal:3492", + "location": "imgui_internal:3501", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetWindowMenuButtonId", "ret": "ImGuiID", @@ -19233,7 +19233,7 @@ "cimguiname": "igDockNodeIsInHierarchyOf", "defaults": {}, "funcname": "DockNodeIsInHierarchyOf", - "location": "imgui_internal:3490", + "location": "imgui_internal:3499", "namespace": "ImGui", "ov_cimguiname": "igDockNodeIsInHierarchyOf", "ret": "bool", @@ -19263,7 +19263,7 @@ "cimguiname": "igDockNodeWindowMenuHandler_Default", "defaults": {}, "funcname": "DockNodeWindowMenuHandler_Default", - "location": "imgui_internal:3486", + "location": "imgui_internal:3495", "namespace": "ImGui", "ov_cimguiname": "igDockNodeWindowMenuHandler_Default", "ret": "void", @@ -19301,7 +19301,7 @@ "window_class": "NULL" }, "funcname": "DockSpace", - "location": "imgui:888", + "location": "imgui:889", "namespace": "ImGui", "ov_cimguiname": "igDockSpace", "ret": "ImGuiID", @@ -19340,7 +19340,7 @@ "window_class": "NULL" }, "funcname": "DockSpaceOverViewport", - "location": "imgui:889", + "location": "imgui:890", "namespace": "ImGui", "ov_cimguiname": "igDockSpaceOverViewport", "ret": "ImGuiID", @@ -19390,7 +19390,7 @@ "cimguiname": "igDragBehavior", "defaults": {}, "funcname": "DragBehavior", - "location": "imgui_internal:3704", + "location": "imgui_internal:3713", "namespace": "ImGui", "ov_cimguiname": "igDragBehavior", "ret": "bool", @@ -19443,7 +19443,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat", - "location": "imgui:599", + "location": "imgui:600", "namespace": "ImGui", "ov_cimguiname": "igDragFloat", "ret": "bool", @@ -19495,7 +19495,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat2", - "location": "imgui:600", + "location": "imgui:601", "namespace": "ImGui", "ov_cimguiname": "igDragFloat2", "ret": "bool", @@ -19547,7 +19547,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat3", - "location": "imgui:601", + "location": "imgui:602", "namespace": "ImGui", "ov_cimguiname": "igDragFloat3", "ret": "bool", @@ -19599,7 +19599,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat4", - "location": "imgui:602", + "location": "imgui:603", "namespace": "ImGui", "ov_cimguiname": "igDragFloat4", "ret": "bool", @@ -19660,7 +19660,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloatRange2", - "location": "imgui:603", + "location": "imgui:604", "namespace": "ImGui", "ov_cimguiname": "igDragFloatRange2", "ret": "bool", @@ -19713,7 +19713,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt", - "location": "imgui:604", + "location": "imgui:605", "namespace": "ImGui", "ov_cimguiname": "igDragInt", "ret": "bool", @@ -19765,7 +19765,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt2", - "location": "imgui:605", + "location": "imgui:606", "namespace": "ImGui", "ov_cimguiname": "igDragInt2", "ret": "bool", @@ -19817,7 +19817,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt3", - "location": "imgui:606", + "location": "imgui:607", "namespace": "ImGui", "ov_cimguiname": "igDragInt3", "ret": "bool", @@ -19869,7 +19869,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt4", - "location": "imgui:607", + "location": "imgui:608", "namespace": "ImGui", "ov_cimguiname": "igDragInt4", "ret": "bool", @@ -19930,7 +19930,7 @@ "v_speed": "1.0f" }, "funcname": "DragIntRange2", - "location": "imgui:608", + "location": "imgui:609", "namespace": "ImGui", "ov_cimguiname": "igDragIntRange2", "ret": "bool", @@ -19986,7 +19986,7 @@ "v_speed": "1.0f" }, "funcname": "DragScalar", - "location": "imgui:609", + "location": "imgui:610", "namespace": "ImGui", "ov_cimguiname": "igDragScalar", "ret": "bool", @@ -20046,7 +20046,7 @@ "v_speed": "1.0f" }, "funcname": "DragScalarN", - "location": "imgui:610", + "location": "imgui:611", "namespace": "ImGui", "ov_cimguiname": "igDragScalarN", "ret": "bool", @@ -20112,7 +20112,7 @@ "cimguiname": "igEndBoxSelect", "defaults": {}, "funcname": "EndBoxSelect", - "location": "imgui_internal:3553", + "location": "imgui_internal:3562", "namespace": "ImGui", "ov_cimguiname": "igEndBoxSelect", "ret": "void", @@ -20147,7 +20147,7 @@ "comment": "// close columns", "defaults": {}, "funcname": "EndColumns", - "location": "imgui_internal:3566", + "location": "imgui_internal:3575", "namespace": "ImGui", "ov_cimguiname": "igEndColumns", "ret": "void", @@ -20165,7 +20165,7 @@ "comment": "// only call EndCombo() if BeginCombo() returns true!", "defaults": {}, "funcname": "EndCombo", - "location": "imgui:582", + "location": "imgui:583", "namespace": "ImGui", "ov_cimguiname": "igEndCombo", "ret": "void", @@ -20182,7 +20182,7 @@ "cimguiname": "igEndComboPreview", "defaults": {}, "funcname": "EndComboPreview", - "location": "imgui_internal:3357", + "location": "imgui_internal:3366", "namespace": "ImGui", "ov_cimguiname": "igEndComboPreview", "ret": "void", @@ -20199,7 +20199,7 @@ "cimguiname": "igEndDisabled", "defaults": {}, "funcname": "EndDisabled", - "location": "imgui:924", + "location": "imgui:925", "namespace": "ImGui", "ov_cimguiname": "igEndDisabled", "ret": "void", @@ -20216,7 +20216,7 @@ "cimguiname": "igEndDisabledOverrideReenable", "defaults": {}, "funcname": "EndDisabledOverrideReenable", - "location": "imgui_internal:3320", + "location": "imgui_internal:3329", "namespace": "ImGui", "ov_cimguiname": "igEndDisabledOverrideReenable", "ret": "void", @@ -20234,7 +20234,7 @@ "comment": "// only call EndDragDropSource() if BeginDragDropSource() returns true!", "defaults": {}, "funcname": "EndDragDropSource", - "location": "imgui:912", + "location": "imgui:913", "namespace": "ImGui", "ov_cimguiname": "igEndDragDropSource", "ret": "void", @@ -20252,7 +20252,7 @@ "comment": "// only call EndDragDropTarget() if BeginDragDropTarget() returns true!", "defaults": {}, "funcname": "EndDragDropTarget", - "location": "imgui:915", + "location": "imgui:916", "namespace": "ImGui", "ov_cimguiname": "igEndDragDropTarget", "ret": "void", @@ -20269,7 +20269,7 @@ "cimguiname": "igEndErrorTooltip", "defaults": {}, "funcname": "EndErrorTooltip", - "location": "imgui_internal:3769", + "location": "imgui_internal:3778", "namespace": "ImGui", "ov_cimguiname": "igEndErrorTooltip", "ret": "void", @@ -20323,7 +20323,7 @@ "comment": "// only call EndListBox() if BeginListBox() returned true!", "defaults": {}, "funcname": "EndListBox", - "location": "imgui:707", + "location": "imgui:708", "namespace": "ImGui", "ov_cimguiname": "igEndListBox", "ret": "void", @@ -20341,7 +20341,7 @@ "comment": "// only call EndMainMenuBar() if BeginMainMenuBar() returns true!", "defaults": {}, "funcname": "EndMainMenuBar", - "location": "imgui:733", + "location": "imgui:734", "namespace": "ImGui", "ov_cimguiname": "igEndMainMenuBar", "ret": "void", @@ -20359,7 +20359,7 @@ "comment": "// only call EndMenu() if BeginMenu() returns true!", "defaults": {}, "funcname": "EndMenu", - "location": "imgui:735", + "location": "imgui:736", "namespace": "ImGui", "ov_cimguiname": "igEndMenu", "ret": "void", @@ -20377,7 +20377,7 @@ "comment": "// only call EndMenuBar() if BeginMenuBar() returns true!", "defaults": {}, "funcname": "EndMenuBar", - "location": "imgui:731", + "location": "imgui:732", "namespace": "ImGui", "ov_cimguiname": "igEndMenuBar", "ret": "void", @@ -20394,7 +20394,7 @@ "cimguiname": "igEndMultiSelect", "defaults": {}, "funcname": "EndMultiSelect", - "location": "imgui:696", + "location": "imgui:697", "namespace": "ImGui", "ov_cimguiname": "igEndMultiSelect", "ret": "ImGuiMultiSelectIO*", @@ -20412,7 +20412,7 @@ "comment": "// only call EndPopup() if BeginPopupXXX() returns true!", "defaults": {}, "funcname": "EndPopup", - "location": "imgui:768", + "location": "imgui:769", "namespace": "ImGui", "ov_cimguiname": "igEndPopup", "ret": "void", @@ -20430,7 +20430,7 @@ "comment": "// only call EndTabBar() if BeginTabBar() returns true!", "defaults": {}, "funcname": "EndTabBar", - "location": "imgui:869", + "location": "imgui:870", "namespace": "ImGui", "ov_cimguiname": "igEndTabBar", "ret": "void", @@ -20448,7 +20448,7 @@ "comment": "// only call EndTabItem() if BeginTabItem() returns true!", "defaults": {}, "funcname": "EndTabItem", - "location": "imgui:871", + "location": "imgui:872", "namespace": "ImGui", "ov_cimguiname": "igEndTabItem", "ret": "void", @@ -20466,7 +20466,7 @@ "comment": "// only call EndTable() if BeginTable() returns true!", "defaults": {}, "funcname": "EndTable", - "location": "imgui:820", + "location": "imgui:821", "namespace": "ImGui", "ov_cimguiname": "igEndTable", "ret": "void", @@ -20484,7 +20484,7 @@ "comment": "// only call EndTooltip() if BeginTooltip()/BeginItemTooltip() returns true!", "defaults": {}, "funcname": "EndTooltip", - "location": "imgui:744", + "location": "imgui:745", "namespace": "ImGui", "ov_cimguiname": "igEndTooltip", "ret": "void", @@ -20501,7 +20501,7 @@ "cimguiname": "igErrorCheckEndFrameFinalizeErrorTooltip", "defaults": {}, "funcname": "ErrorCheckEndFrameFinalizeErrorTooltip", - "location": "imgui_internal:3767", + "location": "imgui_internal:3776", "namespace": "ImGui", "ov_cimguiname": "igErrorCheckEndFrameFinalizeErrorTooltip", "ret": "void", @@ -20518,7 +20518,7 @@ "cimguiname": "igErrorCheckUsingSetCursorPosToExtendParentBoundaries", "defaults": {}, "funcname": "ErrorCheckUsingSetCursorPosToExtendParentBoundaries", - "location": "imgui_internal:3766", + "location": "imgui_internal:3775", "namespace": "ImGui", "ov_cimguiname": "igErrorCheckUsingSetCursorPosToExtendParentBoundaries", "ret": "void", @@ -20540,7 +20540,7 @@ "cimguiname": "igErrorLog", "defaults": {}, "funcname": "ErrorLog", - "location": "imgui_internal:3762", + "location": "imgui_internal:3771", "namespace": "ImGui", "ov_cimguiname": "igErrorLog", "ret": "bool", @@ -20562,7 +20562,7 @@ "cimguiname": "igErrorRecoveryStoreState", "defaults": {}, "funcname": "ErrorRecoveryStoreState", - "location": "imgui_internal:3763", + "location": "imgui_internal:3772", "namespace": "ImGui", "ov_cimguiname": "igErrorRecoveryStoreState", "ret": "void", @@ -20584,7 +20584,7 @@ "cimguiname": "igErrorRecoveryTryToRecoverState", "defaults": {}, "funcname": "ErrorRecoveryTryToRecoverState", - "location": "imgui_internal:3764", + "location": "imgui_internal:3773", "namespace": "ImGui", "ov_cimguiname": "igErrorRecoveryTryToRecoverState", "ret": "void", @@ -20606,7 +20606,7 @@ "cimguiname": "igErrorRecoveryTryToRecoverWindowState", "defaults": {}, "funcname": "ErrorRecoveryTryToRecoverWindowState", - "location": "imgui_internal:3765", + "location": "imgui_internal:3774", "namespace": "ImGui", "ov_cimguiname": "igErrorRecoveryTryToRecoverWindowState", "ret": "void", @@ -20632,7 +20632,7 @@ "cimguiname": "igFindBestWindowPosForPopup", "defaults": {}, "funcname": "FindBestWindowPosForPopup", - "location": "imgui_internal:3342", + "location": "imgui_internal:3351", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igFindBestWindowPosForPopup", @@ -20679,7 +20679,7 @@ "cimguiname": "igFindBestWindowPosForPopupEx", "defaults": {}, "funcname": "FindBestWindowPosForPopupEx", - "location": "imgui_internal:3343", + "location": "imgui_internal:3352", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igFindBestWindowPosForPopupEx", @@ -20702,7 +20702,7 @@ "cimguiname": "igFindBlockingModal", "defaults": {}, "funcname": "FindBlockingModal", - "location": "imgui_internal:3341", + "location": "imgui_internal:3350", "namespace": "ImGui", "ov_cimguiname": "igFindBlockingModal", "ret": "ImGuiWindow*", @@ -20724,7 +20724,7 @@ "cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack", "defaults": {}, "funcname": "FindBottomMostVisibleWindowWithinBeginStack", - "location": "imgui_internal:3218", + "location": "imgui_internal:3227", "namespace": "ImGui", "ov_cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack", "ret": "ImGuiWindow*", @@ -20746,7 +20746,7 @@ "cimguiname": "igFindHoveredViewportFromPlatformWindowStack", "defaults": {}, "funcname": "FindHoveredViewportFromPlatformWindowStack", - "location": "imgui_internal:3254", + "location": "imgui_internal:3263", "namespace": "ImGui", "ov_cimguiname": "igFindHoveredViewportFromPlatformWindowStack", "ret": "ImGuiViewportP*", @@ -20780,7 +20780,7 @@ "cimguiname": "igFindHoveredWindowEx", "defaults": {}, "funcname": "FindHoveredWindowEx", - "location": "imgui_internal:3236", + "location": "imgui_internal:3245", "namespace": "ImGui", "ov_cimguiname": "igFindHoveredWindowEx", "ret": "void", @@ -20806,7 +20806,7 @@ "cimguiname": "igFindOrCreateColumns", "defaults": {}, "funcname": "FindOrCreateColumns", - "location": "imgui_internal:3571", + "location": "imgui_internal:3580", "namespace": "ImGui", "ov_cimguiname": "igFindOrCreateColumns", "ret": "ImGuiOldColumns*", @@ -20835,7 +20835,7 @@ "text_end": "NULL" }, "funcname": "FindRenderedTextEnd", - "location": "imgui_internal:3669", + "location": "imgui_internal:3678", "namespace": "ImGui", "ov_cimguiname": "igFindRenderedTextEnd", "ret": "const char*", @@ -20857,7 +20857,7 @@ "cimguiname": "igFindSettingsHandler", "defaults": {}, "funcname": "FindSettingsHandler", - "location": "imgui_internal:3262", + "location": "imgui_internal:3271", "namespace": "ImGui", "ov_cimguiname": "igFindSettingsHandler", "ret": "ImGuiSettingsHandler*", @@ -20880,7 +20880,7 @@ "comment": "// this is a helper for backends.", "defaults": {}, "funcname": "FindViewportByID", - "location": "imgui:1090", + "location": "imgui:1091", "namespace": "ImGui", "ov_cimguiname": "igFindViewportByID", "ret": "ImGuiViewport*", @@ -20903,7 +20903,7 @@ "comment": "// this is a helper for backends. the type platform_handle is decided by the backend (e.g. HWND, MyWindow*, GLFWwindow* etc.)", "defaults": {}, "funcname": "FindViewportByPlatformHandle", - "location": "imgui:1091", + "location": "imgui:1092", "namespace": "ImGui", "ov_cimguiname": "igFindViewportByPlatformHandle", "ret": "ImGuiViewport*", @@ -20925,7 +20925,7 @@ "cimguiname": "igFindWindowByID", "defaults": {}, "funcname": "FindWindowByID", - "location": "imgui_internal:3190", + "location": "imgui_internal:3199", "namespace": "ImGui", "ov_cimguiname": "igFindWindowByID", "ret": "ImGuiWindow*", @@ -20947,7 +20947,7 @@ "cimguiname": "igFindWindowByName", "defaults": {}, "funcname": "FindWindowByName", - "location": "imgui_internal:3191", + "location": "imgui_internal:3200", "namespace": "ImGui", "ov_cimguiname": "igFindWindowByName", "ret": "ImGuiWindow*", @@ -20969,7 +20969,7 @@ "cimguiname": "igFindWindowDisplayIndex", "defaults": {}, "funcname": "FindWindowDisplayIndex", - "location": "imgui_internal:3217", + "location": "imgui_internal:3226", "namespace": "ImGui", "ov_cimguiname": "igFindWindowDisplayIndex", "ret": "int", @@ -20991,7 +20991,7 @@ "cimguiname": "igFindWindowSettingsByID", "defaults": {}, "funcname": "FindWindowSettingsByID", - "location": "imgui_internal:3266", + "location": "imgui_internal:3275", "namespace": "ImGui", "ov_cimguiname": "igFindWindowSettingsByID", "ret": "ImGuiWindowSettings*", @@ -21013,7 +21013,7 @@ "cimguiname": "igFindWindowSettingsByWindow", "defaults": {}, "funcname": "FindWindowSettingsByWindow", - "location": "imgui_internal:3267", + "location": "imgui_internal:3276", "namespace": "ImGui", "ov_cimguiname": "igFindWindowSettingsByWindow", "ret": "ImGuiWindowSettings*", @@ -21035,7 +21035,7 @@ "cimguiname": "igFixupKeyChord", "defaults": {}, "funcname": "FixupKeyChord", - "location": "imgui_internal:3394", + "location": "imgui_internal:3403", "namespace": "ImGui", "ov_cimguiname": "igFixupKeyChord", "ret": "ImGuiKeyChord", @@ -21053,7 +21053,7 @@ "comment": "// Focus last item (no selection/activation).", "defaults": {}, "funcname": "FocusItem", - "location": "imgui_internal:3381", + "location": "imgui_internal:3390", "namespace": "ImGui", "ov_cimguiname": "igFocusItem", "ret": "void", @@ -21087,7 +21087,7 @@ "cimguiname": "igFocusTopMostWindowUnderOne", "defaults": {}, "funcname": "FocusTopMostWindowUnderOne", - "location": "imgui_internal:3212", + "location": "imgui_internal:3221", "namespace": "ImGui", "ov_cimguiname": "igFocusTopMostWindowUnderOne", "ret": "void", @@ -21115,7 +21115,7 @@ "flags": "0" }, "funcname": "FocusWindow", - "location": "imgui_internal:3211", + "location": "imgui_internal:3220", "namespace": "ImGui", "ov_cimguiname": "igFocusWindow", "ret": "void", @@ -21137,7 +21137,7 @@ "cimguiname": "igGcAwakeTransientWindowBuffers", "defaults": {}, "funcname": "GcAwakeTransientWindowBuffers", - "location": "imgui_internal:3759", + "location": "imgui_internal:3768", "namespace": "ImGui", "ov_cimguiname": "igGcAwakeTransientWindowBuffers", "ret": "void", @@ -21154,7 +21154,7 @@ "cimguiname": "igGcCompactTransientMiscBuffers", "defaults": {}, "funcname": "GcCompactTransientMiscBuffers", - "location": "imgui_internal:3757", + "location": "imgui_internal:3766", "namespace": "ImGui", "ov_cimguiname": "igGcCompactTransientMiscBuffers", "ret": "void", @@ -21176,7 +21176,7 @@ "cimguiname": "igGcCompactTransientWindowBuffers", "defaults": {}, "funcname": "GcCompactTransientWindowBuffers", - "location": "imgui_internal:3758", + "location": "imgui_internal:3767", "namespace": "ImGui", "ov_cimguiname": "igGcCompactTransientWindowBuffers", "ret": "void", @@ -21193,7 +21193,7 @@ "cimguiname": "igGetActiveID", "defaults": {}, "funcname": "GetActiveID", - "location": "imgui_internal:3291", + "location": "imgui_internal:3300", "namespace": "ImGui", "ov_cimguiname": "igGetActiveID", "ret": "ImGuiID", @@ -21223,7 +21223,7 @@ "cimguiname": "igGetAllocatorFunctions", "defaults": {}, "funcname": "GetAllocatorFunctions", - "location": "imgui:1080", + "location": "imgui:1081", "namespace": "ImGui", "ov_cimguiname": "igGetAllocatorFunctions", "ret": "void", @@ -21248,7 +21248,7 @@ "viewport": "NULL" }, "funcname": "GetBackgroundDrawList", - "location": "imgui:969", + "location": "imgui:970", "namespace": "ImGui", "ov_cimguiname": "igGetBackgroundDrawList", "ret": "ImDrawList*", @@ -21270,7 +21270,7 @@ "cimguiname": "igGetBoxSelectState", "defaults": {}, "funcname": "GetBoxSelectState", - "location": "imgui_internal:3560", + "location": "imgui_internal:3569", "namespace": "ImGui", "ov_cimguiname": "igGetBoxSelectState", "ret": "ImGuiBoxSelectState*", @@ -21287,7 +21287,7 @@ "cimguiname": "igGetClipboardText", "defaults": {}, "funcname": "GetClipboardText", - "location": "imgui:1052", + "location": "imgui:1053", "namespace": "ImGui", "ov_cimguiname": "igGetClipboardText", "ret": "const char*", @@ -21382,7 +21382,7 @@ "comment": "// get current column index", "defaults": {}, "funcname": "GetColumnIndex", - "location": "imgui:859", + "location": "imgui:860", "namespace": "ImGui", "ov_cimguiname": "igGetColumnIndex", "ret": "int", @@ -21408,7 +21408,7 @@ "cimguiname": "igGetColumnNormFromOffset", "defaults": {}, "funcname": "GetColumnNormFromOffset", - "location": "imgui_internal:3573", + "location": "imgui_internal:3582", "namespace": "ImGui", "ov_cimguiname": "igGetColumnNormFromOffset", "ret": "float", @@ -21433,7 +21433,7 @@ "column_index": "-1" }, "funcname": "GetColumnOffset", - "location": "imgui:862", + "location": "imgui:863", "namespace": "ImGui", "ov_cimguiname": "igGetColumnOffset", "ret": "float", @@ -21459,7 +21459,7 @@ "cimguiname": "igGetColumnOffsetFromNorm", "defaults": {}, "funcname": "GetColumnOffsetFromNorm", - "location": "imgui_internal:3572", + "location": "imgui_internal:3581", "namespace": "ImGui", "ov_cimguiname": "igGetColumnOffsetFromNorm", "ret": "float", @@ -21484,7 +21484,7 @@ "column_index": "-1" }, "funcname": "GetColumnWidth", - "location": "imgui:860", + "location": "imgui:861", "namespace": "ImGui", "ov_cimguiname": "igGetColumnWidth", "ret": "float", @@ -21501,7 +21501,7 @@ "cimguiname": "igGetColumnsCount", "defaults": {}, "funcname": "GetColumnsCount", - "location": "imgui:864", + "location": "imgui:865", "namespace": "ImGui", "ov_cimguiname": "igGetColumnsCount", "ret": "int", @@ -21527,7 +21527,7 @@ "cimguiname": "igGetColumnsID", "defaults": {}, "funcname": "GetColumnsID", - "location": "imgui_internal:3570", + "location": "imgui_internal:3579", "namespace": "ImGui", "ov_cimguiname": "igGetColumnsID", "ret": "ImGuiID", @@ -21586,7 +21586,7 @@ "comment": "// Focus scope we are outputting into, set by PushFocusScope()", "defaults": {}, "funcname": "GetCurrentFocusScope", - "location": "imgui_internal:3534", + "location": "imgui_internal:3543", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentFocusScope", "ret": "ImGuiID", @@ -21603,7 +21603,7 @@ "cimguiname": "igGetCurrentTabBar", "defaults": {}, "funcname": "GetCurrentTabBar", - "location": "imgui_internal:3632", + "location": "imgui_internal:3641", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentTabBar", "ret": "ImGuiTabBar*", @@ -21620,7 +21620,7 @@ "cimguiname": "igGetCurrentTable", "defaults": {}, "funcname": "GetCurrentTable", - "location": "imgui_internal:3587", + "location": "imgui_internal:3596", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentTable", "ret": "ImGuiTable*", @@ -21637,7 +21637,7 @@ "cimguiname": "igGetCurrentWindow", "defaults": {}, "funcname": "GetCurrentWindow", - "location": "imgui_internal:3189", + "location": "imgui_internal:3198", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentWindow", "ret": "ImGuiWindow*", @@ -21654,7 +21654,7 @@ "cimguiname": "igGetCurrentWindowRead", "defaults": {}, "funcname": "GetCurrentWindowRead", - "location": "imgui_internal:3188", + "location": "imgui_internal:3197", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentWindowRead", "ret": "ImGuiWindow*", @@ -21779,7 +21779,7 @@ "cimguiname": "igGetDefaultFont", "defaults": {}, "funcname": "GetDefaultFont", - "location": "imgui_internal:3225", + "location": "imgui_internal:3234", "namespace": "ImGui", "ov_cimguiname": "igGetDefaultFont", "ret": "ImFont*", @@ -21797,7 +21797,7 @@ "comment": "// peek directly into the current payload from anywhere. returns NULL when drag and drop is finished or inactive. use ImGuiPayload::IsDataType() to test for the payload type.", "defaults": {}, "funcname": "GetDragDropPayload", - "location": "imgui:916", + "location": "imgui:917", "namespace": "ImGui", "ov_cimguiname": "igGetDragDropPayload", "ret": "const ImGuiPayload*", @@ -21833,7 +21833,7 @@ "comment": "// you may use this when creating your own ImDrawList instances.", "defaults": {}, "funcname": "GetDrawListSharedData", - "location": "imgui:977", + "location": "imgui:978", "namespace": "ImGui", "ov_cimguiname": "igGetDrawListSharedData", "ret": "ImDrawListSharedData*", @@ -21850,7 +21850,7 @@ "cimguiname": "igGetFocusID", "defaults": {}, "funcname": "GetFocusID", - "location": "imgui_internal:3292", + "location": "imgui_internal:3301", "namespace": "ImGui", "ov_cimguiname": "igGetFocusID", "ret": "ImGuiID", @@ -21935,7 +21935,7 @@ "viewport": "NULL" }, "funcname": "GetForegroundDrawList", - "location": "imgui:970", + "location": "imgui:971", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_ViewportPtr", "ret": "ImDrawList*", @@ -21955,7 +21955,7 @@ "cimguiname": "igGetForegroundDrawList", "defaults": {}, "funcname": "GetForegroundDrawList", - "location": "imgui_internal:3226", + "location": "imgui_internal:3235", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_WindowPtr", "ret": "ImDrawList*", @@ -21973,7 +21973,7 @@ "comment": "// get global imgui frame count. incremented by 1 every frame.", "defaults": {}, "funcname": "GetFrameCount", - "location": "imgui:976", + "location": "imgui:977", "namespace": "ImGui", "ov_cimguiname": "igGetFrameCount", "ret": "int", @@ -22026,7 +22026,7 @@ "cimguiname": "igGetHoveredID", "defaults": {}, "funcname": "GetHoveredID", - "location": "imgui_internal:3296", + "location": "imgui_internal:3305", "namespace": "ImGui", "ov_cimguiname": "igGetHoveredID", "ret": "ImGuiID", @@ -22143,7 +22143,7 @@ "cimguiname": "igGetIDWithSeed", "defaults": {}, "funcname": "GetIDWithSeed", - "location": "imgui_internal:3301", + "location": "imgui_internal:3310", "namespace": "ImGui", "ov_cimguiname": "igGetIDWithSeed_Str", "ret": "ImGuiID", @@ -22167,7 +22167,7 @@ "cimguiname": "igGetIDWithSeed", "defaults": {}, "funcname": "GetIDWithSeed", - "location": "imgui_internal:3302", + "location": "imgui_internal:3311", "namespace": "ImGui", "ov_cimguiname": "igGetIDWithSeed_Int", "ret": "ImGuiID", @@ -22208,7 +22208,7 @@ "cimguiname": "igGetIOEx", "defaults": {}, "funcname": "GetIOEx", - "location": "imgui_internal:3187", + "location": "imgui_internal:3195", "namespace": "ImGui", "ov_cimguiname": "igGetIOEx", "ret": "ImGuiIO*", @@ -22232,7 +22232,7 @@ "comment": "// Get input text state if active", "defaults": {}, "funcname": "GetInputTextState", - "location": "imgui_internal:3740", + "location": "imgui_internal:3749", "namespace": "ImGui", "ov_cimguiname": "igGetInputTextState", "ret": "ImGuiInputTextState*", @@ -22249,7 +22249,7 @@ "cimguiname": "igGetItemFlags", "defaults": {}, "funcname": "GetItemFlags", - "location": "imgui_internal:3290", + "location": "imgui_internal:3299", "namespace": "ImGui", "ov_cimguiname": "igGetItemFlags", "ret": "ImGuiItemFlags", @@ -22267,7 +22267,7 @@ "comment": "// get ID of last item (~~ often same ImGui::GetID(label) beforehand)", "defaults": {}, "funcname": "GetItemID", - "location": "imgui:957", + "location": "imgui:958", "namespace": "ImGui", "ov_cimguiname": "igGetItemID", "ret": "ImGuiID", @@ -22290,7 +22290,7 @@ "comment": "// get lower-right bounding rectangle of the last item (screen space)", "defaults": {}, "funcname": "GetItemRectMax", - "location": "imgui:959", + "location": "imgui:960", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectMax", @@ -22314,7 +22314,7 @@ "comment": "// get upper-left bounding rectangle of the last item (screen space)", "defaults": {}, "funcname": "GetItemRectMin", - "location": "imgui:958", + "location": "imgui:959", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectMin", @@ -22338,7 +22338,7 @@ "comment": "// get size of last item", "defaults": {}, "funcname": "GetItemRectSize", - "location": "imgui:960", + "location": "imgui:961", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectSize", @@ -22356,7 +22356,7 @@ "cimguiname": "igGetItemStatusFlags", "defaults": {}, "funcname": "GetItemStatusFlags", - "location": "imgui_internal:3289", + "location": "imgui_internal:3298", "namespace": "ImGui", "ov_cimguiname": "igGetItemStatusFlags", "ret": "ImGuiItemStatusFlags", @@ -22378,7 +22378,7 @@ "cimguiname": "igGetKeyChordName", "defaults": {}, "funcname": "GetKeyChordName", - "location": "imgui_internal:3406", + "location": "imgui_internal:3415", "namespace": "ImGui", "ov_cimguiname": "igGetKeyChordName", "ret": "const char*", @@ -22404,7 +22404,7 @@ "cimguiname": "igGetKeyData", "defaults": {}, "funcname": "GetKeyData", - "location": "imgui_internal:3404", + "location": "imgui_internal:3413", "namespace": "ImGui", "ov_cimguiname": "igGetKeyData_ContextPtr", "ret": "ImGuiKeyData*", @@ -22424,7 +22424,7 @@ "cimguiname": "igGetKeyData", "defaults": {}, "funcname": "GetKeyData", - "location": "imgui_internal:3405", + "location": "imgui_internal:3414", "namespace": "ImGui", "ov_cimguiname": "igGetKeyData_Key", "ret": "ImGuiKeyData*", @@ -22462,7 +22462,7 @@ "cimguiname": "igGetKeyMagnitude2d", "defaults": {}, "funcname": "GetKeyMagnitude2d", - "location": "imgui_internal:3409", + "location": "imgui_internal:3418", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetKeyMagnitude2d", @@ -22486,7 +22486,7 @@ "comment": "// [DEBUG] returns English name of the key. Those names a provided for debugging purpose and are not meant to be saved persistently not compared.", "defaults": {}, "funcname": "GetKeyName", - "location": "imgui:1000", + "location": "imgui:1001", "namespace": "ImGui", "ov_cimguiname": "igGetKeyName", "ret": "const char*", @@ -22508,7 +22508,7 @@ "cimguiname": "igGetKeyOwner", "defaults": {}, "funcname": "GetKeyOwner", - "location": "imgui_internal:3428", + "location": "imgui_internal:3437", "namespace": "ImGui", "ov_cimguiname": "igGetKeyOwner", "ret": "ImGuiID", @@ -22534,7 +22534,7 @@ "cimguiname": "igGetKeyOwnerData", "defaults": {}, "funcname": "GetKeyOwnerData", - "location": "imgui_internal:3433", + "location": "imgui_internal:3442", "namespace": "ImGui", "ov_cimguiname": "igGetKeyOwnerData", "ret": "ImGuiKeyOwnerData*", @@ -22565,7 +22565,7 @@ "comment": "// uses provided repeat rate/delay. return a count, most often 0 or 1 but might be >1 if RepeatRate is small enough that DeltaTime > RepeatRate", "defaults": {}, "funcname": "GetKeyPressedAmount", - "location": "imgui:999", + "location": "imgui:1000", "namespace": "ImGui", "ov_cimguiname": "igGetKeyPressedAmount", "ret": "int", @@ -22583,7 +22583,7 @@ "comment": "// return primary/default viewport. This can never be NULL.", "defaults": {}, "funcname": "GetMainViewport", - "location": "imgui:966", + "location": "imgui:967", "namespace": "ImGui", "ov_cimguiname": "igGetMainViewport", "ret": "ImGuiViewport*", @@ -22606,7 +22606,7 @@ "comment": "// return the number of successive mouse-clicks at the time where a click happen (otherwise 0).", "defaults": {}, "funcname": "GetMouseClickedCount", - "location": "imgui:1037", + "location": "imgui:1038", "namespace": "ImGui", "ov_cimguiname": "igGetMouseClickedCount", "ret": "int", @@ -22624,7 +22624,7 @@ "comment": "// get desired mouse cursor shape. Important: reset in ImGui::NewFrame(), this is updated during the frame. valid before Render(). If you use software rendering by setting io.MouseDrawCursor ImGui will render those for you", "defaults": {}, "funcname": "GetMouseCursor", - "location": "imgui:1046", + "location": "imgui:1047", "namespace": "ImGui", "ov_cimguiname": "igGetMouseCursor", "ret": "ImGuiMouseCursor", @@ -22658,7 +22658,7 @@ "lock_threshold": "-1.0f" }, "funcname": "GetMouseDragDelta", - "location": "imgui:1044", + "location": "imgui:1045", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMouseDragDelta", @@ -22682,7 +22682,7 @@ "comment": "// shortcut to ImGui::GetIO().MousePos provided by user, to be consistent with other calls", "defaults": {}, "funcname": "GetMousePos", - "location": "imgui:1041", + "location": "imgui:1042", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMousePos", @@ -22706,7 +22706,7 @@ "comment": "// retrieve mouse position at the time of opening popup we have BeginPopup() into (helper to avoid user backing that value themselves)", "defaults": {}, "funcname": "GetMousePosOnOpeningCurrentPopup", - "location": "imgui:1042", + "location": "imgui:1043", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMousePosOnOpeningCurrentPopup", @@ -22729,7 +22729,7 @@ "cimguiname": "igGetMultiSelectState", "defaults": {}, "funcname": "GetMultiSelectState", - "location": "imgui_internal:3561", + "location": "imgui_internal:3570", "namespace": "ImGui", "ov_cimguiname": "igGetMultiSelectState", "ret": "ImGuiMultiSelectState*", @@ -22751,7 +22751,7 @@ "cimguiname": "igGetNavTweakPressedAmount", "defaults": {}, "funcname": "GetNavTweakPressedAmount", - "location": "imgui_internal:3410", + "location": "imgui_internal:3419", "namespace": "ImGui", "ov_cimguiname": "igGetNavTweakPressedAmount", "ret": "float", @@ -22778,6 +22778,29 @@ "stname": "" } ], + "igGetPlatformIOEx": [ + { + "args": "(ImGuiContext* ctx)", + "argsT": [ + { + "name": "ctx", + "type": "ImGuiContext*" + } + ], + "argsoriginal": "(ImGuiContext* ctx)", + "call_args": "(ctx)", + "cimguiname": "igGetPlatformIOEx", + "defaults": {}, + "funcname": "GetPlatformIOEx", + "location": "imgui_internal:3196", + "namespace": "ImGui", + "ov_cimguiname": "igGetPlatformIOEx", + "ret": "ImGuiPlatformIO*", + "retref": "&", + "signature": "(ImGuiContext*)", + "stname": "" + } + ], "igGetPopupAllowedExtentRect": [ { "args": "(ImRect *pOut,ImGuiWindow* window)", @@ -22796,7 +22819,7 @@ "cimguiname": "igGetPopupAllowedExtentRect", "defaults": {}, "funcname": "GetPopupAllowedExtentRect", - "location": "imgui_internal:3338", + "location": "imgui_internal:3347", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetPopupAllowedExtentRect", @@ -22891,7 +22914,7 @@ "cimguiname": "igGetShortcutRoutingData", "defaults": {}, "funcname": "GetShortcutRoutingData", - "location": "imgui_internal:3467", + "location": "imgui_internal:3476", "namespace": "ImGui", "ov_cimguiname": "igGetShortcutRoutingData", "ret": "ImGuiKeyRoutingData*", @@ -22908,7 +22931,7 @@ "cimguiname": "igGetStateStorage", "defaults": {}, "funcname": "GetStateStorage", - "location": "imgui:980", + "location": "imgui:981", "namespace": "ImGui", "ov_cimguiname": "igGetStateStorage", "ret": "ImGuiStorage*", @@ -22950,7 +22973,7 @@ "comment": "// get a string corresponding to the enum value (for display, saving, etc.).", "defaults": {}, "funcname": "GetStyleColorName", - "location": "imgui:978", + "location": "imgui:979", "namespace": "ImGui", "ov_cimguiname": "igGetStyleColorName", "ret": "const char*", @@ -22996,7 +23019,7 @@ "cimguiname": "igGetStyleVarInfo", "defaults": {}, "funcname": "GetStyleVarInfo", - "location": "imgui_internal:3318", + "location": "imgui_internal:3327", "namespace": "ImGui", "ov_cimguiname": "igGetStyleVarInfo", "ret": "const ImGuiDataVarInfo*", @@ -23050,7 +23073,7 @@ "comment": "// get global imgui time. incremented by io.DeltaTime every frame.", "defaults": {}, "funcname": "GetTime", - "location": "imgui:975", + "location": "imgui:976", "namespace": "ImGui", "ov_cimguiname": "igGetTime", "ret": "double", @@ -23067,7 +23090,7 @@ "cimguiname": "igGetTopMostAndVisiblePopupModal", "defaults": {}, "funcname": "GetTopMostAndVisiblePopupModal", - "location": "imgui_internal:3340", + "location": "imgui_internal:3349", "namespace": "ImGui", "ov_cimguiname": "igGetTopMostAndVisiblePopupModal", "ret": "ImGuiWindow*", @@ -23084,7 +23107,7 @@ "cimguiname": "igGetTopMostPopupModal", "defaults": {}, "funcname": "GetTopMostPopupModal", - "location": "imgui_internal:3339", + "location": "imgui_internal:3348", "namespace": "ImGui", "ov_cimguiname": "igGetTopMostPopupModal", "ret": "ImGuiWindow*", @@ -23102,7 +23125,7 @@ "comment": "// horizontal distance preceding label when using TreeNode*() or Bullet() == (g.FontSize + style.FramePadding.x*2) for a regular unframed TreeNode", "defaults": {}, "funcname": "GetTreeNodeToLabelSpacing", - "location": "imgui:676", + "location": "imgui:677", "namespace": "ImGui", "ov_cimguiname": "igGetTreeNodeToLabelSpacing", "ret": "float", @@ -23132,7 +23155,7 @@ "cimguiname": "igGetTypematicRepeatRate", "defaults": {}, "funcname": "GetTypematicRepeatRate", - "location": "imgui_internal:3412", + "location": "imgui_internal:3421", "namespace": "ImGui", "ov_cimguiname": "igGetTypematicRepeatRate", "ret": "void", @@ -23156,7 +23179,7 @@ "flags": "ImGuiTypingSelectFlags_None" }, "funcname": "GetTypingSelectRequest", - "location": "imgui_internal:3546", + "location": "imgui_internal:3555", "namespace": "ImGui", "ov_cimguiname": "igGetTypingSelectRequest", "ret": "ImGuiTypingSelectRequest*", @@ -23196,7 +23219,7 @@ "cimguiname": "igGetViewportPlatformMonitor", "defaults": {}, "funcname": "GetViewportPlatformMonitor", - "location": "imgui_internal:3253", + "location": "imgui_internal:3262", "namespace": "ImGui", "ov_cimguiname": "igGetViewportPlatformMonitor", "ret": "const ImGuiPlatformMonitor*", @@ -23218,7 +23241,7 @@ "cimguiname": "igGetWindowAlwaysWantOwnTabBar", "defaults": {}, "funcname": "GetWindowAlwaysWantOwnTabBar", - "location": "imgui_internal:3494", + "location": "imgui_internal:3503", "namespace": "ImGui", "ov_cimguiname": "igGetWindowAlwaysWantOwnTabBar", "ret": "bool", @@ -23235,7 +23258,7 @@ "cimguiname": "igGetWindowDockID", "defaults": {}, "funcname": "GetWindowDockID", - "location": "imgui:892", + "location": "imgui:893", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDockID", "ret": "ImGuiID", @@ -23252,7 +23275,7 @@ "cimguiname": "igGetWindowDockNode", "defaults": {}, "funcname": "GetWindowDockNode", - "location": "imgui_internal:3493", + "location": "imgui_internal:3502", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDockNode", "ret": "ImGuiDockNode*", @@ -23356,7 +23379,7 @@ "cimguiname": "igGetWindowResizeBorderID", "defaults": {}, "funcname": "GetWindowResizeBorderID", - "location": "imgui_internal:3700", + "location": "imgui_internal:3709", "namespace": "ImGui", "ov_cimguiname": "igGetWindowResizeBorderID", "ret": "ImGuiID", @@ -23383,7 +23406,7 @@ "comment": "// 0..3: corners", "defaults": {}, "funcname": "GetWindowResizeCornerID", - "location": "imgui_internal:3699", + "location": "imgui_internal:3708", "namespace": "ImGui", "ov_cimguiname": "igGetWindowResizeCornerID", "ret": "ImGuiID", @@ -23409,7 +23432,7 @@ "cimguiname": "igGetWindowScrollbarID", "defaults": {}, "funcname": "GetWindowScrollbarID", - "location": "imgui_internal:3698", + "location": "imgui_internal:3707", "namespace": "ImGui", "ov_cimguiname": "igGetWindowScrollbarID", "ret": "ImGuiID", @@ -23439,7 +23462,7 @@ "cimguiname": "igGetWindowScrollbarRect", "defaults": {}, "funcname": "GetWindowScrollbarRect", - "location": "imgui_internal:3697", + "location": "imgui_internal:3706", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowScrollbarRect", @@ -23522,7 +23545,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:453", + "location": "imgui_internal:457", "ov_cimguiname": "igImAbs_Int", "ret": "int", "signature": "(int)", @@ -23541,7 +23564,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:454", + "location": "imgui_internal:458", "ov_cimguiname": "igImAbs_Float", "ret": "float", "signature": "(float)", @@ -23560,7 +23583,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:455", + "location": "imgui_internal:459", "ov_cimguiname": "igImAbs_double", "ret": "double", "signature": "(double)", @@ -23585,7 +23608,7 @@ "cimguiname": "igImAlphaBlendColors", "defaults": {}, "funcname": "ImAlphaBlendColors", - "location": "imgui_internal:364", + "location": "imgui_internal:368", "ov_cimguiname": "igImAlphaBlendColors", "ret": "ImU32", "signature": "(ImU32,ImU32)", @@ -23626,7 +23649,7 @@ "cimguiname": "igImBezierCubicCalc", "defaults": {}, "funcname": "ImBezierCubicCalc", - "location": "imgui_internal:500", + "location": "imgui_internal:504", "nonUDT": 1, "ov_cimguiname": "igImBezierCubicCalc", "ret": "void", @@ -23673,7 +23696,7 @@ "comment": "// For curves with explicit number of segments", "defaults": {}, "funcname": "ImBezierCubicClosestPoint", - "location": "imgui_internal:501", + "location": "imgui_internal:505", "nonUDT": 1, "ov_cimguiname": "igImBezierCubicClosestPoint", "ret": "void", @@ -23720,7 +23743,7 @@ "comment": "// For auto-tessellated curves you can use tess_tol = style.CurveTessellationTol", "defaults": {}, "funcname": "ImBezierCubicClosestPointCasteljau", - "location": "imgui_internal:502", + "location": "imgui_internal:506", "nonUDT": 1, "ov_cimguiname": "igImBezierCubicClosestPointCasteljau", "ret": "void", @@ -23758,7 +23781,7 @@ "cimguiname": "igImBezierQuadraticCalc", "defaults": {}, "funcname": "ImBezierQuadraticCalc", - "location": "imgui_internal:503", + "location": "imgui_internal:507", "nonUDT": 1, "ov_cimguiname": "igImBezierQuadraticCalc", "ret": "void", @@ -23784,7 +23807,7 @@ "cimguiname": "igImBitArrayClearAllBits", "defaults": {}, "funcname": "ImBitArrayClearAllBits", - "location": "imgui_internal:573", + "location": "imgui_internal:577", "ov_cimguiname": "igImBitArrayClearAllBits", "ret": "void", "signature": "(ImU32*,int)", @@ -23809,7 +23832,7 @@ "cimguiname": "igImBitArrayClearBit", "defaults": {}, "funcname": "ImBitArrayClearBit", - "location": "imgui_internal:575", + "location": "imgui_internal:579", "ov_cimguiname": "igImBitArrayClearBit", "ret": "void", "signature": "(ImU32*,int)", @@ -23830,7 +23853,7 @@ "cimguiname": "igImBitArrayGetStorageSizeInBytes", "defaults": {}, "funcname": "ImBitArrayGetStorageSizeInBytes", - "location": "imgui_internal:572", + "location": "imgui_internal:576", "ov_cimguiname": "igImBitArrayGetStorageSizeInBytes", "ret": "size_t", "signature": "(int)", @@ -23855,7 +23878,7 @@ "cimguiname": "igImBitArraySetBit", "defaults": {}, "funcname": "ImBitArraySetBit", - "location": "imgui_internal:576", + "location": "imgui_internal:580", "ov_cimguiname": "igImBitArraySetBit", "ret": "void", "signature": "(ImU32*,int)", @@ -23884,7 +23907,7 @@ "cimguiname": "igImBitArraySetBitRange", "defaults": {}, "funcname": "ImBitArraySetBitRange", - "location": "imgui_internal:577", + "location": "imgui_internal:581", "ov_cimguiname": "igImBitArraySetBitRange", "ret": "void", "signature": "(ImU32*,int,int)", @@ -23909,7 +23932,7 @@ "cimguiname": "igImBitArrayTestBit", "defaults": {}, "funcname": "ImBitArrayTestBit", - "location": "imgui_internal:574", + "location": "imgui_internal:578", "ov_cimguiname": "igImBitArrayTestBit", "ret": "bool", "signature": "(const ImU32*,int)", @@ -23930,7 +23953,7 @@ "cimguiname": "igImCharIsBlankA", "defaults": {}, "funcname": "ImCharIsBlankA", - "location": "imgui_internal:386", + "location": "imgui_internal:390", "ov_cimguiname": "igImCharIsBlankA", "ret": "bool", "signature": "(char)", @@ -23951,7 +23974,7 @@ "cimguiname": "igImCharIsBlankW", "defaults": {}, "funcname": "ImCharIsBlankW", - "location": "imgui_internal:387", + "location": "imgui_internal:391", "ov_cimguiname": "igImCharIsBlankW", "ret": "bool", "signature": "(unsigned int)", @@ -23972,7 +23995,7 @@ "cimguiname": "igImCharIsXdigitA", "defaults": {}, "funcname": "ImCharIsXdigitA", - "location": "imgui_internal:388", + "location": "imgui_internal:392", "ov_cimguiname": "igImCharIsXdigitA", "ret": "bool", "signature": "(char)", @@ -24005,7 +24028,7 @@ "cimguiname": "igImClamp", "defaults": {}, "funcname": "ImClamp", - "location": "imgui_internal:477", + "location": "imgui_internal:481", "nonUDT": 1, "ov_cimguiname": "igImClamp", "ret": "void", @@ -24031,7 +24054,7 @@ "cimguiname": "igImDot", "defaults": {}, "funcname": "ImDot", - "location": "imgui_internal:490", + "location": "imgui_internal:494", "ov_cimguiname": "igImDot", "ret": "float", "signature": "(const ImVec2,const ImVec2)", @@ -24060,7 +24083,7 @@ "cimguiname": "igImExponentialMovingAverage", "defaults": {}, "funcname": "ImExponentialMovingAverage", - "location": "imgui_internal:496", + "location": "imgui_internal:500", "ov_cimguiname": "igImExponentialMovingAverage", "ret": "float", "signature": "(float,float,int)", @@ -24081,7 +24104,7 @@ "cimguiname": "igImFileClose", "defaults": {}, "funcname": "ImFileClose", - "location": "imgui_internal:427", + "location": "imgui_internal:431", "ov_cimguiname": "igImFileClose", "ret": "bool", "signature": "(ImFileHandle)", @@ -24102,7 +24125,7 @@ "cimguiname": "igImFileGetSize", "defaults": {}, "funcname": "ImFileGetSize", - "location": "imgui_internal:428", + "location": "imgui_internal:432", "ov_cimguiname": "igImFileGetSize", "ret": "ImU64", "signature": "(ImFileHandle)", @@ -24138,7 +24161,7 @@ "padding_bytes": "0" }, "funcname": "ImFileLoadToMemory", - "location": "imgui_internal:434", + "location": "imgui_internal:438", "ov_cimguiname": "igImFileLoadToMemory", "ret": "void*", "signature": "(const char*,const char*,size_t*,int)", @@ -24163,7 +24186,7 @@ "cimguiname": "igImFileOpen", "defaults": {}, "funcname": "ImFileOpen", - "location": "imgui_internal:426", + "location": "imgui_internal:430", "ov_cimguiname": "igImFileOpen", "ret": "ImFileHandle", "signature": "(const char*,const char*)", @@ -24196,7 +24219,7 @@ "cimguiname": "igImFileRead", "defaults": {}, "funcname": "ImFileRead", - "location": "imgui_internal:429", + "location": "imgui_internal:433", "ov_cimguiname": "igImFileRead", "ret": "ImU64", "signature": "(void*,ImU64,ImU64,ImFileHandle)", @@ -24229,7 +24252,7 @@ "cimguiname": "igImFileWrite", "defaults": {}, "funcname": "ImFileWrite", - "location": "imgui_internal:430", + "location": "imgui_internal:434", "ov_cimguiname": "igImFileWrite", "ret": "ImU64", "signature": "(const void*,ImU64,ImU64,ImFileHandle)", @@ -24251,7 +24274,7 @@ "comment": "// Decent replacement for floorf()", "defaults": {}, "funcname": "ImFloor", - "location": "imgui_internal:487", + "location": "imgui_internal:491", "ov_cimguiname": "igImFloor_Float", "ret": "float", "signature": "(float)", @@ -24274,7 +24297,7 @@ "cimguiname": "igImFloor", "defaults": {}, "funcname": "ImFloor", - "location": "imgui_internal:488", + "location": "imgui_internal:492", "nonUDT": 1, "ov_cimguiname": "igImFloor_Vec2", "ret": "void", @@ -24296,7 +24319,7 @@ "cimguiname": "igImFontAtlasBuildFinish", "defaults": {}, "funcname": "ImFontAtlasBuildFinish", - "location": "imgui_internal:3842", + "location": "imgui_internal:3852", "ov_cimguiname": "igImFontAtlasBuildFinish", "ret": "void", "signature": "(ImFontAtlas*)", @@ -24317,7 +24340,7 @@ "cimguiname": "igImFontAtlasBuildInit", "defaults": {}, "funcname": "ImFontAtlasBuildInit", - "location": "imgui_internal:3839", + "location": "imgui_internal:3849", "ov_cimguiname": "igImFontAtlasBuildInit", "ret": "void", "signature": "(ImFontAtlas*)", @@ -24342,7 +24365,7 @@ "cimguiname": "igImFontAtlasBuildMultiplyCalcLookupTable", "defaults": {}, "funcname": "ImFontAtlasBuildMultiplyCalcLookupTable", - "location": "imgui_internal:3845", + "location": "imgui_internal:3855", "ov_cimguiname": "igImFontAtlasBuildMultiplyCalcLookupTable", "ret": "void", "signature": "(unsigned char[256],float)", @@ -24387,7 +24410,7 @@ "cimguiname": "igImFontAtlasBuildMultiplyRectAlpha8", "defaults": {}, "funcname": "ImFontAtlasBuildMultiplyRectAlpha8", - "location": "imgui_internal:3846", + "location": "imgui_internal:3856", "ov_cimguiname": "igImFontAtlasBuildMultiplyRectAlpha8", "ret": "void", "signature": "(const unsigned char[256],unsigned char*,int,int,int,int,int)", @@ -24412,7 +24435,7 @@ "cimguiname": "igImFontAtlasBuildPackCustomRects", "defaults": {}, "funcname": "ImFontAtlasBuildPackCustomRects", - "location": "imgui_internal:3841", + "location": "imgui_internal:3851", "ov_cimguiname": "igImFontAtlasBuildPackCustomRects", "ret": "void", "signature": "(ImFontAtlas*,void*)", @@ -24461,7 +24484,7 @@ "cimguiname": "igImFontAtlasBuildRender32bppRectFromString", "defaults": {}, "funcname": "ImFontAtlasBuildRender32bppRectFromString", - "location": "imgui_internal:3844", + "location": "imgui_internal:3854", "ov_cimguiname": "igImFontAtlasBuildRender32bppRectFromString", "ret": "void", "signature": "(ImFontAtlas*,int,int,int,int,const char*,char,unsigned int)", @@ -24510,7 +24533,7 @@ "cimguiname": "igImFontAtlasBuildRender8bppRectFromString", "defaults": {}, "funcname": "ImFontAtlasBuildRender8bppRectFromString", - "location": "imgui_internal:3843", + "location": "imgui_internal:3853", "ov_cimguiname": "igImFontAtlasBuildRender8bppRectFromString", "ret": "void", "signature": "(ImFontAtlas*,int,int,int,int,const char*,char,unsigned char)", @@ -24547,7 +24570,7 @@ "cimguiname": "igImFontAtlasBuildSetupFont", "defaults": {}, "funcname": "ImFontAtlasBuildSetupFont", - "location": "imgui_internal:3840", + "location": "imgui_internal:3850", "ov_cimguiname": "igImFontAtlasBuildSetupFont", "ret": "void", "signature": "(ImFontAtlas*,ImFont*,ImFontConfig*,float,float)", @@ -24563,7 +24586,7 @@ "cimguiname": "igImFontAtlasGetBuilderForStbTruetype", "defaults": {}, "funcname": "ImFontAtlasGetBuilderForStbTruetype", - "location": "imgui_internal:3836", + "location": "imgui_internal:3846", "ov_cimguiname": "igImFontAtlasGetBuilderForStbTruetype", "ret": "const ImFontBuilderIO*", "signature": "()", @@ -24584,7 +24607,7 @@ "cimguiname": "igImFontAtlasUpdateConfigDataPointers", "defaults": {}, "funcname": "ImFontAtlasUpdateConfigDataPointers", - "location": "imgui_internal:3838", + "location": "imgui_internal:3848", "ov_cimguiname": "igImFontAtlasUpdateConfigDataPointers", "ret": "void", "signature": "(ImFontAtlas*)", @@ -24618,7 +24641,7 @@ "defaults": {}, "funcname": "ImFormatString", "isvararg": "...)", - "location": "imgui_internal:392", + "location": "imgui_internal:396", "ov_cimguiname": "igImFormatString", "ret": "int", "signature": "(char*,size_t,const char*,...)", @@ -24652,7 +24675,7 @@ "defaults": {}, "funcname": "ImFormatStringToTempBuffer", "isvararg": "...)", - "location": "imgui_internal:394", + "location": "imgui_internal:398", "ov_cimguiname": "igImFormatStringToTempBuffer", "ret": "void", "signature": "(const char**,const char**,const char*,...)", @@ -24685,7 +24708,7 @@ "cimguiname": "igImFormatStringToTempBufferV", "defaults": {}, "funcname": "ImFormatStringToTempBufferV", - "location": "imgui_internal:395", + "location": "imgui_internal:399", "ov_cimguiname": "igImFormatStringToTempBufferV", "ret": "void", "signature": "(const char**,const char**,const char*,va_list)", @@ -24718,7 +24741,7 @@ "cimguiname": "igImFormatStringV", "defaults": {}, "funcname": "ImFormatStringV", - "location": "imgui_internal:393", + "location": "imgui_internal:397", "ov_cimguiname": "igImFormatStringV", "ret": "int", "signature": "(char*,size_t,const char*,va_list)", @@ -24749,7 +24772,7 @@ "seed": "0" }, "funcname": "ImHashData", - "location": "imgui_internal:355", + "location": "imgui_internal:359", "ov_cimguiname": "igImHashData", "ret": "ImGuiID", "signature": "(const void*,size_t,ImGuiID)", @@ -24781,7 +24804,7 @@ "seed": "0" }, "funcname": "ImHashStr", - "location": "imgui_internal:356", + "location": "imgui_internal:360", "ov_cimguiname": "igImHashStr", "ret": "ImGuiID", "signature": "(const char*,size_t,ImGuiID)", @@ -24806,7 +24829,7 @@ "cimguiname": "igImInvLength", "defaults": {}, "funcname": "ImInvLength", - "location": "imgui_internal:484", + "location": "imgui_internal:488", "ov_cimguiname": "igImInvLength", "ret": "float", "signature": "(const ImVec2,float)", @@ -24827,7 +24850,7 @@ "cimguiname": "igImIsFloatAboveGuaranteedIntegerPrecision", "defaults": {}, "funcname": "ImIsFloatAboveGuaranteedIntegerPrecision", - "location": "imgui_internal:495", + "location": "imgui_internal:499", "ov_cimguiname": "igImIsFloatAboveGuaranteedIntegerPrecision", "ret": "bool", "signature": "(float)", @@ -24848,7 +24871,7 @@ "cimguiname": "igImIsPowerOfTwo", "defaults": {}, "funcname": "ImIsPowerOfTwo", - "location": "imgui_internal:367", + "location": "imgui_internal:371", "ov_cimguiname": "igImIsPowerOfTwo_Int", "ret": "bool", "signature": "(int)", @@ -24867,7 +24890,7 @@ "cimguiname": "igImIsPowerOfTwo", "defaults": {}, "funcname": "ImIsPowerOfTwo", - "location": "imgui_internal:368", + "location": "imgui_internal:372", "ov_cimguiname": "igImIsPowerOfTwo_U64", "ret": "bool", "signature": "(ImU64)", @@ -24888,7 +24911,7 @@ "cimguiname": "igImLengthSqr", "defaults": {}, "funcname": "ImLengthSqr", - "location": "imgui_internal:482", + "location": "imgui_internal:486", "ov_cimguiname": "igImLengthSqr_Vec2", "ret": "float", "signature": "(const ImVec2)", @@ -24907,7 +24930,7 @@ "cimguiname": "igImLengthSqr", "defaults": {}, "funcname": "ImLengthSqr", - "location": "imgui_internal:483", + "location": "imgui_internal:487", "ov_cimguiname": "igImLengthSqr_Vec4", "ret": "float", "signature": "(const ImVec4)", @@ -24940,7 +24963,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:478", + "location": "imgui_internal:482", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec2Float", "ret": "void", @@ -24972,7 +24995,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:479", + "location": "imgui_internal:483", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec2Vec2", "ret": "void", @@ -25004,7 +25027,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:480", + "location": "imgui_internal:484", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec4", "ret": "void", @@ -25038,7 +25061,7 @@ "cimguiname": "igImLineClosestPoint", "defaults": {}, "funcname": "ImLineClosestPoint", - "location": "imgui_internal:504", + "location": "imgui_internal:508", "nonUDT": 1, "ov_cimguiname": "igImLineClosestPoint", "ret": "void", @@ -25076,7 +25099,7 @@ "cimguiname": "igImLinearRemapClamp", "defaults": {}, "funcname": "ImLinearRemapClamp", - "location": "imgui_internal:493", + "location": "imgui_internal:497", "ov_cimguiname": "igImLinearRemapClamp", "ret": "float", "signature": "(float,float,float,float,float)", @@ -25105,7 +25128,7 @@ "cimguiname": "igImLinearSweep", "defaults": {}, "funcname": "ImLinearSweep", - "location": "imgui_internal:492", + "location": "imgui_internal:496", "ov_cimguiname": "igImLinearSweep", "ret": "float", "signature": "(float,float,float)", @@ -25127,7 +25150,7 @@ "comment": "// DragBehaviorT/SliderBehaviorT uses ImLog with either float/double and need the precision", "defaults": {}, "funcname": "ImLog", - "location": "imgui_internal:451", + "location": "imgui_internal:455", "ov_cimguiname": "igImLog_Float", "ret": "float", "signature": "(float)", @@ -25146,7 +25169,7 @@ "cimguiname": "igImLog", "defaults": {}, "funcname": "ImLog", - "location": "imgui_internal:452", + "location": "imgui_internal:456", "ov_cimguiname": "igImLog_double", "ret": "double", "signature": "(double)", @@ -25175,7 +25198,7 @@ "cimguiname": "igImLowerBound", "defaults": {}, "funcname": "ImLowerBound", - "location": "imgui_internal:743", + "location": "imgui_internal:747", "ov_cimguiname": "igImLowerBound", "ret": "ImGuiStoragePair*", "signature": "(ImGuiStoragePair*,ImGuiStoragePair*,ImGuiID)", @@ -25204,7 +25227,7 @@ "cimguiname": "igImMax", "defaults": {}, "funcname": "ImMax", - "location": "imgui_internal:476", + "location": "imgui_internal:480", "nonUDT": 1, "ov_cimguiname": "igImMax", "ret": "void", @@ -25234,7 +25257,7 @@ "cimguiname": "igImMin", "defaults": {}, "funcname": "ImMin", - "location": "imgui_internal:475", + "location": "imgui_internal:479", "nonUDT": 1, "ov_cimguiname": "igImMin", "ret": "void", @@ -25260,7 +25283,7 @@ "cimguiname": "igImModPositive", "defaults": {}, "funcname": "ImModPositive", - "location": "imgui_internal:489", + "location": "imgui_internal:493", "ov_cimguiname": "igImModPositive", "ret": "int", "signature": "(int,int)", @@ -25289,7 +25312,7 @@ "cimguiname": "igImMul", "defaults": {}, "funcname": "ImMul", - "location": "imgui_internal:494", + "location": "imgui_internal:498", "nonUDT": 1, "ov_cimguiname": "igImMul", "ret": "void", @@ -25311,7 +25334,7 @@ "cimguiname": "igImParseFormatFindEnd", "defaults": {}, "funcname": "ImParseFormatFindEnd", - "location": "imgui_internal:397", + "location": "imgui_internal:401", "ov_cimguiname": "igImParseFormatFindEnd", "ret": "const char*", "signature": "(const char*)", @@ -25332,7 +25355,7 @@ "cimguiname": "igImParseFormatFindStart", "defaults": {}, "funcname": "ImParseFormatFindStart", - "location": "imgui_internal:396", + "location": "imgui_internal:400", "ov_cimguiname": "igImParseFormatFindStart", "ret": "const char*", "signature": "(const char*)", @@ -25357,7 +25380,7 @@ "cimguiname": "igImParseFormatPrecision", "defaults": {}, "funcname": "ImParseFormatPrecision", - "location": "imgui_internal:401", + "location": "imgui_internal:405", "ov_cimguiname": "igImParseFormatPrecision", "ret": "int", "signature": "(const char*,int)", @@ -25386,7 +25409,7 @@ "cimguiname": "igImParseFormatSanitizeForPrinting", "defaults": {}, "funcname": "ImParseFormatSanitizeForPrinting", - "location": "imgui_internal:399", + "location": "imgui_internal:403", "ov_cimguiname": "igImParseFormatSanitizeForPrinting", "ret": "void", "signature": "(const char*,char*,size_t)", @@ -25415,7 +25438,7 @@ "cimguiname": "igImParseFormatSanitizeForScanning", "defaults": {}, "funcname": "ImParseFormatSanitizeForScanning", - "location": "imgui_internal:400", + "location": "imgui_internal:404", "ov_cimguiname": "igImParseFormatSanitizeForScanning", "ret": "const char*", "signature": "(const char*,char*,size_t)", @@ -25444,7 +25467,7 @@ "cimguiname": "igImParseFormatTrimDecorations", "defaults": {}, "funcname": "ImParseFormatTrimDecorations", - "location": "imgui_internal:398", + "location": "imgui_internal:402", "ov_cimguiname": "igImParseFormatTrimDecorations", "ret": "const char*", "signature": "(const char*,char*,size_t)", @@ -25470,7 +25493,7 @@ "comment": "// DragBehaviorT/SliderBehaviorT uses ImPow with either float/double and need the precision", "defaults": {}, "funcname": "ImPow", - "location": "imgui_internal:449", + "location": "imgui_internal:453", "ov_cimguiname": "igImPow_Float", "ret": "float", "signature": "(float,float)", @@ -25493,7 +25516,7 @@ "cimguiname": "igImPow", "defaults": {}, "funcname": "ImPow", - "location": "imgui_internal:450", + "location": "imgui_internal:454", "ov_cimguiname": "igImPow_double", "ret": "double", "signature": "(double,double)", @@ -25528,7 +25551,7 @@ "cimguiname": "igImQsort", "defaults": {}, "funcname": "ImQsort", - "location": "imgui_internal:360", + "location": "imgui_internal:364", "ov_cimguiname": "igImQsort", "ret": "void", "signature": "(void*,size_t,size_t,int(*)(void const*,void const*))", @@ -25561,7 +25584,7 @@ "cimguiname": "igImRotate", "defaults": {}, "funcname": "ImRotate", - "location": "imgui_internal:491", + "location": "imgui_internal:495", "nonUDT": 1, "ov_cimguiname": "igImRotate", "ret": "void", @@ -25583,7 +25606,7 @@ "cimguiname": "igImRsqrt", "defaults": {}, "funcname": "ImRsqrt", - "location": "imgui_internal:459", + "location": "imgui_internal:463", "ov_cimguiname": "igImRsqrt_Float", "ret": "float", "signature": "(float)", @@ -25602,7 +25625,7 @@ "cimguiname": "igImRsqrt", "defaults": {}, "funcname": "ImRsqrt", - "location": "imgui_internal:463", + "location": "imgui_internal:467", "ov_cimguiname": "igImRsqrt_double", "ret": "double", "signature": "(double)", @@ -25623,7 +25646,7 @@ "cimguiname": "igImSaturate", "defaults": {}, "funcname": "ImSaturate", - "location": "imgui_internal:481", + "location": "imgui_internal:485", "ov_cimguiname": "igImSaturate", "ret": "float", "signature": "(float)", @@ -25645,7 +25668,7 @@ "comment": "// Sign operator - returns -1, 0 or 1 based on sign of argument", "defaults": {}, "funcname": "ImSign", - "location": "imgui_internal:456", + "location": "imgui_internal:460", "ov_cimguiname": "igImSign_Float", "ret": "float", "signature": "(float)", @@ -25664,7 +25687,7 @@ "cimguiname": "igImSign", "defaults": {}, "funcname": "ImSign", - "location": "imgui_internal:457", + "location": "imgui_internal:461", "ov_cimguiname": "igImSign_double", "ret": "double", "signature": "(double)", @@ -25686,7 +25709,7 @@ "comment": "// Find first non-blank character.", "defaults": {}, "funcname": "ImStrSkipBlank", - "location": "imgui_internal:381", + "location": "imgui_internal:385", "ov_cimguiname": "igImStrSkipBlank", "ret": "const char*", "signature": "(const char*)", @@ -25708,7 +25731,7 @@ "comment": "// Remove leading and trailing blanks from a buffer.", "defaults": {}, "funcname": "ImStrTrimBlanks", - "location": "imgui_internal:380", + "location": "imgui_internal:384", "ov_cimguiname": "igImStrTrimBlanks", "ret": "void", "signature": "(char*)", @@ -25734,7 +25757,7 @@ "comment": "// Find beginning-of-line", "defaults": {}, "funcname": "ImStrbol", - "location": "imgui_internal:383", + "location": "imgui_internal:387", "ov_cimguiname": "igImStrbol", "ret": "const char*", "signature": "(const char*,const char*)", @@ -25764,7 +25787,7 @@ "comment": "// Find first occurrence of 'c' in string range.", "defaults": {}, "funcname": "ImStrchrRange", - "location": "imgui_internal:377", + "location": "imgui_internal:381", "ov_cimguiname": "igImStrchrRange", "ret": "const char*", "signature": "(const char*,const char*,char)", @@ -25786,7 +25809,7 @@ "comment": "// Duplicate a string.", "defaults": {}, "funcname": "ImStrdup", - "location": "imgui_internal:375", + "location": "imgui_internal:379", "ov_cimguiname": "igImStrdup", "ret": "char*", "signature": "(const char*)", @@ -25816,7 +25839,7 @@ "comment": "// Copy in provided buffer, recreate buffer if needed.", "defaults": {}, "funcname": "ImStrdupcpy", - "location": "imgui_internal:376", + "location": "imgui_internal:380", "ov_cimguiname": "igImStrdupcpy", "ret": "char*", "signature": "(char*,size_t*,const char*)", @@ -25842,7 +25865,7 @@ "comment": "// End end-of-line", "defaults": {}, "funcname": "ImStreolRange", - "location": "imgui_internal:378", + "location": "imgui_internal:382", "ov_cimguiname": "igImStreolRange", "ret": "const char*", "signature": "(const char*,const char*)", @@ -25868,7 +25891,7 @@ "comment": "// Case insensitive compare.", "defaults": {}, "funcname": "ImStricmp", - "location": "imgui_internal:372", + "location": "imgui_internal:376", "ov_cimguiname": "igImStricmp", "ret": "int", "signature": "(const char*,const char*)", @@ -25902,7 +25925,7 @@ "comment": "// Find a substring in a string range.", "defaults": {}, "funcname": "ImStristr", - "location": "imgui_internal:379", + "location": "imgui_internal:383", "ov_cimguiname": "igImStristr", "ret": "const char*", "signature": "(const char*,const char*,const char*,const char*)", @@ -25924,7 +25947,7 @@ "comment": "// Computer string length (ImWchar string)", "defaults": {}, "funcname": "ImStrlenW", - "location": "imgui_internal:382", + "location": "imgui_internal:386", "ov_cimguiname": "igImStrlenW", "ret": "int", "signature": "(const ImWchar*)", @@ -25954,7 +25977,7 @@ "comment": "// Copy to a certain count and always zero terminate (strncpy doesn't).", "defaults": {}, "funcname": "ImStrncpy", - "location": "imgui_internal:374", + "location": "imgui_internal:378", "ov_cimguiname": "igImStrncpy", "ret": "void", "signature": "(char*,const char*,size_t)", @@ -25984,7 +26007,7 @@ "comment": "// Case insensitive compare to a certain count.", "defaults": {}, "funcname": "ImStrnicmp", - "location": "imgui_internal:373", + "location": "imgui_internal:377", "ov_cimguiname": "igImStrnicmp", "ret": "int", "signature": "(const char*,const char*,size_t)", @@ -26014,7 +26037,7 @@ "comment": "// read one character. return input UTF-8 bytes count", "defaults": {}, "funcname": "ImTextCharFromUtf8", - "location": "imgui_internal:406", + "location": "imgui_internal:410", "ov_cimguiname": "igImTextCharFromUtf8", "ret": "int", "signature": "(unsigned int*,const char*,const char*)", @@ -26040,7 +26063,7 @@ "comment": "// return out_buf", "defaults": {}, "funcname": "ImTextCharToUtf8", - "location": "imgui_internal:404", + "location": "imgui_internal:408", "ov_cimguiname": "igImTextCharToUtf8", "ret": "const char*", "signature": "(char[5],unsigned int)", @@ -26066,7 +26089,7 @@ "comment": "// return number of UTF-8 code-points (NOT bytes count)", "defaults": {}, "funcname": "ImTextCountCharsFromUtf8", - "location": "imgui_internal:408", + "location": "imgui_internal:412", "ov_cimguiname": "igImTextCountCharsFromUtf8", "ret": "int", "signature": "(const char*,const char*)", @@ -26092,7 +26115,7 @@ "comment": "// return number of lines taken by text. trailing carriage return doesn't count as an extra line.", "defaults": {}, "funcname": "ImTextCountLines", - "location": "imgui_internal:412", + "location": "imgui_internal:416", "ov_cimguiname": "igImTextCountLines", "ret": "int", "signature": "(const char*,const char*)", @@ -26118,7 +26141,7 @@ "comment": "// return number of bytes to express one char in UTF-8", "defaults": {}, "funcname": "ImTextCountUtf8BytesFromChar", - "location": "imgui_internal:409", + "location": "imgui_internal:413", "ov_cimguiname": "igImTextCountUtf8BytesFromChar", "ret": "int", "signature": "(const char*,const char*)", @@ -26144,7 +26167,7 @@ "comment": "// return number of bytes to express string in UTF-8", "defaults": {}, "funcname": "ImTextCountUtf8BytesFromStr", - "location": "imgui_internal:410", + "location": "imgui_internal:414", "ov_cimguiname": "igImTextCountUtf8BytesFromStr", "ret": "int", "signature": "(const ImWchar*,const ImWchar*)", @@ -26170,7 +26193,7 @@ "comment": "// return previous UTF-8 code-point.", "defaults": {}, "funcname": "ImTextFindPreviousUtf8Codepoint", - "location": "imgui_internal:411", + "location": "imgui_internal:415", "ov_cimguiname": "igImTextFindPreviousUtf8Codepoint", "ret": "const char*", "signature": "(const char*,const char*)", @@ -26210,7 +26233,7 @@ "in_remaining": "NULL" }, "funcname": "ImTextStrFromUtf8", - "location": "imgui_internal:407", + "location": "imgui_internal:411", "ov_cimguiname": "igImTextStrFromUtf8", "ret": "int", "signature": "(ImWchar*,int,const char*,const char*,const char**)", @@ -26244,7 +26267,7 @@ "comment": "// return output UTF-8 bytes count", "defaults": {}, "funcname": "ImTextStrToUtf8", - "location": "imgui_internal:405", + "location": "imgui_internal:409", "ov_cimguiname": "igImTextStrToUtf8", "ret": "int", "signature": "(char*,int,const ImWchar*,const ImWchar*)", @@ -26265,7 +26288,7 @@ "cimguiname": "igImToUpper", "defaults": {}, "funcname": "ImToUpper", - "location": "imgui_internal:385", + "location": "imgui_internal:389", "ov_cimguiname": "igImToUpper", "ret": "char", "signature": "(char)", @@ -26294,7 +26317,7 @@ "cimguiname": "igImTriangleArea", "defaults": {}, "funcname": "ImTriangleArea", - "location": "imgui_internal:508", + "location": "imgui_internal:512", "ov_cimguiname": "igImTriangleArea", "ret": "float", "signature": "(const ImVec2,const ImVec2,const ImVec2)", @@ -26342,7 +26365,7 @@ "cimguiname": "igImTriangleBarycentricCoords", "defaults": {}, "funcname": "ImTriangleBarycentricCoords", - "location": "imgui_internal:507", + "location": "imgui_internal:511", "ov_cimguiname": "igImTriangleBarycentricCoords", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,float*,float*,float*)", @@ -26379,7 +26402,7 @@ "cimguiname": "igImTriangleClosestPoint", "defaults": {}, "funcname": "ImTriangleClosestPoint", - "location": "imgui_internal:506", + "location": "imgui_internal:510", "nonUDT": 1, "ov_cimguiname": "igImTriangleClosestPoint", "ret": "void", @@ -26413,7 +26436,7 @@ "cimguiname": "igImTriangleContainsPoint", "defaults": {}, "funcname": "ImTriangleContainsPoint", - "location": "imgui_internal:505", + "location": "imgui_internal:509", "ov_cimguiname": "igImTriangleContainsPoint", "ret": "bool", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2)", @@ -26442,7 +26465,7 @@ "cimguiname": "igImTriangleIsClockwise", "defaults": {}, "funcname": "ImTriangleIsClockwise", - "location": "imgui_internal:509", + "location": "imgui_internal:513", "ov_cimguiname": "igImTriangleIsClockwise", "ret": "bool", "signature": "(const ImVec2,const ImVec2,const ImVec2)", @@ -26463,7 +26486,7 @@ "cimguiname": "igImTrunc", "defaults": {}, "funcname": "ImTrunc", - "location": "imgui_internal:485", + "location": "imgui_internal:489", "ov_cimguiname": "igImTrunc_Float", "ret": "float", "signature": "(float)", @@ -26486,7 +26509,7 @@ "cimguiname": "igImTrunc", "defaults": {}, "funcname": "ImTrunc", - "location": "imgui_internal:486", + "location": "imgui_internal:490", "nonUDT": 1, "ov_cimguiname": "igImTrunc_Vec2", "ret": "void", @@ -26508,7 +26531,7 @@ "cimguiname": "igImUpperPowerOfTwo", "defaults": {}, "funcname": "ImUpperPowerOfTwo", - "location": "imgui_internal:369", + "location": "imgui_internal:373", "ov_cimguiname": "igImUpperPowerOfTwo", "ret": "int", "signature": "(int)", @@ -26554,7 +26577,7 @@ "uv1": "ImVec2(1,1)" }, "funcname": "Image", - "location": "imgui:575", + "location": "imgui:576", "namespace": "ImGui", "ov_cimguiname": "igImage", "ret": "void", @@ -26605,7 +26628,7 @@ "uv1": "ImVec2(1,1)" }, "funcname": "ImageButton", - "location": "imgui:576", + "location": "imgui:577", "namespace": "ImGui", "ov_cimguiname": "igImageButton", "ret": "bool", @@ -26615,14 +26638,14 @@ ], "igImageButtonEx": [ { - "args": "(ImGuiID id,ImTextureID texture_id,const ImVec2 image_size,const ImVec2 uv0,const ImVec2 uv1,const ImVec4 bg_col,const ImVec4 tint_col,ImGuiButtonFlags flags)", + "args": "(ImGuiID id,ImTextureID user_texture_id,const ImVec2 image_size,const ImVec2 uv0,const ImVec2 uv1,const ImVec4 bg_col,const ImVec4 tint_col,ImGuiButtonFlags flags)", "argsT": [ { "name": "id", "type": "ImGuiID" }, { - "name": "texture_id", + "name": "user_texture_id", "type": "ImTextureID" }, { @@ -26650,14 +26673,14 @@ "type": "ImGuiButtonFlags" } ], - "argsoriginal": "(ImGuiID id,ImTextureID texture_id,const ImVec2& image_size,const ImVec2& uv0,const ImVec2& uv1,const ImVec4& bg_col,const ImVec4& tint_col,ImGuiButtonFlags flags=0)", - "call_args": "(id,texture_id,image_size,uv0,uv1,bg_col,tint_col,flags)", + "argsoriginal": "(ImGuiID id,ImTextureID user_texture_id,const ImVec2& image_size,const ImVec2& uv0,const ImVec2& uv1,const ImVec4& bg_col,const ImVec4& tint_col,ImGuiButtonFlags flags=0)", + "call_args": "(id,user_texture_id,image_size,uv0,uv1,bg_col,tint_col,flags)", "cimguiname": "igImageButtonEx", "defaults": { "flags": "0" }, "funcname": "ImageButtonEx", - "location": "imgui_internal:3686", + "location": "imgui_internal:3695", "namespace": "ImGui", "ov_cimguiname": "igImageButtonEx", "ret": "bool", @@ -26699,7 +26722,7 @@ "cimguiname": "igInitialize", "defaults": {}, "funcname": "Initialize", - "location": "imgui_internal:3230", + "location": "imgui_internal:3239", "namespace": "ImGui", "ov_cimguiname": "igInitialize", "ret": "void", @@ -26746,7 +26769,7 @@ "step_fast": "0.0" }, "funcname": "InputDouble", - "location": "imgui:647", + "location": "imgui:648", "namespace": "ImGui", "ov_cimguiname": "igInputDouble", "ret": "bool", @@ -26793,7 +26816,7 @@ "step_fast": "0.0f" }, "funcname": "InputFloat", - "location": "imgui:639", + "location": "imgui:640", "namespace": "ImGui", "ov_cimguiname": "igInputFloat", "ret": "bool", @@ -26830,7 +26853,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat2", - "location": "imgui:640", + "location": "imgui:641", "namespace": "ImGui", "ov_cimguiname": "igInputFloat2", "ret": "bool", @@ -26867,7 +26890,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat3", - "location": "imgui:641", + "location": "imgui:642", "namespace": "ImGui", "ov_cimguiname": "igInputFloat3", "ret": "bool", @@ -26904,7 +26927,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat4", - "location": "imgui:642", + "location": "imgui:643", "namespace": "ImGui", "ov_cimguiname": "igInputFloat4", "ret": "bool", @@ -26946,7 +26969,7 @@ "step_fast": "100" }, "funcname": "InputInt", - "location": "imgui:643", + "location": "imgui:644", "namespace": "ImGui", "ov_cimguiname": "igInputInt", "ret": "bool", @@ -26978,7 +27001,7 @@ "flags": "0" }, "funcname": "InputInt2", - "location": "imgui:644", + "location": "imgui:645", "namespace": "ImGui", "ov_cimguiname": "igInputInt2", "ret": "bool", @@ -27010,7 +27033,7 @@ "flags": "0" }, "funcname": "InputInt3", - "location": "imgui:645", + "location": "imgui:646", "namespace": "ImGui", "ov_cimguiname": "igInputInt3", "ret": "bool", @@ -27042,7 +27065,7 @@ "flags": "0" }, "funcname": "InputInt4", - "location": "imgui:646", + "location": "imgui:647", "namespace": "ImGui", "ov_cimguiname": "igInputInt4", "ret": "bool", @@ -27093,7 +27116,7 @@ "p_step_fast": "NULL" }, "funcname": "InputScalar", - "location": "imgui:648", + "location": "imgui:649", "namespace": "ImGui", "ov_cimguiname": "igInputScalar", "ret": "bool", @@ -27148,7 +27171,7 @@ "p_step_fast": "NULL" }, "funcname": "InputScalarN", - "location": "imgui:649", + "location": "imgui:650", "namespace": "ImGui", "ov_cimguiname": "igInputScalarN", "ret": "bool", @@ -27194,7 +27217,7 @@ "user_data": "NULL" }, "funcname": "InputText", - "location": "imgui:636", + "location": "imgui:637", "namespace": "ImGui", "ov_cimguiname": "igInputText", "ret": "bool", @@ -27216,7 +27239,7 @@ "cimguiname": "igInputTextDeactivateHook", "defaults": {}, "funcname": "InputTextDeactivateHook", - "location": "imgui_internal:3736", + "location": "imgui_internal:3745", "namespace": "ImGui", "ov_cimguiname": "igInputTextDeactivateHook", "ret": "void", @@ -27269,7 +27292,7 @@ "user_data": "NULL" }, "funcname": "InputTextEx", - "location": "imgui_internal:3735", + "location": "imgui_internal:3744", "namespace": "ImGui", "ov_cimguiname": "igInputTextEx", "ret": "bool", @@ -27320,7 +27343,7 @@ "user_data": "NULL" }, "funcname": "InputTextMultiline", - "location": "imgui:637", + "location": "imgui:638", "namespace": "ImGui", "ov_cimguiname": "igInputTextMultiline", "ret": "bool", @@ -27370,7 +27393,7 @@ "user_data": "NULL" }, "funcname": "InputTextWithHint", - "location": "imgui:638", + "location": "imgui:639", "namespace": "ImGui", "ov_cimguiname": "igInputTextWithHint", "ret": "bool", @@ -27425,7 +27448,7 @@ "cimguiname": "igIsActiveIdUsingNavDir", "defaults": {}, "funcname": "IsActiveIdUsingNavDir", - "location": "imgui_internal:3415", + "location": "imgui_internal:3424", "namespace": "ImGui", "ov_cimguiname": "igIsActiveIdUsingNavDir", "ret": "bool", @@ -27447,7 +27470,7 @@ "cimguiname": "igIsAliasKey", "defaults": {}, "funcname": "IsAliasKey", - "location": "imgui_internal:3392", + "location": "imgui_internal:3401", "namespace": "ImGui", "ov_cimguiname": "igIsAliasKey", "ret": "bool", @@ -27465,7 +27488,7 @@ "comment": "// is any item active?", "defaults": {}, "funcname": "IsAnyItemActive", - "location": "imgui:955", + "location": "imgui:956", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemActive", "ret": "bool", @@ -27483,7 +27506,7 @@ "comment": "// is any item focused?", "defaults": {}, "funcname": "IsAnyItemFocused", - "location": "imgui:956", + "location": "imgui:957", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemFocused", "ret": "bool", @@ -27501,7 +27524,7 @@ "comment": "// is any item hovered?", "defaults": {}, "funcname": "IsAnyItemHovered", - "location": "imgui:954", + "location": "imgui:955", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemHovered", "ret": "bool", @@ -27519,7 +27542,7 @@ "comment": "// [WILL OBSOLETE] is any mouse button held? This was designed for backends, but prefer having backend maintain a mask of held mouse buttons, because upcoming input queue system will make this invalid.", "defaults": {}, "funcname": "IsAnyMouseDown", - "location": "imgui:1040", + "location": "imgui:1041", "namespace": "ImGui", "ov_cimguiname": "igIsAnyMouseDown", "ret": "bool", @@ -27545,7 +27568,7 @@ "cimguiname": "igIsClippedEx", "defaults": {}, "funcname": "IsClippedEx", - "location": "imgui_internal:3310", + "location": "imgui_internal:3319", "namespace": "ImGui", "ov_cimguiname": "igIsClippedEx", "ret": "bool", @@ -27562,7 +27585,7 @@ "cimguiname": "igIsDragDropActive", "defaults": {}, "funcname": "IsDragDropActive", - "location": "imgui_internal:3537", + "location": "imgui_internal:3546", "namespace": "ImGui", "ov_cimguiname": "igIsDragDropActive", "ret": "bool", @@ -27579,7 +27602,7 @@ "cimguiname": "igIsDragDropPayloadBeingAccepted", "defaults": {}, "funcname": "IsDragDropPayloadBeingAccepted", - "location": "imgui_internal:3540", + "location": "imgui_internal:3549", "namespace": "ImGui", "ov_cimguiname": "igIsDragDropPayloadBeingAccepted", "ret": "bool", @@ -27601,7 +27624,7 @@ "cimguiname": "igIsGamepadKey", "defaults": {}, "funcname": "IsGamepadKey", - "location": "imgui_internal:3390", + "location": "imgui_internal:3399", "namespace": "ImGui", "ov_cimguiname": "igIsGamepadKey", "ret": "bool", @@ -27619,7 +27642,7 @@ "comment": "// was the last item just made active (item was previously inactive).", "defaults": {}, "funcname": "IsItemActivated", - "location": "imgui:950", + "location": "imgui:951", "namespace": "ImGui", "ov_cimguiname": "igIsItemActivated", "ret": "bool", @@ -27637,7 +27660,7 @@ "comment": "// is the last item active? (e.g. button being held, text field being edited. This will continuously return true while holding mouse button on an item. Items that don't interact will always return false)", "defaults": {}, "funcname": "IsItemActive", - "location": "imgui:945", + "location": "imgui:946", "namespace": "ImGui", "ov_cimguiname": "igIsItemActive", "ret": "bool", @@ -27662,7 +27685,7 @@ "mouse_button": "0" }, "funcname": "IsItemClicked", - "location": "imgui:947", + "location": "imgui:948", "namespace": "ImGui", "ov_cimguiname": "igIsItemClicked", "ret": "bool", @@ -27680,7 +27703,7 @@ "comment": "// was the last item just made inactive (item was previously active). Useful for Undo/Redo patterns with widgets that require continuous editing.", "defaults": {}, "funcname": "IsItemDeactivated", - "location": "imgui:951", + "location": "imgui:952", "namespace": "ImGui", "ov_cimguiname": "igIsItemDeactivated", "ret": "bool", @@ -27698,7 +27721,7 @@ "comment": "// was the last item just made inactive and made a value change when it was active? (e.g. Slider/Drag moved). Useful for Undo/Redo patterns with widgets that require continuous editing. Note that you may get false positives (some widgets such as Combo()/ListBox()/Selectable() will return true even when clicking an already selected item).", "defaults": {}, "funcname": "IsItemDeactivatedAfterEdit", - "location": "imgui:952", + "location": "imgui:953", "namespace": "ImGui", "ov_cimguiname": "igIsItemDeactivatedAfterEdit", "ret": "bool", @@ -27716,7 +27739,7 @@ "comment": "// did the last item modify its underlying value this frame? or was pressed? This is generally the same as the \"bool\" return value of many widgets.", "defaults": {}, "funcname": "IsItemEdited", - "location": "imgui:949", + "location": "imgui:950", "namespace": "ImGui", "ov_cimguiname": "igIsItemEdited", "ret": "bool", @@ -27734,7 +27757,7 @@ "comment": "// is the last item focused for keyboard/gamepad navigation?", "defaults": {}, "funcname": "IsItemFocused", - "location": "imgui:946", + "location": "imgui:947", "namespace": "ImGui", "ov_cimguiname": "igIsItemFocused", "ret": "bool", @@ -27759,7 +27782,7 @@ "flags": "0" }, "funcname": "IsItemHovered", - "location": "imgui:944", + "location": "imgui:945", "namespace": "ImGui", "ov_cimguiname": "igIsItemHovered", "ret": "bool", @@ -27777,7 +27800,7 @@ "comment": "// was the last item open state toggled? set by TreeNode().", "defaults": {}, "funcname": "IsItemToggledOpen", - "location": "imgui:953", + "location": "imgui:954", "namespace": "ImGui", "ov_cimguiname": "igIsItemToggledOpen", "ret": "bool", @@ -27795,7 +27818,7 @@ "comment": "// Was the last item selection state toggled? Useful if you need the per-item information _before_ reaching EndMultiSelect(). We only returns toggle _event_ in order to handle clipping correctly.", "defaults": {}, "funcname": "IsItemToggledSelection", - "location": "imgui:698", + "location": "imgui:699", "namespace": "ImGui", "ov_cimguiname": "igIsItemToggledSelection", "ret": "bool", @@ -27813,7 +27836,7 @@ "comment": "// is the last item visible? (items may be out of sight because of clipping/scrolling)", "defaults": {}, "funcname": "IsItemVisible", - "location": "imgui:948", + "location": "imgui:949", "namespace": "ImGui", "ov_cimguiname": "igIsItemVisible", "ret": "bool", @@ -27836,7 +27859,7 @@ "comment": "// was key chord (mods + key) pressed, e.g. you can pass 'ImGuiMod_Ctrl | ImGuiKey_S' as a key-chord. This doesn't do any routing or focus check, please consider using Shortcut() function instead.", "defaults": {}, "funcname": "IsKeyChordPressed", - "location": "imgui:998", + "location": "imgui:999", "namespace": "ImGui", "ov_cimguiname": "igIsKeyChordPressed_Nil", "ret": "bool", @@ -27866,7 +27889,7 @@ "owner_id": "0" }, "funcname": "IsKeyChordPressed", - "location": "imgui_internal:3444", + "location": "imgui_internal:3453", "namespace": "ImGui", "ov_cimguiname": "igIsKeyChordPressed_InputFlags", "ret": "bool", @@ -27889,7 +27912,7 @@ "comment": "// is key being held.", "defaults": {}, "funcname": "IsKeyDown", - "location": "imgui:995", + "location": "imgui:996", "namespace": "ImGui", "ov_cimguiname": "igIsKeyDown_Nil", "ret": "bool", @@ -27913,7 +27936,7 @@ "cimguiname": "igIsKeyDown", "defaults": {}, "funcname": "IsKeyDown", - "location": "imgui_internal:3441", + "location": "imgui_internal:3450", "namespace": "ImGui", "ov_cimguiname": "igIsKeyDown_ID", "ret": "bool", @@ -27942,7 +27965,7 @@ "repeat": "true" }, "funcname": "IsKeyPressed", - "location": "imgui:996", + "location": "imgui:997", "namespace": "ImGui", "ov_cimguiname": "igIsKeyPressed_Bool", "ret": "bool", @@ -27973,7 +27996,7 @@ "owner_id": "0" }, "funcname": "IsKeyPressed", - "location": "imgui_internal:3442", + "location": "imgui_internal:3451", "namespace": "ImGui", "ov_cimguiname": "igIsKeyPressed_InputFlags", "ret": "bool", @@ -27996,7 +28019,7 @@ "comment": "// was key released (went from Down to !Down)?", "defaults": {}, "funcname": "IsKeyReleased", - "location": "imgui:997", + "location": "imgui:998", "namespace": "ImGui", "ov_cimguiname": "igIsKeyReleased_Nil", "ret": "bool", @@ -28020,7 +28043,7 @@ "cimguiname": "igIsKeyReleased", "defaults": {}, "funcname": "IsKeyReleased", - "location": "imgui_internal:3443", + "location": "imgui_internal:3452", "namespace": "ImGui", "ov_cimguiname": "igIsKeyReleased_ID", "ret": "bool", @@ -28042,7 +28065,7 @@ "cimguiname": "igIsKeyboardKey", "defaults": {}, "funcname": "IsKeyboardKey", - "location": "imgui_internal:3389", + "location": "imgui_internal:3398", "namespace": "ImGui", "ov_cimguiname": "igIsKeyboardKey", "ret": "bool", @@ -28064,7 +28087,7 @@ "cimguiname": "igIsLRModKey", "defaults": {}, "funcname": "IsLRModKey", - "location": "imgui_internal:3393", + "location": "imgui_internal:3402", "namespace": "ImGui", "ov_cimguiname": "igIsLRModKey", "ret": "bool", @@ -28086,7 +28109,7 @@ "cimguiname": "igIsLegacyKey", "defaults": {}, "funcname": "IsLegacyKey", - "location": "imgui_internal:3388", + "location": "imgui_internal:3397", "namespace": "ImGui", "ov_cimguiname": "igIsLegacyKey", "ret": "bool", @@ -28115,7 +28138,7 @@ "repeat": "false" }, "funcname": "IsMouseClicked", - "location": "imgui:1034", + "location": "imgui:1035", "namespace": "ImGui", "ov_cimguiname": "igIsMouseClicked_Bool", "ret": "bool", @@ -28145,7 +28168,7 @@ "owner_id": "0" }, "funcname": "IsMouseClicked", - "location": "imgui_internal:3446", + "location": "imgui_internal:3455", "namespace": "ImGui", "ov_cimguiname": "igIsMouseClicked_InputFlags", "ret": "bool", @@ -28168,7 +28191,7 @@ "comment": "// did mouse button double-clicked? Same as GetMouseClickedCount() == 2. (note that a double-click will also report IsMouseClicked() == true)", "defaults": {}, "funcname": "IsMouseDoubleClicked", - "location": "imgui:1036", + "location": "imgui:1037", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDoubleClicked_Nil", "ret": "bool", @@ -28192,7 +28215,7 @@ "cimguiname": "igIsMouseDoubleClicked", "defaults": {}, "funcname": "IsMouseDoubleClicked", - "location": "imgui_internal:3448", + "location": "imgui_internal:3457", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDoubleClicked_ID", "ret": "bool", @@ -28215,7 +28238,7 @@ "comment": "// is mouse button held?", "defaults": {}, "funcname": "IsMouseDown", - "location": "imgui:1033", + "location": "imgui:1034", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDown_Nil", "ret": "bool", @@ -28239,7 +28262,7 @@ "cimguiname": "igIsMouseDown", "defaults": {}, "funcname": "IsMouseDown", - "location": "imgui_internal:3445", + "location": "imgui_internal:3454", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDown_ID", "ret": "bool", @@ -28267,7 +28290,7 @@ "lock_threshold": "-1.0f" }, "funcname": "IsMouseDragPastThreshold", - "location": "imgui_internal:3408", + "location": "imgui_internal:3417", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDragPastThreshold", "ret": "bool", @@ -28296,7 +28319,7 @@ "lock_threshold": "-1.0f" }, "funcname": "IsMouseDragging", - "location": "imgui:1043", + "location": "imgui:1044", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDragging", "ret": "bool", @@ -28329,7 +28352,7 @@ "clip": "true" }, "funcname": "IsMouseHoveringRect", - "location": "imgui:1038", + "location": "imgui:1039", "namespace": "ImGui", "ov_cimguiname": "igIsMouseHoveringRect", "ret": "bool", @@ -28351,7 +28374,7 @@ "cimguiname": "igIsMouseKey", "defaults": {}, "funcname": "IsMouseKey", - "location": "imgui_internal:3391", + "location": "imgui_internal:3400", "namespace": "ImGui", "ov_cimguiname": "igIsMouseKey", "ret": "bool", @@ -28376,7 +28399,7 @@ "mouse_pos": "NULL" }, "funcname": "IsMousePosValid", - "location": "imgui:1039", + "location": "imgui:1040", "namespace": "ImGui", "ov_cimguiname": "igIsMousePosValid", "ret": "bool", @@ -28399,7 +28422,7 @@ "comment": "// did mouse button released? (went from Down to !Down)", "defaults": {}, "funcname": "IsMouseReleased", - "location": "imgui:1035", + "location": "imgui:1036", "namespace": "ImGui", "ov_cimguiname": "igIsMouseReleased_Nil", "ret": "bool", @@ -28423,7 +28446,7 @@ "cimguiname": "igIsMouseReleased", "defaults": {}, "funcname": "IsMouseReleased", - "location": "imgui_internal:3447", + "location": "imgui_internal:3456", "namespace": "ImGui", "ov_cimguiname": "igIsMouseReleased_ID", "ret": "bool", @@ -28445,7 +28468,7 @@ "cimguiname": "igIsNamedKey", "defaults": {}, "funcname": "IsNamedKey", - "location": "imgui_internal:3386", + "location": "imgui_internal:3395", "namespace": "ImGui", "ov_cimguiname": "igIsNamedKey", "ret": "bool", @@ -28467,7 +28490,7 @@ "cimguiname": "igIsNamedKeyOrMod", "defaults": {}, "funcname": "IsNamedKeyOrMod", - "location": "imgui_internal:3387", + "location": "imgui_internal:3396", "namespace": "ImGui", "ov_cimguiname": "igIsNamedKeyOrMod", "ret": "bool", @@ -28496,7 +28519,7 @@ "flags": "0" }, "funcname": "IsPopupOpen", - "location": "imgui:796", + "location": "imgui:797", "namespace": "ImGui", "ov_cimguiname": "igIsPopupOpen_Str", "ret": "bool", @@ -28520,7 +28543,7 @@ "cimguiname": "igIsPopupOpen", "defaults": {}, "funcname": "IsPopupOpen", - "location": "imgui_internal:3337", + "location": "imgui_internal:3346", "namespace": "ImGui", "ov_cimguiname": "igIsPopupOpen_ID", "ret": "bool", @@ -28543,7 +28566,7 @@ "comment": "// test if rectangle (of given size, starting from cursor position) is visible / not clipped.", "defaults": {}, "funcname": "IsRectVisible", - "location": "imgui:973", + "location": "imgui:974", "namespace": "ImGui", "ov_cimguiname": "igIsRectVisible_Nil", "ret": "bool", @@ -28568,7 +28591,7 @@ "comment": "// test if rectangle (in screen space) is visible / not clipped. to perform coarse clipping on user's side.", "defaults": {}, "funcname": "IsRectVisible", - "location": "imgui:974", + "location": "imgui:975", "namespace": "ImGui", "ov_cimguiname": "igIsRectVisible_Vec2", "ret": "bool", @@ -28594,7 +28617,7 @@ "cimguiname": "igIsWindowAbove", "defaults": {}, "funcname": "IsWindowAbove", - "location": "imgui_internal:3197", + "location": "imgui_internal:3206", "namespace": "ImGui", "ov_cimguiname": "igIsWindowAbove", "ret": "bool", @@ -28645,7 +28668,7 @@ "cimguiname": "igIsWindowChildOf", "defaults": {}, "funcname": "IsWindowChildOf", - "location": "imgui_internal:3195", + "location": "imgui_internal:3204", "namespace": "ImGui", "ov_cimguiname": "igIsWindowChildOf", "ret": "bool", @@ -28690,7 +28713,7 @@ "flags": "0" }, "funcname": "IsWindowContentHoverable", - "location": "imgui_internal:3309", + "location": "imgui_internal:3318", "namespace": "ImGui", "ov_cimguiname": "igIsWindowContentHoverable", "ret": "bool", @@ -28708,7 +28731,7 @@ "comment": "// is current window docked into another window?", "defaults": {}, "funcname": "IsWindowDocked", - "location": "imgui:893", + "location": "imgui:894", "namespace": "ImGui", "ov_cimguiname": "igIsWindowDocked", "ret": "bool", @@ -28780,7 +28803,7 @@ "cimguiname": "igIsWindowNavFocusable", "defaults": {}, "funcname": "IsWindowNavFocusable", - "location": "imgui_internal:3198", + "location": "imgui_internal:3207", "namespace": "ImGui", "ov_cimguiname": "igIsWindowNavFocusable", "ret": "bool", @@ -28806,7 +28829,7 @@ "cimguiname": "igIsWindowWithinBeginStackOf", "defaults": {}, "funcname": "IsWindowWithinBeginStackOf", - "location": "imgui_internal:3196", + "location": "imgui_internal:3205", "namespace": "ImGui", "ov_cimguiname": "igIsWindowWithinBeginStackOf", "ret": "bool", @@ -28843,7 +28866,7 @@ "nav_bb": "NULL" }, "funcname": "ItemAdd", - "location": "imgui_internal:3307", + "location": "imgui_internal:3316", "namespace": "ImGui", "ov_cimguiname": "igItemAdd", "ret": "bool", @@ -28873,7 +28896,7 @@ "cimguiname": "igItemHoverable", "defaults": {}, "funcname": "ItemHoverable", - "location": "imgui_internal:3308", + "location": "imgui_internal:3317", "namespace": "ImGui", "ov_cimguiname": "igItemHoverable", "ret": "bool", @@ -28901,7 +28924,7 @@ "text_baseline_y": "-1.0f" }, "funcname": "ItemSize", - "location": "imgui_internal:3305", + "location": "imgui_internal:3314", "namespace": "ImGui", "ov_cimguiname": "igItemSize_Vec2", "ret": "void", @@ -28928,7 +28951,7 @@ "text_baseline_y": "-1.0f" }, "funcname": "ItemSize", - "location": "imgui_internal:3306", + "location": "imgui_internal:3315", "namespace": "ImGui", "ov_cimguiname": "igItemSize_Rect", "ret": "void", @@ -28950,7 +28973,7 @@ "cimguiname": "igKeepAliveID", "defaults": {}, "funcname": "KeepAliveID", - "location": "imgui_internal:3298", + "location": "imgui_internal:3307", "namespace": "ImGui", "ov_cimguiname": "igKeepAliveID", "ret": "void", @@ -29052,7 +29075,7 @@ "height_in_items": "-1" }, "funcname": "ListBox", - "location": "imgui:708", + "location": "imgui:709", "namespace": "ImGui", "ov_cimguiname": "igListBox_Str_arr", "ret": "bool", @@ -29096,7 +29119,7 @@ "height_in_items": "-1" }, "funcname": "ListBox", - "location": "imgui:709", + "location": "imgui:710", "namespace": "ImGui", "ov_cimguiname": "igListBox_FnStrPtr", "ret": "bool", @@ -29119,7 +29142,7 @@ "comment": "// call after CreateContext() and before the first call to NewFrame(). NewFrame() automatically calls LoadIniSettingsFromDisk(io.IniFilename).", "defaults": {}, "funcname": "LoadIniSettingsFromDisk", - "location": "imgui:1059", + "location": "imgui:1060", "namespace": "ImGui", "ov_cimguiname": "igLoadIniSettingsFromDisk", "ret": "void", @@ -29148,7 +29171,7 @@ "ini_size": "0" }, "funcname": "LoadIniSettingsFromMemory", - "location": "imgui:1060", + "location": "imgui:1061", "namespace": "ImGui", "ov_cimguiname": "igLoadIniSettingsFromMemory", "ret": "void", @@ -29170,7 +29193,7 @@ "cimguiname": "igLocalizeGetMsg", "defaults": {}, "funcname": "LocalizeGetMsg", - "location": "imgui_internal:3272", + "location": "imgui_internal:3281", "namespace": "ImGui", "ov_cimguiname": "igLocalizeGetMsg", "ret": "const char*", @@ -29196,7 +29219,7 @@ "cimguiname": "igLocalizeRegisterEntries", "defaults": {}, "funcname": "LocalizeRegisterEntries", - "location": "imgui_internal:3271", + "location": "imgui_internal:3280", "namespace": "ImGui", "ov_cimguiname": "igLocalizeRegisterEntries", "ret": "void", @@ -29223,7 +29246,7 @@ "comment": "// -> BeginCapture() when we design v2 api, for now stay under the radar by using the old name.", "defaults": {}, "funcname": "LogBegin", - "location": "imgui_internal:3323", + "location": "imgui_internal:3332", "namespace": "ImGui", "ov_cimguiname": "igLogBegin", "ret": "void", @@ -29241,7 +29264,7 @@ "comment": "// helper to display buttons for logging to tty/file/clipboard", "defaults": {}, "funcname": "LogButtons", - "location": "imgui:901", + "location": "imgui:902", "namespace": "ImGui", "ov_cimguiname": "igLogButtons", "ret": "void", @@ -29259,7 +29282,7 @@ "comment": "// stop logging (close file, etc.)", "defaults": {}, "funcname": "LogFinish", - "location": "imgui:900", + "location": "imgui:901", "namespace": "ImGui", "ov_cimguiname": "igLogFinish", "ret": "void", @@ -29291,7 +29314,7 @@ "text_end": "NULL" }, "funcname": "LogRenderedText", - "location": "imgui_internal:3325", + "location": "imgui_internal:3334", "namespace": "ImGui", "ov_cimguiname": "igLogRenderedText", "ret": "void", @@ -29317,7 +29340,7 @@ "cimguiname": "igLogSetNextTextDecoration", "defaults": {}, "funcname": "LogSetNextTextDecoration", - "location": "imgui_internal:3326", + "location": "imgui_internal:3335", "namespace": "ImGui", "ov_cimguiname": "igLogSetNextTextDecoration", "ret": "void", @@ -29345,7 +29368,7 @@ "defaults": {}, "funcname": "LogText", "isvararg": "...)", - "location": "imgui:902", + "location": "imgui:903", "manual": true, "namespace": "ImGui", "ov_cimguiname": "igLogText", @@ -29372,7 +29395,7 @@ "cimguiname": "igLogTextV", "defaults": {}, "funcname": "LogTextV", - "location": "imgui:903", + "location": "imgui:904", "namespace": "ImGui", "ov_cimguiname": "igLogTextV", "ret": "void", @@ -29397,7 +29420,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToBuffer", - "location": "imgui_internal:3324", + "location": "imgui_internal:3333", "namespace": "ImGui", "ov_cimguiname": "igLogToBuffer", "ret": "void", @@ -29422,7 +29445,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToClipboard", - "location": "imgui:899", + "location": "imgui:900", "namespace": "ImGui", "ov_cimguiname": "igLogToClipboard", "ret": "void", @@ -29452,7 +29475,7 @@ "filename": "NULL" }, "funcname": "LogToFile", - "location": "imgui:898", + "location": "imgui:899", "namespace": "ImGui", "ov_cimguiname": "igLogToFile", "ret": "void", @@ -29477,7 +29500,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToTTY", - "location": "imgui:897", + "location": "imgui:898", "namespace": "ImGui", "ov_cimguiname": "igLogToTTY", "ret": "void", @@ -29494,7 +29517,7 @@ "cimguiname": "igMarkIniSettingsDirty", "defaults": {}, "funcname": "MarkIniSettingsDirty", - "location": "imgui_internal:3257", + "location": "imgui_internal:3266", "namespace": "ImGui", "ov_cimguiname": "igMarkIniSettingsDirty_Nil", "ret": "void", @@ -29514,7 +29537,7 @@ "cimguiname": "igMarkIniSettingsDirty", "defaults": {}, "funcname": "MarkIniSettingsDirty", - "location": "imgui_internal:3258", + "location": "imgui_internal:3267", "namespace": "ImGui", "ov_cimguiname": "igMarkIniSettingsDirty_WindowPtr", "ret": "void", @@ -29537,7 +29560,7 @@ "comment": "// Mark data associated to given item as \"edited\", used by IsItemDeactivatedAfterEdit() function.", "defaults": {}, "funcname": "MarkItemEdited", - "location": "imgui_internal:3299", + "location": "imgui_internal:3308", "namespace": "ImGui", "ov_cimguiname": "igMarkItemEdited", "ret": "void", @@ -29559,7 +29582,7 @@ "cimguiname": "igMemAlloc", "defaults": {}, "funcname": "MemAlloc", - "location": "imgui:1081", + "location": "imgui:1082", "namespace": "ImGui", "ov_cimguiname": "igMemAlloc", "ret": "void*", @@ -29581,7 +29604,7 @@ "cimguiname": "igMemFree", "defaults": {}, "funcname": "MemFree", - "location": "imgui:1082", + "location": "imgui:1083", "namespace": "ImGui", "ov_cimguiname": "igMemFree", "ret": "void", @@ -29620,7 +29643,7 @@ "shortcut": "NULL" }, "funcname": "MenuItem", - "location": "imgui:736", + "location": "imgui:737", "namespace": "ImGui", "ov_cimguiname": "igMenuItem_Bool", "ret": "bool", @@ -29655,7 +29678,7 @@ "enabled": "true" }, "funcname": "MenuItem", - "location": "imgui:737", + "location": "imgui:738", "namespace": "ImGui", "ov_cimguiname": "igMenuItem_BoolPtr", "ret": "bool", @@ -29697,7 +29720,7 @@ "shortcut": "NULL" }, "funcname": "MenuItemEx", - "location": "imgui_internal:3352", + "location": "imgui_internal:3361", "namespace": "ImGui", "ov_cimguiname": "igMenuItemEx", "ret": "bool", @@ -29719,7 +29742,7 @@ "cimguiname": "igMouseButtonToKey", "defaults": {}, "funcname": "MouseButtonToKey", - "location": "imgui_internal:3407", + "location": "imgui_internal:3416", "namespace": "ImGui", "ov_cimguiname": "igMouseButtonToKey", "ret": "ImGuiKey", @@ -29745,7 +29768,7 @@ "cimguiname": "igMultiSelectAddSetAll", "defaults": {}, "funcname": "MultiSelectAddSetAll", - "location": "imgui_internal:3558", + "location": "imgui_internal:3567", "namespace": "ImGui", "ov_cimguiname": "igMultiSelectAddSetAll", "ret": "void", @@ -29783,7 +29806,7 @@ "cimguiname": "igMultiSelectAddSetRange", "defaults": {}, "funcname": "MultiSelectAddSetRange", - "location": "imgui_internal:3559", + "location": "imgui_internal:3568", "namespace": "ImGui", "ov_cimguiname": "igMultiSelectAddSetRange", "ret": "void", @@ -29813,7 +29836,7 @@ "cimguiname": "igMultiSelectItemFooter", "defaults": {}, "funcname": "MultiSelectItemFooter", - "location": "imgui_internal:3557", + "location": "imgui_internal:3566", "namespace": "ImGui", "ov_cimguiname": "igMultiSelectItemFooter", "ret": "void", @@ -29843,7 +29866,7 @@ "cimguiname": "igMultiSelectItemHeader", "defaults": {}, "funcname": "MultiSelectItemHeader", - "location": "imgui_internal:3556", + "location": "imgui_internal:3565", "namespace": "ImGui", "ov_cimguiname": "igMultiSelectItemHeader", "ret": "void", @@ -29865,7 +29888,7 @@ "cimguiname": "igNavClearPreferredPosForAxis", "defaults": {}, "funcname": "NavClearPreferredPosForAxis", - "location": "imgui_internal:3371", + "location": "imgui_internal:3380", "namespace": "ImGui", "ov_cimguiname": "igNavClearPreferredPosForAxis", "ret": "void", @@ -29887,7 +29910,7 @@ "cimguiname": "igNavHighlightActivated", "defaults": {}, "funcname": "NavHighlightActivated", - "location": "imgui_internal:3370", + "location": "imgui_internal:3379", "namespace": "ImGui", "ov_cimguiname": "igNavHighlightActivated", "ret": "void", @@ -29904,7 +29927,7 @@ "cimguiname": "igNavInitRequestApplyResult", "defaults": {}, "funcname": "NavInitRequestApplyResult", - "location": "imgui_internal:3361", + "location": "imgui_internal:3370", "namespace": "ImGui", "ov_cimguiname": "igNavInitRequestApplyResult", "ret": "void", @@ -29930,7 +29953,7 @@ "cimguiname": "igNavInitWindow", "defaults": {}, "funcname": "NavInitWindow", - "location": "imgui_internal:3360", + "location": "imgui_internal:3369", "namespace": "ImGui", "ov_cimguiname": "igNavInitWindow", "ret": "void", @@ -29947,7 +29970,7 @@ "cimguiname": "igNavMoveRequestApplyResult", "defaults": {}, "funcname": "NavMoveRequestApplyResult", - "location": "imgui_internal:3368", + "location": "imgui_internal:3377", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestApplyResult", "ret": "void", @@ -29964,7 +29987,7 @@ "cimguiname": "igNavMoveRequestButNoResultYet", "defaults": {}, "funcname": "NavMoveRequestButNoResultYet", - "location": "imgui_internal:3362", + "location": "imgui_internal:3371", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestButNoResultYet", "ret": "bool", @@ -29981,7 +30004,7 @@ "cimguiname": "igNavMoveRequestCancel", "defaults": {}, "funcname": "NavMoveRequestCancel", - "location": "imgui_internal:3367", + "location": "imgui_internal:3376", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestCancel", "ret": "void", @@ -30015,7 +30038,7 @@ "cimguiname": "igNavMoveRequestForward", "defaults": {}, "funcname": "NavMoveRequestForward", - "location": "imgui_internal:3364", + "location": "imgui_internal:3373", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestForward", "ret": "void", @@ -30037,7 +30060,7 @@ "cimguiname": "igNavMoveRequestResolveWithLastItem", "defaults": {}, "funcname": "NavMoveRequestResolveWithLastItem", - "location": "imgui_internal:3365", + "location": "imgui_internal:3374", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestResolveWithLastItem", "ret": "void", @@ -30063,7 +30086,7 @@ "cimguiname": "igNavMoveRequestResolveWithPastTreeNode", "defaults": {}, "funcname": "NavMoveRequestResolveWithPastTreeNode", - "location": "imgui_internal:3366", + "location": "imgui_internal:3375", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestResolveWithPastTreeNode", "ret": "void", @@ -30097,7 +30120,7 @@ "cimguiname": "igNavMoveRequestSubmit", "defaults": {}, "funcname": "NavMoveRequestSubmit", - "location": "imgui_internal:3363", + "location": "imgui_internal:3372", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestSubmit", "ret": "void", @@ -30123,7 +30146,7 @@ "cimguiname": "igNavMoveRequestTryWrapping", "defaults": {}, "funcname": "NavMoveRequestTryWrapping", - "location": "imgui_internal:3369", + "location": "imgui_internal:3378", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestTryWrapping", "ret": "void", @@ -30140,7 +30163,7 @@ "cimguiname": "igNavUpdateCurrentWindowIsScrollPushableX", "defaults": {}, "funcname": "NavUpdateCurrentWindowIsScrollPushableX", - "location": "imgui_internal:3373", + "location": "imgui_internal:3382", "namespace": "ImGui", "ov_cimguiname": "igNavUpdateCurrentWindowIsScrollPushableX", "ret": "void", @@ -30194,7 +30217,7 @@ "comment": "// next column, defaults to current row or next row if the current row is finished", "defaults": {}, "funcname": "NextColumn", - "location": "imgui:858", + "location": "imgui:859", "namespace": "ImGui", "ov_cimguiname": "igNextColumn", "ret": "void", @@ -30223,7 +30246,7 @@ "popup_flags": "0" }, "funcname": "OpenPopup", - "location": "imgui:778", + "location": "imgui:779", "namespace": "ImGui", "ov_cimguiname": "igOpenPopup_Str", "ret": "void", @@ -30250,7 +30273,7 @@ "popup_flags": "0" }, "funcname": "OpenPopup", - "location": "imgui:779", + "location": "imgui:780", "namespace": "ImGui", "ov_cimguiname": "igOpenPopup_ID", "ret": "void", @@ -30278,7 +30301,7 @@ "popup_flags": "ImGuiPopupFlags_None" }, "funcname": "OpenPopupEx", - "location": "imgui_internal:3333", + "location": "imgui_internal:3342", "namespace": "ImGui", "ov_cimguiname": "igOpenPopupEx", "ret": "void", @@ -30308,7 +30331,7 @@ "str_id": "NULL" }, "funcname": "OpenPopupOnItemClick", - "location": "imgui:780", + "location": "imgui:781", "namespace": "ImGui", "ov_cimguiname": "igOpenPopupOnItemClick", "ret": "void", @@ -30368,7 +30391,7 @@ "cimguiname": "igPlotEx", "defaults": {}, "funcname": "PlotEx", - "location": "imgui_internal:3749", + "location": "imgui_internal:3758", "namespace": "ImGui", "ov_cimguiname": "igPlotEx", "ret": "int", @@ -30429,7 +30452,7 @@ "values_offset": "0" }, "funcname": "PlotHistogram", - "location": "imgui:715", + "location": "imgui:716", "namespace": "ImGui", "ov_cimguiname": "igPlotHistogram_FloatPtr", "ret": "void", @@ -30489,7 +30512,7 @@ "values_offset": "0" }, "funcname": "PlotHistogram", - "location": "imgui:716", + "location": "imgui:717", "namespace": "ImGui", "ov_cimguiname": "igPlotHistogram_FnFloatPtr", "ret": "void", @@ -30550,7 +30573,7 @@ "values_offset": "0" }, "funcname": "PlotLines", - "location": "imgui:713", + "location": "imgui:714", "namespace": "ImGui", "ov_cimguiname": "igPlotLines_FloatPtr", "ret": "void", @@ -30610,7 +30633,7 @@ "values_offset": "0" }, "funcname": "PlotLines", - "location": "imgui:714", + "location": "imgui:715", "namespace": "ImGui", "ov_cimguiname": "igPlotLines_FnFloatPtr", "ret": "void", @@ -30627,7 +30650,7 @@ "cimguiname": "igPopClipRect", "defaults": {}, "funcname": "PopClipRect", - "location": "imgui:929", + "location": "imgui:930", "namespace": "ImGui", "ov_cimguiname": "igPopClipRect", "ret": "void", @@ -30644,7 +30667,7 @@ "cimguiname": "igPopColumnsBackground", "defaults": {}, "funcname": "PopColumnsBackground", - "location": "imgui_internal:3569", + "location": "imgui_internal:3578", "namespace": "ImGui", "ov_cimguiname": "igPopColumnsBackground", "ret": "void", @@ -30661,7 +30684,7 @@ "cimguiname": "igPopFocusScope", "defaults": {}, "funcname": "PopFocusScope", - "location": "imgui_internal:3533", + "location": "imgui_internal:3542", "namespace": "ImGui", "ov_cimguiname": "igPopFocusScope", "ret": "void", @@ -30858,7 +30881,7 @@ "cimguiname": "igPushClipRect", "defaults": {}, "funcname": "PushClipRect", - "location": "imgui:928", + "location": "imgui:929", "namespace": "ImGui", "ov_cimguiname": "igPushClipRect", "ret": "void", @@ -30880,7 +30903,7 @@ "cimguiname": "igPushColumnClipRect", "defaults": {}, "funcname": "PushColumnClipRect", - "location": "imgui_internal:3567", + "location": "imgui_internal:3576", "namespace": "ImGui", "ov_cimguiname": "igPushColumnClipRect", "ret": "void", @@ -30897,7 +30920,7 @@ "cimguiname": "igPushColumnsBackground", "defaults": {}, "funcname": "PushColumnsBackground", - "location": "imgui_internal:3568", + "location": "imgui_internal:3577", "namespace": "ImGui", "ov_cimguiname": "igPushColumnsBackground", "ret": "void", @@ -30919,7 +30942,7 @@ "cimguiname": "igPushFocusScope", "defaults": {}, "funcname": "PushFocusScope", - "location": "imgui_internal:3532", + "location": "imgui_internal:3541", "namespace": "ImGui", "ov_cimguiname": "igPushFocusScope", "ret": "void", @@ -31108,7 +31131,7 @@ "cimguiname": "igPushMultiItemsWidths", "defaults": {}, "funcname": "PushMultiItemsWidths", - "location": "imgui_internal:3314", + "location": "imgui_internal:3323", "namespace": "ImGui", "ov_cimguiname": "igPushMultiItemsWidths", "ret": "void", @@ -31131,7 +31154,7 @@ "comment": "// Push given value as-is at the top of the ID stack (whereas PushID combines old and new hashes)", "defaults": {}, "funcname": "PushOverrideID", - "location": "imgui_internal:3300", + "location": "imgui_internal:3309", "namespace": "ImGui", "ov_cimguiname": "igPushOverrideID", "ret": "void", @@ -31395,7 +31418,7 @@ "cimguiname": "igRemoveContextHook", "defaults": {}, "funcname": "RemoveContextHook", - "location": "imgui_internal:3244", + "location": "imgui_internal:3253", "namespace": "ImGui", "ov_cimguiname": "igRemoveContextHook", "ret": "void", @@ -31417,7 +31440,7 @@ "cimguiname": "igRemoveSettingsHandler", "defaults": {}, "funcname": "RemoveSettingsHandler", - "location": "imgui_internal:3261", + "location": "imgui_internal:3270", "namespace": "ImGui", "ov_cimguiname": "igRemoveSettingsHandler", "ret": "void", @@ -31475,7 +31498,7 @@ "scale": "1.0f" }, "funcname": "RenderArrow", - "location": "imgui_internal:3673", + "location": "imgui_internal:3682", "namespace": "ImGui", "ov_cimguiname": "igRenderArrow", "ret": "void", @@ -31509,7 +31532,7 @@ "cimguiname": "igRenderArrowDockMenu", "defaults": {}, "funcname": "RenderArrowDockMenu", - "location": "imgui_internal:3677", + "location": "imgui_internal:3686", "namespace": "ImGui", "ov_cimguiname": "igRenderArrowDockMenu", "ret": "void", @@ -31547,7 +31570,7 @@ "cimguiname": "igRenderArrowPointingAt", "defaults": {}, "funcname": "RenderArrowPointingAt", - "location": "imgui_internal:3676", + "location": "imgui_internal:3685", "namespace": "ImGui", "ov_cimguiname": "igRenderArrowPointingAt", "ret": "void", @@ -31577,7 +31600,7 @@ "cimguiname": "igRenderBullet", "defaults": {}, "funcname": "RenderBullet", - "location": "imgui_internal:3674", + "location": "imgui_internal:3683", "namespace": "ImGui", "ov_cimguiname": "igRenderBullet", "ret": "void", @@ -31611,7 +31634,7 @@ "cimguiname": "igRenderCheckMark", "defaults": {}, "funcname": "RenderCheckMark", - "location": "imgui_internal:3675", + "location": "imgui_internal:3684", "namespace": "ImGui", "ov_cimguiname": "igRenderCheckMark", "ret": "void", @@ -31664,7 +31687,7 @@ "rounding": "0.0f" }, "funcname": "RenderColorRectWithAlphaCheckerboard", - "location": "imgui_internal:3664", + "location": "imgui_internal:3673", "namespace": "ImGui", "ov_cimguiname": "igRenderColorRectWithAlphaCheckerboard", "ret": "void", @@ -31690,7 +31713,7 @@ "cimguiname": "igRenderDragDropTargetRect", "defaults": {}, "funcname": "RenderDragDropTargetRect", - "location": "imgui_internal:3541", + "location": "imgui_internal:3550", "namespace": "ImGui", "ov_cimguiname": "igRenderDragDropTargetRect", "ret": "void", @@ -31731,7 +31754,7 @@ "rounding": "0.0f" }, "funcname": "RenderFrame", - "location": "imgui_internal:3662", + "location": "imgui_internal:3671", "namespace": "ImGui", "ov_cimguiname": "igRenderFrame", "ret": "void", @@ -31763,7 +31786,7 @@ "rounding": "0.0f" }, "funcname": "RenderFrameBorder", - "location": "imgui_internal:3663", + "location": "imgui_internal:3672", "namespace": "ImGui", "ov_cimguiname": "igRenderFrameBorder", "ret": "void", @@ -31805,7 +31828,7 @@ "cimguiname": "igRenderMouseCursor", "defaults": {}, "funcname": "RenderMouseCursor", - "location": "imgui_internal:3670", + "location": "imgui_internal:3679", "namespace": "ImGui", "ov_cimguiname": "igRenderMouseCursor", "ret": "void", @@ -31838,7 +31861,7 @@ "flags": "ImGuiNavRenderCursorFlags_None" }, "funcname": "RenderNavCursor", - "location": "imgui_internal:3665", + "location": "imgui_internal:3674", "namespace": "ImGui", "ov_cimguiname": "igRenderNavCursor", "ret": "void", @@ -31868,7 +31891,7 @@ "renderer_render_arg": "NULL" }, "funcname": "RenderPlatformWindowsDefault", - "location": "imgui:1088", + "location": "imgui:1089", "namespace": "ImGui", "ov_cimguiname": "igRenderPlatformWindowsDefault", "ret": "void", @@ -31910,7 +31933,7 @@ "cimguiname": "igRenderRectFilledRangeH", "defaults": {}, "funcname": "RenderRectFilledRangeH", - "location": "imgui_internal:3678", + "location": "imgui_internal:3687", "namespace": "ImGui", "ov_cimguiname": "igRenderRectFilledRangeH", "ret": "void", @@ -31948,7 +31971,7 @@ "cimguiname": "igRenderRectFilledWithHole", "defaults": {}, "funcname": "RenderRectFilledWithHole", - "location": "imgui_internal:3679", + "location": "imgui_internal:3688", "namespace": "ImGui", "ov_cimguiname": "igRenderRectFilledWithHole", "ret": "void", @@ -31985,7 +32008,7 @@ "text_end": "NULL" }, "funcname": "RenderText", - "location": "imgui_internal:3657", + "location": "imgui_internal:3666", "namespace": "ImGui", "ov_cimguiname": "igRenderText", "ret": "void", @@ -32034,7 +32057,7 @@ "clip_rect": "NULL" }, "funcname": "RenderTextClipped", - "location": "imgui_internal:3659", + "location": "imgui_internal:3668", "namespace": "ImGui", "ov_cimguiname": "igRenderTextClipped", "ret": "void", @@ -32087,7 +32110,7 @@ "clip_rect": "NULL" }, "funcname": "RenderTextClippedEx", - "location": "imgui_internal:3660", + "location": "imgui_internal:3669", "namespace": "ImGui", "ov_cimguiname": "igRenderTextClippedEx", "ret": "void", @@ -32137,7 +32160,7 @@ "cimguiname": "igRenderTextEllipsis", "defaults": {}, "funcname": "RenderTextEllipsis", - "location": "imgui_internal:3661", + "location": "imgui_internal:3670", "namespace": "ImGui", "ov_cimguiname": "igRenderTextEllipsis", "ret": "void", @@ -32171,7 +32194,7 @@ "cimguiname": "igRenderTextWrapped", "defaults": {}, "funcname": "RenderTextWrapped", - "location": "imgui_internal:3658", + "location": "imgui_internal:3667", "namespace": "ImGui", "ov_cimguiname": "igRenderTextWrapped", "ret": "void", @@ -32196,7 +32219,7 @@ "button": "0" }, "funcname": "ResetMouseDragDelta", - "location": "imgui:1045", + "location": "imgui:1046", "namespace": "ImGui", "ov_cimguiname": "igResetMouseDragDelta", "ret": "void", @@ -32249,7 +32272,7 @@ "comment": "// this is automatically called (if io.IniFilename is not empty) a few seconds after any modification that should be reflected in the .ini file (and also by DestroyContext).", "defaults": {}, "funcname": "SaveIniSettingsToDisk", - "location": "imgui:1061", + "location": "imgui:1062", "namespace": "ImGui", "ov_cimguiname": "igSaveIniSettingsToDisk", "ret": "void", @@ -32274,7 +32297,7 @@ "out_ini_size": "NULL" }, "funcname": "SaveIniSettingsToMemory", - "location": "imgui:1062", + "location": "imgui:1063", "namespace": "ImGui", "ov_cimguiname": "igSaveIniSettingsToMemory", "ret": "const char*", @@ -32300,7 +32323,7 @@ "cimguiname": "igScaleWindowsInViewport", "defaults": {}, "funcname": "ScaleWindowsInViewport", - "location": "imgui_internal:3249", + "location": "imgui_internal:3258", "namespace": "ImGui", "ov_cimguiname": "igScaleWindowsInViewport", "ret": "void", @@ -32326,7 +32349,7 @@ "cimguiname": "igScrollToBringRectIntoView", "defaults": {}, "funcname": "ScrollToBringRectIntoView", - "location": "imgui_internal:3285", + "location": "imgui_internal:3294", "namespace": "ImGui", "ov_cimguiname": "igScrollToBringRectIntoView", "ret": "void", @@ -32350,7 +32373,7 @@ "flags": "0" }, "funcname": "ScrollToItem", - "location": "imgui_internal:3281", + "location": "imgui_internal:3290", "namespace": "ImGui", "ov_cimguiname": "igScrollToItem", "ret": "void", @@ -32382,7 +32405,7 @@ "flags": "0" }, "funcname": "ScrollToRect", - "location": "imgui_internal:3282", + "location": "imgui_internal:3291", "namespace": "ImGui", "ov_cimguiname": "igScrollToRect", "ret": "void", @@ -32418,7 +32441,7 @@ "flags": "0" }, "funcname": "ScrollToRectEx", - "location": "imgui_internal:3283", + "location": "imgui_internal:3292", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igScrollToRectEx", @@ -32441,7 +32464,7 @@ "cimguiname": "igScrollbar", "defaults": {}, "funcname": "Scrollbar", - "location": "imgui_internal:3695", + "location": "imgui_internal:3704", "namespace": "ImGui", "ov_cimguiname": "igScrollbar", "ret": "void", @@ -32451,7 +32474,7 @@ ], "igScrollbarEx": [ { - "args": "(const ImRect bb,ImGuiID id,ImGuiAxis axis,ImS64* p_scroll_v,ImS64 avail_v,ImS64 contents_v,ImDrawFlags flags)", + "args": "(const ImRect bb,ImGuiID id,ImGuiAxis axis,ImS64* p_scroll_v,ImS64 avail_v,ImS64 contents_v,ImDrawFlags draw_rounding_flags)", "argsT": [ { "name": "bb", @@ -32478,16 +32501,18 @@ "type": "ImS64" }, { - "name": "flags", + "name": "draw_rounding_flags", "type": "ImDrawFlags" } ], - "argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiAxis axis,ImS64* p_scroll_v,ImS64 avail_v,ImS64 contents_v,ImDrawFlags flags)", - "call_args": "(bb,id,axis,p_scroll_v,avail_v,contents_v,flags)", + "argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiAxis axis,ImS64* p_scroll_v,ImS64 avail_v,ImS64 contents_v,ImDrawFlags draw_rounding_flags=0)", + "call_args": "(bb,id,axis,p_scroll_v,avail_v,contents_v,draw_rounding_flags)", "cimguiname": "igScrollbarEx", - "defaults": {}, + "defaults": { + "draw_rounding_flags": "0" + }, "funcname": "ScrollbarEx", - "location": "imgui_internal:3696", + "location": "imgui_internal:3705", "namespace": "ImGui", "ov_cimguiname": "igScrollbarEx", "ret": "bool", @@ -32526,7 +32551,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Selectable", - "location": "imgui:685", + "location": "imgui:686", "namespace": "ImGui", "ov_cimguiname": "igSelectable_Bool", "ret": "bool", @@ -32562,7 +32587,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Selectable", - "location": "imgui:686", + "location": "imgui:687", "namespace": "ImGui", "ov_cimguiname": "igSelectable_BoolPtr", "ret": "bool", @@ -32608,7 +32633,7 @@ "thickness": "1.0f" }, "funcname": "SeparatorEx", - "location": "imgui_internal:3687", + "location": "imgui_internal:3696", "namespace": "ImGui", "ov_cimguiname": "igSeparatorEx", "ret": "void", @@ -32665,7 +32690,7 @@ "cimguiname": "igSeparatorTextEx", "defaults": {}, "funcname": "SeparatorTextEx", - "location": "imgui_internal:3688", + "location": "imgui_internal:3697", "namespace": "ImGui", "ov_cimguiname": "igSeparatorTextEx", "ret": "void", @@ -32691,7 +32716,7 @@ "cimguiname": "igSetActiveID", "defaults": {}, "funcname": "SetActiveID", - "location": "imgui_internal:3293", + "location": "imgui_internal:3302", "namespace": "ImGui", "ov_cimguiname": "igSetActiveID", "ret": "void", @@ -32708,7 +32733,7 @@ "cimguiname": "igSetActiveIdUsingAllKeyboardKeys", "defaults": {}, "funcname": "SetActiveIdUsingAllKeyboardKeys", - "location": "imgui_internal:3414", + "location": "imgui_internal:3423", "namespace": "ImGui", "ov_cimguiname": "igSetActiveIdUsingAllKeyboardKeys", "ret": "void", @@ -32740,7 +32765,7 @@ "user_data": "NULL" }, "funcname": "SetAllocatorFunctions", - "location": "imgui:1079", + "location": "imgui:1080", "namespace": "ImGui", "ov_cimguiname": "igSetAllocatorFunctions", "ret": "void", @@ -32762,7 +32787,7 @@ "cimguiname": "igSetClipboardText", "defaults": {}, "funcname": "SetClipboardText", - "location": "imgui:1053", + "location": "imgui:1054", "namespace": "ImGui", "ov_cimguiname": "igSetClipboardText", "ret": "void", @@ -32785,7 +32810,7 @@ "comment": "// initialize current options (generally on application startup) if you want to select a default format, picker type, etc. User will be able to change many settings, unless you pass the _NoOptions flag to your calls.", "defaults": {}, "funcname": "SetColorEditOptions", - "location": "imgui:659", + "location": "imgui:660", "namespace": "ImGui", "ov_cimguiname": "igSetColorEditOptions", "ret": "void", @@ -32812,7 +32837,7 @@ "comment": "// set position of column line (in pixels, from the left side of the contents region). pass -1 to use current column", "defaults": {}, "funcname": "SetColumnOffset", - "location": "imgui:863", + "location": "imgui:864", "namespace": "ImGui", "ov_cimguiname": "igSetColumnOffset", "ret": "void", @@ -32839,7 +32864,7 @@ "comment": "// set column width (in pixels). pass -1 to use current column", "defaults": {}, "funcname": "SetColumnWidth", - "location": "imgui:861", + "location": "imgui:862", "namespace": "ImGui", "ov_cimguiname": "igSetColumnWidth", "ret": "void", @@ -32883,7 +32908,7 @@ "cimguiname": "igSetCurrentFont", "defaults": {}, "funcname": "SetCurrentFont", - "location": "imgui_internal:3224", + "location": "imgui_internal:3233", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentFont", "ret": "void", @@ -32909,7 +32934,7 @@ "cimguiname": "igSetCurrentViewport", "defaults": {}, "funcname": "SetCurrentViewport", - "location": "imgui_internal:3252", + "location": "imgui_internal:3261", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentViewport", "ret": "void", @@ -33038,7 +33063,7 @@ "cond": "0" }, "funcname": "SetDragDropPayload", - "location": "imgui:911", + "location": "imgui:912", "namespace": "ImGui", "ov_cimguiname": "igSetDragDropPayload", "ret": "bool", @@ -33064,7 +33089,7 @@ "cimguiname": "igSetFocusID", "defaults": {}, "funcname": "SetFocusID", - "location": "imgui_internal:3294", + "location": "imgui_internal:3303", "namespace": "ImGui", "ov_cimguiname": "igSetFocusID", "ret": "void", @@ -33086,7 +33111,7 @@ "cimguiname": "igSetHoveredID", "defaults": {}, "funcname": "SetHoveredID", - "location": "imgui_internal:3297", + "location": "imgui_internal:3306", "namespace": "ImGui", "ov_cimguiname": "igSetHoveredID", "ret": "void", @@ -33104,7 +33129,7 @@ "comment": "// make last item the default focused item of of a newly appearing window.", "defaults": {}, "funcname": "SetItemDefaultFocus", - "location": "imgui:932", + "location": "imgui:933", "namespace": "ImGui", "ov_cimguiname": "igSetItemDefaultFocus", "ret": "void", @@ -33127,7 +33152,7 @@ "comment": "// Set key owner to last item ID if it is hovered or active. Equivalent to 'if (IsItemHovered() || IsItemActive()) SetKeyOwner(key, GetItemID());'.", "defaults": {}, "funcname": "SetItemKeyOwner", - "location": "imgui:1027", + "location": "imgui:1028", "namespace": "ImGui", "ov_cimguiname": "igSetItemKeyOwner_Nil", "ret": "void", @@ -33152,7 +33177,7 @@ "comment": "// Set key owner to last item if it is hovered or active. Equivalent to 'if (IsItemHovered() || IsItemActive()) SetKeyOwner(key, GetItemID());'.", "defaults": {}, "funcname": "SetItemKeyOwner", - "location": "imgui_internal:3431", + "location": "imgui_internal:3440", "namespace": "ImGui", "ov_cimguiname": "igSetItemKeyOwner_InputFlags", "ret": "void", @@ -33180,7 +33205,7 @@ "defaults": {}, "funcname": "SetItemTooltip", "isvararg": "...)", - "location": "imgui:753", + "location": "imgui:754", "namespace": "ImGui", "ov_cimguiname": "igSetItemTooltip", "ret": "void", @@ -33206,7 +33231,7 @@ "cimguiname": "igSetItemTooltipV", "defaults": {}, "funcname": "SetItemTooltipV", - "location": "imgui:754", + "location": "imgui:755", "namespace": "ImGui", "ov_cimguiname": "igSetItemTooltipV", "ret": "void", @@ -33238,7 +33263,7 @@ "flags": "0" }, "funcname": "SetKeyOwner", - "location": "imgui_internal:3429", + "location": "imgui_internal:3438", "namespace": "ImGui", "ov_cimguiname": "igSetKeyOwner", "ret": "void", @@ -33270,7 +33295,7 @@ "flags": "0" }, "funcname": "SetKeyOwnersForKeyChord", - "location": "imgui_internal:3430", + "location": "imgui_internal:3439", "namespace": "ImGui", "ov_cimguiname": "igSetKeyOwnersForKeyChord", "ret": "void", @@ -33295,7 +33320,7 @@ "offset": "0" }, "funcname": "SetKeyboardFocusHere", - "location": "imgui:933", + "location": "imgui:934", "namespace": "ImGui", "ov_cimguiname": "igSetKeyboardFocusHere", "ret": "void", @@ -33329,7 +33354,7 @@ "cimguiname": "igSetLastItemData", "defaults": {}, "funcname": "SetLastItemData", - "location": "imgui_internal:3311", + "location": "imgui_internal:3320", "namespace": "ImGui", "ov_cimguiname": "igSetLastItemData", "ret": "void", @@ -33352,7 +33377,7 @@ "comment": "// set desired mouse cursor shape", "defaults": {}, "funcname": "SetMouseCursor", - "location": "imgui:1047", + "location": "imgui:1048", "namespace": "ImGui", "ov_cimguiname": "igSetMouseCursor", "ret": "void", @@ -33375,7 +33400,7 @@ "comment": "// alter visibility of keyboard/gamepad cursor. by default: show when using an arrow key, hide when clicking with mouse.", "defaults": {}, "funcname": "SetNavCursorVisible", - "location": "imgui:936", + "location": "imgui:937", "namespace": "ImGui", "ov_cimguiname": "igSetNavCursorVisible", "ret": "void", @@ -33392,7 +33417,7 @@ "cimguiname": "igSetNavCursorVisibleAfterMove", "defaults": {}, "funcname": "SetNavCursorVisibleAfterMove", - "location": "imgui_internal:3372", + "location": "imgui_internal:3381", "namespace": "ImGui", "ov_cimguiname": "igSetNavCursorVisibleAfterMove", "ret": "void", @@ -33414,7 +33439,7 @@ "cimguiname": "igSetNavFocusScope", "defaults": {}, "funcname": "SetNavFocusScope", - "location": "imgui_internal:3376", + "location": "imgui_internal:3385", "namespace": "ImGui", "ov_cimguiname": "igSetNavFocusScope", "ret": "void", @@ -33448,7 +33473,7 @@ "cimguiname": "igSetNavID", "defaults": {}, "funcname": "SetNavID", - "location": "imgui_internal:3375", + "location": "imgui_internal:3384", "namespace": "ImGui", "ov_cimguiname": "igSetNavID", "ret": "void", @@ -33470,7 +33495,7 @@ "cimguiname": "igSetNavWindow", "defaults": {}, "funcname": "SetNavWindow", - "location": "imgui_internal:3374", + "location": "imgui_internal:3383", "namespace": "ImGui", "ov_cimguiname": "igSetNavWindow", "ret": "void", @@ -33493,7 +33518,7 @@ "comment": "// Override io.WantCaptureKeyboard flag next frame (said flag is left for your application to handle, typically when true it instructs your app to ignore inputs). e.g. force capture keyboard when your widget is being hovered. This is equivalent to setting \"io.WantCaptureKeyboard = want_capture_keyboard\"; after the next NewFrame() call.", "defaults": {}, "funcname": "SetNextFrameWantCaptureKeyboard", - "location": "imgui:1001", + "location": "imgui:1002", "namespace": "ImGui", "ov_cimguiname": "igSetNextFrameWantCaptureKeyboard", "ret": "void", @@ -33516,7 +33541,7 @@ "comment": "// Override io.WantCaptureMouse flag next frame (said flag is left for your application to handle, typical when true it instucts your app to ignore inputs). This is equivalent to setting \"io.WantCaptureMouse = want_capture_mouse;\" after the next NewFrame() call.", "defaults": {}, "funcname": "SetNextFrameWantCaptureMouse", - "location": "imgui:1048", + "location": "imgui:1049", "namespace": "ImGui", "ov_cimguiname": "igSetNextFrameWantCaptureMouse", "ret": "void", @@ -33534,7 +33559,7 @@ "comment": "// allow next item to be overlapped by a subsequent item. Useful with invisible buttons, selectable, treenode covering an area where subsequent items may need to be added. Note that both Selectable() and TreeNode() have dedicated flags doing this.", "defaults": {}, "funcname": "SetNextItemAllowOverlap", - "location": "imgui:939", + "location": "imgui:940", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemAllowOverlap", "ret": "void", @@ -33563,7 +33588,7 @@ "cond": "0" }, "funcname": "SetNextItemOpen", - "location": "imgui:679", + "location": "imgui:680", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemOpen", "ret": "void", @@ -33589,7 +33614,7 @@ "cimguiname": "igSetNextItemRefVal", "defaults": {}, "funcname": "SetNextItemRefVal", - "location": "imgui_internal:3741", + "location": "imgui_internal:3750", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemRefVal", "ret": "void", @@ -33611,7 +33636,7 @@ "cimguiname": "igSetNextItemSelectionUserData", "defaults": {}, "funcname": "SetNextItemSelectionUserData", - "location": "imgui:697", + "location": "imgui:698", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemSelectionUserData", "ret": "void", @@ -33639,7 +33664,7 @@ "flags": "0" }, "funcname": "SetNextItemShortcut", - "location": "imgui:1019", + "location": "imgui:1020", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemShortcut", "ret": "void", @@ -33662,7 +33687,7 @@ "comment": "// set id to use for open/close storage (default to same as item id).", "defaults": {}, "funcname": "SetNextItemStorageID", - "location": "imgui:680", + "location": "imgui:681", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemStorageID", "ret": "void", @@ -33731,7 +33756,7 @@ "comment": "// set next window class (control docking compatibility + provide hints to platform backend via custom viewport flags and platform parent/child relationship)", "defaults": {}, "funcname": "SetNextWindowClass", - "location": "imgui:891", + "location": "imgui:892", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowClass", "ret": "void", @@ -33812,7 +33837,7 @@ "cond": "0" }, "funcname": "SetNextWindowDockID", - "location": "imgui:890", + "location": "imgui:891", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowDockID", "ret": "void", @@ -33886,7 +33911,7 @@ "cimguiname": "igSetNextWindowRefreshPolicy", "defaults": {}, "funcname": "SetNextWindowRefreshPolicy", - "location": "imgui_internal:3221", + "location": "imgui_internal:3230", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowRefreshPolicy", "ret": "void", @@ -34056,7 +34081,7 @@ "cimguiname": "igSetScrollFromPosX", "defaults": {}, "funcname": "SetScrollFromPosX", - "location": "imgui_internal:3277", + "location": "imgui_internal:3286", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosX_WindowPtr", "ret": "void", @@ -34113,7 +34138,7 @@ "cimguiname": "igSetScrollFromPosY", "defaults": {}, "funcname": "SetScrollFromPosY", - "location": "imgui_internal:3278", + "location": "imgui_internal:3287", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosY_WindowPtr", "ret": "void", @@ -34210,7 +34235,7 @@ "cimguiname": "igSetScrollX", "defaults": {}, "funcname": "SetScrollX", - "location": "imgui_internal:3275", + "location": "imgui_internal:3284", "namespace": "ImGui", "ov_cimguiname": "igSetScrollX_WindowPtr", "ret": "void", @@ -34257,7 +34282,7 @@ "cimguiname": "igSetScrollY", "defaults": {}, "funcname": "SetScrollY", - "location": "imgui_internal:3276", + "location": "imgui_internal:3285", "namespace": "ImGui", "ov_cimguiname": "igSetScrollY_WindowPtr", "ret": "void", @@ -34288,7 +34313,7 @@ "comment": "// owner_id needs to be explicit and cannot be 0", "defaults": {}, "funcname": "SetShortcutRouting", - "location": "imgui_internal:3465", + "location": "imgui_internal:3474", "namespace": "ImGui", "ov_cimguiname": "igSetShortcutRouting", "ret": "bool", @@ -34311,7 +34336,7 @@ "comment": "// replace current window storage with our own (if you want to manipulate it yourself, typically clear subsection of it)", "defaults": {}, "funcname": "SetStateStorage", - "location": "imgui:979", + "location": "imgui:980", "namespace": "ImGui", "ov_cimguiname": "igSetStateStorage", "ret": "void", @@ -34334,7 +34359,7 @@ "comment": "// notify TabBar or Docking system of a closed tab/window ahead (useful to reduce visual flicker on reorderable tab bars). For tab-bar: call after BeginTabBar() and before Tab submissions. Otherwise call with a window name.", "defaults": {}, "funcname": "SetTabItemClosed", - "location": "imgui:873", + "location": "imgui:874", "namespace": "ImGui", "ov_cimguiname": "igSetTabItemClosed", "ret": "void", @@ -34362,7 +34387,7 @@ "defaults": {}, "funcname": "SetTooltip", "isvararg": "...)", - "location": "imgui:745", + "location": "imgui:746", "namespace": "ImGui", "ov_cimguiname": "igSetTooltip", "ret": "void", @@ -34388,7 +34413,7 @@ "cimguiname": "igSetTooltipV", "defaults": {}, "funcname": "SetTooltipV", - "location": "imgui:746", + "location": "imgui:747", "namespace": "ImGui", "ov_cimguiname": "igSetTooltipV", "ret": "void", @@ -34414,7 +34439,7 @@ "cimguiname": "igSetWindowClipRectBeforeSetChannel", "defaults": {}, "funcname": "SetWindowClipRectBeforeSetChannel", - "location": "imgui_internal:3564", + "location": "imgui_internal:3573", "namespace": "ImGui", "ov_cimguiname": "igSetWindowClipRectBeforeSetChannel", "ret": "void", @@ -34504,7 +34529,7 @@ "cond": "0" }, "funcname": "SetWindowCollapsed", - "location": "imgui_internal:3201", + "location": "imgui_internal:3210", "namespace": "ImGui", "ov_cimguiname": "igSetWindowCollapsed_WindowPtr", "ret": "void", @@ -34534,7 +34559,7 @@ "cimguiname": "igSetWindowDock", "defaults": {}, "funcname": "SetWindowDock", - "location": "imgui_internal:3498", + "location": "imgui_internal:3507", "namespace": "ImGui", "ov_cimguiname": "igSetWindowDock", "ret": "void", @@ -34618,7 +34643,7 @@ "cimguiname": "igSetWindowHiddenAndSkipItemsForCurrentFrame", "defaults": {}, "funcname": "SetWindowHiddenAndSkipItemsForCurrentFrame", - "location": "imgui_internal:3203", + "location": "imgui_internal:3212", "namespace": "ImGui", "ov_cimguiname": "igSetWindowHiddenAndSkipItemsForCurrentFrame", "ret": "void", @@ -34648,7 +34673,7 @@ "cimguiname": "igSetWindowHitTestHole", "defaults": {}, "funcname": "SetWindowHitTestHole", - "location": "imgui_internal:3202", + "location": "imgui_internal:3211", "namespace": "ImGui", "ov_cimguiname": "igSetWindowHitTestHole", "ret": "void", @@ -34675,7 +34700,7 @@ "comment": "// You may also use SetNextWindowClass()'s FocusRouteParentWindowId field.", "defaults": {}, "funcname": "SetWindowParentWindowForFocusRoute", - "location": "imgui_internal:3204", + "location": "imgui_internal:3213", "namespace": "ImGui", "ov_cimguiname": "igSetWindowParentWindowForFocusRoute", "ret": "void", @@ -34765,7 +34790,7 @@ "cond": "0" }, "funcname": "SetWindowPos", - "location": "imgui_internal:3199", + "location": "imgui_internal:3208", "namespace": "ImGui", "ov_cimguiname": "igSetWindowPos_WindowPtr", "ret": "void", @@ -34855,7 +34880,7 @@ "cond": "0" }, "funcname": "SetWindowSize", - "location": "imgui_internal:3200", + "location": "imgui_internal:3209", "namespace": "ImGui", "ov_cimguiname": "igSetWindowSize_WindowPtr", "ret": "void", @@ -34881,7 +34906,7 @@ "cimguiname": "igSetWindowViewport", "defaults": {}, "funcname": "SetWindowViewport", - "location": "imgui_internal:3251", + "location": "imgui_internal:3260", "namespace": "ImGui", "ov_cimguiname": "igSetWindowViewport", "ret": "void", @@ -34927,7 +34952,7 @@ "cimguiname": "igShadeVertsLinearColorGradientKeepAlpha", "defaults": {}, "funcname": "ShadeVertsLinearColorGradientKeepAlpha", - "location": "imgui_internal:3752", + "location": "imgui_internal:3761", "namespace": "ImGui", "ov_cimguiname": "igShadeVertsLinearColorGradientKeepAlpha", "ret": "void", @@ -34977,7 +35002,7 @@ "cimguiname": "igShadeVertsLinearUV", "defaults": {}, "funcname": "ShadeVertsLinearUV", - "location": "imgui_internal:3753", + "location": "imgui_internal:3762", "namespace": "ImGui", "ov_cimguiname": "igShadeVertsLinearUV", "ret": "void", @@ -35023,7 +35048,7 @@ "cimguiname": "igShadeVertsTransformPos", "defaults": {}, "funcname": "ShadeVertsTransformPos", - "location": "imgui_internal:3754", + "location": "imgui_internal:3763", "namespace": "ImGui", "ov_cimguiname": "igShadeVertsTransformPos", "ret": "void", @@ -35051,7 +35076,7 @@ "flags": "0" }, "funcname": "Shortcut", - "location": "imgui:1018", + "location": "imgui:1019", "namespace": "ImGui", "ov_cimguiname": "igShortcut_Nil", "ret": "bool", @@ -35079,7 +35104,7 @@ "cimguiname": "igShortcut", "defaults": {}, "funcname": "Shortcut", - "location": "imgui_internal:3464", + "location": "imgui_internal:3473", "namespace": "ImGui", "ov_cimguiname": "igShortcut_ID", "ret": "bool", @@ -35176,7 +35201,7 @@ "cimguiname": "igShowFontAtlas", "defaults": {}, "funcname": "ShowFontAtlas", - "location": "imgui_internal:3783", + "location": "imgui_internal:3792", "namespace": "ImGui", "ov_cimguiname": "igShowFontAtlas", "ret": "void", @@ -35345,7 +35370,7 @@ "cimguiname": "igShrinkWidths", "defaults": {}, "funcname": "ShrinkWidths", - "location": "imgui_internal:3315", + "location": "imgui_internal:3324", "namespace": "ImGui", "ov_cimguiname": "igShrinkWidths", "ret": "void", @@ -35363,7 +35388,7 @@ "comment": "// Since 1.60 this is a _private_ function. You can call DestroyContext() to destroy the context created by CreateContext().", "defaults": {}, "funcname": "Shutdown", - "location": "imgui_internal:3231", + "location": "imgui_internal:3240", "namespace": "ImGui", "ov_cimguiname": "igShutdown", "ret": "void", @@ -35410,7 +35435,7 @@ "v_degrees_min": "-360.0f" }, "funcname": "SliderAngle", - "location": "imgui:622", + "location": "imgui:623", "namespace": "ImGui", "ov_cimguiname": "igSliderAngle", "ret": "bool", @@ -35464,7 +35489,7 @@ "cimguiname": "igSliderBehavior", "defaults": {}, "funcname": "SliderBehavior", - "location": "imgui_internal:3705", + "location": "imgui_internal:3714", "namespace": "ImGui", "ov_cimguiname": "igSliderBehavior", "ret": "bool", @@ -35510,7 +35535,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat", - "location": "imgui:618", + "location": "imgui:619", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat", "ret": "bool", @@ -35555,7 +35580,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat2", - "location": "imgui:619", + "location": "imgui:620", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat2", "ret": "bool", @@ -35600,7 +35625,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat3", - "location": "imgui:620", + "location": "imgui:621", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat3", "ret": "bool", @@ -35645,7 +35670,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat4", - "location": "imgui:621", + "location": "imgui:622", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat4", "ret": "bool", @@ -35690,7 +35715,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt", - "location": "imgui:623", + "location": "imgui:624", "namespace": "ImGui", "ov_cimguiname": "igSliderInt", "ret": "bool", @@ -35735,7 +35760,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt2", - "location": "imgui:624", + "location": "imgui:625", "namespace": "ImGui", "ov_cimguiname": "igSliderInt2", "ret": "bool", @@ -35780,7 +35805,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt3", - "location": "imgui:625", + "location": "imgui:626", "namespace": "ImGui", "ov_cimguiname": "igSliderInt3", "ret": "bool", @@ -35825,7 +35850,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt4", - "location": "imgui:626", + "location": "imgui:627", "namespace": "ImGui", "ov_cimguiname": "igSliderInt4", "ret": "bool", @@ -35874,7 +35899,7 @@ "format": "NULL" }, "funcname": "SliderScalar", - "location": "imgui:627", + "location": "imgui:628", "namespace": "ImGui", "ov_cimguiname": "igSliderScalar", "ret": "bool", @@ -35927,7 +35952,7 @@ "format": "NULL" }, "funcname": "SliderScalarN", - "location": "imgui:628", + "location": "imgui:629", "namespace": "ImGui", "ov_cimguiname": "igSliderScalarN", "ret": "bool", @@ -36030,7 +36055,7 @@ "hover_visibility_delay": "0.0f" }, "funcname": "SplitterBehavior", - "location": "imgui_internal:3706", + "location": "imgui_internal:3715", "namespace": "ImGui", "ov_cimguiname": "igSplitterBehavior", "ret": "bool", @@ -36052,7 +36077,7 @@ "cimguiname": "igStartMouseMovingWindow", "defaults": {}, "funcname": "StartMouseMovingWindow", - "location": "imgui_internal:3237", + "location": "imgui_internal:3246", "namespace": "ImGui", "ov_cimguiname": "igStartMouseMovingWindow", "ret": "void", @@ -36082,7 +36107,7 @@ "cimguiname": "igStartMouseMovingWindowOrNode", "defaults": {}, "funcname": "StartMouseMovingWindowOrNode", - "location": "imgui_internal:3238", + "location": "imgui_internal:3247", "namespace": "ImGui", "ov_cimguiname": "igStartMouseMovingWindowOrNode", "ret": "void", @@ -36187,7 +36212,7 @@ "cimguiname": "igTabBarAddTab", "defaults": {}, "funcname": "TabBarAddTab", - "location": "imgui_internal:3640", + "location": "imgui_internal:3649", "namespace": "ImGui", "ov_cimguiname": "igTabBarAddTab", "ret": "void", @@ -36213,7 +36238,7 @@ "cimguiname": "igTabBarCloseTab", "defaults": {}, "funcname": "TabBarCloseTab", - "location": "imgui_internal:3642", + "location": "imgui_internal:3651", "namespace": "ImGui", "ov_cimguiname": "igTabBarCloseTab", "ret": "void", @@ -36235,7 +36260,7 @@ "cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow", "defaults": {}, "funcname": "TabBarFindMostRecentlySelectedTabForActiveWindow", - "location": "imgui_internal:3636", + "location": "imgui_internal:3645", "namespace": "ImGui", "ov_cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow", "ret": "ImGuiTabItem*", @@ -36261,7 +36286,7 @@ "cimguiname": "igTabBarFindTabByID", "defaults": {}, "funcname": "TabBarFindTabByID", - "location": "imgui_internal:3634", + "location": "imgui_internal:3643", "namespace": "ImGui", "ov_cimguiname": "igTabBarFindTabByID", "ret": "ImGuiTabItem*", @@ -36287,7 +36312,7 @@ "cimguiname": "igTabBarFindTabByOrder", "defaults": {}, "funcname": "TabBarFindTabByOrder", - "location": "imgui_internal:3635", + "location": "imgui_internal:3644", "namespace": "ImGui", "ov_cimguiname": "igTabBarFindTabByOrder", "ret": "ImGuiTabItem*", @@ -36309,7 +36334,7 @@ "cimguiname": "igTabBarGetCurrentTab", "defaults": {}, "funcname": "TabBarGetCurrentTab", - "location": "imgui_internal:3637", + "location": "imgui_internal:3646", "namespace": "ImGui", "ov_cimguiname": "igTabBarGetCurrentTab", "ret": "ImGuiTabItem*", @@ -36335,7 +36360,7 @@ "cimguiname": "igTabBarGetTabName", "defaults": {}, "funcname": "TabBarGetTabName", - "location": "imgui_internal:3639", + "location": "imgui_internal:3648", "namespace": "ImGui", "ov_cimguiname": "igTabBarGetTabName", "ret": "const char*", @@ -36361,7 +36386,7 @@ "cimguiname": "igTabBarGetTabOrder", "defaults": {}, "funcname": "TabBarGetTabOrder", - "location": "imgui_internal:3638", + "location": "imgui_internal:3647", "namespace": "ImGui", "ov_cimguiname": "igTabBarGetTabOrder", "ret": "int", @@ -36383,7 +36408,7 @@ "cimguiname": "igTabBarProcessReorder", "defaults": {}, "funcname": "TabBarProcessReorder", - "location": "imgui_internal:3647", + "location": "imgui_internal:3656", "namespace": "ImGui", "ov_cimguiname": "igTabBarProcessReorder", "ret": "bool", @@ -36409,7 +36434,7 @@ "cimguiname": "igTabBarQueueFocus", "defaults": {}, "funcname": "TabBarQueueFocus", - "location": "imgui_internal:3643", + "location": "imgui_internal:3652", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueFocus_TabItemPtr", "ret": "void", @@ -36433,7 +36458,7 @@ "cimguiname": "igTabBarQueueFocus", "defaults": {}, "funcname": "TabBarQueueFocus", - "location": "imgui_internal:3644", + "location": "imgui_internal:3653", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueFocus_Str", "ret": "void", @@ -36463,7 +36488,7 @@ "cimguiname": "igTabBarQueueReorder", "defaults": {}, "funcname": "TabBarQueueReorder", - "location": "imgui_internal:3645", + "location": "imgui_internal:3654", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueReorder", "ret": "void", @@ -36493,7 +36518,7 @@ "cimguiname": "igTabBarQueueReorderFromMousePos", "defaults": {}, "funcname": "TabBarQueueReorderFromMousePos", - "location": "imgui_internal:3646", + "location": "imgui_internal:3655", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueReorderFromMousePos", "ret": "void", @@ -36519,7 +36544,7 @@ "cimguiname": "igTabBarRemoveTab", "defaults": {}, "funcname": "TabBarRemoveTab", - "location": "imgui_internal:3641", + "location": "imgui_internal:3650", "namespace": "ImGui", "ov_cimguiname": "igTabBarRemoveTab", "ret": "void", @@ -36553,7 +36578,7 @@ "cimguiname": "igTabItemBackground", "defaults": {}, "funcname": "TabItemBackground", - "location": "imgui_internal:3651", + "location": "imgui_internal:3660", "namespace": "ImGui", "ov_cimguiname": "igTabItemBackground", "ret": "void", @@ -36582,7 +36607,7 @@ "flags": "0" }, "funcname": "TabItemButton", - "location": "imgui:872", + "location": "imgui:873", "namespace": "ImGui", "ov_cimguiname": "igTabItemButton", "ret": "bool", @@ -36612,7 +36637,7 @@ "cimguiname": "igTabItemCalcSize", "defaults": {}, "funcname": "TabItemCalcSize", - "location": "imgui_internal:3649", + "location": "imgui_internal:3658", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igTabItemCalcSize_Str", @@ -36637,7 +36662,7 @@ "cimguiname": "igTabItemCalcSize", "defaults": {}, "funcname": "TabItemCalcSize", - "location": "imgui_internal:3650", + "location": "imgui_internal:3659", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igTabItemCalcSize_WindowPtr", @@ -36676,7 +36701,7 @@ "cimguiname": "igTabItemEx", "defaults": {}, "funcname": "TabItemEx", - "location": "imgui_internal:3648", + "location": "imgui_internal:3657", "namespace": "ImGui", "ov_cimguiname": "igTabItemEx", "ret": "bool", @@ -36734,7 +36759,7 @@ "cimguiname": "igTabItemLabelAndCloseButton", "defaults": {}, "funcname": "TabItemLabelAndCloseButton", - "location": "imgui_internal:3652", + "location": "imgui_internal:3661", "namespace": "ImGui", "ov_cimguiname": "igTabItemLabelAndCloseButton", "ret": "void", @@ -36752,7 +36777,7 @@ "comment": "// submit a row with angled headers for every column with the ImGuiTableColumnFlags_AngledHeader flag. MUST BE FIRST ROW.", "defaults": {}, "funcname": "TableAngledHeadersRow", - "location": "imgui:837", + "location": "imgui:838", "namespace": "ImGui", "ov_cimguiname": "igTableAngledHeadersRow", "ret": "void", @@ -36790,7 +36815,7 @@ "cimguiname": "igTableAngledHeadersRowEx", "defaults": {}, "funcname": "TableAngledHeadersRowEx", - "location": "imgui_internal:3584", + "location": "imgui_internal:3593", "namespace": "ImGui", "ov_cimguiname": "igTableAngledHeadersRowEx", "ret": "void", @@ -36812,7 +36837,7 @@ "cimguiname": "igTableBeginApplyRequests", "defaults": {}, "funcname": "TableBeginApplyRequests", - "location": "imgui_internal:3591", + "location": "imgui_internal:3600", "namespace": "ImGui", "ov_cimguiname": "igTableBeginApplyRequests", "ret": "void", @@ -36838,7 +36863,7 @@ "cimguiname": "igTableBeginCell", "defaults": {}, "funcname": "TableBeginCell", - "location": "imgui_internal:3609", + "location": "imgui_internal:3618", "namespace": "ImGui", "ov_cimguiname": "igTableBeginCell", "ret": "void", @@ -36860,7 +36885,7 @@ "cimguiname": "igTableBeginContextMenuPopup", "defaults": {}, "funcname": "TableBeginContextMenuPopup", - "location": "imgui_internal:3598", + "location": "imgui_internal:3607", "namespace": "ImGui", "ov_cimguiname": "igTableBeginContextMenuPopup", "ret": "bool", @@ -36886,7 +36911,7 @@ "cimguiname": "igTableBeginInitMemory", "defaults": {}, "funcname": "TableBeginInitMemory", - "location": "imgui_internal:3590", + "location": "imgui_internal:3599", "namespace": "ImGui", "ov_cimguiname": "igTableBeginInitMemory", "ret": "void", @@ -36908,7 +36933,7 @@ "cimguiname": "igTableBeginRow", "defaults": {}, "funcname": "TableBeginRow", - "location": "imgui_internal:3607", + "location": "imgui_internal:3616", "namespace": "ImGui", "ov_cimguiname": "igTableBeginRow", "ret": "void", @@ -36934,7 +36959,7 @@ "cimguiname": "igTableCalcMaxColumnWidth", "defaults": {}, "funcname": "TableCalcMaxColumnWidth", - "location": "imgui_internal:3614", + "location": "imgui_internal:3623", "namespace": "ImGui", "ov_cimguiname": "igTableCalcMaxColumnWidth", "ret": "float", @@ -36956,7 +36981,7 @@ "cimguiname": "igTableDrawBorders", "defaults": {}, "funcname": "TableDrawBorders", - "location": "imgui_internal:3596", + "location": "imgui_internal:3605", "namespace": "ImGui", "ov_cimguiname": "igTableDrawBorders", "ret": "void", @@ -36982,7 +37007,7 @@ "cimguiname": "igTableDrawDefaultContextMenu", "defaults": {}, "funcname": "TableDrawDefaultContextMenu", - "location": "imgui_internal:3597", + "location": "imgui_internal:3606", "namespace": "ImGui", "ov_cimguiname": "igTableDrawDefaultContextMenu", "ret": "void", @@ -37004,7 +37029,7 @@ "cimguiname": "igTableEndCell", "defaults": {}, "funcname": "TableEndCell", - "location": "imgui_internal:3610", + "location": "imgui_internal:3619", "namespace": "ImGui", "ov_cimguiname": "igTableEndCell", "ret": "void", @@ -37026,7 +37051,7 @@ "cimguiname": "igTableEndRow", "defaults": {}, "funcname": "TableEndRow", - "location": "imgui_internal:3608", + "location": "imgui_internal:3617", "namespace": "ImGui", "ov_cimguiname": "igTableEndRow", "ret": "void", @@ -37048,7 +37073,7 @@ "cimguiname": "igTableFindByID", "defaults": {}, "funcname": "TableFindByID", - "location": "imgui_internal:3588", + "location": "imgui_internal:3597", "namespace": "ImGui", "ov_cimguiname": "igTableFindByID", "ret": "ImGuiTable*", @@ -37074,7 +37099,7 @@ "cimguiname": "igTableFixColumnSortDirection", "defaults": {}, "funcname": "TableFixColumnSortDirection", - "location": "imgui_internal:3605", + "location": "imgui_internal:3614", "namespace": "ImGui", "ov_cimguiname": "igTableFixColumnSortDirection", "ret": "void", @@ -37091,7 +37116,7 @@ "cimguiname": "igTableGcCompactSettings", "defaults": {}, "funcname": "TableGcCompactSettings", - "location": "imgui_internal:3620", + "location": "imgui_internal:3629", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactSettings", "ret": "void", @@ -37113,7 +37138,7 @@ "cimguiname": "igTableGcCompactTransientBuffers", "defaults": {}, "funcname": "TableGcCompactTransientBuffers", - "location": "imgui_internal:3618", + "location": "imgui_internal:3627", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactTransientBuffers_TablePtr", "ret": "void", @@ -37133,7 +37158,7 @@ "cimguiname": "igTableGcCompactTransientBuffers", "defaults": {}, "funcname": "TableGcCompactTransientBuffers", - "location": "imgui_internal:3619", + "location": "imgui_internal:3628", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactTransientBuffers_TableTempDataPtr", "ret": "void", @@ -37155,7 +37180,7 @@ "cimguiname": "igTableGetBoundSettings", "defaults": {}, "funcname": "TableGetBoundSettings", - "location": "imgui_internal:3626", + "location": "imgui_internal:3635", "namespace": "ImGui", "ov_cimguiname": "igTableGetBoundSettings", "ret": "ImGuiTableSettings*", @@ -37185,7 +37210,7 @@ "cimguiname": "igTableGetCellBgRect", "defaults": {}, "funcname": "TableGetCellBgRect", - "location": "imgui_internal:3611", + "location": "imgui_internal:3620", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igTableGetCellBgRect", @@ -37204,7 +37229,7 @@ "comment": "// return number of columns (value passed to BeginTable)", "defaults": {}, "funcname": "TableGetColumnCount", - "location": "imgui:846", + "location": "imgui:847", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnCount", "ret": "int", @@ -37229,7 +37254,7 @@ "column_n": "-1" }, "funcname": "TableGetColumnFlags", - "location": "imgui:850", + "location": "imgui:851", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnFlags", "ret": "ImGuiTableColumnFlags", @@ -37247,7 +37272,7 @@ "comment": "// return current column index.", "defaults": {}, "funcname": "TableGetColumnIndex", - "location": "imgui:847", + "location": "imgui:848", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnIndex", "ret": "int", @@ -37272,7 +37297,7 @@ "column_n": "-1" }, "funcname": "TableGetColumnName", - "location": "imgui:849", + "location": "imgui:850", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnName_Int", "ret": "const char*", @@ -37296,7 +37321,7 @@ "cimguiname": "igTableGetColumnName", "defaults": {}, "funcname": "TableGetColumnName", - "location": "imgui_internal:3612", + "location": "imgui_internal:3621", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnName_TablePtr", "ret": "const char*", @@ -37318,7 +37343,7 @@ "cimguiname": "igTableGetColumnNextSortDirection", "defaults": {}, "funcname": "TableGetColumnNextSortDirection", - "location": "imgui_internal:3604", + "location": "imgui_internal:3613", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnNextSortDirection", "ret": "ImGuiSortDirection", @@ -37350,7 +37375,7 @@ "instance_no": "0" }, "funcname": "TableGetColumnResizeID", - "location": "imgui_internal:3613", + "location": "imgui_internal:3622", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnResizeID", "ret": "ImGuiID", @@ -37376,7 +37401,7 @@ "cimguiname": "igTableGetColumnWidthAuto", "defaults": {}, "funcname": "TableGetColumnWidthAuto", - "location": "imgui_internal:3606", + "location": "imgui_internal:3615", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnWidthAuto", "ret": "float", @@ -37393,7 +37418,7 @@ "cimguiname": "igTableGetHeaderAngledMaxLabelWidth", "defaults": {}, "funcname": "TableGetHeaderAngledMaxLabelWidth", - "location": "imgui_internal:3581", + "location": "imgui_internal:3590", "namespace": "ImGui", "ov_cimguiname": "igTableGetHeaderAngledMaxLabelWidth", "ret": "float", @@ -37410,7 +37435,7 @@ "cimguiname": "igTableGetHeaderRowHeight", "defaults": {}, "funcname": "TableGetHeaderRowHeight", - "location": "imgui_internal:3580", + "location": "imgui_internal:3589", "namespace": "ImGui", "ov_cimguiname": "igTableGetHeaderRowHeight", "ret": "float", @@ -37428,7 +37453,7 @@ "comment": "// return hovered column. return -1 when table is not hovered. return columns_count if the unused space at the right of visible columns is hovered. Can also use (TableGetColumnFlags() & ImGuiTableColumnFlags_IsHovered) instead.", "defaults": {}, "funcname": "TableGetHoveredColumn", - "location": "imgui:852", + "location": "imgui:853", "namespace": "ImGui", "ov_cimguiname": "igTableGetHoveredColumn", "ret": "int", @@ -37446,7 +37471,7 @@ "comment": "// Retrieve *PREVIOUS FRAME* hovered row. This difference with TableGetHoveredColumn() is the reason why this is not public yet.", "defaults": {}, "funcname": "TableGetHoveredRow", - "location": "imgui_internal:3579", + "location": "imgui_internal:3588", "namespace": "ImGui", "ov_cimguiname": "igTableGetHoveredRow", "ret": "int", @@ -37472,7 +37497,7 @@ "cimguiname": "igTableGetInstanceData", "defaults": {}, "funcname": "TableGetInstanceData", - "location": "imgui_internal:3600", + "location": "imgui_internal:3609", "namespace": "ImGui", "ov_cimguiname": "igTableGetInstanceData", "ret": "ImGuiTableInstanceData*", @@ -37498,7 +37523,7 @@ "cimguiname": "igTableGetInstanceID", "defaults": {}, "funcname": "TableGetInstanceID", - "location": "imgui_internal:3601", + "location": "imgui_internal:3610", "namespace": "ImGui", "ov_cimguiname": "igTableGetInstanceID", "ret": "ImGuiID", @@ -37516,7 +37541,7 @@ "comment": "// return current row index.", "defaults": {}, "funcname": "TableGetRowIndex", - "location": "imgui:848", + "location": "imgui:849", "namespace": "ImGui", "ov_cimguiname": "igTableGetRowIndex", "ret": "int", @@ -37534,7 +37559,7 @@ "comment": "// get latest sort specs for the table (NULL if not sorting). Lifetime: don't hold on this pointer over multiple frames or past any subsequent call to BeginTable().", "defaults": {}, "funcname": "TableGetSortSpecs", - "location": "imgui:845", + "location": "imgui:846", "namespace": "ImGui", "ov_cimguiname": "igTableGetSortSpecs", "ret": "ImGuiTableSortSpecs*", @@ -37557,7 +37582,7 @@ "comment": "// submit one header cell manually (rarely used)", "defaults": {}, "funcname": "TableHeader", - "location": "imgui:835", + "location": "imgui:836", "namespace": "ImGui", "ov_cimguiname": "igTableHeader", "ret": "void", @@ -37575,7 +37600,7 @@ "comment": "// submit a row with headers cells based on data provided to TableSetupColumn() + submit context menu", "defaults": {}, "funcname": "TableHeadersRow", - "location": "imgui:836", + "location": "imgui:837", "namespace": "ImGui", "ov_cimguiname": "igTableHeadersRow", "ret": "void", @@ -37597,7 +37622,7 @@ "cimguiname": "igTableLoadSettings", "defaults": {}, "funcname": "TableLoadSettings", - "location": "imgui_internal:3623", + "location": "imgui_internal:3632", "namespace": "ImGui", "ov_cimguiname": "igTableLoadSettings", "ret": "void", @@ -37619,7 +37644,7 @@ "cimguiname": "igTableMergeDrawChannels", "defaults": {}, "funcname": "TableMergeDrawChannels", - "location": "imgui_internal:3599", + "location": "imgui_internal:3608", "namespace": "ImGui", "ov_cimguiname": "igTableMergeDrawChannels", "ret": "void", @@ -37637,7 +37662,7 @@ "comment": "// append into the next column (or first column of next row if currently in last column). Return true when column is visible.", "defaults": {}, "funcname": "TableNextColumn", - "location": "imgui:822", + "location": "imgui:823", "namespace": "ImGui", "ov_cimguiname": "igTableNextColumn", "ret": "bool", @@ -37667,7 +37692,7 @@ "row_flags": "0" }, "funcname": "TableNextRow", - "location": "imgui:821", + "location": "imgui:822", "namespace": "ImGui", "ov_cimguiname": "igTableNextRow", "ret": "void", @@ -37691,7 +37716,7 @@ "column_n": "-1" }, "funcname": "TableOpenContextMenu", - "location": "imgui_internal:3576", + "location": "imgui_internal:3585", "namespace": "ImGui", "ov_cimguiname": "igTableOpenContextMenu", "ret": "void", @@ -37708,7 +37733,7 @@ "cimguiname": "igTablePopBackgroundChannel", "defaults": {}, "funcname": "TablePopBackgroundChannel", - "location": "imgui_internal:3583", + "location": "imgui_internal:3592", "namespace": "ImGui", "ov_cimguiname": "igTablePopBackgroundChannel", "ret": "void", @@ -37725,7 +37750,7 @@ "cimguiname": "igTablePushBackgroundChannel", "defaults": {}, "funcname": "TablePushBackgroundChannel", - "location": "imgui_internal:3582", + "location": "imgui_internal:3591", "namespace": "ImGui", "ov_cimguiname": "igTablePushBackgroundChannel", "ret": "void", @@ -37747,7 +37772,7 @@ "cimguiname": "igTableRemove", "defaults": {}, "funcname": "TableRemove", - "location": "imgui_internal:3617", + "location": "imgui_internal:3626", "namespace": "ImGui", "ov_cimguiname": "igTableRemove", "ret": "void", @@ -37769,7 +37794,7 @@ "cimguiname": "igTableResetSettings", "defaults": {}, "funcname": "TableResetSettings", - "location": "imgui_internal:3625", + "location": "imgui_internal:3634", "namespace": "ImGui", "ov_cimguiname": "igTableResetSettings", "ret": "void", @@ -37791,7 +37816,7 @@ "cimguiname": "igTableSaveSettings", "defaults": {}, "funcname": "TableSaveSettings", - "location": "imgui_internal:3624", + "location": "imgui_internal:3633", "namespace": "ImGui", "ov_cimguiname": "igTableSaveSettings", "ret": "void", @@ -37824,7 +37849,7 @@ "column_n": "-1" }, "funcname": "TableSetBgColor", - "location": "imgui:853", + "location": "imgui:854", "namespace": "ImGui", "ov_cimguiname": "igTableSetBgColor", "ret": "void", @@ -37851,7 +37876,7 @@ "comment": "// change user accessible enabled/disabled state of a column. Set to false to hide the column. User can use the context menu to change this themselves (right-click in headers, or right-click in columns body with ImGuiTableFlags_ContextMenuInBody)", "defaults": {}, "funcname": "TableSetColumnEnabled", - "location": "imgui:851", + "location": "imgui:852", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnEnabled", "ret": "void", @@ -37874,7 +37899,7 @@ "comment": "// append into the specified column. Return true when column is visible.", "defaults": {}, "funcname": "TableSetColumnIndex", - "location": "imgui:823", + "location": "imgui:824", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnIndex", "ret": "bool", @@ -37904,7 +37929,7 @@ "cimguiname": "igTableSetColumnSortDirection", "defaults": {}, "funcname": "TableSetColumnSortDirection", - "location": "imgui_internal:3578", + "location": "imgui_internal:3587", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnSortDirection", "ret": "void", @@ -37930,7 +37955,7 @@ "cimguiname": "igTableSetColumnWidth", "defaults": {}, "funcname": "TableSetColumnWidth", - "location": "imgui_internal:3577", + "location": "imgui_internal:3586", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidth", "ret": "void", @@ -37952,7 +37977,7 @@ "cimguiname": "igTableSetColumnWidthAutoAll", "defaults": {}, "funcname": "TableSetColumnWidthAutoAll", - "location": "imgui_internal:3616", + "location": "imgui_internal:3625", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidthAutoAll", "ret": "void", @@ -37978,7 +38003,7 @@ "cimguiname": "igTableSetColumnWidthAutoSingle", "defaults": {}, "funcname": "TableSetColumnWidthAutoSingle", - "location": "imgui_internal:3615", + "location": "imgui_internal:3624", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidthAutoSingle", "ret": "void", @@ -37995,7 +38020,7 @@ "cimguiname": "igTableSettingsAddSettingsHandler", "defaults": {}, "funcname": "TableSettingsAddSettingsHandler", - "location": "imgui_internal:3627", + "location": "imgui_internal:3636", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsAddSettingsHandler", "ret": "void", @@ -38021,7 +38046,7 @@ "cimguiname": "igTableSettingsCreate", "defaults": {}, "funcname": "TableSettingsCreate", - "location": "imgui_internal:3628", + "location": "imgui_internal:3637", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsCreate", "ret": "ImGuiTableSettings*", @@ -38043,7 +38068,7 @@ "cimguiname": "igTableSettingsFindByID", "defaults": {}, "funcname": "TableSettingsFindByID", - "location": "imgui_internal:3629", + "location": "imgui_internal:3638", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsFindByID", "ret": "ImGuiTableSettings*", @@ -38081,7 +38106,7 @@ "user_id": "0" }, "funcname": "TableSetupColumn", - "location": "imgui:833", + "location": "imgui:834", "namespace": "ImGui", "ov_cimguiname": "igTableSetupColumn", "ret": "void", @@ -38103,7 +38128,7 @@ "cimguiname": "igTableSetupDrawChannels", "defaults": {}, "funcname": "TableSetupDrawChannels", - "location": "imgui_internal:3592", + "location": "imgui_internal:3601", "namespace": "ImGui", "ov_cimguiname": "igTableSetupDrawChannels", "ret": "void", @@ -38130,7 +38155,7 @@ "comment": "// lock columns/rows so they stay visible when scrolled.", "defaults": {}, "funcname": "TableSetupScrollFreeze", - "location": "imgui:834", + "location": "imgui:835", "namespace": "ImGui", "ov_cimguiname": "igTableSetupScrollFreeze", "ret": "void", @@ -38152,7 +38177,7 @@ "cimguiname": "igTableSortSpecsBuild", "defaults": {}, "funcname": "TableSortSpecsBuild", - "location": "imgui_internal:3603", + "location": "imgui_internal:3612", "namespace": "ImGui", "ov_cimguiname": "igTableSortSpecsBuild", "ret": "void", @@ -38174,7 +38199,7 @@ "cimguiname": "igTableSortSpecsSanitize", "defaults": {}, "funcname": "TableSortSpecsSanitize", - "location": "imgui_internal:3602", + "location": "imgui_internal:3611", "namespace": "ImGui", "ov_cimguiname": "igTableSortSpecsSanitize", "ret": "void", @@ -38196,7 +38221,7 @@ "cimguiname": "igTableUpdateBorders", "defaults": {}, "funcname": "TableUpdateBorders", - "location": "imgui_internal:3594", + "location": "imgui_internal:3603", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateBorders", "ret": "void", @@ -38218,7 +38243,7 @@ "cimguiname": "igTableUpdateColumnsWeightFromWidth", "defaults": {}, "funcname": "TableUpdateColumnsWeightFromWidth", - "location": "imgui_internal:3595", + "location": "imgui_internal:3604", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateColumnsWeightFromWidth", "ret": "void", @@ -38240,7 +38265,7 @@ "cimguiname": "igTableUpdateLayout", "defaults": {}, "funcname": "TableUpdateLayout", - "location": "imgui_internal:3593", + "location": "imgui_internal:3602", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateLayout", "ret": "void", @@ -38262,7 +38287,7 @@ "cimguiname": "igTeleportMousePos", "defaults": {}, "funcname": "TeleportMousePos", - "location": "imgui_internal:3413", + "location": "imgui_internal:3422", "namespace": "ImGui", "ov_cimguiname": "igTeleportMousePos", "ret": "void", @@ -38284,7 +38309,7 @@ "cimguiname": "igTempInputIsActive", "defaults": {}, "funcname": "TempInputIsActive", - "location": "imgui_internal:3739", + "location": "imgui_internal:3748", "namespace": "ImGui", "ov_cimguiname": "igTempInputIsActive", "ret": "bool", @@ -38337,7 +38362,7 @@ "p_clamp_min": "NULL" }, "funcname": "TempInputScalar", - "location": "imgui_internal:3738", + "location": "imgui_internal:3747", "namespace": "ImGui", "ov_cimguiname": "igTempInputScalar", "ret": "bool", @@ -38379,7 +38404,7 @@ "cimguiname": "igTempInputText", "defaults": {}, "funcname": "TempInputText", - "location": "imgui_internal:3737", + "location": "imgui_internal:3746", "namespace": "ImGui", "ov_cimguiname": "igTempInputText", "ret": "bool", @@ -38406,7 +38431,7 @@ "comment": "// Test that key is either not owned, either owned by 'owner_id'", "defaults": {}, "funcname": "TestKeyOwner", - "location": "imgui_internal:3432", + "location": "imgui_internal:3441", "namespace": "ImGui", "ov_cimguiname": "igTestKeyOwner", "ret": "bool", @@ -38432,7 +38457,7 @@ "cimguiname": "igTestShortcutRouting", "defaults": {}, "funcname": "TestShortcutRouting", - "location": "imgui_internal:3466", + "location": "imgui_internal:3475", "namespace": "ImGui", "ov_cimguiname": "igTestShortcutRouting", "ret": "bool", @@ -38609,7 +38634,7 @@ "text_end": "NULL" }, "funcname": "TextEx", - "location": "imgui_internal:3683", + "location": "imgui_internal:3692", "namespace": "ImGui", "ov_cimguiname": "igTextEx", "ret": "void", @@ -38808,7 +38833,7 @@ "cimguiname": "igTranslateWindowsInViewport", "defaults": {}, "funcname": "TranslateWindowsInViewport", - "location": "imgui_internal:3248", + "location": "imgui_internal:3257", "namespace": "ImGui", "ov_cimguiname": "igTranslateWindowsInViewport", "ret": "void", @@ -38830,7 +38855,7 @@ "cimguiname": "igTreeNode", "defaults": {}, "funcname": "TreeNode", - "location": "imgui:663", + "location": "imgui:664", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_Str", "ret": "bool", @@ -38860,7 +38885,7 @@ "defaults": {}, "funcname": "TreeNode", "isvararg": "...)", - "location": "imgui:664", + "location": "imgui:665", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_StrStr", "ret": "bool", @@ -38890,7 +38915,7 @@ "defaults": {}, "funcname": "TreeNode", "isvararg": "...)", - "location": "imgui:665", + "location": "imgui:666", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_Ptr", "ret": "bool", @@ -38926,7 +38951,7 @@ "label_end": "NULL" }, "funcname": "TreeNodeBehavior", - "location": "imgui_internal:3709", + "location": "imgui_internal:3718", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeBehavior", "ret": "bool", @@ -38954,7 +38979,7 @@ "flags": "0" }, "funcname": "TreeNodeEx", - "location": "imgui:668", + "location": "imgui:669", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_Str", "ret": "bool", @@ -38987,7 +39012,7 @@ "defaults": {}, "funcname": "TreeNodeEx", "isvararg": "...)", - "location": "imgui:669", + "location": "imgui:670", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_StrStr", "ret": "bool", @@ -39020,7 +39045,7 @@ "defaults": {}, "funcname": "TreeNodeEx", "isvararg": "...)", - "location": "imgui:670", + "location": "imgui:671", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_Ptr", "ret": "bool", @@ -39054,7 +39079,7 @@ "cimguiname": "igTreeNodeExV", "defaults": {}, "funcname": "TreeNodeExV", - "location": "imgui:671", + "location": "imgui:672", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeExV_Str", "ret": "bool", @@ -39086,7 +39111,7 @@ "cimguiname": "igTreeNodeExV", "defaults": {}, "funcname": "TreeNodeExV", - "location": "imgui:672", + "location": "imgui:673", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeExV_Ptr", "ret": "bool", @@ -39108,7 +39133,7 @@ "cimguiname": "igTreeNodeGetOpen", "defaults": {}, "funcname": "TreeNodeGetOpen", - "location": "imgui_internal:3711", + "location": "imgui_internal:3720", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeGetOpen", "ret": "bool", @@ -39134,7 +39159,7 @@ "cimguiname": "igTreeNodeSetOpen", "defaults": {}, "funcname": "TreeNodeSetOpen", - "location": "imgui_internal:3712", + "location": "imgui_internal:3721", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeSetOpen", "ret": "void", @@ -39161,7 +39186,7 @@ "comment": "// Return open state. Consume previous SetNextItemOpen() data, if any. May return true when logging.", "defaults": {}, "funcname": "TreeNodeUpdateNextOpen", - "location": "imgui_internal:3713", + "location": "imgui_internal:3722", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeUpdateNextOpen", "ret": "bool", @@ -39191,7 +39216,7 @@ "cimguiname": "igTreeNodeV", "defaults": {}, "funcname": "TreeNodeV", - "location": "imgui:666", + "location": "imgui:667", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeV_Str", "ret": "bool", @@ -39219,7 +39244,7 @@ "cimguiname": "igTreeNodeV", "defaults": {}, "funcname": "TreeNodeV", - "location": "imgui:667", + "location": "imgui:668", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeV_Ptr", "ret": "bool", @@ -39237,7 +39262,7 @@ "comment": "// ~ Unindent()+PopID()", "defaults": {}, "funcname": "TreePop", - "location": "imgui:675", + "location": "imgui:676", "namespace": "ImGui", "ov_cimguiname": "igTreePop", "ret": "void", @@ -39260,7 +39285,7 @@ "comment": "// ~ Indent()+PushID(). Already called by TreeNode() when returning true, but you can call TreePush/TreePop yourself if desired.", "defaults": {}, "funcname": "TreePush", - "location": "imgui:673", + "location": "imgui:674", "namespace": "ImGui", "ov_cimguiname": "igTreePush_Str", "ret": "void", @@ -39281,7 +39306,7 @@ "comment": "// \"", "defaults": {}, "funcname": "TreePush", - "location": "imgui:674", + "location": "imgui:675", "namespace": "ImGui", "ov_cimguiname": "igTreePush_Ptr", "ret": "void", @@ -39303,7 +39328,7 @@ "cimguiname": "igTreePushOverrideID", "defaults": {}, "funcname": "TreePushOverrideID", - "location": "imgui_internal:3710", + "location": "imgui_internal:3719", "namespace": "ImGui", "ov_cimguiname": "igTreePushOverrideID", "ret": "void", @@ -39339,7 +39364,7 @@ "cimguiname": "igTypingSelectFindBestLeadingMatch", "defaults": {}, "funcname": "TypingSelectFindBestLeadingMatch", - "location": "imgui_internal:3549", + "location": "imgui_internal:3558", "namespace": "ImGui", "ov_cimguiname": "igTypingSelectFindBestLeadingMatch", "ret": "int", @@ -39379,7 +39404,7 @@ "cimguiname": "igTypingSelectFindMatch", "defaults": {}, "funcname": "TypingSelectFindMatch", - "location": "imgui_internal:3547", + "location": "imgui_internal:3556", "namespace": "ImGui", "ov_cimguiname": "igTypingSelectFindMatch", "ret": "int", @@ -39419,7 +39444,7 @@ "cimguiname": "igTypingSelectFindNextSingleCharMatch", "defaults": {}, "funcname": "TypingSelectFindNextSingleCharMatch", - "location": "imgui_internal:3548", + "location": "imgui_internal:3557", "namespace": "ImGui", "ov_cimguiname": "igTypingSelectFindNextSingleCharMatch", "ret": "int", @@ -39461,7 +39486,7 @@ "cimguiname": "igUpdateHoveredWindowAndCaptureFlags", "defaults": {}, "funcname": "UpdateHoveredWindowAndCaptureFlags", - "location": "imgui_internal:3235", + "location": "imgui_internal:3244", "namespace": "ImGui", "ov_cimguiname": "igUpdateHoveredWindowAndCaptureFlags", "ret": "void", @@ -39483,7 +39508,7 @@ "cimguiname": "igUpdateInputEvents", "defaults": {}, "funcname": "UpdateInputEvents", - "location": "imgui_internal:3234", + "location": "imgui_internal:3243", "namespace": "ImGui", "ov_cimguiname": "igUpdateInputEvents", "ret": "void", @@ -39500,7 +39525,7 @@ "cimguiname": "igUpdateMouseMovingWindowEndFrame", "defaults": {}, "funcname": "UpdateMouseMovingWindowEndFrame", - "location": "imgui_internal:3240", + "location": "imgui_internal:3249", "namespace": "ImGui", "ov_cimguiname": "igUpdateMouseMovingWindowEndFrame", "ret": "void", @@ -39517,7 +39542,7 @@ "cimguiname": "igUpdateMouseMovingWindowNewFrame", "defaults": {}, "funcname": "UpdateMouseMovingWindowNewFrame", - "location": "imgui_internal:3239", + "location": "imgui_internal:3248", "namespace": "ImGui", "ov_cimguiname": "igUpdateMouseMovingWindowNewFrame", "ret": "void", @@ -39535,7 +39560,7 @@ "comment": "// call in main loop. will call CreateWindow/ResizeWindow/etc. platform functions for each secondary viewport, and DestroyWindow for each inactive viewport.", "defaults": {}, "funcname": "UpdatePlatformWindows", - "location": "imgui:1087", + "location": "imgui:1088", "namespace": "ImGui", "ov_cimguiname": "igUpdatePlatformWindows", "ret": "void", @@ -39565,7 +39590,7 @@ "cimguiname": "igUpdateWindowParentAndRootLinks", "defaults": {}, "funcname": "UpdateWindowParentAndRootLinks", - "location": "imgui_internal:3192", + "location": "imgui_internal:3201", "namespace": "ImGui", "ov_cimguiname": "igUpdateWindowParentAndRootLinks", "ret": "void", @@ -39587,7 +39612,7 @@ "cimguiname": "igUpdateWindowSkipRefresh", "defaults": {}, "funcname": "UpdateWindowSkipRefresh", - "location": "imgui_internal:3193", + "location": "imgui_internal:3202", "namespace": "ImGui", "ov_cimguiname": "igUpdateWindowSkipRefresh", "ret": "void", @@ -39636,7 +39661,7 @@ "format": "\"%.3f\"" }, "funcname": "VSliderFloat", - "location": "imgui:629", + "location": "imgui:630", "namespace": "ImGui", "ov_cimguiname": "igVSliderFloat", "ret": "bool", @@ -39685,7 +39710,7 @@ "format": "\"%d\"" }, "funcname": "VSliderInt", - "location": "imgui:630", + "location": "imgui:631", "namespace": "ImGui", "ov_cimguiname": "igVSliderInt", "ret": "bool", @@ -39738,7 +39763,7 @@ "format": "NULL" }, "funcname": "VSliderScalar", - "location": "imgui:631", + "location": "imgui:632", "namespace": "ImGui", "ov_cimguiname": "igVSliderScalar", "ret": "bool", @@ -39764,7 +39789,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:720", + "location": "imgui:721", "namespace": "ImGui", "ov_cimguiname": "igValue_Bool", "ret": "void", @@ -39788,7 +39813,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:721", + "location": "imgui:722", "namespace": "ImGui", "ov_cimguiname": "igValue_Int", "ret": "void", @@ -39812,7 +39837,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:722", + "location": "imgui:723", "namespace": "ImGui", "ov_cimguiname": "igValue_Uint", "ret": "void", @@ -39842,7 +39867,7 @@ "float_format": "NULL" }, "funcname": "Value", - "location": "imgui:723", + "location": "imgui:724", "namespace": "ImGui", "ov_cimguiname": "igValue_Float", "ret": "void", @@ -39872,7 +39897,7 @@ "cimguiname": "igWindowPosAbsToRel", "defaults": {}, "funcname": "WindowPosAbsToRel", - "location": "imgui_internal:3207", + "location": "imgui_internal:3216", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igWindowPosAbsToRel", @@ -39903,7 +39928,7 @@ "cimguiname": "igWindowPosRelToAbs", "defaults": {}, "funcname": "WindowPosRelToAbs", - "location": "imgui_internal:3208", + "location": "imgui_internal:3217", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igWindowPosRelToAbs", @@ -39934,7 +39959,7 @@ "cimguiname": "igWindowRectAbsToRel", "defaults": {}, "funcname": "WindowRectAbsToRel", - "location": "imgui_internal:3205", + "location": "imgui_internal:3214", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igWindowRectAbsToRel", @@ -39965,7 +39990,7 @@ "cimguiname": "igWindowRectRelToAbs", "defaults": {}, "funcname": "WindowRectRelToAbs", - "location": "imgui_internal:3206", + "location": "imgui_internal:3215", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igWindowRectRelToAbs", diff --git a/cimgui_comments_output/impl_definitions.json b/cimgui_comments_output/impl_definitions.json index 74e41d6..5660100 100644 --- a/cimgui_comments_output/impl_definitions.json +++ b/cimgui_comments_output/impl_definitions.json @@ -427,7 +427,7 @@ "cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_CreateDeviceObjects", - "location": "imgui_impl_opengl2:37", + "location": "imgui_impl_opengl2:39", "ov_cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects", "ret": "bool", "signature": "()", @@ -443,7 +443,7 @@ "cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_CreateFontsTexture", - "location": "imgui_impl_opengl2:35", + "location": "imgui_impl_opengl2:37", "ov_cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture", "ret": "bool", "signature": "()", @@ -459,7 +459,7 @@ "cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_DestroyDeviceObjects", - "location": "imgui_impl_opengl2:38", + "location": "imgui_impl_opengl2:40", "ov_cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects", "ret": "void", "signature": "()", @@ -475,7 +475,7 @@ "cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_DestroyFontsTexture", - "location": "imgui_impl_opengl2:36", + "location": "imgui_impl_opengl2:38", "ov_cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture", "ret": "void", "signature": "()", @@ -491,7 +491,7 @@ "cimguiname": "ImGui_ImplOpenGL2_Init", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_Init", - "location": "imgui_impl_opengl2:29", + "location": "imgui_impl_opengl2:31", "ov_cimguiname": "ImGui_ImplOpenGL2_Init", "ret": "bool", "signature": "()", @@ -507,7 +507,7 @@ "cimguiname": "ImGui_ImplOpenGL2_NewFrame", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_NewFrame", - "location": "imgui_impl_opengl2:31", + "location": "imgui_impl_opengl2:33", "ov_cimguiname": "ImGui_ImplOpenGL2_NewFrame", "ret": "void", "signature": "()", @@ -528,7 +528,7 @@ "cimguiname": "ImGui_ImplOpenGL2_RenderDrawData", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_RenderDrawData", - "location": "imgui_impl_opengl2:32", + "location": "imgui_impl_opengl2:34", "ov_cimguiname": "ImGui_ImplOpenGL2_RenderDrawData", "ret": "void", "signature": "(ImDrawData*)", @@ -544,7 +544,7 @@ "cimguiname": "ImGui_ImplOpenGL2_Shutdown", "defaults": {}, "funcname": "ImGui_ImplOpenGL2_Shutdown", - "location": "imgui_impl_opengl2:30", + "location": "imgui_impl_opengl2:32", "ov_cimguiname": "ImGui_ImplOpenGL2_Shutdown", "ret": "void", "signature": "()", @@ -879,11 +879,11 @@ "type": "int" } ], - "argsoriginal": "(ImGui_ImplSDL2_GamepadMode mode,struct _SDL_GameController** manual_gamepads_array=((void*)0),int manual_gamepads_count=-1)", + "argsoriginal": "(ImGui_ImplSDL2_GamepadMode mode,struct _SDL_GameController** manual_gamepads_array=nullptr,int manual_gamepads_count=-1)", "call_args": "(mode,manual_gamepads_array,manual_gamepads_count)", "cimguiname": "ImGui_ImplSDL2_SetGamepadMode", "defaults": { - "manual_gamepads_array": "NULL", + "manual_gamepads_array": "nullptr", "manual_gamepads_count": "-1" }, "funcname": "ImGui_ImplSDL2_SetGamepadMode", @@ -1098,11 +1098,11 @@ "type": "int" } ], - "argsoriginal": "(ImGui_ImplSDL3_GamepadMode mode,SDL_Gamepad** manual_gamepads_array=((void*)0),int manual_gamepads_count=-1)", + "argsoriginal": "(ImGui_ImplSDL3_GamepadMode mode,SDL_Gamepad** manual_gamepads_array=nullptr,int manual_gamepads_count=-1)", "call_args": "(mode,manual_gamepads_array,manual_gamepads_count)", "cimguiname": "ImGui_ImplSDL3_SetGamepadMode", "defaults": { - "manual_gamepads_array": "NULL", + "manual_gamepads_array": "nullptr", "manual_gamepads_count": "-1" }, "funcname": "ImGui_ImplSDL3_SetGamepadMode", diff --git a/cimgui_comments_output/structs_and_enums.json b/cimgui_comments_output/structs_and_enums.json index a8f5703..25c020e 100644 --- a/cimgui_comments_output/structs_and_enums.json +++ b/cimgui_comments_output/structs_and_enums.json @@ -51,6 +51,9 @@ "ImGuiDataType_": { "above": "// A primary data type" }, + "ImGuiDebugLogFlags_": { + "above": "// See IMGUI_DEBUG_LOG() and IMGUI_DEBUG_LOG_XXX() macros." + }, "ImGuiDir": { "above": "// A cardinal direction" }, @@ -1506,23 +1509,28 @@ }, { "calc_value": 256, - "name": "ImGuiDebugLogFlags_EventInputRouting", + "name": "ImGuiDebugLogFlags_EventFont", "value": "1 << 8" }, { "calc_value": 512, - "name": "ImGuiDebugLogFlags_EventDocking", + "name": "ImGuiDebugLogFlags_EventInputRouting", "value": "1 << 9" }, { "calc_value": 1024, - "name": "ImGuiDebugLogFlags_EventViewport", + "name": "ImGuiDebugLogFlags_EventDocking", "value": "1 << 10" }, { - "calc_value": 2047, + "calc_value": 2048, + "name": "ImGuiDebugLogFlags_EventViewport", + "value": "1 << 11" + }, + { + "calc_value": 4095, "name": "ImGuiDebugLogFlags_EventMask_", - "value": "ImGuiDebugLogFlags_EventError | ImGuiDebugLogFlags_EventActiveId | ImGuiDebugLogFlags_EventFocus | ImGuiDebugLogFlags_EventPopup | ImGuiDebugLogFlags_EventNav | ImGuiDebugLogFlags_EventClipper | ImGuiDebugLogFlags_EventSelection | ImGuiDebugLogFlags_EventIO | ImGuiDebugLogFlags_EventInputRouting | ImGuiDebugLogFlags_EventDocking | ImGuiDebugLogFlags_EventViewport" + "value": "ImGuiDebugLogFlags_EventError | ImGuiDebugLogFlags_EventActiveId | ImGuiDebugLogFlags_EventFocus | ImGuiDebugLogFlags_EventPopup | ImGuiDebugLogFlags_EventNav | ImGuiDebugLogFlags_EventClipper | ImGuiDebugLogFlags_EventSelection | ImGuiDebugLogFlags_EventIO | ImGuiDebugLogFlags_EventFont | ImGuiDebugLogFlags_EventInputRouting | ImGuiDebugLogFlags_EventDocking | ImGuiDebugLogFlags_EventViewport" }, { "calc_value": 1048576, @@ -2494,39 +2502,45 @@ }, { "calc_value": 131072, - "comment": "// Callback on pressing TAB (for completion handling)", - "name": "ImGuiInputTextFlags_CallbackCompletion", + "comment": "// When text doesn't fit, elide left side to ensure right side stays visible. Useful for path/filenames. Single-line only!", + "name": "ImGuiInputTextFlags_ElideLeft", "value": "1 << 17" }, { "calc_value": 262144, - "comment": "// Callback on pressing Up/Down arrows (for history handling)", - "name": "ImGuiInputTextFlags_CallbackHistory", + "comment": "// Callback on pressing TAB (for completion handling)", + "name": "ImGuiInputTextFlags_CallbackCompletion", "value": "1 << 18" }, { "calc_value": 524288, - "comment": "// Callback on each iteration. User code may query cursor position, modify text buffer.", - "name": "ImGuiInputTextFlags_CallbackAlways", + "comment": "// Callback on pressing Up/Down arrows (for history handling)", + "name": "ImGuiInputTextFlags_CallbackHistory", "value": "1 << 19" }, { "calc_value": 1048576, - "comment": "// Callback on character inputs to replace or discard them. Modify 'EventChar' to replace or discard, or return 1 in callback to discard.", - "name": "ImGuiInputTextFlags_CallbackCharFilter", + "comment": "// Callback on each iteration. User code may query cursor position, modify text buffer.", + "name": "ImGuiInputTextFlags_CallbackAlways", "value": "1 << 20" }, { "calc_value": 2097152, - "comment": "// Callback on buffer capacity changes request (beyond 'buf_size' parameter value), allowing the string to grow. Notify when the string wants to be resized (for string types which hold a cache of their Size). You will be provided a new BufSize in the callback and NEED to honor it. (see misc/cpp/imgui_stdlib.h for an example of using this)", - "name": "ImGuiInputTextFlags_CallbackResize", + "comment": "// Callback on character inputs to replace or discard them. Modify 'EventChar' to replace or discard, or return 1 in callback to discard.", + "name": "ImGuiInputTextFlags_CallbackCharFilter", "value": "1 << 21" }, { "calc_value": 4194304, + "comment": "// Callback on buffer capacity changes request (beyond 'buf_size' parameter value), allowing the string to grow. Notify when the string wants to be resized (for string types which hold a cache of their Size). You will be provided a new BufSize in the callback and NEED to honor it. (see misc/cpp/imgui_stdlib.h for an example of using this)", + "name": "ImGuiInputTextFlags_CallbackResize", + "value": "1 << 22" + }, + { + "calc_value": 8388608, "comment": "// Callback on any edit (note that InputText() already returns true on edit, the callback is useful mainly to manipulate the underlying buffer while focus is active)", "name": "ImGuiInputTextFlags_CallbackEdit", - "value": "1 << 22" + "value": "1 << 23" } ], "ImGuiItemFlagsPrivate_": [ @@ -5914,202 +5928,202 @@ "ImGuiSortDirection": "ImU8" }, "locations": { - "ImBitVector": "imgui_internal:610", - "ImColor": "imgui:2856", - "ImDrawChannel": "imgui:3096", - "ImDrawCmd": "imgui:3053", - "ImDrawCmdHeader": "imgui:3088", - "ImDrawData": "imgui:3312", - "ImDrawDataBuilder": "imgui_internal:799", - "ImDrawFlags_": "imgui:3122", - "ImDrawList": "imgui:3160", - "ImDrawListFlags_": "imgui:3142", - "ImDrawListSharedData": "imgui_internal:775", - "ImDrawListSplitter": "imgui:3105", - "ImDrawVert": "imgui:3073", - "ImFont": "imgui:3536", - "ImFontAtlas": "imgui:3432", - "ImFontAtlasCustomRect": "imgui:3393", - "ImFontAtlasFlags_": "imgui:3407", - "ImFontBuilderIO": "imgui_internal:3829", - "ImFontConfig": "imgui:3336", - "ImFontGlyph": "imgui:3366", - "ImFontGlyphRangesBuilder": "imgui:3378", - "ImGuiActivateFlags_": "imgui_internal:1558", - "ImGuiAxis": "imgui_internal:1025", - "ImGuiBackendFlags_": "imgui:1663", - "ImGuiBoxSelectState": "imgui_internal:1747", - "ImGuiButtonFlagsPrivate_": "imgui_internal:915", - "ImGuiButtonFlags_": "imgui:1797", - "ImGuiChildFlags_": "imgui:1152", - "ImGuiCol_": "imgui:1678", - "ImGuiColorEditFlags_": "imgui:1808", - "ImGuiColorMod": "imgui_internal:1039", - "ImGuiComboFlagsPrivate_": "imgui_internal:940", - "ImGuiComboFlags_": "imgui:1295", - "ImGuiComboPreviewData": "imgui_internal:1056", - "ImGuiCond_": "imgui:1909", - "ImGuiConfigFlags_": "imgui:1634", - "ImGuiContext": "imgui_internal:2214", - "ImGuiContextHook": "imgui_internal:2199", - "ImGuiContextHookType": "imgui_internal:2197", - "ImGuiDataAuthority_": "imgui_internal:1858", - "ImGuiDataTypeInfo": "imgui_internal:825", - "ImGuiDataTypePrivate_": "imgui_internal:834", - "ImGuiDataTypeStorage": "imgui_internal:819", - "ImGuiDataType_": "imgui:1443", - "ImGuiDataVarInfo": "imgui_internal:811", - "ImGuiDebugAllocEntry": "imgui_internal:2133", - "ImGuiDebugAllocInfo": "imgui_internal:2140", - "ImGuiDebugLogFlags_": "imgui_internal:2112", - "ImGuiDir": "imgui:1460", - "ImGuiDockContext": "imgui_internal:1960", - "ImGuiDockNode": "imgui_internal:1874", - "ImGuiDockNodeFlagsPrivate_": "imgui_internal:1828", - "ImGuiDockNodeFlags_": "imgui:1396", - "ImGuiDockNodeState": "imgui_internal:1865", - "ImGuiDragDropFlags_": "imgui:1415", - "ImGuiErrorRecoveryState": "imgui_internal:1289", - "ImGuiFocusRequestFlags_": "imgui_internal:985", - "ImGuiFocusScopeData": "imgui_internal:1644", - "ImGuiFocusedFlags_": "imgui:1342", + "ImBitVector": "imgui_internal:614", + "ImColor": "imgui:2862", + "ImDrawChannel": "imgui:3102", + "ImDrawCmd": "imgui:3059", + "ImDrawCmdHeader": "imgui:3094", + "ImDrawData": "imgui:3319", + "ImDrawDataBuilder": "imgui_internal:803", + "ImDrawFlags_": "imgui:3128", + "ImDrawList": "imgui:3166", + "ImDrawListFlags_": "imgui:3148", + "ImDrawListSharedData": "imgui_internal:781", + "ImDrawListSplitter": "imgui:3111", + "ImDrawVert": "imgui:3079", + "ImFont": "imgui:3545", + "ImFontAtlas": "imgui:3441", + "ImFontAtlasCustomRect": "imgui:3400", + "ImFontAtlasFlags_": "imgui:3416", + "ImFontBuilderIO": "imgui_internal:3839", + "ImFontConfig": "imgui:3343", + "ImFontGlyph": "imgui:3373", + "ImFontGlyphRangesBuilder": "imgui:3385", + "ImGuiActivateFlags_": "imgui_internal:1562", + "ImGuiAxis": "imgui_internal:1029", + "ImGuiBackendFlags_": "imgui:1667", + "ImGuiBoxSelectState": "imgui_internal:1751", + "ImGuiButtonFlagsPrivate_": "imgui_internal:919", + "ImGuiButtonFlags_": "imgui:1801", + "ImGuiChildFlags_": "imgui:1153", + "ImGuiCol_": "imgui:1682", + "ImGuiColorEditFlags_": "imgui:1812", + "ImGuiColorMod": "imgui_internal:1043", + "ImGuiComboFlagsPrivate_": "imgui_internal:944", + "ImGuiComboFlags_": "imgui:1299", + "ImGuiComboPreviewData": "imgui_internal:1060", + "ImGuiCond_": "imgui:1913", + "ImGuiConfigFlags_": "imgui:1638", + "ImGuiContext": "imgui_internal:2222", + "ImGuiContextHook": "imgui_internal:2207", + "ImGuiContextHookType": "imgui_internal:2205", + "ImGuiDataAuthority_": "imgui_internal:1864", + "ImGuiDataTypeInfo": "imgui_internal:829", + "ImGuiDataTypePrivate_": "imgui_internal:838", + "ImGuiDataTypeStorage": "imgui_internal:823", + "ImGuiDataType_": "imgui:1447", + "ImGuiDataVarInfo": "imgui_internal:815", + "ImGuiDebugAllocEntry": "imgui_internal:2141", + "ImGuiDebugAllocInfo": "imgui_internal:2148", + "ImGuiDebugLogFlags_": "imgui_internal:2119", + "ImGuiDir": "imgui:1464", + "ImGuiDockContext": "imgui_internal:1966", + "ImGuiDockNode": "imgui_internal:1880", + "ImGuiDockNodeFlagsPrivate_": "imgui_internal:1832", + "ImGuiDockNodeFlags_": "imgui:1400", + "ImGuiDockNodeState": "imgui_internal:1871", + "ImGuiDragDropFlags_": "imgui:1419", + "ImGuiErrorRecoveryState": "imgui_internal:1293", + "ImGuiFocusRequestFlags_": "imgui_internal:989", + "ImGuiFocusScopeData": "imgui_internal:1648", + "ImGuiFocusedFlags_": "imgui:1346", "ImGuiFreeTypeBuilderFlags": "imgui_freetype:26", - "ImGuiGroupData": "imgui_internal:1069", - "ImGuiHoveredFlagsPrivate_": "imgui_internal:898", - "ImGuiHoveredFlags_": "imgui:1356", - "ImGuiIDStackTool": "imgui_internal:2180", - "ImGuiIO": "imgui:2282", - "ImGuiInputEvent": "imgui_internal:1418", - "ImGuiInputEventAppFocused": "imgui_internal:1416", - "ImGuiInputEventKey": "imgui_internal:1414", - "ImGuiInputEventMouseButton": "imgui_internal:1412", - "ImGuiInputEventMousePos": "imgui_internal:1410", - "ImGuiInputEventMouseViewport": "imgui_internal:1413", - "ImGuiInputEventMouseWheel": "imgui_internal:1411", - "ImGuiInputEventText": "imgui_internal:1415", - "ImGuiInputEventType": "imgui_internal:1386", - "ImGuiInputFlagsPrivate_": "imgui_internal:1485", - "ImGuiInputFlags_": "imgui:1611", - "ImGuiInputSource": "imgui_internal:1399", - "ImGuiInputTextCallbackData": "imgui:2535", - "ImGuiInputTextDeactivatedState": "imgui_internal:1105", - "ImGuiInputTextFlagsPrivate_": "imgui_internal:906", - "ImGuiInputTextFlags_": "imgui:1186", - "ImGuiInputTextState": "imgui_internal:1127", - "ImGuiItemFlagsPrivate_": "imgui_internal:848", - "ImGuiItemFlags_": "imgui:1173", - "ImGuiItemStatusFlags_": "imgui_internal:872", - "ImGuiKey": "imgui:1484", - "ImGuiKeyData": "imgui:2274", - "ImGuiKeyOwnerData": "imgui_internal:1472", - "ImGuiKeyRoutingData": "imgui_internal:1446", - "ImGuiKeyRoutingTable": "imgui_internal:1460", - "ImGuiLastItemData": "imgui_internal:1261", - "ImGuiLayoutType_": "imgui_internal:1006", - "ImGuiListClipper": "imgui:2764", - "ImGuiListClipperData": "imgui_internal:1542", - "ImGuiListClipperRange": "imgui_internal:1529", - "ImGuiLocEntry": "imgui_internal:2086", - "ImGuiLocKey": "imgui_internal:2068", - "ImGuiLogFlags_": "imgui_internal:1013", - "ImGuiMenuColumns": "imgui_internal:1087", - "ImGuiMetricsConfig": "imgui_internal:2150", - "ImGuiMouseButton_": "imgui:1869", - "ImGuiMouseCursor_": "imgui:1879", - "ImGuiMouseSource": "imgui:1898", - "ImGuiMultiSelectFlags_": "imgui:2914", - "ImGuiMultiSelectIO": "imgui:2941", - "ImGuiMultiSelectState": "imgui_internal:1804", - "ImGuiMultiSelectTempData": "imgui_internal:1779", - "ImGuiNavItemData": "imgui_internal:1627", - "ImGuiNavLayer": "imgui_internal:1619", - "ImGuiNavMoveFlags_": "imgui_internal:1597", - "ImGuiNavRenderCursorFlags_": "imgui_internal:1583", - "ImGuiNextItemData": "imgui_internal:1241", - "ImGuiNextItemDataFlags_": "imgui_internal:1231", - "ImGuiNextWindowData": "imgui_internal:1202", - "ImGuiNextWindowDataFlags_": "imgui_internal:1183", - "ImGuiOldColumnData": "imgui_internal:1712", - "ImGuiOldColumnFlags_": "imgui_internal:1692", - "ImGuiOldColumns": "imgui_internal:1722", - "ImGuiOnceUponAFrame": "imgui:2635", - "ImGuiPayload": "imgui:2600", - "ImGuiPlatformIO": "imgui:3707", - "ImGuiPlatformImeData": "imgui:3813", - "ImGuiPlatformMonitor": "imgui:3803", - "ImGuiPlotType": "imgui_internal:1032", - "ImGuiPopupData": "imgui_internal:1343", - "ImGuiPopupFlags_": "imgui:1260", - "ImGuiPopupPositionPolicy": "imgui_internal:1335", - "ImGuiPtrOrIndex": "imgui_internal:1322", - "ImGuiScrollFlags_": "imgui_internal:1569", - "ImGuiSelectableFlagsPrivate_": "imgui_internal:953", - "ImGuiSelectableFlags_": "imgui:1278", - "ImGuiSelectionBasicStorage": "imgui:2987", - "ImGuiSelectionExternalStorage": "imgui:3010", - "ImGuiSelectionRequest": "imgui:2961", - "ImGuiSelectionRequestType": "imgui:2953", - "ImGuiSeparatorFlags_": "imgui_internal:974", - "ImGuiSettingsHandler": "imgui_internal:2048", - "ImGuiShrinkWidthItem": "imgui_internal:1315", - "ImGuiSizeCallbackData": "imgui:2569", - "ImGuiSliderFlagsPrivate_": "imgui_internal:946", - "ImGuiSliderFlags_": "imgui:1854", - "ImGuiSortDirection": "imgui:1471", - "ImGuiStackLevelInfo": "imgui_internal:2168", - "ImGuiStorage": "imgui:2707", - "ImGuiStoragePair": "imgui:2690", - "ImGuiStyle": "imgui:2196", - "ImGuiStyleMod": "imgui_internal:1046", - "ImGuiStyleVar_": "imgui:1756", - "ImGuiTabBar": "imgui_internal:2844", - "ImGuiTabBarFlagsPrivate_": "imgui_internal:2807", - "ImGuiTabBarFlags_": "imgui:1310", - "ImGuiTabItem": "imgui_internal:2824", - "ImGuiTabItemFlagsPrivate_": "imgui_internal:2815", - "ImGuiTabItemFlags_": "imgui:1327", - "ImGuiTable": "imgui_internal:2991", - "ImGuiTableBgTarget_": "imgui:2050", - "ImGuiTableCellData": "imgui_internal:2959", - "ImGuiTableColumn": "imgui_internal:2899", - "ImGuiTableColumnFlags_": "imgui:1997", - "ImGuiTableColumnSettings": "imgui_internal:3138", - "ImGuiTableColumnSortSpecs": "imgui:2072", - "ImGuiTableFlags_": "imgui:1944", - "ImGuiTableHeaderData": "imgui_internal:2968", - "ImGuiTableInstanceData": "imgui_internal:2978", - "ImGuiTableRowFlags_": "imgui:2035", - "ImGuiTableSettings": "imgui_internal:3162", - "ImGuiTableSortSpecs": "imgui:2062", - "ImGuiTableTempData": "imgui_internal:3115", - "ImGuiTextBuffer": "imgui:2670", - "ImGuiTextFilter": "imgui:2643", - "ImGuiTextFlags_": "imgui_internal:992", - "ImGuiTextIndex": "imgui_internal:730", - "ImGuiTextRange": "imgui:2653", - "ImGuiTooltipFlags_": "imgui_internal:998", - "ImGuiTreeNodeFlagsPrivate_": "imgui_internal:967", - "ImGuiTreeNodeFlags_": "imgui:1225", - "ImGuiTreeNodeStackData": "imgui_internal:1280", - "ImGuiTypingSelectFlags_": "imgui_internal:1655", - "ImGuiTypingSelectRequest": "imgui_internal:1663", - "ImGuiTypingSelectState": "imgui_internal:1674", - "ImGuiViewport": "imgui:3622", - "ImGuiViewportFlags_": "imgui:3594", - "ImGuiViewportP": "imgui_internal:1977", - "ImGuiWindow": "imgui_internal:2655", - "ImGuiWindowClass": "imgui:2584", - "ImGuiWindowDockStyle": "imgui_internal:1955", - "ImGuiWindowDockStyleCol": "imgui_internal:1941", - "ImGuiWindowFlags_": "imgui:1101", - "ImGuiWindowRefreshFlags_": "imgui_internal:1174", - "ImGuiWindowSettings": "imgui_internal:2029", - "ImGuiWindowStackData": "imgui_internal:1307", - "ImGuiWindowTempData": "imgui_internal:2605", - "ImRect": "imgui_internal:532", - "ImVec1": "imgui_internal:514", + "ImGuiGroupData": "imgui_internal:1073", + "ImGuiHoveredFlagsPrivate_": "imgui_internal:902", + "ImGuiHoveredFlags_": "imgui:1360", + "ImGuiIDStackTool": "imgui_internal:2188", + "ImGuiIO": "imgui:2286", + "ImGuiInputEvent": "imgui_internal:1422", + "ImGuiInputEventAppFocused": "imgui_internal:1420", + "ImGuiInputEventKey": "imgui_internal:1418", + "ImGuiInputEventMouseButton": "imgui_internal:1416", + "ImGuiInputEventMousePos": "imgui_internal:1414", + "ImGuiInputEventMouseViewport": "imgui_internal:1417", + "ImGuiInputEventMouseWheel": "imgui_internal:1415", + "ImGuiInputEventText": "imgui_internal:1419", + "ImGuiInputEventType": "imgui_internal:1390", + "ImGuiInputFlagsPrivate_": "imgui_internal:1489", + "ImGuiInputFlags_": "imgui:1615", + "ImGuiInputSource": "imgui_internal:1403", + "ImGuiInputTextCallbackData": "imgui:2540", + "ImGuiInputTextDeactivatedState": "imgui_internal:1109", + "ImGuiInputTextFlagsPrivate_": "imgui_internal:910", + "ImGuiInputTextFlags_": "imgui:1187", + "ImGuiInputTextState": "imgui_internal:1131", + "ImGuiItemFlagsPrivate_": "imgui_internal:852", + "ImGuiItemFlags_": "imgui:1174", + "ImGuiItemStatusFlags_": "imgui_internal:876", + "ImGuiKey": "imgui:1488", + "ImGuiKeyData": "imgui:2278", + "ImGuiKeyOwnerData": "imgui_internal:1476", + "ImGuiKeyRoutingData": "imgui_internal:1450", + "ImGuiKeyRoutingTable": "imgui_internal:1464", + "ImGuiLastItemData": "imgui_internal:1265", + "ImGuiLayoutType_": "imgui_internal:1010", + "ImGuiListClipper": "imgui:2769", + "ImGuiListClipperData": "imgui_internal:1546", + "ImGuiListClipperRange": "imgui_internal:1533", + "ImGuiLocEntry": "imgui_internal:2092", + "ImGuiLocKey": "imgui_internal:2074", + "ImGuiLogFlags_": "imgui_internal:1017", + "ImGuiMenuColumns": "imgui_internal:1091", + "ImGuiMetricsConfig": "imgui_internal:2158", + "ImGuiMouseButton_": "imgui:1873", + "ImGuiMouseCursor_": "imgui:1883", + "ImGuiMouseSource": "imgui:1902", + "ImGuiMultiSelectFlags_": "imgui:2920", + "ImGuiMultiSelectIO": "imgui:2947", + "ImGuiMultiSelectState": "imgui_internal:1808", + "ImGuiMultiSelectTempData": "imgui_internal:1783", + "ImGuiNavItemData": "imgui_internal:1631", + "ImGuiNavLayer": "imgui_internal:1623", + "ImGuiNavMoveFlags_": "imgui_internal:1601", + "ImGuiNavRenderCursorFlags_": "imgui_internal:1587", + "ImGuiNextItemData": "imgui_internal:1245", + "ImGuiNextItemDataFlags_": "imgui_internal:1235", + "ImGuiNextWindowData": "imgui_internal:1206", + "ImGuiNextWindowDataFlags_": "imgui_internal:1187", + "ImGuiOldColumnData": "imgui_internal:1716", + "ImGuiOldColumnFlags_": "imgui_internal:1696", + "ImGuiOldColumns": "imgui_internal:1726", + "ImGuiOnceUponAFrame": "imgui:2640", + "ImGuiPayload": "imgui:2605", + "ImGuiPlatformIO": "imgui:3717", + "ImGuiPlatformImeData": "imgui:3823", + "ImGuiPlatformMonitor": "imgui:3813", + "ImGuiPlotType": "imgui_internal:1036", + "ImGuiPopupData": "imgui_internal:1347", + "ImGuiPopupFlags_": "imgui:1264", + "ImGuiPopupPositionPolicy": "imgui_internal:1339", + "ImGuiPtrOrIndex": "imgui_internal:1326", + "ImGuiScrollFlags_": "imgui_internal:1573", + "ImGuiSelectableFlagsPrivate_": "imgui_internal:957", + "ImGuiSelectableFlags_": "imgui:1282", + "ImGuiSelectionBasicStorage": "imgui:2993", + "ImGuiSelectionExternalStorage": "imgui:3016", + "ImGuiSelectionRequest": "imgui:2967", + "ImGuiSelectionRequestType": "imgui:2959", + "ImGuiSeparatorFlags_": "imgui_internal:978", + "ImGuiSettingsHandler": "imgui_internal:2054", + "ImGuiShrinkWidthItem": "imgui_internal:1319", + "ImGuiSizeCallbackData": "imgui:2574", + "ImGuiSliderFlagsPrivate_": "imgui_internal:950", + "ImGuiSliderFlags_": "imgui:1858", + "ImGuiSortDirection": "imgui:1475", + "ImGuiStackLevelInfo": "imgui_internal:2176", + "ImGuiStorage": "imgui:2712", + "ImGuiStoragePair": "imgui:2695", + "ImGuiStyle": "imgui:2200", + "ImGuiStyleMod": "imgui_internal:1050", + "ImGuiStyleVar_": "imgui:1760", + "ImGuiTabBar": "imgui_internal:2852", + "ImGuiTabBarFlagsPrivate_": "imgui_internal:2815", + "ImGuiTabBarFlags_": "imgui:1314", + "ImGuiTabItem": "imgui_internal:2832", + "ImGuiTabItemFlagsPrivate_": "imgui_internal:2823", + "ImGuiTabItemFlags_": "imgui:1331", + "ImGuiTable": "imgui_internal:2999", + "ImGuiTableBgTarget_": "imgui:2054", + "ImGuiTableCellData": "imgui_internal:2967", + "ImGuiTableColumn": "imgui_internal:2907", + "ImGuiTableColumnFlags_": "imgui:2001", + "ImGuiTableColumnSettings": "imgui_internal:3146", + "ImGuiTableColumnSortSpecs": "imgui:2076", + "ImGuiTableFlags_": "imgui:1948", + "ImGuiTableHeaderData": "imgui_internal:2976", + "ImGuiTableInstanceData": "imgui_internal:2986", + "ImGuiTableRowFlags_": "imgui:2039", + "ImGuiTableSettings": "imgui_internal:3170", + "ImGuiTableSortSpecs": "imgui:2066", + "ImGuiTableTempData": "imgui_internal:3123", + "ImGuiTextBuffer": "imgui:2675", + "ImGuiTextFilter": "imgui:2648", + "ImGuiTextFlags_": "imgui_internal:996", + "ImGuiTextIndex": "imgui_internal:734", + "ImGuiTextRange": "imgui:2658", + "ImGuiTooltipFlags_": "imgui_internal:1002", + "ImGuiTreeNodeFlagsPrivate_": "imgui_internal:971", + "ImGuiTreeNodeFlags_": "imgui:1229", + "ImGuiTreeNodeStackData": "imgui_internal:1284", + "ImGuiTypingSelectFlags_": "imgui_internal:1659", + "ImGuiTypingSelectRequest": "imgui_internal:1667", + "ImGuiTypingSelectState": "imgui_internal:1678", + "ImGuiViewport": "imgui:3632", + "ImGuiViewportFlags_": "imgui:3604", + "ImGuiViewportP": "imgui_internal:1983", + "ImGuiWindow": "imgui_internal:2663", + "ImGuiWindowClass": "imgui:2589", + "ImGuiWindowDockStyle": "imgui_internal:1961", + "ImGuiWindowDockStyleCol": "imgui_internal:1947", + "ImGuiWindowFlags_": "imgui:1102", + "ImGuiWindowRefreshFlags_": "imgui_internal:1178", + "ImGuiWindowSettings": "imgui_internal:2035", + "ImGuiWindowStackData": "imgui_internal:1311", + "ImGuiWindowTempData": "imgui_internal:2613", + "ImRect": "imgui_internal:536", + "ImVec1": "imgui_internal:518", "ImVec2": "imgui:296", - "ImVec2ih": "imgui_internal:522", + "ImVec2ih": "imgui_internal:526", "ImVec4": "imgui:309" }, "struct_comments": { @@ -6117,7 +6131,7 @@ "above": "// Helper: ImBitVector\n// Store 1-bit per value." }, "ImColor": { - "above": "// Helpers: ImVec2/ImVec4 operators\n// - It is important that we are keeping those disabled by default so they don't leak in user space.\n// - This is in order to allow user enabling implicit cast operators between ImVec2/ImVec4 and their own types (using IM_VEC2_CLASS_EXTRA in imconfig.h)\n// - Add '#define IMGUI_DEFINE_MATH_OPERATORS' before including this file (or in imconfig.h) to access courtesy maths operators for ImVec2 and ImVec4.\n// Helpers macros to generate 32-bit encoded colors\n// User can declare their own format by #defining the 5 _SHIFT/_MASK macros in their imconfig file.\n// Helper: ImColor() implicitly converts colors to either ImU32 (packed 4x1 byte) or ImVec4 (4x1 float)\n// Prefer using IM_COL32() macros if you want a guaranteed compile-time ImU32 for usage with ImDrawList API.\n// **Avoid storing ImColor! Store either u32 of ImVec4. This is not a full-featured color class. MAY OBSOLETE.\n// **None of the ImGui API are using ImColor directly but you can use it as a convenience to pass colors in either ImU32 or ImVec4 formats. Explicitly cast to ImU32 or ImVec4 if needed." + "above": "// Helpers: ImVec2/ImVec4 operators\n// - It is important that we are keeping those disabled by default so they don't leak in user space.\n// - This is in order to allow user enabling implicit cast operators between ImVec2/ImVec4 and their own types (using IM_VEC2_CLASS_EXTRA in imconfig.h)\n// - Add '#define IMGUI_DEFINE_MATH_OPERATORS' before including this file (or in imconfig.h) to access courtesy maths operators for ImVec2 and ImVec4.\n// Helpers macros to generate 32-bit encoded colors\n// - User can declare their own format by #defining the 5 _SHIFT/_MASK macros in their imconfig file.\n// - Any setting other than the default will need custom backend support. The only standard backend that supports anything else than the default is DirectX9.\n// Helper: ImColor() implicitly converts colors to either ImU32 (packed 4x1 byte) or ImVec4 (4x1 float)\n// Prefer using IM_COL32() macros if you want a guaranteed compile-time ImU32 for usage with ImDrawList API.\n// **Avoid storing ImColor! Store either u32 of ImVec4. This is not a full-featured color class. MAY OBSOLETE.\n// **None of the ImGui API are using ImColor directly but you can use it as a convenience to pass colors in either ImU32 or ImVec4 formats. Explicitly cast to ImU32 or ImVec4 if needed." }, "ImDrawChannel": { "above": "// [Internal] For use by ImDrawListSplitter" @@ -6135,7 +6149,7 @@ "above": "// Draw command list\n// This is the low-level list of polygons that ImGui:: functions are filling. At the end of the frame,\n// all command lists are passed to your ImGuiIO::RenderDrawListFn function for rendering.\n// Each dear imgui window contains its own ImDrawList. You can use ImGui::GetWindowDrawList() to\n// access the current window draw list and draw custom primitives.\n// You can interleave normal ImGui:: calls and adding primitives to the current draw list.\n// In single viewport mode, top-left is == GetMainViewport()->Pos (generally 0,0), bottom-right is == GetMainViewport()->Pos+Size (generally io.DisplaySize).\n// You are totally free to apply whatever transformation matrix you want to the data (depending on the use of the transformation you may want to apply it to ClipRect as well!)\n// Important: Primitives are always added to the list and not culled (culling is done at higher-level by ImGui:: functions), if you use this API a lot consider coarse culling your drawn objects." }, "ImDrawListSharedData": { - "above": "// Data shared between all ImDrawList instances\n// You may want to create your own instance of this if you want to use ImDrawList completely without ImGui. In that case, watch out for future changes to this structure." + "above": "// Data shared between all ImDrawList instances\n// Conceptually this could have been called e.g. ImDrawListSharedContext\n// Typically one ImGui context would create and maintain one of this.\n// You may want to create your own instance of you try to ImDrawList completely without ImGui. In that case, watch out for future changes to this structure." }, "ImDrawListSplitter": { "above": "// Split/Merge functions are used to split the draw list into different layers which can be drawn into out of order.\n// This is used by the Columns/Tables API, so items of each column can be batched together in a same draw call." @@ -6150,7 +6164,7 @@ "above": "// See ImFontAtlas::AddCustomRectXXX functions." }, "ImFontBuilderIO": { - "above": "// This structure is likely to evolve as we add support for incremental atlas updates" + "above": "// This structure is likely to evolve as we add support for incremental atlas updates.\n// Conceptually this could be in ImGuiPlatformIO, but we are far from ready to make this public." }, "ImFontGlyph": { "above": "// Hold rendering data for one glyph.\n// (Note: some language parsers may fail to convert the 31+1 bitfield members, in this case maybe drop store a single u32 or we can rework this)" @@ -6684,6 +6698,13 @@ "name": "TexUvWhitePixel", "type": "ImVec2" }, + { + "comment": { + "sameline": "// UV of anti-aliased lines in the atlas" + }, + "name": "TexUvLines", + "type": "const ImVec4*" + }, { "comment": { "sameline": "// Current/default font (optional, for simplified AddText overload)" @@ -6735,7 +6756,7 @@ }, { "comment": { - "above": " // [Internal] Temp write buffer" + "sameline": "// Temporary write buffer" }, "name": "TempBuffer", "template_type": "ImVec2", @@ -6743,7 +6764,7 @@ }, { "comment": { - "above": " // [Internal] Lookup tables", + "above": " // Lookup tables", "sameline": "// Sample points on the quarter of the circle." }, "name": "ArcFastVtx[48]", @@ -6764,13 +6785,6 @@ "name": "CircleSegmentCounts[64]", "size": 64, "type": "ImU8" - }, - { - "comment": { - "sameline": "// UV of anti-aliased lines in the atlas" - }, - "name": "TexUvLines", - "type": "const ImVec4*" } ], "ImDrawListSplitter": [ @@ -6814,7 +6828,7 @@ "ImFont": [ { "comment": { - "above": "\n // Members: Hot ~20/24 bytes (for CalcTextSize)", + "above": "\n // [Internal] Members: Hot ~20/24 bytes (for CalcTextSize)", "sameline": "// 12-16 // out // // Sparse. Glyphs->AdvanceX in a directly indexable way (cache-friendly for CalcTextSize functions which only this info, and are often bottleneck in large UI)." }, "name": "IndexAdvanceX", @@ -6837,7 +6851,7 @@ }, { "comment": { - "above": " // Members: Hot ~28/40 bytes (for CalcTextSize + render loop)", + "above": " // [Internal] Members: Hot ~28/40 bytes (for RenderText loop)", "sameline": "// 12-16 // out // // Sparse. Index glyphs by Unicode code-point." }, "name": "IndexLookup", @@ -6861,7 +6875,7 @@ }, { "comment": { - "above": " // Members: Cold ~32/40 bytes", + "above": " // [Internal] Members: Cold ~32/40 bytes\n // Conceptually ConfigData[] is the list of font sources merged to create this font.", "sameline": "// 4-8 // out // // What we has been loaded into" }, "name": "ContainerAtlas", @@ -6869,7 +6883,7 @@ }, { "comment": { - "sameline": "// 4-8 // in // // Pointer within ContainerAtlas->ConfigData" + "sameline": "// 4-8 // in // // Pointer within ContainerAtlas->ConfigData to ConfigDataCount instances" }, "name": "ConfigData", "type": "const ImFontConfig*" @@ -6883,24 +6897,24 @@ }, { "comment": { - "sameline": "// 2 // out // = FFFD/'?' // Character used if a glyph isn't found." + "sameline": "// 1 // out // 1 or 3" }, - "name": "FallbackChar", - "type": "ImWchar" + "name": "EllipsisCharCount", + "type": "short" }, { "comment": { - "sameline": "// 2 // out // = '...'/'.'// Character used for ellipsis rendering." + "sameline": "// 2-4 // out // = '...'/'.'// Character used for ellipsis rendering." }, "name": "EllipsisChar", "type": "ImWchar" }, { "comment": { - "sameline": "// 1 // out // 1 or 3" + "sameline": "// 2-4 // out // = FFFD/'?' // Character used if a glyph isn't found." }, - "name": "EllipsisCharCount", - "type": "short" + "name": "FallbackChar", + "type": "ImWchar" }, { "comment": { @@ -6984,7 +6998,7 @@ }, { "comment": { - "sameline": "// Padding between glyphs within texture in pixels. Defaults to 1. If your rendering method doesn't rely on bilinear filtering you may set this to 0 (will also need to set AntiAliasedLinesUseTex = false)." + "sameline": "// FIXME: Should be called \"TexPackPadding\". Padding between glyphs within texture in pixels. Defaults to 1. If your rendering method doesn't rely on bilinear filtering you may set this to 0 (will also need to set AntiAliasedLinesUseTex = false)." }, "name": "TexGlyphPadding", "type": "int" @@ -7126,30 +7140,32 @@ "ImFontAtlasCustomRect": [ { "comment": { - "sameline": "// Input // Desired rectangle dimension" + "sameline": "// Output // Packed position in Atlas" }, - "name": "Width", + "name": "X", "type": "unsigned short" }, { "comment": { - "sameline": "// Input // Desired rectangle dimension" + "sameline": "// Output // Packed position in Atlas" }, - "name": "Height", + "name": "Y", "type": "unsigned short" }, { "comment": { - "sameline": "// Output // Packed position in Atlas" + "above": " // [Internal]", + "sameline": "// Input // Desired rectangle dimension" }, - "name": "X", + "name": "Width", "type": "unsigned short" }, { "comment": { - "sameline": "// Output // Packed position in Atlas" + "above": " // [Internal]", + "sameline": "// Input // Desired rectangle dimension" }, - "name": "Y", + "name": "Height", "type": "unsigned short" }, { @@ -7248,14 +7264,14 @@ }, { "comment": { - "sameline": "// false // Align every glyph to pixel boundary. Useful e.g. if you are merging a non-pixel aligned font with the default font. If enabled, you can set OversampleH/V to 1." + "sameline": "// false // Align every glyph AdvanceX to pixel boundaries. Useful e.g. if you are merging a non-pixel aligned font with the default font. If enabled, you can set OversampleH/V to 1." }, "name": "PixelSnapH", "type": "bool" }, { "comment": { - "sameline": "// 0, 0 // Extra spacing (in pixels) between glyphs. Only X axis is supported for now." + "sameline": "// 0, 0 // Extra spacing (in pixels) between glyphs when rendered: essentially add to glyph->AdvanceX. Only X axis is supported for now." }, "name": "GlyphExtraSpacing", "type": "ImVec2" @@ -10452,7 +10468,7 @@ }, { "comment": { - "above": " // Optional: Platform/Renderer backend name (informational only! will be displayed in About Window) + User data for backend/wrappers to store their own stuff.", + "above": " // Nowadays those would be stored in ImGuiPlatformIO but we are leaving them here for legacy reasons.\n // Optional: Platform/Renderer backend name (informational only! will be displayed in About Window) + User data for backend/wrappers to store their own stuff.", "sameline": "// = NULL" }, "name": "BackendPlatformName", diff --git a/test_engine/imgui_test_engine b/test_engine/imgui_test_engine index b6a85da..4018a79 160000 --- a/test_engine/imgui_test_engine +++ b/test_engine/imgui_test_engine @@ -1 +1 @@ -Subproject commit b6a85da6188082a2ec2dbf5de285e2bab24f2ef1 +Subproject commit 4018a79b61da483544ccbfbc2f6e8e85a35c2cbc diff --git a/test_engine/src/JlImGuiContext.cxx b/test_engine/src/JlImGuiContext.cxx index 5a3b38b..e60bbcd 100644 --- a/test_engine/src/JlImGuiContext.cxx +++ b/test_engine/src/JlImGuiContext.cxx @@ -18,7 +18,7 @@ struct JlImGuiContext: public Wrapper { JlImGuiContext(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type ImGuiContext (" __HERE__ ")"); - // defined in ../cimgui/imgui/imgui_internal.h:2214:8 + // defined in ../cimgui/imgui/imgui_internal.h:2222:8 jlcxx::TypeWrapper t = jlModule.add_type("ImGuiContext"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } diff --git a/test_engine/src/jlImGuiTestEngine.cxx b/test_engine/src/jlImGuiTestEngine.cxx index c09e798..f9dc896 100644 --- a/test_engine/src/jlImGuiTestEngine.cxx +++ b/test_engine/src/jlImGuiTestEngine.cxx @@ -299,7 +299,7 @@ throw_if_version_incompatibility(); jlModule.set_const("ImGuiTestOpFlags_MoveToEdgeD", ImGuiTestOpFlags_MoveToEdgeD); DEBUG_MSG("Adding wrapper for enum ImGuiInputSource (" __HERE__ ")"); - // defined in ../cimgui/imgui/imgui_internal.h:1399:6 + // defined in ../cimgui/imgui/imgui_internal.h:1403:6 jlModule.add_bits("ImGuiInputSource", jlcxx::julia_type("CppEnum")); jlModule.set_const("ImGuiInputSource_None", ImGuiInputSource_None); jlModule.set_const("ImGuiInputSource_Mouse", ImGuiInputSource_Mouse);