diff --git a/deps/cimgui/linux-x64/cimgui.so b/deps/cimgui/linux-x64/cimgui.so index a27b6dc..6184426 100644 Binary files a/deps/cimgui/linux-x64/cimgui.so and b/deps/cimgui/linux-x64/cimgui.so differ diff --git a/deps/cimgui/osx-x64/cimgui.dylib b/deps/cimgui/osx-x64/cimgui.dylib index e3c29d7..9535374 100644 Binary files a/deps/cimgui/osx-x64/cimgui.dylib and b/deps/cimgui/osx-x64/cimgui.dylib differ diff --git a/deps/cimgui/win-x64/cimgui.dll b/deps/cimgui/win-x64/cimgui.dll index f925084..ec5e7c9 100644 Binary files a/deps/cimgui/win-x64/cimgui.dll and b/deps/cimgui/win-x64/cimgui.dll differ diff --git a/deps/cimgui/win-x86/cimgui.dll b/deps/cimgui/win-x86/cimgui.dll index 3707416..559cce1 100644 Binary files a/deps/cimgui/win-x86/cimgui.dll and b/deps/cimgui/win-x86/cimgui.dll differ diff --git a/src/CodeGenerator/definitions/cimgui/definitions.json b/src/CodeGenerator/definitions/cimgui/definitions.json index 9fd625a..97b25d3 100644 --- a/src/CodeGenerator/definitions/cimgui/definitions.json +++ b/src/CodeGenerator/definitions/cimgui/definitions.json @@ -13,7 +13,7 @@ "cimguiname": "ImBitArray_ClearAllBits", "defaults": {}, "funcname": "ClearAllBits", - "location": "imgui_internal:553", + "location": "imgui_internal:560", "ov_cimguiname": "ImBitArray_ClearAllBits", "ret": "void", "signature": "()", @@ -39,7 +39,7 @@ "cimguiname": "ImBitArray_ClearBit", "defaults": {}, "funcname": "ClearBit", - "location": "imgui_internal:557", + "location": "imgui_internal:564", "ov_cimguiname": "ImBitArray_ClearBit", "ret": "void", "signature": "(int)", @@ -57,7 +57,7 @@ "constructor": true, "defaults": {}, "funcname": "ImBitArray", - "location": "imgui_internal:552", + "location": "imgui_internal:559", "ov_cimguiname": "ImBitArray_ImBitArray", "signature": "()", "stname": "ImBitArray", @@ -78,7 +78,7 @@ "cimguiname": "ImBitArray_SetAllBits", "defaults": {}, "funcname": "SetAllBits", - "location": "imgui_internal:554", + "location": "imgui_internal:561", "ov_cimguiname": "ImBitArray_SetAllBits", "ret": "void", "signature": "()", @@ -104,7 +104,7 @@ "cimguiname": "ImBitArray_SetBit", "defaults": {}, "funcname": "SetBit", - "location": "imgui_internal:556", + "location": "imgui_internal:563", "ov_cimguiname": "ImBitArray_SetBit", "ret": "void", "signature": "(int)", @@ -134,7 +134,7 @@ "cimguiname": "ImBitArray_SetBitRange", "defaults": {}, "funcname": "SetBitRange", - "location": "imgui_internal:558", + "location": "imgui_internal:565", "ov_cimguiname": "ImBitArray_SetBitRange", "ret": "void", "signature": "(int,int)", @@ -160,7 +160,7 @@ "cimguiname": "ImBitArray_TestBit", "defaults": {}, "funcname": "TestBit", - "location": "imgui_internal:555", + "location": "imgui_internal:562", "ov_cimguiname": "ImBitArray_TestBit", "ret": "bool", "signature": "(int)const", @@ -202,7 +202,7 @@ "cimguiname": "ImBitVector_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:567", + "location": "imgui_internal:574", "ov_cimguiname": "ImBitVector_Clear", "ret": "void", "signature": "()", @@ -227,7 +227,7 @@ "cimguiname": "ImBitVector_ClearBit", "defaults": {}, "funcname": "ClearBit", - "location": "imgui_internal:570", + "location": "imgui_internal:577", "ov_cimguiname": "ImBitVector_ClearBit", "ret": "void", "signature": "(int)", @@ -252,7 +252,7 @@ "cimguiname": "ImBitVector_Create", "defaults": {}, "funcname": "Create", - "location": "imgui_internal:566", + "location": "imgui_internal:573", "ov_cimguiname": "ImBitVector_Create", "ret": "void", "signature": "(int)", @@ -277,7 +277,7 @@ "cimguiname": "ImBitVector_SetBit", "defaults": {}, "funcname": "SetBit", - "location": "imgui_internal:569", + "location": "imgui_internal:576", "ov_cimguiname": "ImBitVector_SetBit", "ret": "void", "signature": "(int)", @@ -302,7 +302,7 @@ "cimguiname": "ImBitVector_TestBit", "defaults": {}, "funcname": "TestBit", - "location": "imgui_internal:568", + "location": "imgui_internal:575", "ov_cimguiname": "ImBitVector_TestBit", "ret": "bool", "signature": "(int)const", @@ -327,7 +327,7 @@ "cimguiname": "ImChunkStream_alloc_chunk", "defaults": {}, "funcname": "alloc_chunk", - "location": "imgui_internal:673", + "location": "imgui_internal:680", "ov_cimguiname": "ImChunkStream_alloc_chunk", "ret": "T*", "signature": "(size_t)", @@ -349,7 +349,7 @@ "cimguiname": "ImChunkStream_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:674", + "location": "imgui_internal:681", "ov_cimguiname": "ImChunkStream_begin", "ret": "T*", "signature": "()", @@ -375,7 +375,7 @@ "cimguiname": "ImChunkStream_chunk_size", "defaults": {}, "funcname": "chunk_size", - "location": "imgui_internal:676", + "location": "imgui_internal:683", "ov_cimguiname": "ImChunkStream_chunk_size", "ret": "int", "signature": "(const T*)", @@ -397,7 +397,7 @@ "cimguiname": "ImChunkStream_clear", "defaults": {}, "funcname": "clear", - "location": "imgui_internal:670", + "location": "imgui_internal:677", "ov_cimguiname": "ImChunkStream_clear", "ret": "void", "signature": "()", @@ -419,7 +419,7 @@ "cimguiname": "ImChunkStream_empty", "defaults": {}, "funcname": "empty", - "location": "imgui_internal:671", + "location": "imgui_internal:678", "ov_cimguiname": "ImChunkStream_empty", "ret": "bool", "signature": "()const", @@ -441,7 +441,7 @@ "cimguiname": "ImChunkStream_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:677", + "location": "imgui_internal:684", "ov_cimguiname": "ImChunkStream_end", "ret": "T*", "signature": "()", @@ -467,7 +467,7 @@ "cimguiname": "ImChunkStream_next_chunk", "defaults": {}, "funcname": "next_chunk", - "location": "imgui_internal:675", + "location": "imgui_internal:682", "ov_cimguiname": "ImChunkStream_next_chunk", "ret": "T*", "signature": "(T*)", @@ -493,7 +493,7 @@ "cimguiname": "ImChunkStream_offset_from_ptr", "defaults": {}, "funcname": "offset_from_ptr", - "location": "imgui_internal:678", + "location": "imgui_internal:685", "ov_cimguiname": "ImChunkStream_offset_from_ptr", "ret": "int", "signature": "(const T*)", @@ -519,7 +519,7 @@ "cimguiname": "ImChunkStream_ptr_from_offset", "defaults": {}, "funcname": "ptr_from_offset", - "location": "imgui_internal:679", + "location": "imgui_internal:686", "ov_cimguiname": "ImChunkStream_ptr_from_offset", "ret": "T*", "signature": "(int)", @@ -541,7 +541,7 @@ "cimguiname": "ImChunkStream_size", "defaults": {}, "funcname": "size", - "location": "imgui_internal:672", + "location": "imgui_internal:679", "ov_cimguiname": "ImChunkStream_size", "ret": "int", "signature": "()const", @@ -568,7 +568,7 @@ "cimguiname": "ImChunkStream_swap", "defaults": {}, "funcname": "swap", - "location": "imgui_internal:680", + "location": "imgui_internal:687", "ov_cimguiname": "ImChunkStream_swap", "ret": "void", "signature": "(ImChunkStream*)", @@ -609,7 +609,7 @@ }, "funcname": "HSV", "is_static_function": true, - "location": "imgui:2334", + "location": "imgui:2361", "nonUDT": 1, "ov_cimguiname": "ImColor_HSV", "ret": "void", @@ -627,7 +627,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2324", + "location": "imgui:2351", "ov_cimguiname": "ImColor_ImColor_Nil", "signature": "()", "stname": "ImColor" @@ -660,7 +660,7 @@ "a": "255" }, "funcname": "ImColor", - "location": "imgui:2325", + "location": "imgui:2352", "ov_cimguiname": "ImColor_ImColor_Int", "signature": "(int,int,int,int)", "stname": "ImColor" @@ -679,7 +679,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2326", + "location": "imgui:2353", "ov_cimguiname": "ImColor_ImColor_U32", "signature": "(ImU32)", "stname": "ImColor" @@ -712,7 +712,7 @@ "a": "1.0f" }, "funcname": "ImColor", - "location": "imgui:2327", + "location": "imgui:2354", "ov_cimguiname": "ImColor_ImColor_Float", "signature": "(float,float,float,float)", "stname": "ImColor" @@ -731,7 +731,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2328", + "location": "imgui:2355", "ov_cimguiname": "ImColor_ImColor_Vec4", "signature": "(const ImVec4)", "stname": "ImColor" @@ -769,7 +769,7 @@ "a": "1.0f" }, "funcname": "SetHSV", - "location": "imgui:2333", + "location": "imgui:2360", "ov_cimguiname": "ImColor_SetHSV", "ret": "void", "signature": "(float,float,float,float)", @@ -809,7 +809,7 @@ "cimguiname": "ImDrawCmd_GetTexID", "defaults": {}, "funcname": "GetTexID", - "location": "imgui:2382", + "location": "imgui:2409", "ov_cimguiname": "ImDrawCmd_GetTexID", "ret": "ImTextureID", "signature": "()const", @@ -826,7 +826,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawCmd", - "location": "imgui:2379", + "location": "imgui:2406", "ov_cimguiname": "ImDrawCmd_ImDrawCmd", "signature": "()", "stname": "ImDrawCmd" @@ -865,7 +865,7 @@ "cimguiname": "ImDrawDataBuilder_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:740", + "location": "imgui_internal:747", "ov_cimguiname": "ImDrawDataBuilder_Clear", "ret": "void", "signature": "()", @@ -886,7 +886,7 @@ "cimguiname": "ImDrawDataBuilder_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui_internal:741", + "location": "imgui_internal:748", "ov_cimguiname": "ImDrawDataBuilder_ClearFreeMemory", "ret": "void", "signature": "()", @@ -907,7 +907,7 @@ "cimguiname": "ImDrawDataBuilder_FlattenIntoSingleLayer", "defaults": {}, "funcname": "FlattenIntoSingleLayer", - "location": "imgui_internal:743", + "location": "imgui_internal:750", "ov_cimguiname": "ImDrawDataBuilder_FlattenIntoSingleLayer", "ret": "void", "signature": "()", @@ -928,7 +928,7 @@ "cimguiname": "ImDrawDataBuilder_GetDrawListCount", "defaults": {}, "funcname": "GetDrawListCount", - "location": "imgui_internal:742", + "location": "imgui_internal:749", "ov_cimguiname": "ImDrawDataBuilder_GetDrawListCount", "ret": "int", "signature": "()const", @@ -949,7 +949,7 @@ "cimguiname": "ImDrawData_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2621", + "location": "imgui:2641", "ov_cimguiname": "ImDrawData_Clear", "ret": "void", "signature": "()", @@ -970,7 +970,7 @@ "cimguiname": "ImDrawData_DeIndexAllBuffers", "defaults": {}, "funcname": "DeIndexAllBuffers", - "location": "imgui:2622", + "location": "imgui:2642", "ov_cimguiname": "ImDrawData_DeIndexAllBuffers", "ret": "void", "signature": "()", @@ -987,7 +987,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawData", - "location": "imgui:2620", + "location": "imgui:2640", "ov_cimguiname": "ImDrawData_ImDrawData", "signature": "()", "stname": "ImDrawData" @@ -1011,7 +1011,7 @@ "cimguiname": "ImDrawData_ScaleClipRects", "defaults": {}, "funcname": "ScaleClipRects", - "location": "imgui:2623", + "location": "imgui:2643", "ov_cimguiname": "ImDrawData_ScaleClipRects", "ret": "void", "signature": "(const ImVec2)", @@ -1047,7 +1047,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawListSharedData", - "location": "imgui_internal:732", + "location": "imgui_internal:739", "ov_cimguiname": "ImDrawListSharedData_ImDrawListSharedData", "signature": "()", "stname": "ImDrawListSharedData" @@ -1071,7 +1071,7 @@ "cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError", "defaults": {}, "funcname": "SetCircleTessellationMaxError", - "location": "imgui_internal:733", + "location": "imgui_internal:740", "ov_cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError", "ret": "void", "signature": "(float)", @@ -1111,7 +1111,7 @@ "cimguiname": "ImDrawListSplitter_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2434", + "location": "imgui:2454", "ov_cimguiname": "ImDrawListSplitter_Clear", "ret": "void", "signature": "()", @@ -1132,7 +1132,7 @@ "cimguiname": "ImDrawListSplitter_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui:2435", + "location": "imgui:2455", "ov_cimguiname": "ImDrawListSplitter_ClearFreeMemory", "ret": "void", "signature": "()", @@ -1149,7 +1149,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawListSplitter", - "location": "imgui:2432", + "location": "imgui:2452", "ov_cimguiname": "ImDrawListSplitter_ImDrawListSplitter", "signature": "()", "stname": "ImDrawListSplitter" @@ -1173,7 +1173,7 @@ "cimguiname": "ImDrawListSplitter_Merge", "defaults": {}, "funcname": "Merge", - "location": "imgui:2437", + "location": "imgui:2457", "ov_cimguiname": "ImDrawListSplitter_Merge", "ret": "void", "signature": "(ImDrawList*)", @@ -1202,7 +1202,7 @@ "cimguiname": "ImDrawListSplitter_SetCurrentChannel", "defaults": {}, "funcname": "SetCurrentChannel", - "location": "imgui:2438", + "location": "imgui:2458", "ov_cimguiname": "ImDrawListSplitter_SetCurrentChannel", "ret": "void", "signature": "(ImDrawList*,int)", @@ -1231,7 +1231,7 @@ "cimguiname": "ImDrawListSplitter_Split", "defaults": {}, "funcname": "Split", - "location": "imgui:2436", + "location": "imgui:2456", "ov_cimguiname": "ImDrawListSplitter_Split", "ret": "void", "signature": "(ImDrawList*,int)", @@ -1251,7 +1251,7 @@ "cimguiname": "ImDrawListSplitter_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2433", + "location": "imgui:2453", "ov_cimguiname": "ImDrawListSplitter_destroy", "realdestructor": true, "ret": "void", @@ -1303,7 +1303,7 @@ "num_segments": "0" }, "funcname": "AddBezierCubic", - "location": "imgui:2536", + "location": "imgui:2556", "ov_cimguiname": "ImDrawList_AddBezierCubic", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)", @@ -1350,7 +1350,7 @@ "num_segments": "0" }, "funcname": "AddBezierQuadratic", - "location": "imgui:2537", + "location": "imgui:2557", "ov_cimguiname": "ImDrawList_AddBezierQuadratic", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)", @@ -1379,7 +1379,7 @@ "cimguiname": "ImDrawList_AddCallback", "defaults": {}, "funcname": "AddCallback", - "location": "imgui:2560", + "location": "imgui:2580", "ov_cimguiname": "ImDrawList_AddCallback", "ret": "void", "signature": "(ImDrawCallback,void*)", @@ -1423,7 +1423,7 @@ "thickness": "1.0f" }, "funcname": "AddCircle", - "location": "imgui:2528", + "location": "imgui:2548", "ov_cimguiname": "ImDrawList_AddCircle", "ret": "void", "signature": "(const ImVec2,float,ImU32,int,float)", @@ -1462,7 +1462,7 @@ "num_segments": "0" }, "funcname": "AddCircleFilled", - "location": "imgui:2529", + "location": "imgui:2549", "ov_cimguiname": "ImDrawList_AddCircleFilled", "ret": "void", "signature": "(const ImVec2,float,ImU32,int)", @@ -1495,7 +1495,7 @@ "cimguiname": "ImDrawList_AddConvexPolyFilled", "defaults": {}, "funcname": "AddConvexPolyFilled", - "location": "imgui:2535", + "location": "imgui:2555", "ov_cimguiname": "ImDrawList_AddConvexPolyFilled", "ret": "void", "signature": "(const ImVec2*,int,ImU32)", @@ -1516,7 +1516,7 @@ "cimguiname": "ImDrawList_AddDrawCmd", "defaults": {}, "funcname": "AddDrawCmd", - "location": "imgui:2561", + "location": "imgui:2581", "ov_cimguiname": "ImDrawList_AddDrawCmd", "ret": "void", "signature": "()", @@ -1565,7 +1565,7 @@ "uv_min": "ImVec2(0,0)" }, "funcname": "AddImage", - "location": "imgui:2543", + "location": "imgui:2563", "ov_cimguiname": "ImDrawList_AddImage", "ret": "void", "signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -1632,7 +1632,7 @@ "uv4": "ImVec2(0,1)" }, "funcname": "AddImageQuad", - "location": "imgui:2544", + "location": "imgui:2564", "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)", @@ -1687,7 +1687,7 @@ "flags": "0" }, "funcname": "AddImageRounded", - "location": "imgui:2545", + "location": "imgui:2565", "ov_cimguiname": "ImDrawList_AddImageRounded", "ret": "void", "signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)", @@ -1726,7 +1726,7 @@ "thickness": "1.0f" }, "funcname": "AddLine", - "location": "imgui:2520", + "location": "imgui:2540", "ov_cimguiname": "ImDrawList_AddLine", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float)", @@ -1769,7 +1769,7 @@ "thickness": "1.0f" }, "funcname": "AddNgon", - "location": "imgui:2530", + "location": "imgui:2550", "ov_cimguiname": "ImDrawList_AddNgon", "ret": "void", "signature": "(const ImVec2,float,ImU32,int,float)", @@ -1806,7 +1806,7 @@ "cimguiname": "ImDrawList_AddNgonFilled", "defaults": {}, "funcname": "AddNgonFilled", - "location": "imgui:2531", + "location": "imgui:2551", "ov_cimguiname": "ImDrawList_AddNgonFilled", "ret": "void", "signature": "(const ImVec2,float,ImU32,int)", @@ -1847,7 +1847,7 @@ "cimguiname": "ImDrawList_AddPolyline", "defaults": {}, "funcname": "AddPolyline", - "location": "imgui:2534", + "location": "imgui:2554", "ov_cimguiname": "ImDrawList_AddPolyline", "ret": "void", "signature": "(const ImVec2*,int,ImU32,ImDrawFlags,float)", @@ -1894,7 +1894,7 @@ "thickness": "1.0f" }, "funcname": "AddQuad", - "location": "imgui:2524", + "location": "imgui:2544", "ov_cimguiname": "ImDrawList_AddQuad", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float)", @@ -1935,7 +1935,7 @@ "cimguiname": "ImDrawList_AddQuadFilled", "defaults": {}, "funcname": "AddQuadFilled", - "location": "imgui:2525", + "location": "imgui:2545", "ov_cimguiname": "ImDrawList_AddQuadFilled", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -1984,7 +1984,7 @@ "thickness": "1.0f" }, "funcname": "AddRect", - "location": "imgui:2521", + "location": "imgui:2541", "ov_cimguiname": "ImDrawList_AddRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags,float)", @@ -2028,7 +2028,7 @@ "rounding": "0.0f" }, "funcname": "AddRectFilled", - "location": "imgui:2522", + "location": "imgui:2542", "ov_cimguiname": "ImDrawList_AddRectFilled", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)", @@ -2073,7 +2073,7 @@ "cimguiname": "ImDrawList_AddRectFilledMultiColor", "defaults": {}, "funcname": "AddRectFilledMultiColor", - "location": "imgui:2523", + "location": "imgui:2543", "ov_cimguiname": "ImDrawList_AddRectFilledMultiColor", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,ImU32,ImU32,ImU32)", @@ -2112,7 +2112,7 @@ "text_end": "NULL" }, "funcname": "AddText", - "location": "imgui:2532", + "location": "imgui:2552", "ov_cimguiname": "ImDrawList_AddText_Vec2", "ret": "void", "signature": "(const ImVec2,ImU32,const char*,const char*)", @@ -2167,7 +2167,7 @@ "wrap_width": "0.0f" }, "funcname": "AddText", - "location": "imgui:2533", + "location": "imgui:2553", "ov_cimguiname": "ImDrawList_AddText_FontPtr", "ret": "void", "signature": "(const ImFont*,float,const ImVec2,ImU32,const char*,const char*,float,const ImVec4*)", @@ -2210,7 +2210,7 @@ "thickness": "1.0f" }, "funcname": "AddTriangle", - "location": "imgui:2526", + "location": "imgui:2546", "ov_cimguiname": "ImDrawList_AddTriangle", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float)", @@ -2247,7 +2247,7 @@ "cimguiname": "ImDrawList_AddTriangleFilled", "defaults": {}, "funcname": "AddTriangleFilled", - "location": "imgui:2527", + "location": "imgui:2547", "ov_cimguiname": "ImDrawList_AddTriangleFilled", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -2268,7 +2268,7 @@ "cimguiname": "ImDrawList_ChannelsMerge", "defaults": {}, "funcname": "ChannelsMerge", - "location": "imgui:2571", + "location": "imgui:2591", "ov_cimguiname": "ImDrawList_ChannelsMerge", "ret": "void", "signature": "()", @@ -2293,7 +2293,7 @@ "cimguiname": "ImDrawList_ChannelsSetCurrent", "defaults": {}, "funcname": "ChannelsSetCurrent", - "location": "imgui:2572", + "location": "imgui:2592", "ov_cimguiname": "ImDrawList_ChannelsSetCurrent", "ret": "void", "signature": "(int)", @@ -2318,7 +2318,7 @@ "cimguiname": "ImDrawList_ChannelsSplit", "defaults": {}, "funcname": "ChannelsSplit", - "location": "imgui:2570", + "location": "imgui:2590", "ov_cimguiname": "ImDrawList_ChannelsSplit", "ret": "void", "signature": "(int)", @@ -2339,7 +2339,7 @@ "cimguiname": "ImDrawList_CloneOutput", "defaults": {}, "funcname": "CloneOutput", - "location": "imgui:2562", + "location": "imgui:2582", "ov_cimguiname": "ImDrawList_CloneOutput", "ret": "ImDrawList*", "signature": "()const", @@ -2364,7 +2364,7 @@ "cimguiname": "ImDrawList_GetClipRectMax", "defaults": {}, "funcname": "GetClipRectMax", - "location": "imgui:2512", + "location": "imgui:2532", "nonUDT": 1, "ov_cimguiname": "ImDrawList_GetClipRectMax", "ret": "void", @@ -2390,7 +2390,7 @@ "cimguiname": "ImDrawList_GetClipRectMin", "defaults": {}, "funcname": "GetClipRectMin", - "location": "imgui:2511", + "location": "imgui:2531", "nonUDT": 1, "ov_cimguiname": "ImDrawList_GetClipRectMin", "ret": "void", @@ -2413,7 +2413,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawList", - "location": "imgui:2503", + "location": "imgui:2523", "ov_cimguiname": "ImDrawList_ImDrawList", "signature": "(const ImDrawListSharedData*)", "stname": "ImDrawList" @@ -2455,7 +2455,7 @@ "num_segments": "0" }, "funcname": "PathArcTo", - "location": "imgui:2553", + "location": "imgui:2573", "ov_cimguiname": "ImDrawList_PathArcTo", "ret": "void", "signature": "(const ImVec2,float,float,float,int)", @@ -2492,7 +2492,7 @@ "cimguiname": "ImDrawList_PathArcToFast", "defaults": {}, "funcname": "PathArcToFast", - "location": "imgui:2554", + "location": "imgui:2574", "ov_cimguiname": "ImDrawList_PathArcToFast", "ret": "void", "signature": "(const ImVec2,float,int,int)", @@ -2531,7 +2531,7 @@ "num_segments": "0" }, "funcname": "PathBezierCubicCurveTo", - "location": "imgui:2555", + "location": "imgui:2575", "ov_cimguiname": "ImDrawList_PathBezierCubicCurveTo", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,int)", @@ -2566,7 +2566,7 @@ "num_segments": "0" }, "funcname": "PathBezierQuadraticCurveTo", - "location": "imgui:2556", + "location": "imgui:2576", "ov_cimguiname": "ImDrawList_PathBezierQuadraticCurveTo", "ret": "void", "signature": "(const ImVec2,const ImVec2,int)", @@ -2587,7 +2587,7 @@ "cimguiname": "ImDrawList_PathClear", "defaults": {}, "funcname": "PathClear", - "location": "imgui:2548", + "location": "imgui:2568", "ov_cimguiname": "ImDrawList_PathClear", "ret": "void", "signature": "()", @@ -2612,7 +2612,7 @@ "cimguiname": "ImDrawList_PathFillConvex", "defaults": {}, "funcname": "PathFillConvex", - "location": "imgui:2551", + "location": "imgui:2571", "ov_cimguiname": "ImDrawList_PathFillConvex", "ret": "void", "signature": "(ImU32)", @@ -2637,7 +2637,7 @@ "cimguiname": "ImDrawList_PathLineTo", "defaults": {}, "funcname": "PathLineTo", - "location": "imgui:2549", + "location": "imgui:2569", "ov_cimguiname": "ImDrawList_PathLineTo", "ret": "void", "signature": "(const ImVec2)", @@ -2662,7 +2662,7 @@ "cimguiname": "ImDrawList_PathLineToMergeDuplicate", "defaults": {}, "funcname": "PathLineToMergeDuplicate", - "location": "imgui:2550", + "location": "imgui:2570", "ov_cimguiname": "ImDrawList_PathLineToMergeDuplicate", "ret": "void", "signature": "(const ImVec2)", @@ -2702,7 +2702,7 @@ "rounding": "0.0f" }, "funcname": "PathRect", - "location": "imgui:2557", + "location": "imgui:2577", "ov_cimguiname": "ImDrawList_PathRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,float,ImDrawFlags)", @@ -2738,7 +2738,7 @@ "thickness": "1.0f" }, "funcname": "PathStroke", - "location": "imgui:2552", + "location": "imgui:2572", "ov_cimguiname": "ImDrawList_PathStroke", "ret": "void", "signature": "(ImU32,ImDrawFlags,float)", @@ -2759,7 +2759,7 @@ "cimguiname": "ImDrawList_PopClipRect", "defaults": {}, "funcname": "PopClipRect", - "location": "imgui:2508", + "location": "imgui:2528", "ov_cimguiname": "ImDrawList_PopClipRect", "ret": "void", "signature": "()", @@ -2780,7 +2780,7 @@ "cimguiname": "ImDrawList_PopTextureID", "defaults": {}, "funcname": "PopTextureID", - "location": "imgui:2510", + "location": "imgui:2530", "ov_cimguiname": "ImDrawList_PopTextureID", "ret": "void", "signature": "()", @@ -2837,7 +2837,7 @@ "cimguiname": "ImDrawList_PrimQuadUV", "defaults": {}, "funcname": "PrimQuadUV", - "location": "imgui:2581", + "location": "imgui:2601", "ov_cimguiname": "ImDrawList_PrimQuadUV", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -2870,7 +2870,7 @@ "cimguiname": "ImDrawList_PrimRect", "defaults": {}, "funcname": "PrimRect", - "location": "imgui:2579", + "location": "imgui:2599", "ov_cimguiname": "ImDrawList_PrimRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -2911,7 +2911,7 @@ "cimguiname": "ImDrawList_PrimRectUV", "defaults": {}, "funcname": "PrimRectUV", - "location": "imgui:2580", + "location": "imgui:2600", "ov_cimguiname": "ImDrawList_PrimRectUV", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)", @@ -2940,7 +2940,7 @@ "cimguiname": "ImDrawList_PrimReserve", "defaults": {}, "funcname": "PrimReserve", - "location": "imgui:2577", + "location": "imgui:2597", "ov_cimguiname": "ImDrawList_PrimReserve", "ret": "void", "signature": "(int,int)", @@ -2969,7 +2969,7 @@ "cimguiname": "ImDrawList_PrimUnreserve", "defaults": {}, "funcname": "PrimUnreserve", - "location": "imgui:2578", + "location": "imgui:2598", "ov_cimguiname": "ImDrawList_PrimUnreserve", "ret": "void", "signature": "(int,int)", @@ -3002,7 +3002,7 @@ "cimguiname": "ImDrawList_PrimVtx", "defaults": {}, "funcname": "PrimVtx", - "location": "imgui:2584", + "location": "imgui:2604", "ov_cimguiname": "ImDrawList_PrimVtx", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -3027,7 +3027,7 @@ "cimguiname": "ImDrawList_PrimWriteIdx", "defaults": {}, "funcname": "PrimWriteIdx", - "location": "imgui:2583", + "location": "imgui:2603", "ov_cimguiname": "ImDrawList_PrimWriteIdx", "ret": "void", "signature": "(ImDrawIdx)", @@ -3060,7 +3060,7 @@ "cimguiname": "ImDrawList_PrimWriteVtx", "defaults": {}, "funcname": "PrimWriteVtx", - "location": "imgui:2582", + "location": "imgui:2602", "ov_cimguiname": "ImDrawList_PrimWriteVtx", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -3095,7 +3095,7 @@ "intersect_with_current_clip_rect": "false" }, "funcname": "PushClipRect", - "location": "imgui:2506", + "location": "imgui:2526", "ov_cimguiname": "ImDrawList_PushClipRect", "ret": "void", "signature": "(ImVec2,ImVec2,bool)", @@ -3116,7 +3116,7 @@ "cimguiname": "ImDrawList_PushClipRectFullScreen", "defaults": {}, "funcname": "PushClipRectFullScreen", - "location": "imgui:2507", + "location": "imgui:2527", "ov_cimguiname": "ImDrawList_PushClipRectFullScreen", "ret": "void", "signature": "()", @@ -3141,7 +3141,7 @@ "cimguiname": "ImDrawList_PushTextureID", "defaults": {}, "funcname": "PushTextureID", - "location": "imgui:2509", + "location": "imgui:2529", "ov_cimguiname": "ImDrawList_PushTextureID", "ret": "void", "signature": "(ImTextureID)", @@ -3166,7 +3166,7 @@ "cimguiname": "ImDrawList__CalcCircleAutoSegmentCount", "defaults": {}, "funcname": "_CalcCircleAutoSegmentCount", - "location": "imgui:2599", + "location": "imgui:2619", "ov_cimguiname": "ImDrawList__CalcCircleAutoSegmentCount", "ret": "int", "signature": "(float)const", @@ -3187,7 +3187,7 @@ "cimguiname": "ImDrawList__ClearFreeMemory", "defaults": {}, "funcname": "_ClearFreeMemory", - "location": "imgui:2593", + "location": "imgui:2613", "ov_cimguiname": "ImDrawList__ClearFreeMemory", "ret": "void", "signature": "()", @@ -3208,7 +3208,7 @@ "cimguiname": "ImDrawList__OnChangedClipRect", "defaults": {}, "funcname": "_OnChangedClipRect", - "location": "imgui:2596", + "location": "imgui:2616", "ov_cimguiname": "ImDrawList__OnChangedClipRect", "ret": "void", "signature": "()", @@ -3229,7 +3229,7 @@ "cimguiname": "ImDrawList__OnChangedTextureID", "defaults": {}, "funcname": "_OnChangedTextureID", - "location": "imgui:2597", + "location": "imgui:2617", "ov_cimguiname": "ImDrawList__OnChangedTextureID", "ret": "void", "signature": "()", @@ -3250,7 +3250,7 @@ "cimguiname": "ImDrawList__OnChangedVtxOffset", "defaults": {}, "funcname": "_OnChangedVtxOffset", - "location": "imgui:2598", + "location": "imgui:2618", "ov_cimguiname": "ImDrawList__OnChangedVtxOffset", "ret": "void", "signature": "()", @@ -3291,7 +3291,7 @@ "cimguiname": "ImDrawList__PathArcToFastEx", "defaults": {}, "funcname": "_PathArcToFastEx", - "location": "imgui:2600", + "location": "imgui:2620", "ov_cimguiname": "ImDrawList__PathArcToFastEx", "ret": "void", "signature": "(const ImVec2,float,int,int,int)", @@ -3332,7 +3332,7 @@ "cimguiname": "ImDrawList__PathArcToN", "defaults": {}, "funcname": "_PathArcToN", - "location": "imgui:2601", + "location": "imgui:2621", "ov_cimguiname": "ImDrawList__PathArcToN", "ret": "void", "signature": "(const ImVec2,float,float,float,int)", @@ -3353,7 +3353,7 @@ "cimguiname": "ImDrawList__PopUnusedDrawCmd", "defaults": {}, "funcname": "_PopUnusedDrawCmd", - "location": "imgui:2594", + "location": "imgui:2614", "ov_cimguiname": "ImDrawList__PopUnusedDrawCmd", "ret": "void", "signature": "()", @@ -3374,7 +3374,7 @@ "cimguiname": "ImDrawList__ResetForNewFrame", "defaults": {}, "funcname": "_ResetForNewFrame", - "location": "imgui:2592", + "location": "imgui:2612", "ov_cimguiname": "ImDrawList__ResetForNewFrame", "ret": "void", "signature": "()", @@ -3395,7 +3395,7 @@ "cimguiname": "ImDrawList__TryMergeDrawCmds", "defaults": {}, "funcname": "_TryMergeDrawCmds", - "location": "imgui:2595", + "location": "imgui:2615", "ov_cimguiname": "ImDrawList__TryMergeDrawCmds", "ret": "void", "signature": "()", @@ -3415,7 +3415,7 @@ "cimguiname": "ImDrawList_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2505", + "location": "imgui:2525", "ov_cimguiname": "ImDrawList_destroy", "realdestructor": true, "ret": "void", @@ -3433,7 +3433,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontAtlasCustomRect", - "location": "imgui:2694", + "location": "imgui:2714", "ov_cimguiname": "ImFontAtlasCustomRect_ImFontAtlasCustomRect", "signature": "()", "stname": "ImFontAtlasCustomRect" @@ -3453,7 +3453,7 @@ "cimguiname": "ImFontAtlasCustomRect_IsPacked", "defaults": {}, "funcname": "IsPacked", - "location": "imgui:2695", + "location": "imgui:2715", "ov_cimguiname": "ImFontAtlasCustomRect_IsPacked", "ret": "bool", "signature": "()const", @@ -3519,7 +3519,7 @@ "offset": "ImVec2(0,0)" }, "funcname": "AddCustomRectFontGlyph", - "location": "imgui:2778", + "location": "imgui:2798", "ov_cimguiname": "ImFontAtlas_AddCustomRectFontGlyph", "ret": "int", "signature": "(ImFont*,ImWchar,int,int,float,const ImVec2)", @@ -3548,7 +3548,7 @@ "cimguiname": "ImFontAtlas_AddCustomRectRegular", "defaults": {}, "funcname": "AddCustomRectRegular", - "location": "imgui:2777", + "location": "imgui:2797", "ov_cimguiname": "ImFontAtlas_AddCustomRectRegular", "ret": "int", "signature": "(int,int)", @@ -3573,7 +3573,7 @@ "cimguiname": "ImFontAtlas_AddFont", "defaults": {}, "funcname": "AddFont", - "location": "imgui:2728", + "location": "imgui:2748", "ov_cimguiname": "ImFontAtlas_AddFont", "ret": "ImFont*", "signature": "(const ImFontConfig*)", @@ -3600,7 +3600,7 @@ "font_cfg": "NULL" }, "funcname": "AddFontDefault", - "location": "imgui:2729", + "location": "imgui:2749", "ov_cimguiname": "ImFontAtlas_AddFontDefault", "ret": "ImFont*", "signature": "(const ImFontConfig*)", @@ -3640,7 +3640,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromFileTTF", - "location": "imgui:2730", + "location": "imgui:2750", "ov_cimguiname": "ImFontAtlas_AddFontFromFileTTF", "ret": "ImFont*", "signature": "(const char*,float,const ImFontConfig*,const ImWchar*)", @@ -3680,7 +3680,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryCompressedBase85TTF", - "location": "imgui:2733", + "location": "imgui:2753", "ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF", "ret": "ImFont*", "signature": "(const char*,float,const ImFontConfig*,const ImWchar*)", @@ -3724,7 +3724,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryCompressedTTF", - "location": "imgui:2732", + "location": "imgui:2752", "ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF", "ret": "ImFont*", "signature": "(const void*,int,float,const ImFontConfig*,const ImWchar*)", @@ -3768,7 +3768,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryTTF", - "location": "imgui:2731", + "location": "imgui:2751", "ov_cimguiname": "ImFontAtlas_AddFontFromMemoryTTF", "ret": "ImFont*", "signature": "(void*,int,float,const ImFontConfig*,const ImWchar*)", @@ -3789,7 +3789,7 @@ "cimguiname": "ImFontAtlas_Build", "defaults": {}, "funcname": "Build", - "location": "imgui:2744", + "location": "imgui:2764", "ov_cimguiname": "ImFontAtlas_Build", "ret": "bool", "signature": "()", @@ -3822,7 +3822,7 @@ "cimguiname": "ImFontAtlas_CalcCustomRectUV", "defaults": {}, "funcname": "CalcCustomRectUV", - "location": "imgui:2782", + "location": "imgui:2802", "ov_cimguiname": "ImFontAtlas_CalcCustomRectUV", "ret": "void", "signature": "(const ImFontAtlasCustomRect*,ImVec2*,ImVec2*)const", @@ -3843,7 +3843,7 @@ "cimguiname": "ImFontAtlas_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2737", + "location": "imgui:2757", "ov_cimguiname": "ImFontAtlas_Clear", "ret": "void", "signature": "()", @@ -3864,7 +3864,7 @@ "cimguiname": "ImFontAtlas_ClearFonts", "defaults": {}, "funcname": "ClearFonts", - "location": "imgui:2736", + "location": "imgui:2756", "ov_cimguiname": "ImFontAtlas_ClearFonts", "ret": "void", "signature": "()", @@ -3885,7 +3885,7 @@ "cimguiname": "ImFontAtlas_ClearInputData", "defaults": {}, "funcname": "ClearInputData", - "location": "imgui:2734", + "location": "imgui:2754", "ov_cimguiname": "ImFontAtlas_ClearInputData", "ret": "void", "signature": "()", @@ -3906,7 +3906,7 @@ "cimguiname": "ImFontAtlas_ClearTexData", "defaults": {}, "funcname": "ClearTexData", - "location": "imgui:2735", + "location": "imgui:2755", "ov_cimguiname": "ImFontAtlas_ClearTexData", "ret": "void", "signature": "()", @@ -3931,7 +3931,7 @@ "cimguiname": "ImFontAtlas_GetCustomRectByIndex", "defaults": {}, "funcname": "GetCustomRectByIndex", - "location": "imgui:2779", + "location": "imgui:2799", "ov_cimguiname": "ImFontAtlas_GetCustomRectByIndex", "ret": "ImFontAtlasCustomRect*", "signature": "(int)", @@ -3952,7 +3952,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull", "defaults": {}, "funcname": "GetGlyphRangesChineseFull", - "location": "imgui:2760", + "location": "imgui:2780", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull", "ret": "const ImWchar*", "signature": "()", @@ -3973,7 +3973,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon", "defaults": {}, "funcname": "GetGlyphRangesChineseSimplifiedCommon", - "location": "imgui:2761", + "location": "imgui:2781", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon", "ret": "const ImWchar*", "signature": "()", @@ -3994,7 +3994,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic", "defaults": {}, "funcname": "GetGlyphRangesCyrillic", - "location": "imgui:2762", + "location": "imgui:2782", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic", "ret": "const ImWchar*", "signature": "()", @@ -4015,7 +4015,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesDefault", "defaults": {}, "funcname": "GetGlyphRangesDefault", - "location": "imgui:2757", + "location": "imgui:2777", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesDefault", "ret": "const ImWchar*", "signature": "()", @@ -4036,7 +4036,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesJapanese", "defaults": {}, "funcname": "GetGlyphRangesJapanese", - "location": "imgui:2759", + "location": "imgui:2779", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesJapanese", "ret": "const ImWchar*", "signature": "()", @@ -4057,7 +4057,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesKorean", "defaults": {}, "funcname": "GetGlyphRangesKorean", - "location": "imgui:2758", + "location": "imgui:2778", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesKorean", "ret": "const ImWchar*", "signature": "()", @@ -4078,7 +4078,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesThai", "defaults": {}, "funcname": "GetGlyphRangesThai", - "location": "imgui:2763", + "location": "imgui:2783", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesThai", "ret": "const ImWchar*", "signature": "()", @@ -4099,7 +4099,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesVietnamese", "defaults": {}, "funcname": "GetGlyphRangesVietnamese", - "location": "imgui:2764", + "location": "imgui:2784", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesVietnamese", "ret": "const ImWchar*", "signature": "()", @@ -4140,7 +4140,7 @@ "cimguiname": "ImFontAtlas_GetMouseCursorTexData", "defaults": {}, "funcname": "GetMouseCursorTexData", - "location": "imgui:2783", + "location": "imgui:2803", "ov_cimguiname": "ImFontAtlas_GetMouseCursorTexData", "ret": "bool", "signature": "(ImGuiMouseCursor,ImVec2*,ImVec2*,ImVec2[2],ImVec2[2])", @@ -4179,7 +4179,7 @@ "out_bytes_per_pixel": "NULL" }, "funcname": "GetTexDataAsAlpha8", - "location": "imgui:2745", + "location": "imgui:2765", "ov_cimguiname": "ImFontAtlas_GetTexDataAsAlpha8", "ret": "void", "signature": "(unsigned char**,int*,int*,int*)", @@ -4218,7 +4218,7 @@ "out_bytes_per_pixel": "NULL" }, "funcname": "GetTexDataAsRGBA32", - "location": "imgui:2746", + "location": "imgui:2766", "ov_cimguiname": "ImFontAtlas_GetTexDataAsRGBA32", "ret": "void", "signature": "(unsigned char**,int*,int*,int*)", @@ -4235,7 +4235,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontAtlas", - "location": "imgui:2726", + "location": "imgui:2746", "ov_cimguiname": "ImFontAtlas_ImFontAtlas", "signature": "()", "stname": "ImFontAtlas" @@ -4255,7 +4255,7 @@ "cimguiname": "ImFontAtlas_IsBuilt", "defaults": {}, "funcname": "IsBuilt", - "location": "imgui:2747", + "location": "imgui:2767", "ov_cimguiname": "ImFontAtlas_IsBuilt", "ret": "bool", "signature": "()const", @@ -4280,7 +4280,7 @@ "cimguiname": "ImFontAtlas_SetTexID", "defaults": {}, "funcname": "SetTexID", - "location": "imgui:2748", + "location": "imgui:2768", "ov_cimguiname": "ImFontAtlas_SetTexID", "ret": "void", "signature": "(ImTextureID)", @@ -4300,7 +4300,7 @@ "cimguiname": "ImFontAtlas_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2727", + "location": "imgui:2747", "ov_cimguiname": "ImFontAtlas_destroy", "realdestructor": true, "ret": "void", @@ -4318,7 +4318,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontConfig", - "location": "imgui:2654", + "location": "imgui:2674", "ov_cimguiname": "ImFontConfig_ImFontConfig", "signature": "()", "stname": "ImFontConfig" @@ -4361,7 +4361,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_AddChar", "defaults": {}, "funcname": "AddChar", - "location": "imgui:2679", + "location": "imgui:2699", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddChar", "ret": "void", "signature": "(ImWchar)", @@ -4386,7 +4386,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_AddRanges", "defaults": {}, "funcname": "AddRanges", - "location": "imgui:2681", + "location": "imgui:2701", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddRanges", "ret": "void", "signature": "(const ImWchar*)", @@ -4417,7 +4417,7 @@ "text_end": "NULL" }, "funcname": "AddText", - "location": "imgui:2680", + "location": "imgui:2700", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddText", "ret": "void", "signature": "(const char*,const char*)", @@ -4442,7 +4442,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_BuildRanges", "defaults": {}, "funcname": "BuildRanges", - "location": "imgui:2682", + "location": "imgui:2702", "ov_cimguiname": "ImFontGlyphRangesBuilder_BuildRanges", "ret": "void", "signature": "(ImVector_ImWchar*)", @@ -4463,7 +4463,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2676", + "location": "imgui:2696", "ov_cimguiname": "ImFontGlyphRangesBuilder_Clear", "ret": "void", "signature": "()", @@ -4488,7 +4488,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_GetBit", "defaults": {}, "funcname": "GetBit", - "location": "imgui:2677", + "location": "imgui:2697", "ov_cimguiname": "ImFontGlyphRangesBuilder_GetBit", "ret": "bool", "signature": "(size_t)const", @@ -4505,7 +4505,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontGlyphRangesBuilder", - "location": "imgui:2675", + "location": "imgui:2695", "ov_cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder", "signature": "()", "stname": "ImFontGlyphRangesBuilder" @@ -4529,7 +4529,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_SetBit", "defaults": {}, "funcname": "SetBit", - "location": "imgui:2678", + "location": "imgui:2698", "ov_cimguiname": "ImFontGlyphRangesBuilder_SetBit", "ret": "void", "signature": "(size_t)", @@ -4613,7 +4613,7 @@ "cimguiname": "ImFont_AddGlyph", "defaults": {}, "funcname": "AddGlyph", - "location": "imgui:2871", + "location": "imgui:2891", "ov_cimguiname": "ImFont_AddGlyph", "ret": "void", "signature": "(const ImFontConfig*,ImWchar,float,float,float,float,float,float,float,float,float)", @@ -4648,7 +4648,7 @@ "overwrite_dst": "true" }, "funcname": "AddRemapChar", - "location": "imgui:2872", + "location": "imgui:2892", "ov_cimguiname": "ImFont_AddRemapChar", "ret": "void", "signature": "(ImWchar,ImWchar,bool)", @@ -4669,7 +4669,7 @@ "cimguiname": "ImFont_BuildLookupTable", "defaults": {}, "funcname": "BuildLookupTable", - "location": "imgui:2868", + "location": "imgui:2888", "ov_cimguiname": "ImFont_BuildLookupTable", "ret": "void", "signature": "()", @@ -4721,7 +4721,7 @@ "text_end": "NULL" }, "funcname": "CalcTextSizeA", - "location": "imgui:2862", + "location": "imgui:2882", "nonUDT": 1, "ov_cimguiname": "ImFont_CalcTextSizeA", "ret": "void", @@ -4759,7 +4759,7 @@ "cimguiname": "ImFont_CalcWordWrapPositionA", "defaults": {}, "funcname": "CalcWordWrapPositionA", - "location": "imgui:2863", + "location": "imgui:2883", "ov_cimguiname": "ImFont_CalcWordWrapPositionA", "ret": "const char*", "signature": "(float,const char*,const char*,float)const", @@ -4780,7 +4780,7 @@ "cimguiname": "ImFont_ClearOutputData", "defaults": {}, "funcname": "ClearOutputData", - "location": "imgui:2869", + "location": "imgui:2889", "ov_cimguiname": "ImFont_ClearOutputData", "ret": "void", "signature": "()", @@ -4805,7 +4805,7 @@ "cimguiname": "ImFont_FindGlyph", "defaults": {}, "funcname": "FindGlyph", - "location": "imgui:2854", + "location": "imgui:2874", "ov_cimguiname": "ImFont_FindGlyph", "ret": "const ImFontGlyph*", "signature": "(ImWchar)const", @@ -4830,7 +4830,7 @@ "cimguiname": "ImFont_FindGlyphNoFallback", "defaults": {}, "funcname": "FindGlyphNoFallback", - "location": "imgui:2855", + "location": "imgui:2875", "ov_cimguiname": "ImFont_FindGlyphNoFallback", "ret": "const ImFontGlyph*", "signature": "(ImWchar)const", @@ -4855,7 +4855,7 @@ "cimguiname": "ImFont_GetCharAdvance", "defaults": {}, "funcname": "GetCharAdvance", - "location": "imgui:2856", + "location": "imgui:2876", "ov_cimguiname": "ImFont_GetCharAdvance", "ret": "float", "signature": "(ImWchar)const", @@ -4876,7 +4876,7 @@ "cimguiname": "ImFont_GetDebugName", "defaults": {}, "funcname": "GetDebugName", - "location": "imgui:2858", + "location": "imgui:2878", "ov_cimguiname": "ImFont_GetDebugName", "ret": "const char*", "signature": "()const", @@ -4901,7 +4901,7 @@ "cimguiname": "ImFont_GrowIndex", "defaults": {}, "funcname": "GrowIndex", - "location": "imgui:2870", + "location": "imgui:2890", "ov_cimguiname": "ImFont_GrowIndex", "ret": "void", "signature": "(int)", @@ -4918,7 +4918,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFont", - "location": "imgui:2852", + "location": "imgui:2872", "ov_cimguiname": "ImFont_ImFont", "signature": "()", "stname": "ImFont" @@ -4946,7 +4946,7 @@ "cimguiname": "ImFont_IsGlyphRangeUnused", "defaults": {}, "funcname": "IsGlyphRangeUnused", - "location": "imgui:2874", + "location": "imgui:2894", "ov_cimguiname": "ImFont_IsGlyphRangeUnused", "ret": "bool", "signature": "(unsigned int,unsigned int)", @@ -4967,7 +4967,7 @@ "cimguiname": "ImFont_IsLoaded", "defaults": {}, "funcname": "IsLoaded", - "location": "imgui:2857", + "location": "imgui:2877", "ov_cimguiname": "ImFont_IsLoaded", "ret": "bool", "signature": "()const", @@ -5008,7 +5008,7 @@ "cimguiname": "ImFont_RenderChar", "defaults": {}, "funcname": "RenderChar", - "location": "imgui:2864", + "location": "imgui:2884", "ov_cimguiname": "ImFont_RenderChar", "ret": "void", "signature": "(ImDrawList*,float,ImVec2,ImU32,ImWchar)const", @@ -5068,7 +5068,7 @@ "wrap_width": "0.0f" }, "funcname": "RenderText", - "location": "imgui:2865", + "location": "imgui:2885", "ov_cimguiname": "ImFont_RenderText", "ret": "void", "signature": "(ImDrawList*,float,ImVec2,ImU32,const ImVec4,const char*,const char*,float,bool)const", @@ -5097,7 +5097,7 @@ "cimguiname": "ImFont_SetGlyphVisible", "defaults": {}, "funcname": "SetGlyphVisible", - "location": "imgui:2873", + "location": "imgui:2893", "ov_cimguiname": "ImFont_SetGlyphVisible", "ret": "void", "signature": "(ImWchar,bool)", @@ -5117,7 +5117,7 @@ "cimguiname": "ImFont_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2853", + "location": "imgui:2873", "ov_cimguiname": "ImFont_destroy", "realdestructor": true, "ret": "void", @@ -5135,7 +5135,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiComboPreviewData", - "location": "imgui_internal:1035", + "location": "imgui_internal:990", "ov_cimguiname": "ImGuiComboPreviewData_ImGuiComboPreviewData", "signature": "()", "stname": "ImGuiComboPreviewData" @@ -5170,7 +5170,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiContextHook", - "location": "imgui_internal:1580", + "location": "imgui_internal:1663", "ov_cimguiname": "ImGuiContextHook_ImGuiContextHook", "signature": "()", "stname": "ImGuiContextHook" @@ -5210,7 +5210,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiContext", - "location": "imgui_internal:1853", + "location": "imgui_internal:1941", "ov_cimguiname": "ImGuiContext_ImGuiContext", "signature": "(ImFontAtlas*)", "stname": "ImGuiContext" @@ -5245,7 +5245,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiDockContext", - "location": "imgui_internal:1433", + "location": "imgui_internal:1508", "ov_cimguiname": "ImGuiDockContext_ImGuiDockContext", "signature": "()", "stname": "ImGuiDockContext" @@ -5285,7 +5285,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiDockNode", - "location": "imgui_internal:1390", + "location": "imgui_internal:1465", "ov_cimguiname": "ImGuiDockNode_ImGuiDockNode", "signature": "(ImGuiID)", "stname": "ImGuiDockNode" @@ -5305,7 +5305,7 @@ "cimguiname": "ImGuiDockNode_IsCentralNode", "defaults": {}, "funcname": "IsCentralNode", - "location": "imgui_internal:1395", + "location": "imgui_internal:1470", "ov_cimguiname": "ImGuiDockNode_IsCentralNode", "ret": "bool", "signature": "()const", @@ -5326,7 +5326,7 @@ "cimguiname": "ImGuiDockNode_IsDockSpace", "defaults": {}, "funcname": "IsDockSpace", - "location": "imgui_internal:1393", + "location": "imgui_internal:1468", "ov_cimguiname": "ImGuiDockNode_IsDockSpace", "ret": "bool", "signature": "()const", @@ -5347,7 +5347,7 @@ "cimguiname": "ImGuiDockNode_IsEmpty", "defaults": {}, "funcname": "IsEmpty", - "location": "imgui_internal:1400", + "location": "imgui_internal:1475", "ov_cimguiname": "ImGuiDockNode_IsEmpty", "ret": "bool", "signature": "()const", @@ -5368,7 +5368,7 @@ "cimguiname": "ImGuiDockNode_IsFloatingNode", "defaults": {}, "funcname": "IsFloatingNode", - "location": "imgui_internal:1394", + "location": "imgui_internal:1469", "ov_cimguiname": "ImGuiDockNode_IsFloatingNode", "ret": "bool", "signature": "()const", @@ -5389,7 +5389,7 @@ "cimguiname": "ImGuiDockNode_IsHiddenTabBar", "defaults": {}, "funcname": "IsHiddenTabBar", - "location": "imgui_internal:1396", + "location": "imgui_internal:1471", "ov_cimguiname": "ImGuiDockNode_IsHiddenTabBar", "ret": "bool", "signature": "()const", @@ -5410,7 +5410,7 @@ "cimguiname": "ImGuiDockNode_IsLeafNode", "defaults": {}, "funcname": "IsLeafNode", - "location": "imgui_internal:1399", + "location": "imgui_internal:1474", "ov_cimguiname": "ImGuiDockNode_IsLeafNode", "ret": "bool", "signature": "()const", @@ -5431,7 +5431,7 @@ "cimguiname": "ImGuiDockNode_IsNoTabBar", "defaults": {}, "funcname": "IsNoTabBar", - "location": "imgui_internal:1397", + "location": "imgui_internal:1472", "ov_cimguiname": "ImGuiDockNode_IsNoTabBar", "ret": "bool", "signature": "()const", @@ -5452,7 +5452,7 @@ "cimguiname": "ImGuiDockNode_IsRootNode", "defaults": {}, "funcname": "IsRootNode", - "location": "imgui_internal:1392", + "location": "imgui_internal:1467", "ov_cimguiname": "ImGuiDockNode_IsRootNode", "ret": "bool", "signature": "()const", @@ -5473,7 +5473,7 @@ "cimguiname": "ImGuiDockNode_IsSplitNode", "defaults": {}, "funcname": "IsSplitNode", - "location": "imgui_internal:1398", + "location": "imgui_internal:1473", "ov_cimguiname": "ImGuiDockNode_IsSplitNode", "ret": "bool", "signature": "()const", @@ -5498,7 +5498,7 @@ "cimguiname": "ImGuiDockNode_Rect", "defaults": {}, "funcname": "Rect", - "location": "imgui_internal:1401", + "location": "imgui_internal:1476", "nonUDT": 1, "ov_cimguiname": "ImGuiDockNode_Rect", "ret": "void", @@ -5524,7 +5524,7 @@ "cimguiname": "ImGuiDockNode_SetLocalFlags", "defaults": {}, "funcname": "SetLocalFlags", - "location": "imgui_internal:1403", + "location": "imgui_internal:1478", "ov_cimguiname": "ImGuiDockNode_SetLocalFlags", "ret": "void", "signature": "(ImGuiDockNodeFlags)", @@ -5545,7 +5545,7 @@ "cimguiname": "ImGuiDockNode_UpdateMergedFlags", "defaults": {}, "funcname": "UpdateMergedFlags", - "location": "imgui_internal:1404", + "location": "imgui_internal:1479", "ov_cimguiname": "ImGuiDockNode_UpdateMergedFlags", "ret": "void", "signature": "()", @@ -5565,7 +5565,7 @@ "cimguiname": "ImGuiDockNode_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1391", + "location": "imgui_internal:1466", "ov_cimguiname": "ImGuiDockNode_destroy", "realdestructor": true, "ret": "void", @@ -5591,7 +5591,7 @@ "cimguiname": "ImGuiIO_AddFocusEvent", "defaults": {}, "funcname": "AddFocusEvent", - "location": "imgui:1961", + "location": "imgui:1983", "ov_cimguiname": "ImGuiIO_AddFocusEvent", "ret": "void", "signature": "(bool)", @@ -5616,7 +5616,7 @@ "cimguiname": "ImGuiIO_AddInputCharacter", "defaults": {}, "funcname": "AddInputCharacter", - "location": "imgui:1958", + "location": "imgui:1980", "ov_cimguiname": "ImGuiIO_AddInputCharacter", "ret": "void", "signature": "(unsigned int)", @@ -5641,7 +5641,7 @@ "cimguiname": "ImGuiIO_AddInputCharacterUTF16", "defaults": {}, "funcname": "AddInputCharacterUTF16", - "location": "imgui:1959", + "location": "imgui:1981", "ov_cimguiname": "ImGuiIO_AddInputCharacterUTF16", "ret": "void", "signature": "(ImWchar16)", @@ -5666,7 +5666,7 @@ "cimguiname": "ImGuiIO_AddInputCharactersUTF8", "defaults": {}, "funcname": "AddInputCharactersUTF8", - "location": "imgui:1960", + "location": "imgui:1982", "ov_cimguiname": "ImGuiIO_AddInputCharactersUTF8", "ret": "void", "signature": "(const char*)", @@ -5687,7 +5687,7 @@ "cimguiname": "ImGuiIO_ClearInputCharacters", "defaults": {}, "funcname": "ClearInputCharacters", - "location": "imgui:1962", + "location": "imgui:1984", "ov_cimguiname": "ImGuiIO_ClearInputCharacters", "ret": "void", "signature": "()", @@ -5708,7 +5708,7 @@ "cimguiname": "ImGuiIO_ClearInputKeys", "defaults": {}, "funcname": "ClearInputKeys", - "location": "imgui:1963", + "location": "imgui:1985", "ov_cimguiname": "ImGuiIO_ClearInputKeys", "ret": "void", "signature": "()", @@ -5725,7 +5725,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiIO", - "location": "imgui:2013", + "location": "imgui:2038", "ov_cimguiname": "ImGuiIO_ImGuiIO", "signature": "()", "stname": "ImGuiIO" @@ -5764,7 +5764,7 @@ "cimguiname": "ImGuiInputTextCallbackData_ClearSelection", "defaults": {}, "funcname": "ClearSelection", - "location": "imgui:2054", + "location": "imgui:2079", "ov_cimguiname": "ImGuiInputTextCallbackData_ClearSelection", "ret": "void", "signature": "()", @@ -5793,7 +5793,7 @@ "cimguiname": "ImGuiInputTextCallbackData_DeleteChars", "defaults": {}, "funcname": "DeleteChars", - "location": "imgui:2051", + "location": "imgui:2076", "ov_cimguiname": "ImGuiInputTextCallbackData_DeleteChars", "ret": "void", "signature": "(int,int)", @@ -5814,7 +5814,7 @@ "cimguiname": "ImGuiInputTextCallbackData_HasSelection", "defaults": {}, "funcname": "HasSelection", - "location": "imgui:2055", + "location": "imgui:2080", "ov_cimguiname": "ImGuiInputTextCallbackData_HasSelection", "ret": "bool", "signature": "()const", @@ -5831,7 +5831,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputTextCallbackData", - "location": "imgui:2050", + "location": "imgui:2075", "ov_cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData", "signature": "()", "stname": "ImGuiInputTextCallbackData" @@ -5865,7 +5865,7 @@ "text_end": "NULL" }, "funcname": "InsertChars", - "location": "imgui:2052", + "location": "imgui:2077", "ov_cimguiname": "ImGuiInputTextCallbackData_InsertChars", "ret": "void", "signature": "(int,const char*,const char*)", @@ -5886,7 +5886,7 @@ "cimguiname": "ImGuiInputTextCallbackData_SelectAll", "defaults": {}, "funcname": "SelectAll", - "location": "imgui:2053", + "location": "imgui:2078", "ov_cimguiname": "ImGuiInputTextCallbackData_SelectAll", "ret": "void", "signature": "()", @@ -5926,7 +5926,7 @@ "cimguiname": "ImGuiInputTextState_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui_internal:1095", + "location": "imgui_internal:1048", "ov_cimguiname": "ImGuiInputTextState_ClearFreeMemory", "ret": "void", "signature": "()", @@ -5947,7 +5947,7 @@ "cimguiname": "ImGuiInputTextState_ClearSelection", "defaults": {}, "funcname": "ClearSelection", - "location": "imgui_internal:1104", + "location": "imgui_internal:1057", "ov_cimguiname": "ImGuiInputTextState_ClearSelection", "ret": "void", "signature": "()", @@ -5968,7 +5968,7 @@ "cimguiname": "ImGuiInputTextState_ClearText", "defaults": {}, "funcname": "ClearText", - "location": "imgui_internal:1094", + "location": "imgui_internal:1047", "ov_cimguiname": "ImGuiInputTextState_ClearText", "ret": "void", "signature": "()", @@ -5989,7 +5989,7 @@ "cimguiname": "ImGuiInputTextState_CursorAnimReset", "defaults": {}, "funcname": "CursorAnimReset", - "location": "imgui_internal:1101", + "location": "imgui_internal:1054", "ov_cimguiname": "ImGuiInputTextState_CursorAnimReset", "ret": "void", "signature": "()", @@ -6010,7 +6010,7 @@ "cimguiname": "ImGuiInputTextState_CursorClamp", "defaults": {}, "funcname": "CursorClamp", - "location": "imgui_internal:1102", + "location": "imgui_internal:1055", "ov_cimguiname": "ImGuiInputTextState_CursorClamp", "ret": "void", "signature": "()", @@ -6031,7 +6031,7 @@ "cimguiname": "ImGuiInputTextState_GetCursorPos", "defaults": {}, "funcname": "GetCursorPos", - "location": "imgui_internal:1105", + "location": "imgui_internal:1058", "ov_cimguiname": "ImGuiInputTextState_GetCursorPos", "ret": "int", "signature": "()const", @@ -6052,7 +6052,7 @@ "cimguiname": "ImGuiInputTextState_GetRedoAvailCount", "defaults": {}, "funcname": "GetRedoAvailCount", - "location": "imgui_internal:1097", + "location": "imgui_internal:1050", "ov_cimguiname": "ImGuiInputTextState_GetRedoAvailCount", "ret": "int", "signature": "()const", @@ -6073,7 +6073,7 @@ "cimguiname": "ImGuiInputTextState_GetSelectionEnd", "defaults": {}, "funcname": "GetSelectionEnd", - "location": "imgui_internal:1107", + "location": "imgui_internal:1060", "ov_cimguiname": "ImGuiInputTextState_GetSelectionEnd", "ret": "int", "signature": "()const", @@ -6094,7 +6094,7 @@ "cimguiname": "ImGuiInputTextState_GetSelectionStart", "defaults": {}, "funcname": "GetSelectionStart", - "location": "imgui_internal:1106", + "location": "imgui_internal:1059", "ov_cimguiname": "ImGuiInputTextState_GetSelectionStart", "ret": "int", "signature": "()const", @@ -6115,7 +6115,7 @@ "cimguiname": "ImGuiInputTextState_GetUndoAvailCount", "defaults": {}, "funcname": "GetUndoAvailCount", - "location": "imgui_internal:1096", + "location": "imgui_internal:1049", "ov_cimguiname": "ImGuiInputTextState_GetUndoAvailCount", "ret": "int", "signature": "()const", @@ -6136,7 +6136,7 @@ "cimguiname": "ImGuiInputTextState_HasSelection", "defaults": {}, "funcname": "HasSelection", - "location": "imgui_internal:1103", + "location": "imgui_internal:1056", "ov_cimguiname": "ImGuiInputTextState_HasSelection", "ret": "bool", "signature": "()const", @@ -6153,7 +6153,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputTextState", - "location": "imgui_internal:1093", + "location": "imgui_internal:1046", "ov_cimguiname": "ImGuiInputTextState_ImGuiInputTextState", "signature": "()", "stname": "ImGuiInputTextState" @@ -6177,7 +6177,7 @@ "cimguiname": "ImGuiInputTextState_OnKeyPressed", "defaults": {}, "funcname": "OnKeyPressed", - "location": "imgui_internal:1098", + "location": "imgui_internal:1051", "ov_cimguiname": "ImGuiInputTextState_OnKeyPressed", "ret": "void", "signature": "(int)", @@ -6198,7 +6198,7 @@ "cimguiname": "ImGuiInputTextState_SelectAll", "defaults": {}, "funcname": "SelectAll", - "location": "imgui_internal:1108", + "location": "imgui_internal:1061", "ov_cimguiname": "ImGuiInputTextState_SelectAll", "ret": "void", "signature": "()", @@ -6234,7 +6234,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiLastItemData", - "location": "imgui_internal:1211", + "location": "imgui_internal:1151", "ov_cimguiname": "ImGuiLastItemData_ImGuiLastItemData", "signature": "()", "stname": "ImGuiLastItemData" @@ -6259,6 +6259,126 @@ "stname": "ImGuiLastItemData" } ], + "ImGuiListClipperData_ImGuiListClipperData": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuiListClipperData_ImGuiListClipperData", + "constructor": true, + "defaults": {}, + "funcname": "ImGuiListClipperData", + "location": "imgui_internal:1219", + "ov_cimguiname": "ImGuiListClipperData_ImGuiListClipperData", + "signature": "()", + "stname": "ImGuiListClipperData" + } + ], + "ImGuiListClipperData_Reset": [ + { + "args": "(ImGuiListClipperData* self,ImGuiListClipper* clipper)", + "argsT": [ + { + "name": "self", + "type": "ImGuiListClipperData*" + }, + { + "name": "clipper", + "type": "ImGuiListClipper*" + } + ], + "argsoriginal": "(ImGuiListClipper* clipper)", + "call_args": "(clipper)", + "cimguiname": "ImGuiListClipperData_Reset", + "defaults": {}, + "funcname": "Reset", + "location": "imgui_internal:1220", + "ov_cimguiname": "ImGuiListClipperData_Reset", + "ret": "void", + "signature": "(ImGuiListClipper*)", + "stname": "ImGuiListClipperData" + } + ], + "ImGuiListClipperData_destroy": [ + { + "args": "(ImGuiListClipperData* self)", + "argsT": [ + { + "name": "self", + "type": "ImGuiListClipperData*" + } + ], + "call_args": "(self)", + "cimguiname": "ImGuiListClipperData_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImGuiListClipperData_destroy", + "ret": "void", + "signature": "(ImGuiListClipperData*)", + "stname": "ImGuiListClipperData" + } + ], + "ImGuiListClipperRange_FromIndices": [ + { + "args": "(int min,int max)", + "argsT": [ + { + "name": "min", + "type": "int" + }, + { + "name": "max", + "type": "int" + } + ], + "argsoriginal": "(int min,int max)", + "call_args": "(min,max)", + "cimguiname": "ImGuiListClipperRange_FromIndices", + "defaults": {}, + "funcname": "FromIndices", + "is_static_function": true, + "location": "imgui_internal:1206", + "ov_cimguiname": "ImGuiListClipperRange_FromIndices", + "ret": "ImGuiListClipperRange", + "signature": "(int,int)", + "stname": "ImGuiListClipperRange" + } + ], + "ImGuiListClipperRange_FromPositions": [ + { + "args": "(float y1,float y2,int off_min,int off_max)", + "argsT": [ + { + "name": "y1", + "type": "float" + }, + { + "name": "y2", + "type": "float" + }, + { + "name": "off_min", + "type": "int" + }, + { + "name": "off_max", + "type": "int" + } + ], + "argsoriginal": "(float y1,float y2,int off_min,int off_max)", + "call_args": "(y1,y2,off_min,off_max)", + "cimguiname": "ImGuiListClipperRange_FromPositions", + "defaults": {}, + "funcname": "FromPositions", + "is_static_function": true, + "location": "imgui_internal:1207", + "ov_cimguiname": "ImGuiListClipperRange_FromPositions", + "ret": "ImGuiListClipperRange", + "signature": "(float,float,int,int)", + "stname": "ImGuiListClipperRange" + } + ], "ImGuiListClipper_Begin": [ { "args": "(ImGuiListClipper* self,int items_count,float items_height)", @@ -6283,7 +6403,7 @@ "items_height": "-1.0f" }, "funcname": "Begin", - "location": "imgui:2288", + "location": "imgui:2312", "ov_cimguiname": "ImGuiListClipper_Begin", "ret": "void", "signature": "(int,float)", @@ -6304,13 +6424,42 @@ "cimguiname": "ImGuiListClipper_End", "defaults": {}, "funcname": "End", - "location": "imgui:2289", + "location": "imgui:2313", "ov_cimguiname": "ImGuiListClipper_End", "ret": "void", "signature": "()", "stname": "ImGuiListClipper" } ], + "ImGuiListClipper_ForceDisplayRangeByIndices": [ + { + "args": "(ImGuiListClipper* self,int item_min,int item_max)", + "argsT": [ + { + "name": "self", + "type": "ImGuiListClipper*" + }, + { + "name": "item_min", + "type": "int" + }, + { + "name": "item_max", + "type": "int" + } + ], + "argsoriginal": "(int item_min,int item_max)", + "call_args": "(item_min,item_max)", + "cimguiname": "ImGuiListClipper_ForceDisplayRangeByIndices", + "defaults": {}, + "funcname": "ForceDisplayRangeByIndices", + "location": "imgui:2317", + "ov_cimguiname": "ImGuiListClipper_ForceDisplayRangeByIndices", + "ret": "void", + "signature": "(int,int)", + "stname": "ImGuiListClipper" + } + ], "ImGuiListClipper_ImGuiListClipper": [ { "args": "()", @@ -6321,7 +6470,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiListClipper", - "location": "imgui:2283", + "location": "imgui:2310", "ov_cimguiname": "ImGuiListClipper_ImGuiListClipper", "signature": "()", "stname": "ImGuiListClipper" @@ -6341,7 +6490,7 @@ "cimguiname": "ImGuiListClipper_Step", "defaults": {}, "funcname": "Step", - "location": "imgui:2290", + "location": "imgui:2314", "ov_cimguiname": "ImGuiListClipper_Step", "ret": "bool", "signature": "()", @@ -6361,7 +6510,7 @@ "cimguiname": "ImGuiListClipper_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2284", + "location": "imgui:2311", "ov_cimguiname": "ImGuiListClipper_destroy", "realdestructor": true, "ret": "void", @@ -6387,7 +6536,7 @@ "cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth", "defaults": {}, "funcname": "CalcNextTotalWidth", - "location": "imgui_internal:1069", + "location": "imgui_internal:1024", "ov_cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth", "ret": "void", "signature": "(bool)", @@ -6424,7 +6573,7 @@ "cimguiname": "ImGuiMenuColumns_DeclColumns", "defaults": {}, "funcname": "DeclColumns", - "location": "imgui_internal:1068", + "location": "imgui_internal:1023", "ov_cimguiname": "ImGuiMenuColumns_DeclColumns", "ret": "float", "signature": "(float,float,float,float)", @@ -6441,7 +6590,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiMenuColumns", - "location": "imgui_internal:1066", + "location": "imgui_internal:1021", "ov_cimguiname": "ImGuiMenuColumns_ImGuiMenuColumns", "signature": "()", "stname": "ImGuiMenuColumns" @@ -6469,7 +6618,7 @@ "cimguiname": "ImGuiMenuColumns_Update", "defaults": {}, "funcname": "Update", - "location": "imgui_internal:1067", + "location": "imgui_internal:1022", "ov_cimguiname": "ImGuiMenuColumns_Update", "ret": "void", "signature": "(float,bool)", @@ -6505,7 +6654,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiMetricsConfig", - "location": "imgui_internal:1537", + "location": "imgui_internal:1613", "ov_cimguiname": "ImGuiMetricsConfig_ImGuiMetricsConfig", "signature": "()", "stname": "ImGuiMetricsConfig" @@ -6544,7 +6693,7 @@ "cimguiname": "ImGuiNavItemData_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:1136", + "location": "imgui_internal:1305", "ov_cimguiname": "ImGuiNavItemData_Clear", "ret": "void", "signature": "()", @@ -6561,7 +6710,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNavItemData", - "location": "imgui_internal:1135", + "location": "imgui_internal:1304", "ov_cimguiname": "ImGuiNavItemData_ImGuiNavItemData", "signature": "()", "stname": "ImGuiNavItemData" @@ -6600,7 +6749,7 @@ "cimguiname": "ImGuiNextItemData_ClearFlags", "defaults": {}, "funcname": "ClearFlags", - "location": "imgui_internal:1199", + "location": "imgui_internal:1138", "ov_cimguiname": "ImGuiNextItemData_ClearFlags", "ret": "void", "signature": "()", @@ -6617,7 +6766,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNextItemData", - "location": "imgui_internal:1198", + "location": "imgui_internal:1137", "ov_cimguiname": "ImGuiNextItemData_ImGuiNextItemData", "signature": "()", "stname": "ImGuiNextItemData" @@ -6656,7 +6805,7 @@ "cimguiname": "ImGuiNextWindowData_ClearFlags", "defaults": {}, "funcname": "ClearFlags", - "location": "imgui_internal:1180", + "location": "imgui_internal:1119", "ov_cimguiname": "ImGuiNextWindowData_ClearFlags", "ret": "void", "signature": "()", @@ -6673,7 +6822,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNextWindowData", - "location": "imgui_internal:1179", + "location": "imgui_internal:1118", "ov_cimguiname": "ImGuiNextWindowData_ImGuiNextWindowData", "signature": "()", "stname": "ImGuiNextWindowData" @@ -6708,7 +6857,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOldColumnData", - "location": "imgui_internal:1268", + "location": "imgui_internal:1340", "ov_cimguiname": "ImGuiOldColumnData_ImGuiOldColumnData", "signature": "()", "stname": "ImGuiOldColumnData" @@ -6743,7 +6892,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOldColumns", - "location": "imgui_internal:1289", + "location": "imgui_internal:1361", "ov_cimguiname": "ImGuiOldColumns_ImGuiOldColumns", "signature": "()", "stname": "ImGuiOldColumns" @@ -6778,7 +6927,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOnceUponAFrame", - "location": "imgui:2151", + "location": "imgui:2176", "ov_cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame", "signature": "()", "stname": "ImGuiOnceUponAFrame" @@ -6817,7 +6966,7 @@ "cimguiname": "ImGuiPayload_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2105", + "location": "imgui:2130", "ov_cimguiname": "ImGuiPayload_Clear", "ret": "void", "signature": "()", @@ -6834,7 +6983,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPayload", - "location": "imgui:2104", + "location": "imgui:2129", "ov_cimguiname": "ImGuiPayload_ImGuiPayload", "signature": "()", "stname": "ImGuiPayload" @@ -6858,7 +7007,7 @@ "cimguiname": "ImGuiPayload_IsDataType", "defaults": {}, "funcname": "IsDataType", - "location": "imgui:2106", + "location": "imgui:2131", "ov_cimguiname": "ImGuiPayload_IsDataType", "ret": "bool", "signature": "(const char*)const", @@ -6879,7 +7028,7 @@ "cimguiname": "ImGuiPayload_IsDelivery", "defaults": {}, "funcname": "IsDelivery", - "location": "imgui:2108", + "location": "imgui:2133", "ov_cimguiname": "ImGuiPayload_IsDelivery", "ret": "bool", "signature": "()const", @@ -6900,7 +7049,7 @@ "cimguiname": "ImGuiPayload_IsPreview", "defaults": {}, "funcname": "IsPreview", - "location": "imgui:2107", + "location": "imgui:2132", "ov_cimguiname": "ImGuiPayload_IsPreview", "ret": "bool", "signature": "()const", @@ -6936,7 +7085,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPlatformIO", - "location": "imgui:3048", + "location": "imgui:3068", "ov_cimguiname": "ImGuiPlatformIO_ImGuiPlatformIO", "signature": "()", "stname": "ImGuiPlatformIO" @@ -6971,7 +7120,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPlatformMonitor", - "location": "imgui:3058", + "location": "imgui:3078", "ov_cimguiname": "ImGuiPlatformMonitor_ImGuiPlatformMonitor", "signature": "()", "stname": "ImGuiPlatformMonitor" @@ -7006,7 +7155,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPopupData", - "location": "imgui_internal:1122", + "location": "imgui_internal:1075", "ov_cimguiname": "ImGuiPopupData_ImGuiPopupData", "signature": "()", "stname": "ImGuiPopupData" @@ -7046,7 +7195,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPtrOrIndex", - "location": "imgui_internal:1232", + "location": "imgui_internal:1190", "ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr", "signature": "(void*)", "stname": "ImGuiPtrOrIndex" @@ -7065,7 +7214,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPtrOrIndex", - "location": "imgui_internal:1233", + "location": "imgui_internal:1191", "ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int", "signature": "(int)", "stname": "ImGuiPtrOrIndex" @@ -7100,7 +7249,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiSettingsHandler", - "location": "imgui_internal:1519", + "location": "imgui_internal:1594", "ov_cimguiname": "ImGuiSettingsHandler_ImGuiSettingsHandler", "signature": "()", "stname": "ImGuiSettingsHandler" @@ -7125,6 +7274,41 @@ "stname": "ImGuiSettingsHandler" } ], + "ImGuiStackLevelInfo_ImGuiStackLevelInfo": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuiStackLevelInfo_ImGuiStackLevelInfo", + "constructor": true, + "defaults": {}, + "funcname": "ImGuiStackLevelInfo", + "location": "imgui_internal:1634", + "ov_cimguiname": "ImGuiStackLevelInfo_ImGuiStackLevelInfo", + "signature": "()", + "stname": "ImGuiStackLevelInfo" + } + ], + "ImGuiStackLevelInfo_destroy": [ + { + "args": "(ImGuiStackLevelInfo* self)", + "argsT": [ + { + "name": "self", + "type": "ImGuiStackLevelInfo*" + } + ], + "call_args": "(self)", + "cimguiname": "ImGuiStackLevelInfo_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImGuiStackLevelInfo_destroy", + "ret": "void", + "signature": "(ImGuiStackLevelInfo*)", + "stname": "ImGuiStackLevelInfo" + } + ], "ImGuiStackSizes_CompareWithCurrentState": [ { "args": "(ImGuiStackSizes* self)", @@ -7139,7 +7323,7 @@ "cimguiname": "ImGuiStackSizes_CompareWithCurrentState", "defaults": {}, "funcname": "CompareWithCurrentState", - "location": "imgui_internal:1562", + "location": "imgui_internal:1168", "ov_cimguiname": "ImGuiStackSizes_CompareWithCurrentState", "ret": "void", "signature": "()", @@ -7156,7 +7340,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStackSizes", - "location": "imgui_internal:1560", + "location": "imgui_internal:1166", "ov_cimguiname": "ImGuiStackSizes_ImGuiStackSizes", "signature": "()", "stname": "ImGuiStackSizes" @@ -7176,7 +7360,7 @@ "cimguiname": "ImGuiStackSizes_SetToCurrentState", "defaults": {}, "funcname": "SetToCurrentState", - "location": "imgui_internal:1561", + "location": "imgui_internal:1167", "ov_cimguiname": "ImGuiStackSizes_SetToCurrentState", "ret": "void", "signature": "()", @@ -7202,6 +7386,41 @@ "stname": "ImGuiStackSizes" } ], + "ImGuiStackTool_ImGuiStackTool": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuiStackTool_ImGuiStackTool", + "constructor": true, + "defaults": {}, + "funcname": "ImGuiStackTool", + "location": "imgui_internal:1645", + "ov_cimguiname": "ImGuiStackTool_ImGuiStackTool", + "signature": "()", + "stname": "ImGuiStackTool" + } + ], + "ImGuiStackTool_destroy": [ + { + "args": "(ImGuiStackTool* self)", + "argsT": [ + { + "name": "self", + "type": "ImGuiStackTool*" + } + ], + "call_args": "(self)", + "cimguiname": "ImGuiStackTool_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImGuiStackTool_destroy", + "ret": "void", + "signature": "(ImGuiStackTool*)", + "stname": "ImGuiStackTool" + } + ], "ImGuiStoragePair_ImGuiStoragePair": [ { "args": "(ImGuiID _key,int _val_i)", @@ -7221,7 +7440,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2218", + "location": "imgui:2243", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Int", "signature": "(ImGuiID,int)", "stname": "ImGuiStoragePair" @@ -7244,7 +7463,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2219", + "location": "imgui:2244", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Float", "signature": "(ImGuiID,float)", "stname": "ImGuiStoragePair" @@ -7267,7 +7486,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2220", + "location": "imgui:2245", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Ptr", "signature": "(ImGuiID,void*)", "stname": "ImGuiStoragePair" @@ -7306,7 +7525,7 @@ "cimguiname": "ImGuiStorage_BuildSortByKey", "defaults": {}, "funcname": "BuildSortByKey", - "location": "imgui:2251", + "location": "imgui:2276", "ov_cimguiname": "ImGuiStorage_BuildSortByKey", "ret": "void", "signature": "()", @@ -7327,7 +7546,7 @@ "cimguiname": "ImGuiStorage_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2228", + "location": "imgui:2253", "ov_cimguiname": "ImGuiStorage_Clear", "ret": "void", "signature": "()", @@ -7358,7 +7577,7 @@ "default_val": "false" }, "funcname": "GetBool", - "location": "imgui:2231", + "location": "imgui:2256", "ov_cimguiname": "ImGuiStorage_GetBool", "ret": "bool", "signature": "(ImGuiID,bool)const", @@ -7389,7 +7608,7 @@ "default_val": "false" }, "funcname": "GetBoolRef", - "location": "imgui:2243", + "location": "imgui:2268", "ov_cimguiname": "ImGuiStorage_GetBoolRef", "ret": "bool*", "signature": "(ImGuiID,bool)", @@ -7420,7 +7639,7 @@ "default_val": "0.0f" }, "funcname": "GetFloat", - "location": "imgui:2233", + "location": "imgui:2258", "ov_cimguiname": "ImGuiStorage_GetFloat", "ret": "float", "signature": "(ImGuiID,float)const", @@ -7451,7 +7670,7 @@ "default_val": "0.0f" }, "funcname": "GetFloatRef", - "location": "imgui:2244", + "location": "imgui:2269", "ov_cimguiname": "ImGuiStorage_GetFloatRef", "ret": "float*", "signature": "(ImGuiID,float)", @@ -7482,7 +7701,7 @@ "default_val": "0" }, "funcname": "GetInt", - "location": "imgui:2229", + "location": "imgui:2254", "ov_cimguiname": "ImGuiStorage_GetInt", "ret": "int", "signature": "(ImGuiID,int)const", @@ -7513,7 +7732,7 @@ "default_val": "0" }, "funcname": "GetIntRef", - "location": "imgui:2242", + "location": "imgui:2267", "ov_cimguiname": "ImGuiStorage_GetIntRef", "ret": "int*", "signature": "(ImGuiID,int)", @@ -7538,7 +7757,7 @@ "cimguiname": "ImGuiStorage_GetVoidPtr", "defaults": {}, "funcname": "GetVoidPtr", - "location": "imgui:2235", + "location": "imgui:2260", "ov_cimguiname": "ImGuiStorage_GetVoidPtr", "ret": "void*", "signature": "(ImGuiID)const", @@ -7569,7 +7788,7 @@ "default_val": "NULL" }, "funcname": "GetVoidPtrRef", - "location": "imgui:2245", + "location": "imgui:2270", "ov_cimguiname": "ImGuiStorage_GetVoidPtrRef", "ret": "void**", "signature": "(ImGuiID,void*)", @@ -7594,7 +7813,7 @@ "cimguiname": "ImGuiStorage_SetAllInt", "defaults": {}, "funcname": "SetAllInt", - "location": "imgui:2248", + "location": "imgui:2273", "ov_cimguiname": "ImGuiStorage_SetAllInt", "ret": "void", "signature": "(int)", @@ -7623,7 +7842,7 @@ "cimguiname": "ImGuiStorage_SetBool", "defaults": {}, "funcname": "SetBool", - "location": "imgui:2232", + "location": "imgui:2257", "ov_cimguiname": "ImGuiStorage_SetBool", "ret": "void", "signature": "(ImGuiID,bool)", @@ -7652,7 +7871,7 @@ "cimguiname": "ImGuiStorage_SetFloat", "defaults": {}, "funcname": "SetFloat", - "location": "imgui:2234", + "location": "imgui:2259", "ov_cimguiname": "ImGuiStorage_SetFloat", "ret": "void", "signature": "(ImGuiID,float)", @@ -7681,7 +7900,7 @@ "cimguiname": "ImGuiStorage_SetInt", "defaults": {}, "funcname": "SetInt", - "location": "imgui:2230", + "location": "imgui:2255", "ov_cimguiname": "ImGuiStorage_SetInt", "ret": "void", "signature": "(ImGuiID,int)", @@ -7710,7 +7929,7 @@ "cimguiname": "ImGuiStorage_SetVoidPtr", "defaults": {}, "funcname": "SetVoidPtr", - "location": "imgui:2236", + "location": "imgui:2261", "ov_cimguiname": "ImGuiStorage_SetVoidPtr", "ret": "void", "signature": "(ImGuiID,void*)", @@ -7736,7 +7955,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:1020", + "location": "imgui_internal:975", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Int", "signature": "(ImGuiStyleVar,int)", "stname": "ImGuiStyleMod" @@ -7759,7 +7978,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:1021", + "location": "imgui_internal:976", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Float", "signature": "(ImGuiStyleVar,float)", "stname": "ImGuiStyleMod" @@ -7782,7 +8001,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:1022", + "location": "imgui_internal:977", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Vec2", "signature": "(ImGuiStyleVar,ImVec2)", "stname": "ImGuiStyleMod" @@ -7817,7 +8036,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyle", - "location": "imgui:1865", + "location": "imgui:1886", "ov_cimguiname": "ImGuiStyle_ImGuiStyle", "signature": "()", "stname": "ImGuiStyle" @@ -7841,7 +8060,7 @@ "cimguiname": "ImGuiStyle_ScaleAllSizes", "defaults": {}, "funcname": "ScaleAllSizes", - "location": "imgui:1866", + "location": "imgui:1887", "ov_cimguiname": "ImGuiStyle_ScaleAllSizes", "ret": "void", "signature": "(float)", @@ -7885,7 +8104,7 @@ "cimguiname": "ImGuiTabBar_GetTabName", "defaults": {}, "funcname": "GetTabName", - "location": "imgui_internal:2282", + "location": "imgui_internal:2370", "ov_cimguiname": "ImGuiTabBar_GetTabName", "ret": "const char*", "signature": "(const ImGuiTabItem*)const", @@ -7910,7 +8129,7 @@ "cimguiname": "ImGuiTabBar_GetTabOrder", "defaults": {}, "funcname": "GetTabOrder", - "location": "imgui_internal:2281", + "location": "imgui_internal:2369", "ov_cimguiname": "ImGuiTabBar_GetTabOrder", "ret": "int", "signature": "(const ImGuiTabItem*)const", @@ -7927,7 +8146,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTabBar", - "location": "imgui_internal:2280", + "location": "imgui_internal:2368", "ov_cimguiname": "ImGuiTabBar_ImGuiTabBar", "signature": "()", "stname": "ImGuiTabBar" @@ -7962,7 +8181,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTabItem", - "location": "imgui_internal:2242", + "location": "imgui_internal:2330", "ov_cimguiname": "ImGuiTabItem_ImGuiTabItem", "signature": "()", "stname": "ImGuiTabItem" @@ -7997,7 +8216,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumnSettings", - "location": "imgui_internal:2518", + "location": "imgui_internal:2606", "ov_cimguiname": "ImGuiTableColumnSettings_ImGuiTableColumnSettings", "signature": "()", "stname": "ImGuiTableColumnSettings" @@ -8032,7 +8251,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumnSortSpecs", - "location": "imgui:2119", + "location": "imgui:2144", "ov_cimguiname": "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs", "signature": "()", "stname": "ImGuiTableColumnSortSpecs" @@ -8067,7 +8286,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumn", - "location": "imgui_internal:2351", + "location": "imgui_internal:2439", "ov_cimguiname": "ImGuiTableColumn_ImGuiTableColumn", "signature": "()", "stname": "ImGuiTableColumn" @@ -8106,7 +8325,7 @@ "cimguiname": "ImGuiTableSettings_GetColumnSettings", "defaults": {}, "funcname": "GetColumnSettings", - "location": "imgui_internal:2541", + "location": "imgui_internal:2629", "ov_cimguiname": "ImGuiTableSettings_GetColumnSettings", "ret": "ImGuiTableColumnSettings*", "signature": "()", @@ -8123,7 +8342,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableSettings", - "location": "imgui_internal:2540", + "location": "imgui_internal:2628", "ov_cimguiname": "ImGuiTableSettings_ImGuiTableSettings", "signature": "()", "stname": "ImGuiTableSettings" @@ -8158,7 +8377,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableSortSpecs", - "location": "imgui:2132", + "location": "imgui:2157", "ov_cimguiname": "ImGuiTableSortSpecs_ImGuiTableSortSpecs", "signature": "()", "stname": "ImGuiTableSortSpecs" @@ -8193,7 +8412,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableTempData", - "location": "imgui_internal:2503", + "location": "imgui_internal:2591", "ov_cimguiname": "ImGuiTableTempData_ImGuiTableTempData", "signature": "()", "stname": "ImGuiTableTempData" @@ -8228,7 +8447,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTable", - "location": "imgui_internal:2479", + "location": "imgui_internal:2567", "ov_cimguiname": "ImGuiTable_ImGuiTable", "signature": "()", "stname": "ImGuiTable" @@ -8247,7 +8466,7 @@ "cimguiname": "ImGuiTable_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2480", + "location": "imgui_internal:2568", "ov_cimguiname": "ImGuiTable_destroy", "realdestructor": true, "ret": "void", @@ -8265,7 +8484,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextBuffer", - "location": "imgui:2189", + "location": "imgui:2214", "ov_cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer", "signature": "()", "stname": "ImGuiTextBuffer" @@ -8295,7 +8514,7 @@ "str_end": "NULL" }, "funcname": "append", - "location": "imgui:2198", + "location": "imgui:2223", "ov_cimguiname": "ImGuiTextBuffer_append", "ret": "void", "signature": "(const char*,const char*)", @@ -8325,7 +8544,7 @@ "defaults": {}, "funcname": "appendf", "isvararg": "...)", - "location": "imgui:2199", + "location": "imgui:2224", "manual": true, "ov_cimguiname": "ImGuiTextBuffer_appendf", "ret": "void", @@ -8355,7 +8574,7 @@ "cimguiname": "ImGuiTextBuffer_appendfv", "defaults": {}, "funcname": "appendfv", - "location": "imgui:2200", + "location": "imgui:2225", "ov_cimguiname": "ImGuiTextBuffer_appendfv", "ret": "void", "signature": "(const char*,va_list)", @@ -8376,7 +8595,7 @@ "cimguiname": "ImGuiTextBuffer_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:2191", + "location": "imgui:2216", "ov_cimguiname": "ImGuiTextBuffer_begin", "ret": "const char*", "signature": "()const", @@ -8397,7 +8616,7 @@ "cimguiname": "ImGuiTextBuffer_c_str", "defaults": {}, "funcname": "c_str", - "location": "imgui:2197", + "location": "imgui:2222", "ov_cimguiname": "ImGuiTextBuffer_c_str", "ret": "const char*", "signature": "()const", @@ -8418,7 +8637,7 @@ "cimguiname": "ImGuiTextBuffer_clear", "defaults": {}, "funcname": "clear", - "location": "imgui:2195", + "location": "imgui:2220", "ov_cimguiname": "ImGuiTextBuffer_clear", "ret": "void", "signature": "()", @@ -8458,7 +8677,7 @@ "cimguiname": "ImGuiTextBuffer_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:2194", + "location": "imgui:2219", "ov_cimguiname": "ImGuiTextBuffer_empty", "ret": "bool", "signature": "()const", @@ -8479,7 +8698,7 @@ "cimguiname": "ImGuiTextBuffer_end", "defaults": {}, "funcname": "end", - "location": "imgui:2192", + "location": "imgui:2217", "ov_cimguiname": "ImGuiTextBuffer_end", "ret": "const char*", "signature": "()const", @@ -8504,7 +8723,7 @@ "cimguiname": "ImGuiTextBuffer_reserve", "defaults": {}, "funcname": "reserve", - "location": "imgui:2196", + "location": "imgui:2221", "ov_cimguiname": "ImGuiTextBuffer_reserve", "ret": "void", "signature": "(int)", @@ -8525,7 +8744,7 @@ "cimguiname": "ImGuiTextBuffer_size", "defaults": {}, "funcname": "size", - "location": "imgui:2193", + "location": "imgui:2218", "ov_cimguiname": "ImGuiTextBuffer_size", "ret": "int", "signature": "()const", @@ -8546,7 +8765,7 @@ "cimguiname": "ImGuiTextFilter_Build", "defaults": {}, "funcname": "Build", - "location": "imgui:2162", + "location": "imgui:2187", "ov_cimguiname": "ImGuiTextFilter_Build", "ret": "void", "signature": "()", @@ -8567,7 +8786,7 @@ "cimguiname": "ImGuiTextFilter_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2163", + "location": "imgui:2188", "ov_cimguiname": "ImGuiTextFilter_Clear", "ret": "void", "signature": "()", @@ -8599,7 +8818,7 @@ "width": "0.0f" }, "funcname": "Draw", - "location": "imgui:2160", + "location": "imgui:2185", "ov_cimguiname": "ImGuiTextFilter_Draw", "ret": "bool", "signature": "(const char*,float)", @@ -8623,7 +8842,7 @@ "default_filter": "\"\"" }, "funcname": "ImGuiTextFilter", - "location": "imgui:2159", + "location": "imgui:2184", "ov_cimguiname": "ImGuiTextFilter_ImGuiTextFilter", "signature": "(const char*)", "stname": "ImGuiTextFilter" @@ -8643,7 +8862,7 @@ "cimguiname": "ImGuiTextFilter_IsActive", "defaults": {}, "funcname": "IsActive", - "location": "imgui:2164", + "location": "imgui:2189", "ov_cimguiname": "ImGuiTextFilter_IsActive", "ret": "bool", "signature": "()const", @@ -8674,7 +8893,7 @@ "text_end": "NULL" }, "funcname": "PassFilter", - "location": "imgui:2161", + "location": "imgui:2186", "ov_cimguiname": "ImGuiTextFilter_PassFilter", "ret": "bool", "signature": "(const char*,const char*)const", @@ -8710,7 +8929,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextRange", - "location": "imgui:2172", + "location": "imgui:2197", "ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Nil", "signature": "()", "stname": "ImGuiTextRange" @@ -8733,7 +8952,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextRange", - "location": "imgui:2173", + "location": "imgui:2198", "ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Str", "signature": "(const char*,const char*)", "stname": "ImGuiTextRange" @@ -8772,7 +8991,7 @@ "cimguiname": "ImGuiTextRange_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:2174", + "location": "imgui:2199", "ov_cimguiname": "ImGuiTextRange_empty", "ret": "bool", "signature": "()const", @@ -8801,7 +9020,7 @@ "cimguiname": "ImGuiTextRange_split", "defaults": {}, "funcname": "split", - "location": "imgui:2175", + "location": "imgui:2200", "ov_cimguiname": "ImGuiTextRange_split", "ret": "void", "signature": "(char,ImVector_ImGuiTextRange*)const", @@ -8830,7 +9049,7 @@ "cimguiname": "ImGuiViewportP_CalcWorkRectPos", "defaults": {}, "funcname": "CalcWorkRectPos", - "location": "imgui_internal:1473", + "location": "imgui_internal:1548", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_CalcWorkRectPos", "ret": "void", @@ -8864,7 +9083,7 @@ "cimguiname": "ImGuiViewportP_CalcWorkRectSize", "defaults": {}, "funcname": "CalcWorkRectSize", - "location": "imgui_internal:1474", + "location": "imgui_internal:1549", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_CalcWorkRectSize", "ret": "void", @@ -8886,7 +9105,7 @@ "cimguiname": "ImGuiViewportP_ClearRequestFlags", "defaults": {}, "funcname": "ClearRequestFlags", - "location": "imgui_internal:1470", + "location": "imgui_internal:1545", "ov_cimguiname": "ImGuiViewportP_ClearRequestFlags", "ret": "void", "signature": "()", @@ -8911,7 +9130,7 @@ "cimguiname": "ImGuiViewportP_GetBuildWorkRect", "defaults": {}, "funcname": "GetBuildWorkRect", - "location": "imgui_internal:1480", + "location": "imgui_internal:1555", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetBuildWorkRect", "ret": "void", @@ -8937,7 +9156,7 @@ "cimguiname": "ImGuiViewportP_GetMainRect", "defaults": {}, "funcname": "GetMainRect", - "location": "imgui_internal:1478", + "location": "imgui_internal:1553", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetMainRect", "ret": "void", @@ -8963,7 +9182,7 @@ "cimguiname": "ImGuiViewportP_GetWorkRect", "defaults": {}, "funcname": "GetWorkRect", - "location": "imgui_internal:1479", + "location": "imgui_internal:1554", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetWorkRect", "ret": "void", @@ -8981,7 +9200,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiViewportP", - "location": "imgui_internal:1468", + "location": "imgui_internal:1543", "ov_cimguiname": "ImGuiViewportP_ImGuiViewportP", "signature": "()", "stname": "ImGuiViewportP" @@ -9001,7 +9220,7 @@ "cimguiname": "ImGuiViewportP_UpdateWorkRect", "defaults": {}, "funcname": "UpdateWorkRect", - "location": "imgui_internal:1475", + "location": "imgui_internal:1550", "ov_cimguiname": "ImGuiViewportP_UpdateWorkRect", "ret": "void", "signature": "()", @@ -9021,7 +9240,7 @@ "cimguiname": "ImGuiViewportP_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1469", + "location": "imgui_internal:1544", "ov_cimguiname": "ImGuiViewportP_destroy", "realdestructor": true, "ret": "void", @@ -9047,7 +9266,7 @@ "cimguiname": "ImGuiViewport_GetCenter", "defaults": {}, "funcname": "GetCenter", - "location": "imgui:2935", + "location": "imgui:2955", "nonUDT": 1, "ov_cimguiname": "ImGuiViewport_GetCenter", "ret": "void", @@ -9073,7 +9292,7 @@ "cimguiname": "ImGuiViewport_GetWorkCenter", "defaults": {}, "funcname": "GetWorkCenter", - "location": "imgui:2936", + "location": "imgui:2956", "nonUDT": 1, "ov_cimguiname": "ImGuiViewport_GetWorkCenter", "ret": "void", @@ -9091,7 +9310,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiViewport", - "location": "imgui:2931", + "location": "imgui:2951", "ov_cimguiname": "ImGuiViewport_ImGuiViewport", "signature": "()", "stname": "ImGuiViewport" @@ -9110,7 +9329,7 @@ "cimguiname": "ImGuiViewport_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2932", + "location": "imgui:2952", "ov_cimguiname": "ImGuiViewport_destroy", "realdestructor": true, "ret": "void", @@ -9128,7 +9347,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindowClass", - "location": "imgui:2086", + "location": "imgui:2111", "ov_cimguiname": "ImGuiWindowClass_ImGuiWindowClass", "signature": "()", "stname": "ImGuiWindowClass" @@ -9167,7 +9386,7 @@ "cimguiname": "ImGuiWindowSettings_GetName", "defaults": {}, "funcname": "GetName", - "location": "imgui_internal:1504", + "location": "imgui_internal:1579", "ov_cimguiname": "ImGuiWindowSettings_GetName", "ret": "char*", "signature": "()", @@ -9184,7 +9403,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindowSettings", - "location": "imgui_internal:1503", + "location": "imgui_internal:1578", "ov_cimguiname": "ImGuiWindowSettings_ImGuiWindowSettings", "signature": "()", "stname": "ImGuiWindowSettings" @@ -9223,7 +9442,7 @@ "cimguiname": "ImGuiWindow_CalcFontSize", "defaults": {}, "funcname": "CalcFontSize", - "location": "imgui_internal:2197", + "location": "imgui_internal:2285", "ov_cimguiname": "ImGuiWindow_CalcFontSize", "ret": "float", "signature": "()const", @@ -9254,7 +9473,7 @@ "str_end": "NULL" }, "funcname": "GetID", - "location": "imgui_internal:2187", + "location": "imgui_internal:2275", "ov_cimguiname": "ImGuiWindow_GetID_Str", "ret": "ImGuiID", "signature": "(const char*,const char*)", @@ -9277,7 +9496,7 @@ "cimguiname": "ImGuiWindow_GetID", "defaults": {}, "funcname": "GetID", - "location": "imgui_internal:2188", + "location": "imgui_internal:2276", "ov_cimguiname": "ImGuiWindow_GetID_Ptr", "ret": "ImGuiID", "signature": "(const void*)", @@ -9300,7 +9519,7 @@ "cimguiname": "ImGuiWindow_GetID", "defaults": {}, "funcname": "GetID", - "location": "imgui_internal:2189", + "location": "imgui_internal:2277", "ov_cimguiname": "ImGuiWindow_GetID_Int", "ret": "ImGuiID", "signature": "(int)", @@ -9325,7 +9544,7 @@ "cimguiname": "ImGuiWindow_GetIDFromRectangle", "defaults": {}, "funcname": "GetIDFromRectangle", - "location": "imgui_internal:2193", + "location": "imgui_internal:2281", "ov_cimguiname": "ImGuiWindow_GetIDFromRectangle", "ret": "ImGuiID", "signature": "(const ImRect)", @@ -9356,7 +9575,7 @@ "str_end": "NULL" }, "funcname": "GetIDNoKeepAlive", - "location": "imgui_internal:2190", + "location": "imgui_internal:2278", "ov_cimguiname": "ImGuiWindow_GetIDNoKeepAlive_Str", "ret": "ImGuiID", "signature": "(const char*,const char*)", @@ -9379,7 +9598,7 @@ "cimguiname": "ImGuiWindow_GetIDNoKeepAlive", "defaults": {}, "funcname": "GetIDNoKeepAlive", - "location": "imgui_internal:2191", + "location": "imgui_internal:2279", "ov_cimguiname": "ImGuiWindow_GetIDNoKeepAlive_Ptr", "ret": "ImGuiID", "signature": "(const void*)", @@ -9402,7 +9621,7 @@ "cimguiname": "ImGuiWindow_GetIDNoKeepAlive", "defaults": {}, "funcname": "GetIDNoKeepAlive", - "location": "imgui_internal:2192", + "location": "imgui_internal:2280", "ov_cimguiname": "ImGuiWindow_GetIDNoKeepAlive_Int", "ret": "ImGuiID", "signature": "(int)", @@ -9428,7 +9647,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindow", - "location": "imgui_internal:2183", + "location": "imgui_internal:2271", "ov_cimguiname": "ImGuiWindow_ImGuiWindow", "signature": "(ImGuiContext*,const char*)", "stname": "ImGuiWindow" @@ -9448,7 +9667,7 @@ "cimguiname": "ImGuiWindow_MenuBarHeight", "defaults": {}, "funcname": "MenuBarHeight", - "location": "imgui_internal:2200", + "location": "imgui_internal:2288", "ov_cimguiname": "ImGuiWindow_MenuBarHeight", "ret": "float", "signature": "()const", @@ -9473,7 +9692,7 @@ "cimguiname": "ImGuiWindow_MenuBarRect", "defaults": {}, "funcname": "MenuBarRect", - "location": "imgui_internal:2201", + "location": "imgui_internal:2289", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_MenuBarRect", "ret": "void", @@ -9499,7 +9718,7 @@ "cimguiname": "ImGuiWindow_Rect", "defaults": {}, "funcname": "Rect", - "location": "imgui_internal:2196", + "location": "imgui_internal:2284", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_Rect", "ret": "void", @@ -9521,7 +9740,7 @@ "cimguiname": "ImGuiWindow_TitleBarHeight", "defaults": {}, "funcname": "TitleBarHeight", - "location": "imgui_internal:2198", + "location": "imgui_internal:2286", "ov_cimguiname": "ImGuiWindow_TitleBarHeight", "ret": "float", "signature": "()const", @@ -9546,7 +9765,7 @@ "cimguiname": "ImGuiWindow_TitleBarRect", "defaults": {}, "funcname": "TitleBarRect", - "location": "imgui_internal:2199", + "location": "imgui_internal:2287", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_TitleBarRect", "ret": "void", @@ -9567,7 +9786,7 @@ "cimguiname": "ImGuiWindow_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2185", + "location": "imgui_internal:2273", "ov_cimguiname": "ImGuiWindow_destroy", "realdestructor": true, "ret": "void", @@ -9589,7 +9808,7 @@ "cimguiname": "ImPool_Add", "defaults": {}, "funcname": "Add", - "location": "imgui_internal:644", + "location": "imgui_internal:651", "ov_cimguiname": "ImPool_Add", "ret": "T*", "signature": "()", @@ -9611,7 +9830,7 @@ "cimguiname": "ImPool_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:643", + "location": "imgui_internal:650", "ov_cimguiname": "ImPool_Clear", "ret": "void", "signature": "()", @@ -9637,7 +9856,7 @@ "cimguiname": "ImPool_Contains", "defaults": {}, "funcname": "Contains", - "location": "imgui_internal:642", + "location": "imgui_internal:649", "ov_cimguiname": "ImPool_Contains", "ret": "bool", "signature": "(const T*)const", @@ -9659,7 +9878,7 @@ "cimguiname": "ImPool_GetAliveCount", "defaults": {}, "funcname": "GetAliveCount", - "location": "imgui_internal:651", + "location": "imgui_internal:658", "ov_cimguiname": "ImPool_GetAliveCount", "ret": "int", "signature": "()const", @@ -9681,7 +9900,7 @@ "cimguiname": "ImPool_GetBufSize", "defaults": {}, "funcname": "GetBufSize", - "location": "imgui_internal:652", + "location": "imgui_internal:659", "ov_cimguiname": "ImPool_GetBufSize", "ret": "int", "signature": "()const", @@ -9707,7 +9926,7 @@ "cimguiname": "ImPool_GetByIndex", "defaults": {}, "funcname": "GetByIndex", - "location": "imgui_internal:639", + "location": "imgui_internal:646", "ov_cimguiname": "ImPool_GetByIndex", "ret": "T*", "signature": "(ImPoolIdx)", @@ -9733,7 +9952,7 @@ "cimguiname": "ImPool_GetByKey", "defaults": {}, "funcname": "GetByKey", - "location": "imgui_internal:638", + "location": "imgui_internal:645", "ov_cimguiname": "ImPool_GetByKey", "ret": "T*", "signature": "(ImGuiID)", @@ -9759,7 +9978,7 @@ "cimguiname": "ImPool_GetIndex", "defaults": {}, "funcname": "GetIndex", - "location": "imgui_internal:640", + "location": "imgui_internal:647", "ov_cimguiname": "ImPool_GetIndex", "ret": "ImPoolIdx", "signature": "(const T*)const", @@ -9781,7 +10000,7 @@ "cimguiname": "ImPool_GetMapSize", "defaults": {}, "funcname": "GetMapSize", - "location": "imgui_internal:653", + "location": "imgui_internal:660", "ov_cimguiname": "ImPool_GetMapSize", "ret": "int", "signature": "()const", @@ -9807,7 +10026,7 @@ "cimguiname": "ImPool_GetOrAddByKey", "defaults": {}, "funcname": "GetOrAddByKey", - "location": "imgui_internal:641", + "location": "imgui_internal:648", "ov_cimguiname": "ImPool_GetOrAddByKey", "ret": "T*", "signature": "(ImGuiID)", @@ -9825,7 +10044,7 @@ "constructor": true, "defaults": {}, "funcname": "ImPool", - "location": "imgui_internal:636", + "location": "imgui_internal:643", "ov_cimguiname": "ImPool_ImPool", "signature": "()", "stname": "ImPool", @@ -9854,7 +10073,7 @@ "cimguiname": "ImPool_Remove", "defaults": {}, "funcname": "Remove", - "location": "imgui_internal:645", + "location": "imgui_internal:652", "ov_cimguiname": "ImPool_Remove_TPtr", "ret": "void", "signature": "(ImGuiID,const T*)", @@ -9882,7 +10101,7 @@ "cimguiname": "ImPool_Remove", "defaults": {}, "funcname": "Remove", - "location": "imgui_internal:646", + "location": "imgui_internal:653", "ov_cimguiname": "ImPool_Remove_PoolIdx", "ret": "void", "signature": "(ImGuiID,ImPoolIdx)", @@ -9908,7 +10127,7 @@ "cimguiname": "ImPool_Reserve", "defaults": {}, "funcname": "Reserve", - "location": "imgui_internal:647", + "location": "imgui_internal:654", "ov_cimguiname": "ImPool_Reserve", "ret": "void", "signature": "(int)", @@ -9934,7 +10153,7 @@ "cimguiname": "ImPool_TryGetMapData", "defaults": {}, "funcname": "TryGetMapData", - "location": "imgui_internal:654", + "location": "imgui_internal:661", "ov_cimguiname": "ImPool_TryGetMapData", "ret": "T*", "signature": "(ImPoolIdx)", @@ -9955,7 +10174,7 @@ "cimguiname": "ImPool_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:637", + "location": "imgui_internal:644", "ov_cimguiname": "ImPool_destroy", "realdestructor": true, "ret": "void", @@ -9982,7 +10201,7 @@ "cimguiname": "ImRect_Add", "defaults": {}, "funcname": "Add", - "location": "imgui_internal:514", + "location": "imgui_internal:521", "ov_cimguiname": "ImRect_Add_Vec2", "ret": "void", "signature": "(const ImVec2)", @@ -10005,7 +10224,7 @@ "cimguiname": "ImRect_Add", "defaults": {}, "funcname": "Add", - "location": "imgui_internal:515", + "location": "imgui_internal:522", "ov_cimguiname": "ImRect_Add_Rect", "ret": "void", "signature": "(const ImRect)", @@ -10030,7 +10249,7 @@ "cimguiname": "ImRect_ClipWith", "defaults": {}, "funcname": "ClipWith", - "location": "imgui_internal:521", + "location": "imgui_internal:528", "ov_cimguiname": "ImRect_ClipWith", "ret": "void", "signature": "(const ImRect)", @@ -10055,7 +10274,7 @@ "cimguiname": "ImRect_ClipWithFull", "defaults": {}, "funcname": "ClipWithFull", - "location": "imgui_internal:522", + "location": "imgui_internal:529", "ov_cimguiname": "ImRect_ClipWithFull", "ret": "void", "signature": "(const ImRect)", @@ -10080,7 +10299,7 @@ "cimguiname": "ImRect_Contains", "defaults": {}, "funcname": "Contains", - "location": "imgui_internal:511", + "location": "imgui_internal:518", "ov_cimguiname": "ImRect_Contains_Vec2", "ret": "bool", "signature": "(const ImVec2)const", @@ -10103,7 +10322,7 @@ "cimguiname": "ImRect_Contains", "defaults": {}, "funcname": "Contains", - "location": "imgui_internal:512", + "location": "imgui_internal:519", "ov_cimguiname": "ImRect_Contains_Rect", "ret": "bool", "signature": "(const ImRect)const", @@ -10128,7 +10347,7 @@ "cimguiname": "ImRect_Expand", "defaults": {}, "funcname": "Expand", - "location": "imgui_internal:516", + "location": "imgui_internal:523", "ov_cimguiname": "ImRect_Expand_Float", "ret": "void", "signature": "(const float)", @@ -10151,7 +10370,7 @@ "cimguiname": "ImRect_Expand", "defaults": {}, "funcname": "Expand", - "location": "imgui_internal:517", + "location": "imgui_internal:524", "ov_cimguiname": "ImRect_Expand_Vec2", "ret": "void", "signature": "(const ImVec2)", @@ -10172,7 +10391,7 @@ "cimguiname": "ImRect_Floor", "defaults": {}, "funcname": "Floor", - "location": "imgui_internal:523", + "location": "imgui_internal:530", "ov_cimguiname": "ImRect_Floor", "ret": "void", "signature": "()", @@ -10193,7 +10412,7 @@ "cimguiname": "ImRect_GetArea", "defaults": {}, "funcname": "GetArea", - "location": "imgui_internal:506", + "location": "imgui_internal:513", "ov_cimguiname": "ImRect_GetArea", "ret": "float", "signature": "()const", @@ -10218,7 +10437,7 @@ "cimguiname": "ImRect_GetBL", "defaults": {}, "funcname": "GetBL", - "location": "imgui_internal:509", + "location": "imgui_internal:516", "nonUDT": 1, "ov_cimguiname": "ImRect_GetBL", "ret": "void", @@ -10244,7 +10463,7 @@ "cimguiname": "ImRect_GetBR", "defaults": {}, "funcname": "GetBR", - "location": "imgui_internal:510", + "location": "imgui_internal:517", "nonUDT": 1, "ov_cimguiname": "ImRect_GetBR", "ret": "void", @@ -10270,7 +10489,7 @@ "cimguiname": "ImRect_GetCenter", "defaults": {}, "funcname": "GetCenter", - "location": "imgui_internal:502", + "location": "imgui_internal:509", "nonUDT": 1, "ov_cimguiname": "ImRect_GetCenter", "ret": "void", @@ -10292,7 +10511,7 @@ "cimguiname": "ImRect_GetHeight", "defaults": {}, "funcname": "GetHeight", - "location": "imgui_internal:505", + "location": "imgui_internal:512", "ov_cimguiname": "ImRect_GetHeight", "ret": "float", "signature": "()const", @@ -10317,7 +10536,7 @@ "cimguiname": "ImRect_GetSize", "defaults": {}, "funcname": "GetSize", - "location": "imgui_internal:503", + "location": "imgui_internal:510", "nonUDT": 1, "ov_cimguiname": "ImRect_GetSize", "ret": "void", @@ -10343,7 +10562,7 @@ "cimguiname": "ImRect_GetTL", "defaults": {}, "funcname": "GetTL", - "location": "imgui_internal:507", + "location": "imgui_internal:514", "nonUDT": 1, "ov_cimguiname": "ImRect_GetTL", "ret": "void", @@ -10369,7 +10588,7 @@ "cimguiname": "ImRect_GetTR", "defaults": {}, "funcname": "GetTR", - "location": "imgui_internal:508", + "location": "imgui_internal:515", "nonUDT": 1, "ov_cimguiname": "ImRect_GetTR", "ret": "void", @@ -10391,7 +10610,7 @@ "cimguiname": "ImRect_GetWidth", "defaults": {}, "funcname": "GetWidth", - "location": "imgui_internal:504", + "location": "imgui_internal:511", "ov_cimguiname": "ImRect_GetWidth", "ret": "float", "signature": "()const", @@ -10408,7 +10627,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:497", + "location": "imgui_internal:504", "ov_cimguiname": "ImRect_ImRect_Nil", "signature": "()", "stname": "ImRect" @@ -10431,7 +10650,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:498", + "location": "imgui_internal:505", "ov_cimguiname": "ImRect_ImRect_Vec2", "signature": "(const ImVec2,const ImVec2)", "stname": "ImRect" @@ -10450,7 +10669,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:499", + "location": "imgui_internal:506", "ov_cimguiname": "ImRect_ImRect_Vec4", "signature": "(const ImVec4)", "stname": "ImRect" @@ -10481,7 +10700,7 @@ "constructor": true, "defaults": {}, "funcname": "ImRect", - "location": "imgui_internal:500", + "location": "imgui_internal:507", "ov_cimguiname": "ImRect_ImRect_Float", "signature": "(float,float,float,float)", "stname": "ImRect" @@ -10501,7 +10720,7 @@ "cimguiname": "ImRect_IsInverted", "defaults": {}, "funcname": "IsInverted", - "location": "imgui_internal:524", + "location": "imgui_internal:531", "ov_cimguiname": "ImRect_IsInverted", "ret": "bool", "signature": "()const", @@ -10526,7 +10745,7 @@ "cimguiname": "ImRect_Overlaps", "defaults": {}, "funcname": "Overlaps", - "location": "imgui_internal:513", + "location": "imgui_internal:520", "ov_cimguiname": "ImRect_Overlaps", "ret": "bool", "signature": "(const ImRect)const", @@ -10551,7 +10770,7 @@ "cimguiname": "ImRect_ToVec4", "defaults": {}, "funcname": "ToVec4", - "location": "imgui_internal:525", + "location": "imgui_internal:532", "nonUDT": 1, "ov_cimguiname": "ImRect_ToVec4", "ret": "void", @@ -10577,7 +10796,7 @@ "cimguiname": "ImRect_Translate", "defaults": {}, "funcname": "Translate", - "location": "imgui_internal:518", + "location": "imgui_internal:525", "ov_cimguiname": "ImRect_Translate", "ret": "void", "signature": "(const ImVec2)", @@ -10602,7 +10821,7 @@ "cimguiname": "ImRect_TranslateX", "defaults": {}, "funcname": "TranslateX", - "location": "imgui_internal:519", + "location": "imgui_internal:526", "ov_cimguiname": "ImRect_TranslateX", "ret": "void", "signature": "(float)", @@ -10627,7 +10846,7 @@ "cimguiname": "ImRect_TranslateY", "defaults": {}, "funcname": "TranslateY", - "location": "imgui_internal:520", + "location": "imgui_internal:527", "ov_cimguiname": "ImRect_TranslateY", "ret": "void", "signature": "(float)", @@ -10667,7 +10886,7 @@ "cimguiname": "ImSpanAllocator_GetArenaSizeInBytes", "defaults": {}, "funcname": "GetArenaSizeInBytes", - "location": "imgui_internal:616", + "location": "imgui_internal:623", "ov_cimguiname": "ImSpanAllocator_GetArenaSizeInBytes", "ret": "int", "signature": "()", @@ -10693,7 +10912,7 @@ "cimguiname": "ImSpanAllocator_GetSpanPtrBegin", "defaults": {}, "funcname": "GetSpanPtrBegin", - "location": "imgui_internal:618", + "location": "imgui_internal:625", "ov_cimguiname": "ImSpanAllocator_GetSpanPtrBegin", "ret": "void*", "signature": "(int)", @@ -10719,7 +10938,7 @@ "cimguiname": "ImSpanAllocator_GetSpanPtrEnd", "defaults": {}, "funcname": "GetSpanPtrEnd", - "location": "imgui_internal:619", + "location": "imgui_internal:626", "ov_cimguiname": "ImSpanAllocator_GetSpanPtrEnd", "ret": "void*", "signature": "(int)", @@ -10737,7 +10956,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpanAllocator", - "location": "imgui_internal:614", + "location": "imgui_internal:621", "ov_cimguiname": "ImSpanAllocator_ImSpanAllocator", "signature": "()", "stname": "ImSpanAllocator", @@ -10772,7 +10991,7 @@ "a": "4" }, "funcname": "Reserve", - "location": "imgui_internal:615", + "location": "imgui_internal:622", "ov_cimguiname": "ImSpanAllocator_Reserve", "ret": "void", "signature": "(int,size_t,int)", @@ -10798,7 +11017,7 @@ "cimguiname": "ImSpanAllocator_SetArenaBasePtr", "defaults": {}, "funcname": "SetArenaBasePtr", - "location": "imgui_internal:617", + "location": "imgui_internal:624", "ov_cimguiname": "ImSpanAllocator_SetArenaBasePtr", "ret": "void", "signature": "(void*)", @@ -10836,7 +11055,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:582", + "location": "imgui_internal:589", "ov_cimguiname": "ImSpan_ImSpan_Nil", "signature": "()", "stname": "ImSpan", @@ -10860,7 +11079,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:583", + "location": "imgui_internal:590", "ov_cimguiname": "ImSpan_ImSpan_TPtrInt", "signature": "(T*,int)", "stname": "ImSpan", @@ -10884,7 +11103,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:584", + "location": "imgui_internal:591", "ov_cimguiname": "ImSpan_ImSpan_TPtrTPtr", "signature": "(T*,T*)", "stname": "ImSpan", @@ -10905,7 +11124,7 @@ "cimguiname": "ImSpan_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:593", + "location": "imgui_internal:600", "ov_cimguiname": "ImSpan_begin_Nil", "ret": "T*", "signature": "()", @@ -10925,7 +11144,7 @@ "cimguiname": "ImSpan_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:594", + "location": "imgui_internal:601", "ov_cimguiname": "ImSpan_begin__const", "ret": "const T*", "signature": "()const", @@ -10967,7 +11186,7 @@ "cimguiname": "ImSpan_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:595", + "location": "imgui_internal:602", "ov_cimguiname": "ImSpan_end_Nil", "ret": "T*", "signature": "()", @@ -10987,7 +11206,7 @@ "cimguiname": "ImSpan_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:596", + "location": "imgui_internal:603", "ov_cimguiname": "ImSpan_end__const", "ret": "const T*", "signature": "()const", @@ -11013,7 +11232,7 @@ "cimguiname": "ImSpan_index_from_ptr", "defaults": {}, "funcname": "index_from_ptr", - "location": "imgui_internal:599", + "location": "imgui_internal:606", "ov_cimguiname": "ImSpan_index_from_ptr", "ret": "int", "signature": "(const T*)const", @@ -11043,7 +11262,7 @@ "cimguiname": "ImSpan_set", "defaults": {}, "funcname": "set", - "location": "imgui_internal:586", + "location": "imgui_internal:593", "ov_cimguiname": "ImSpan_set_Int", "ret": "void", "signature": "(T*,int)", @@ -11071,7 +11290,7 @@ "cimguiname": "ImSpan_set", "defaults": {}, "funcname": "set", - "location": "imgui_internal:587", + "location": "imgui_internal:594", "ov_cimguiname": "ImSpan_set_TPtr", "ret": "void", "signature": "(T*,T*)", @@ -11093,7 +11312,7 @@ "cimguiname": "ImSpan_size", "defaults": {}, "funcname": "size", - "location": "imgui_internal:588", + "location": "imgui_internal:595", "ov_cimguiname": "ImSpan_size", "ret": "int", "signature": "()const", @@ -11115,7 +11334,7 @@ "cimguiname": "ImSpan_size_in_bytes", "defaults": {}, "funcname": "size_in_bytes", - "location": "imgui_internal:589", + "location": "imgui_internal:596", "ov_cimguiname": "ImSpan_size_in_bytes", "ret": "int", "signature": "()const", @@ -11133,7 +11352,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec1", - "location": "imgui_internal:477", + "location": "imgui_internal:484", "ov_cimguiname": "ImVec1_ImVec1_Nil", "signature": "()", "stname": "ImVec1" @@ -11152,7 +11371,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec1", - "location": "imgui_internal:478", + "location": "imgui_internal:485", "ov_cimguiname": "ImVec1_ImVec1_Float", "signature": "(float)", "stname": "ImVec1" @@ -11187,7 +11406,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2", - "location": "imgui:254", + "location": "imgui:269", "ov_cimguiname": "ImVec2_ImVec2_Nil", "signature": "()", "stname": "ImVec2" @@ -11210,7 +11429,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2", - "location": "imgui:255", + "location": "imgui:270", "ov_cimguiname": "ImVec2_ImVec2_Float", "signature": "(float,float)", "stname": "ImVec2" @@ -11245,7 +11464,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2ih", - "location": "imgui_internal:485", + "location": "imgui_internal:492", "ov_cimguiname": "ImVec2ih_ImVec2ih_Nil", "signature": "()", "stname": "ImVec2ih" @@ -11268,7 +11487,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2ih", - "location": "imgui_internal:486", + "location": "imgui_internal:493", "ov_cimguiname": "ImVec2ih_ImVec2ih_short", "signature": "(short,short)", "stname": "ImVec2ih" @@ -11287,7 +11506,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2ih", - "location": "imgui_internal:487", + "location": "imgui_internal:494", "ov_cimguiname": "ImVec2ih_ImVec2ih_Vec2", "signature": "(const ImVec2)", "stname": "ImVec2ih" @@ -11322,7 +11541,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec4", - "location": "imgui:267", + "location": "imgui:282", "ov_cimguiname": "ImVec4_ImVec4_Nil", "signature": "()", "stname": "ImVec4" @@ -11353,7 +11572,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec4", - "location": "imgui:268", + "location": "imgui:283", "ov_cimguiname": "ImVec4_ImVec4_Float", "signature": "(float,float,float,float)", "stname": "ImVec4" @@ -11388,7 +11607,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVector", - "location": "imgui:1763", + "location": "imgui:1784", "ov_cimguiname": "ImVector_ImVector_Nil", "signature": "()", "stname": "ImVector", @@ -11408,7 +11627,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVector", - "location": "imgui:1764", + "location": "imgui:1785", "ov_cimguiname": "ImVector_ImVector_Vector", "signature": "(const ImVector)", "stname": "ImVector", @@ -11433,7 +11652,7 @@ "cimguiname": "ImVector__grow_capacity", "defaults": {}, "funcname": "_grow_capacity", - "location": "imgui:1790", + "location": "imgui:1811", "ov_cimguiname": "ImVector__grow_capacity", "ret": "int", "signature": "(int)const", @@ -11455,7 +11674,7 @@ "cimguiname": "ImVector_back", "defaults": {}, "funcname": "back", - "location": "imgui:1786", + "location": "imgui:1807", "ov_cimguiname": "ImVector_back_Nil", "ret": "T*", "retref": "&", @@ -11476,7 +11695,7 @@ "cimguiname": "ImVector_back", "defaults": {}, "funcname": "back", - "location": "imgui:1787", + "location": "imgui:1808", "ov_cimguiname": "ImVector_back__const", "ret": "const T*", "retref": "&", @@ -11499,7 +11718,7 @@ "cimguiname": "ImVector_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:1780", + "location": "imgui:1801", "ov_cimguiname": "ImVector_begin_Nil", "ret": "T*", "signature": "()", @@ -11519,7 +11738,7 @@ "cimguiname": "ImVector_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:1781", + "location": "imgui:1802", "ov_cimguiname": "ImVector_begin__const", "ret": "const T*", "signature": "()const", @@ -11541,7 +11760,7 @@ "cimguiname": "ImVector_capacity", "defaults": {}, "funcname": "capacity", - "location": "imgui:1776", + "location": "imgui:1797", "ov_cimguiname": "ImVector_capacity", "ret": "int", "signature": "()const", @@ -11563,7 +11782,7 @@ "cimguiname": "ImVector_clear", "defaults": {}, "funcname": "clear", - "location": "imgui:1768", + "location": "imgui:1789", "ov_cimguiname": "ImVector_clear", "ret": "void", "signature": "()", @@ -11585,7 +11804,7 @@ "cimguiname": "ImVector_clear_delete", "defaults": {}, "funcname": "clear_delete", - "location": "imgui:1769", + "location": "imgui:1790", "ov_cimguiname": "ImVector_clear_delete", "ret": "void", "signature": "()", @@ -11607,7 +11826,7 @@ "cimguiname": "ImVector_clear_destruct", "defaults": {}, "funcname": "clear_destruct", - "location": "imgui:1770", + "location": "imgui:1791", "ov_cimguiname": "ImVector_clear_destruct", "ret": "void", "signature": "()", @@ -11633,7 +11852,7 @@ "cimguiname": "ImVector_contains", "defaults": {}, "funcname": "contains", - "location": "imgui:1804", + "location": "imgui:1825", "ov_cimguiname": "ImVector_contains", "ret": "bool", "signature": "(const T)const", @@ -11654,7 +11873,7 @@ "cimguiname": "ImVector_destroy", "defaults": {}, "destructor": true, - "location": "imgui:1766", + "location": "imgui:1787", "ov_cimguiname": "ImVector_destroy", "realdestructor": true, "ret": "void", @@ -11677,7 +11896,7 @@ "cimguiname": "ImVector_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:1772", + "location": "imgui:1793", "ov_cimguiname": "ImVector_empty", "ret": "bool", "signature": "()const", @@ -11699,7 +11918,7 @@ "cimguiname": "ImVector_end", "defaults": {}, "funcname": "end", - "location": "imgui:1782", + "location": "imgui:1803", "ov_cimguiname": "ImVector_end_Nil", "ret": "T*", "signature": "()", @@ -11719,7 +11938,7 @@ "cimguiname": "ImVector_end", "defaults": {}, "funcname": "end", - "location": "imgui:1783", + "location": "imgui:1804", "ov_cimguiname": "ImVector_end__const", "ret": "const T*", "signature": "()const", @@ -11745,7 +11964,7 @@ "cimguiname": "ImVector_erase", "defaults": {}, "funcname": "erase", - "location": "imgui:1800", + "location": "imgui:1821", "ov_cimguiname": "ImVector_erase_Nil", "ret": "T*", "signature": "(const T*)", @@ -11773,7 +11992,7 @@ "cimguiname": "ImVector_erase", "defaults": {}, "funcname": "erase", - "location": "imgui:1801", + "location": "imgui:1822", "ov_cimguiname": "ImVector_erase_TPtr", "ret": "T*", "signature": "(const T*,const T*)", @@ -11799,7 +12018,7 @@ "cimguiname": "ImVector_erase_unsorted", "defaults": {}, "funcname": "erase_unsorted", - "location": "imgui:1802", + "location": "imgui:1823", "ov_cimguiname": "ImVector_erase_unsorted", "ret": "T*", "signature": "(const T*)", @@ -11825,7 +12044,7 @@ "cimguiname": "ImVector_find", "defaults": {}, "funcname": "find", - "location": "imgui:1805", + "location": "imgui:1826", "ov_cimguiname": "ImVector_find_Nil", "ret": "T*", "signature": "(const T)", @@ -11849,7 +12068,7 @@ "cimguiname": "ImVector_find", "defaults": {}, "funcname": "find", - "location": "imgui:1806", + "location": "imgui:1827", "ov_cimguiname": "ImVector_find__const", "ret": "const T*", "signature": "(const T)const", @@ -11875,7 +12094,7 @@ "cimguiname": "ImVector_find_erase", "defaults": {}, "funcname": "find_erase", - "location": "imgui:1807", + "location": "imgui:1828", "ov_cimguiname": "ImVector_find_erase", "ret": "bool", "signature": "(const T)", @@ -11901,7 +12120,7 @@ "cimguiname": "ImVector_find_erase_unsorted", "defaults": {}, "funcname": "find_erase_unsorted", - "location": "imgui:1808", + "location": "imgui:1829", "ov_cimguiname": "ImVector_find_erase_unsorted", "ret": "bool", "signature": "(const T)", @@ -11923,7 +12142,7 @@ "cimguiname": "ImVector_front", "defaults": {}, "funcname": "front", - "location": "imgui:1784", + "location": "imgui:1805", "ov_cimguiname": "ImVector_front_Nil", "ret": "T*", "retref": "&", @@ -11944,7 +12163,7 @@ "cimguiname": "ImVector_front", "defaults": {}, "funcname": "front", - "location": "imgui:1785", + "location": "imgui:1806", "ov_cimguiname": "ImVector_front__const", "ret": "const T*", "retref": "&", @@ -11971,7 +12190,7 @@ "cimguiname": "ImVector_index_from_ptr", "defaults": {}, "funcname": "index_from_ptr", - "location": "imgui:1809", + "location": "imgui:1830", "ov_cimguiname": "ImVector_index_from_ptr", "ret": "int", "signature": "(const T*)const", @@ -12001,7 +12220,7 @@ "cimguiname": "ImVector_insert", "defaults": {}, "funcname": "insert", - "location": "imgui:1803", + "location": "imgui:1824", "ov_cimguiname": "ImVector_insert", "ret": "T*", "signature": "(const T*,const T)", @@ -12023,7 +12242,7 @@ "cimguiname": "ImVector_max_size", "defaults": {}, "funcname": "max_size", - "location": "imgui:1775", + "location": "imgui:1796", "ov_cimguiname": "ImVector_max_size", "ret": "int", "signature": "()const", @@ -12045,7 +12264,7 @@ "cimguiname": "ImVector_pop_back", "defaults": {}, "funcname": "pop_back", - "location": "imgui:1798", + "location": "imgui:1819", "ov_cimguiname": "ImVector_pop_back", "ret": "void", "signature": "()", @@ -12071,7 +12290,7 @@ "cimguiname": "ImVector_push_back", "defaults": {}, "funcname": "push_back", - "location": "imgui:1797", + "location": "imgui:1818", "ov_cimguiname": "ImVector_push_back", "ret": "void", "signature": "(const T)", @@ -12097,7 +12316,7 @@ "cimguiname": "ImVector_push_front", "defaults": {}, "funcname": "push_front", - "location": "imgui:1799", + "location": "imgui:1820", "ov_cimguiname": "ImVector_push_front", "ret": "void", "signature": "(const T)", @@ -12123,7 +12342,7 @@ "cimguiname": "ImVector_reserve", "defaults": {}, "funcname": "reserve", - "location": "imgui:1794", + "location": "imgui:1815", "ov_cimguiname": "ImVector_reserve", "ret": "void", "signature": "(int)", @@ -12149,7 +12368,7 @@ "cimguiname": "ImVector_resize", "defaults": {}, "funcname": "resize", - "location": "imgui:1791", + "location": "imgui:1812", "ov_cimguiname": "ImVector_resize_Nil", "ret": "void", "signature": "(int)", @@ -12177,7 +12396,7 @@ "cimguiname": "ImVector_resize", "defaults": {}, "funcname": "resize", - "location": "imgui:1792", + "location": "imgui:1813", "ov_cimguiname": "ImVector_resize_T", "ret": "void", "signature": "(int,const T)", @@ -12203,7 +12422,7 @@ "cimguiname": "ImVector_shrink", "defaults": {}, "funcname": "shrink", - "location": "imgui:1793", + "location": "imgui:1814", "ov_cimguiname": "ImVector_shrink", "ret": "void", "signature": "(int)", @@ -12225,7 +12444,7 @@ "cimguiname": "ImVector_size", "defaults": {}, "funcname": "size", - "location": "imgui:1773", + "location": "imgui:1794", "ov_cimguiname": "ImVector_size", "ret": "int", "signature": "()const", @@ -12247,7 +12466,7 @@ "cimguiname": "ImVector_size_in_bytes", "defaults": {}, "funcname": "size_in_bytes", - "location": "imgui:1774", + "location": "imgui:1795", "ov_cimguiname": "ImVector_size_in_bytes", "ret": "int", "signature": "()const", @@ -12274,7 +12493,7 @@ "cimguiname": "ImVector_swap", "defaults": {}, "funcname": "swap", - "location": "imgui:1788", + "location": "imgui:1809", "ov_cimguiname": "ImVector_swap", "ret": "void", "signature": "(ImVector*)", @@ -12302,7 +12521,7 @@ "flags": "0" }, "funcname": "AcceptDragDropPayload", - "location": "imgui:828", + "location": "imgui:844", "namespace": "ImGui", "ov_cimguiname": "igAcceptDragDropPayload", "ret": "const ImGuiPayload*", @@ -12324,7 +12543,7 @@ "cimguiname": "igActivateItem", "defaults": {}, "funcname": "ActivateItem", - "location": "imgui_internal:2703", + "location": "imgui_internal:2812", "namespace": "ImGui", "ov_cimguiname": "igActivateItem", "ret": "void", @@ -12350,7 +12569,7 @@ "cimguiname": "igAddContextHook", "defaults": {}, "funcname": "AddContextHook", - "location": "imgui_internal:2594", + "location": "imgui_internal:2688", "namespace": "ImGui", "ov_cimguiname": "igAddContextHook", "ret": "ImGuiID", @@ -12367,7 +12586,7 @@ "cimguiname": "igAlignTextToFramePadding", "defaults": {}, "funcname": "AlignTextToFramePadding", - "location": "imgui:453", + "location": "imgui:468", "namespace": "ImGui", "ov_cimguiname": "igAlignTextToFramePadding", "ret": "void", @@ -12393,7 +12612,7 @@ "cimguiname": "igArrowButton", "defaults": {}, "funcname": "ArrowButton", - "location": "imgui:500", + "location": "imgui:515", "namespace": "ImGui", "ov_cimguiname": "igArrowButton", "ret": "bool", @@ -12429,7 +12648,7 @@ "flags": "0" }, "funcname": "ArrowButtonEx", - "location": "imgui_internal:2894", + "location": "imgui_internal:3006", "namespace": "ImGui", "ov_cimguiname": "igArrowButtonEx", "ret": "bool", @@ -12462,7 +12681,7 @@ "p_open": "NULL" }, "funcname": "Begin", - "location": "imgui:326", + "location": "imgui:342", "namespace": "ImGui", "ov_cimguiname": "igBegin", "ret": "bool", @@ -12500,7 +12719,7 @@ "size": "ImVec2(0,0)" }, "funcname": "BeginChild", - "location": "imgui:337", + "location": "imgui:353", "namespace": "ImGui", "ov_cimguiname": "igBeginChild_Str", "ret": "bool", @@ -12536,7 +12755,7 @@ "size": "ImVec2(0,0)" }, "funcname": "BeginChild", - "location": "imgui:338", + "location": "imgui:354", "namespace": "ImGui", "ov_cimguiname": "igBeginChild_ID", "ret": "bool", @@ -12574,7 +12793,7 @@ "cimguiname": "igBeginChildEx", "defaults": {}, "funcname": "BeginChildEx", - "location": "imgui_internal:2673", + "location": "imgui_internal:2775", "namespace": "ImGui", "ov_cimguiname": "igBeginChildEx", "ret": "bool", @@ -12606,7 +12825,7 @@ "flags": "0" }, "funcname": "BeginChildFrame", - "location": "imgui:889", + "location": "imgui:905", "namespace": "ImGui", "ov_cimguiname": "igBeginChildFrame", "ret": "bool", @@ -12638,7 +12857,7 @@ "flags": "0" }, "funcname": "BeginColumns", - "location": "imgui_internal:2783", + "location": "imgui_internal:2894", "namespace": "ImGui", "ov_cimguiname": "igBeginColumns", "ret": "void", @@ -12670,7 +12889,7 @@ "flags": "0" }, "funcname": "BeginCombo", - "location": "imgui:514", + "location": "imgui:529", "namespace": "ImGui", "ov_cimguiname": "igBeginCombo", "ret": "bool", @@ -12700,7 +12919,7 @@ "cimguiname": "igBeginComboPopup", "defaults": {}, "funcname": "BeginComboPopup", - "location": "imgui_internal:2690", + "location": "imgui_internal:2795", "namespace": "ImGui", "ov_cimguiname": "igBeginComboPopup", "ret": "bool", @@ -12717,7 +12936,7 @@ "cimguiname": "igBeginComboPreview", "defaults": {}, "funcname": "BeginComboPreview", - "location": "imgui_internal:2691", + "location": "imgui_internal:2796", "namespace": "ImGui", "ov_cimguiname": "igBeginComboPreview", "ret": "bool", @@ -12741,7 +12960,7 @@ "disabled": "true" }, "funcname": "BeginDisabled", - "location": "imgui:835", + "location": "imgui:852", "namespace": "ImGui", "ov_cimguiname": "igBeginDisabled", "ret": "void", @@ -12763,7 +12982,7 @@ "cimguiname": "igBeginDockableDragDropSource", "defaults": {}, "funcname": "BeginDockableDragDropSource", - "location": "imgui_internal:2748", + "location": "imgui_internal:2859", "namespace": "ImGui", "ov_cimguiname": "igBeginDockableDragDropSource", "ret": "void", @@ -12785,7 +13004,7 @@ "cimguiname": "igBeginDockableDragDropTarget", "defaults": {}, "funcname": "BeginDockableDragDropTarget", - "location": "imgui_internal:2749", + "location": "imgui_internal:2860", "namespace": "ImGui", "ov_cimguiname": "igBeginDockableDragDropTarget", "ret": "void", @@ -12811,7 +13030,7 @@ "cimguiname": "igBeginDocked", "defaults": {}, "funcname": "BeginDocked", - "location": "imgui_internal:2747", + "location": "imgui_internal:2858", "namespace": "ImGui", "ov_cimguiname": "igBeginDocked", "ret": "void", @@ -12835,7 +13054,7 @@ "flags": "0" }, "funcname": "BeginDragDropSource", - "location": "imgui:824", + "location": "imgui:840", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropSource", "ret": "bool", @@ -12852,7 +13071,7 @@ "cimguiname": "igBeginDragDropTarget", "defaults": {}, "funcname": "BeginDragDropTarget", - "location": "imgui:827", + "location": "imgui:843", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropTarget", "ret": "bool", @@ -12878,7 +13097,7 @@ "cimguiname": "igBeginDragDropTargetCustom", "defaults": {}, "funcname": "BeginDragDropTargetCustom", - "location": "imgui_internal:2777", + "location": "imgui_internal:2888", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropTargetCustom", "ret": "bool", @@ -12895,7 +13114,7 @@ "cimguiname": "igBeginGroup", "defaults": {}, "funcname": "BeginGroup", - "location": "imgui:442", + "location": "imgui:457", "namespace": "ImGui", "ov_cimguiname": "igBeginGroup", "ret": "void", @@ -12923,7 +13142,7 @@ "size": "ImVec2(0,0)" }, "funcname": "BeginListBox", - "location": "imgui:625", + "location": "imgui:640", "namespace": "ImGui", "ov_cimguiname": "igBeginListBox", "ret": "bool", @@ -12940,7 +13159,7 @@ "cimguiname": "igBeginMainMenuBar", "defaults": {}, "funcname": "BeginMainMenuBar", - "location": "imgui:651", + "location": "imgui:666", "namespace": "ImGui", "ov_cimguiname": "igBeginMainMenuBar", "ret": "bool", @@ -12968,7 +13187,7 @@ "enabled": "true" }, "funcname": "BeginMenu", - "location": "imgui:653", + "location": "imgui:668", "namespace": "ImGui", "ov_cimguiname": "igBeginMenu", "ret": "bool", @@ -12985,7 +13204,7 @@ "cimguiname": "igBeginMenuBar", "defaults": {}, "funcname": "BeginMenuBar", - "location": "imgui:649", + "location": "imgui:664", "namespace": "ImGui", "ov_cimguiname": "igBeginMenuBar", "ret": "bool", @@ -12993,6 +13212,38 @@ "stname": "" } ], + "igBeginMenuEx": [ + { + "args": "(const char* label,const char* icon,bool enabled)", + "argsT": [ + { + "name": "label", + "type": "const char*" + }, + { + "name": "icon", + "type": "const char*" + }, + { + "name": "enabled", + "type": "bool" + } + ], + "argsoriginal": "(const char* label,const char* icon,bool enabled=true)", + "call_args": "(label,icon,enabled)", + "cimguiname": "igBeginMenuEx", + "defaults": { + "enabled": "true" + }, + "funcname": "BeginMenuEx", + "location": "imgui_internal:2791", + "namespace": "ImGui", + "ov_cimguiname": "igBeginMenuEx", + "ret": "bool", + "signature": "(const char*,const char*,bool)", + "stname": "" + } + ], "igBeginPopup": [ { "args": "(const char* str_id,ImGuiWindowFlags flags)", @@ -13013,7 +13264,7 @@ "flags": "0" }, "funcname": "BeginPopup", - "location": "imgui:677", + "location": "imgui:692", "namespace": "ImGui", "ov_cimguiname": "igBeginPopup", "ret": "bool", @@ -13042,7 +13293,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextItem", - "location": "imgui:698", + "location": "imgui:713", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextItem", "ret": "bool", @@ -13071,7 +13322,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextVoid", - "location": "imgui:700", + "location": "imgui:715", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextVoid", "ret": "bool", @@ -13100,7 +13351,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextWindow", - "location": "imgui:699", + "location": "imgui:714", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextWindow", "ret": "bool", @@ -13126,7 +13377,7 @@ "cimguiname": "igBeginPopupEx", "defaults": {}, "funcname": "BeginPopupEx", - "location": "imgui_internal:2678", + "location": "imgui_internal:2781", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupEx", "ret": "bool", @@ -13159,7 +13410,7 @@ "p_open": "NULL" }, "funcname": "BeginPopupModal", - "location": "imgui:678", + "location": "imgui:693", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupModal", "ret": "bool", @@ -13187,7 +13438,7 @@ "flags": "0" }, "funcname": "BeginTabBar", - "location": "imgui:783", + "location": "imgui:798", "namespace": "ImGui", "ov_cimguiname": "igBeginTabBar", "ret": "bool", @@ -13221,7 +13472,7 @@ "cimguiname": "igBeginTabBarEx", "defaults": {}, "funcname": "BeginTabBarEx", - "location": "imgui_internal:2845", + "location": "imgui_internal:2956", "namespace": "ImGui", "ov_cimguiname": "igBeginTabBarEx", "ret": "bool", @@ -13254,7 +13505,7 @@ "p_open": "NULL" }, "funcname": "BeginTabItem", - "location": "imgui:785", + "location": "imgui:800", "namespace": "ImGui", "ov_cimguiname": "igBeginTabItem", "ret": "bool", @@ -13296,7 +13547,7 @@ "outer_size": "ImVec2(0.0f,0.0f)" }, "funcname": "BeginTable", - "location": "imgui:733", + "location": "imgui:748", "namespace": "ImGui", "ov_cimguiname": "igBeginTable", "ret": "bool", @@ -13342,7 +13593,7 @@ "outer_size": "ImVec2(0,0)" }, "funcname": "BeginTableEx", - "location": "imgui_internal:2805", + "location": "imgui_internal:2916", "namespace": "ImGui", "ov_cimguiname": "igBeginTableEx", "ret": "bool", @@ -13359,7 +13610,7 @@ "cimguiname": "igBeginTooltip", "defaults": {}, "funcname": "BeginTooltip", - "location": "imgui:660", + "location": "imgui:675", "namespace": "ImGui", "ov_cimguiname": "igBeginTooltip", "ret": "void", @@ -13369,27 +13620,27 @@ ], "igBeginTooltipEx": [ { - "args": "(ImGuiWindowFlags extra_flags,ImGuiTooltipFlags tooltip_flags)", + "args": "(ImGuiTooltipFlags tooltip_flags,ImGuiWindowFlags extra_window_flags)", "argsT": [ - { - "name": "extra_flags", - "type": "ImGuiWindowFlags" - }, { "name": "tooltip_flags", "type": "ImGuiTooltipFlags" + }, + { + "name": "extra_window_flags", + "type": "ImGuiWindowFlags" } ], - "argsoriginal": "(ImGuiWindowFlags extra_flags,ImGuiTooltipFlags tooltip_flags)", - "call_args": "(extra_flags,tooltip_flags)", + "argsoriginal": "(ImGuiTooltipFlags tooltip_flags,ImGuiWindowFlags extra_window_flags)", + "call_args": "(tooltip_flags,extra_window_flags)", "cimguiname": "igBeginTooltipEx", "defaults": {}, "funcname": "BeginTooltipEx", - "location": "imgui_internal:2679", + "location": "imgui_internal:2782", "namespace": "ImGui", "ov_cimguiname": "igBeginTooltipEx", "ret": "void", - "signature": "(ImGuiWindowFlags,ImGuiTooltipFlags)", + "signature": "(ImGuiTooltipFlags,ImGuiWindowFlags)", "stname": "" } ], @@ -13423,7 +13674,7 @@ "cimguiname": "igBeginViewportSideBar", "defaults": {}, "funcname": "BeginViewportSideBar", - "location": "imgui_internal:2684", + "location": "imgui_internal:2790", "namespace": "ImGui", "ov_cimguiname": "igBeginViewportSideBar", "ret": "bool", @@ -13445,7 +13696,7 @@ "cimguiname": "igBringWindowToDisplayBack", "defaults": {}, "funcname": "BringWindowToDisplayBack", - "location": "imgui_internal:2575", + "location": "imgui_internal:2666", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayBack", "ret": "void", @@ -13453,6 +13704,32 @@ "stname": "" } ], + "igBringWindowToDisplayBehind": [ + { + "args": "(ImGuiWindow* window,ImGuiWindow* above_window)", + "argsT": [ + { + "name": "window", + "type": "ImGuiWindow*" + }, + { + "name": "above_window", + "type": "ImGuiWindow*" + } + ], + "argsoriginal": "(ImGuiWindow* window,ImGuiWindow* above_window)", + "call_args": "(window,above_window)", + "cimguiname": "igBringWindowToDisplayBehind", + "defaults": {}, + "funcname": "BringWindowToDisplayBehind", + "location": "imgui_internal:2667", + "namespace": "ImGui", + "ov_cimguiname": "igBringWindowToDisplayBehind", + "ret": "void", + "signature": "(ImGuiWindow*,ImGuiWindow*)", + "stname": "" + } + ], "igBringWindowToDisplayFront": [ { "args": "(ImGuiWindow* window)", @@ -13467,7 +13744,7 @@ "cimguiname": "igBringWindowToDisplayFront", "defaults": {}, "funcname": "BringWindowToDisplayFront", - "location": "imgui_internal:2574", + "location": "imgui_internal:2665", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayFront", "ret": "void", @@ -13489,7 +13766,7 @@ "cimguiname": "igBringWindowToFocusFront", "defaults": {}, "funcname": "BringWindowToFocusFront", - "location": "imgui_internal:2573", + "location": "imgui_internal:2664", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToFocusFront", "ret": "void", @@ -13506,7 +13783,7 @@ "cimguiname": "igBullet", "defaults": {}, "funcname": "Bullet", - "location": "imgui:509", + "location": "imgui:524", "namespace": "ImGui", "ov_cimguiname": "igBullet", "ret": "void", @@ -13533,7 +13810,7 @@ "defaults": {}, "funcname": "BulletText", "isvararg": "...)", - "location": "imgui:491", + "location": "imgui:506", "namespace": "ImGui", "ov_cimguiname": "igBulletText", "ret": "void", @@ -13559,7 +13836,7 @@ "cimguiname": "igBulletTextV", "defaults": {}, "funcname": "BulletTextV", - "location": "imgui:492", + "location": "imgui:507", "namespace": "ImGui", "ov_cimguiname": "igBulletTextV", "ret": "void", @@ -13587,7 +13864,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Button", - "location": "imgui:497", + "location": "imgui:512", "namespace": "ImGui", "ov_cimguiname": "igButton", "ret": "bool", @@ -13627,7 +13904,7 @@ "flags": "0" }, "funcname": "ButtonBehavior", - "location": "imgui_internal:2907", + "location": "imgui_internal:3019", "namespace": "ImGui", "ov_cimguiname": "igButtonBehavior", "ret": "bool", @@ -13660,7 +13937,7 @@ "size_arg": "ImVec2(0,0)" }, "funcname": "ButtonEx", - "location": "imgui_internal:2891", + "location": "imgui_internal:3003", "namespace": "ImGui", "ov_cimguiname": "igButtonEx", "ret": "bool", @@ -13694,7 +13971,7 @@ "cimguiname": "igCalcItemSize", "defaults": {}, "funcname": "CalcItemSize", - "location": "imgui_internal:2646", + "location": "imgui_internal:2746", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcItemSize", @@ -13712,7 +13989,7 @@ "cimguiname": "igCalcItemWidth", "defaults": {}, "funcname": "CalcItemWidth", - "location": "imgui:414", + "location": "imgui:429", "namespace": "ImGui", "ov_cimguiname": "igCalcItemWidth", "ret": "float", @@ -13720,37 +13997,33 @@ "stname": "" } ], - "igCalcListClipping": [ + "igCalcRoundingFlagsForRectInRect": [ { - "args": "(int items_count,float items_height,int* out_items_display_start,int* out_items_display_end)", + "args": "(const ImRect r_in,const ImRect r_outer,float threshold)", "argsT": [ { - "name": "items_count", - "type": "int" - }, - { - "name": "items_height", - "type": "float" + "name": "r_in", + "type": "const ImRect" }, { - "name": "out_items_display_start", - "type": "int*" + "name": "r_outer", + "type": "const ImRect" }, { - "name": "out_items_display_end", - "type": "int*" + "name": "threshold", + "type": "float" } ], - "argsoriginal": "(int items_count,float items_height,int* out_items_display_start,int* out_items_display_end)", - "call_args": "(items_count,items_height,out_items_display_start,out_items_display_end)", - "cimguiname": "igCalcListClipping", + "argsoriginal": "(const ImRect& r_in,const ImRect& r_outer,float threshold)", + "call_args": "(r_in,r_outer,threshold)", + "cimguiname": "igCalcRoundingFlagsForRectInRect", "defaults": {}, - "funcname": "CalcListClipping", - "location": "imgui:888", + "funcname": "CalcRoundingFlagsForRectInRect", + "location": "imgui_internal:2993", "namespace": "ImGui", - "ov_cimguiname": "igCalcListClipping", - "ret": "void", - "signature": "(int,float,int*,int*)", + "ov_cimguiname": "igCalcRoundingFlagsForRectInRect", + "ret": "ImDrawFlags", + "signature": "(const ImRect,const ImRect,float)", "stname": "" } ], @@ -13788,7 +14061,7 @@ "wrap_width": "-1.0f" }, "funcname": "CalcTextSize", - "location": "imgui:893", + "location": "imgui:909", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcTextSize", @@ -13823,7 +14096,7 @@ "cimguiname": "igCalcTypematicRepeatAmount", "defaults": {}, "funcname": "CalcTypematicRepeatAmount", - "location": "imgui_internal:2702", + "location": "imgui_internal:2811", "namespace": "ImGui", "ov_cimguiname": "igCalcTypematicRepeatAmount", "ret": "int", @@ -13849,7 +14122,7 @@ "cimguiname": "igCalcWindowNextAutoFitSize", "defaults": {}, "funcname": "CalcWindowNextAutoFitSize", - "location": "imgui_internal:2561", + "location": "imgui_internal:2649", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcWindowNextAutoFitSize", @@ -13876,7 +14149,7 @@ "cimguiname": "igCalcWrapWidthForPos", "defaults": {}, "funcname": "CalcWrapWidthForPos", - "location": "imgui_internal:2647", + "location": "imgui_internal:2747", "namespace": "ImGui", "ov_cimguiname": "igCalcWrapWidthForPos", "ret": "float", @@ -13902,7 +14175,7 @@ "cimguiname": "igCallContextHooks", "defaults": {}, "funcname": "CallContextHooks", - "location": "imgui_internal:2596", + "location": "imgui_internal:2690", "namespace": "ImGui", "ov_cimguiname": "igCallContextHooks", "ret": "void", @@ -13926,7 +14199,7 @@ "want_capture_keyboard_value": "true" }, "funcname": "CaptureKeyboardFromApp", - "location": "imgui:909", + "location": "imgui:925", "namespace": "ImGui", "ov_cimguiname": "igCaptureKeyboardFromApp", "ret": "void", @@ -13950,7 +14223,7 @@ "want_capture_mouse_value": "true" }, "funcname": "CaptureMouseFromApp", - "location": "imgui:929", + "location": "imgui:946", "namespace": "ImGui", "ov_cimguiname": "igCaptureMouseFromApp", "ret": "void", @@ -13976,7 +14249,7 @@ "cimguiname": "igCheckbox", "defaults": {}, "funcname": "Checkbox", - "location": "imgui:503", + "location": "imgui:518", "namespace": "ImGui", "ov_cimguiname": "igCheckbox", "ret": "bool", @@ -14006,7 +14279,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui:504", + "location": "imgui:519", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_IntPtr", "ret": "bool", @@ -14034,7 +14307,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui:505", + "location": "imgui:520", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_UintPtr", "ret": "bool", @@ -14062,7 +14335,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui_internal:2903", + "location": "imgui_internal:3015", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_S64Ptr", "ret": "bool", @@ -14090,7 +14363,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui_internal:2904", + "location": "imgui_internal:3016", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_U64Ptr", "ret": "bool", @@ -14107,7 +14380,7 @@ "cimguiname": "igClearActiveID", "defaults": {}, "funcname": "ClearActiveID", - "location": "imgui_internal:2630", + "location": "imgui_internal:2731", "namespace": "ImGui", "ov_cimguiname": "igClearActiveID", "ret": "void", @@ -14124,7 +14397,7 @@ "cimguiname": "igClearDragDrop", "defaults": {}, "funcname": "ClearDragDrop", - "location": "imgui_internal:2778", + "location": "imgui_internal:2889", "namespace": "ImGui", "ov_cimguiname": "igClearDragDrop", "ret": "void", @@ -14141,7 +14414,7 @@ "cimguiname": "igClearIniSettings", "defaults": {}, "funcname": "ClearIniSettings", - "location": "imgui_internal:2608", + "location": "imgui_internal:2702", "namespace": "ImGui", "ov_cimguiname": "igClearIniSettings", "ret": "void", @@ -14167,7 +14440,7 @@ "cimguiname": "igCloseButton", "defaults": {}, "funcname": "CloseButton", - "location": "imgui_internal:2892", + "location": "imgui_internal:3004", "namespace": "ImGui", "ov_cimguiname": "igCloseButton", "ret": "bool", @@ -14184,7 +14457,7 @@ "cimguiname": "igCloseCurrentPopup", "defaults": {}, "funcname": "CloseCurrentPopup", - "location": "imgui:691", + "location": "imgui:706", "namespace": "ImGui", "ov_cimguiname": "igCloseCurrentPopup", "ret": "void", @@ -14210,7 +14483,7 @@ "cimguiname": "igClosePopupToLevel", "defaults": {}, "funcname": "ClosePopupToLevel", - "location": "imgui_internal:2675", + "location": "imgui_internal:2777", "namespace": "ImGui", "ov_cimguiname": "igClosePopupToLevel", "ret": "void", @@ -14218,6 +14491,23 @@ "stname": "" } ], + "igClosePopupsExceptModals": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "igClosePopupsExceptModals", + "defaults": {}, + "funcname": "ClosePopupsExceptModals", + "location": "imgui_internal:2779", + "namespace": "ImGui", + "ov_cimguiname": "igClosePopupsExceptModals", + "ret": "void", + "signature": "()", + "stname": "" + } + ], "igClosePopupsOverWindow": [ { "args": "(ImGuiWindow* ref_window,bool restore_focus_to_window_under_popup)", @@ -14236,7 +14526,7 @@ "cimguiname": "igClosePopupsOverWindow", "defaults": {}, "funcname": "ClosePopupsOverWindow", - "location": "imgui_internal:2676", + "location": "imgui_internal:2778", "namespace": "ImGui", "ov_cimguiname": "igClosePopupsOverWindow", "ret": "void", @@ -14266,7 +14556,7 @@ "cimguiname": "igCollapseButton", "defaults": {}, "funcname": "CollapseButton", - "location": "imgui_internal:2893", + "location": "imgui_internal:3005", "namespace": "ImGui", "ov_cimguiname": "igCollapseButton", "ret": "bool", @@ -14294,7 +14584,7 @@ "flags": "0" }, "funcname": "CollapsingHeader", - "location": "imgui:609", + "location": "imgui:624", "namespace": "ImGui", "ov_cimguiname": "igCollapsingHeader_TreeNodeFlags", "ret": "bool", @@ -14324,7 +14614,7 @@ "flags": "0" }, "funcname": "CollapsingHeader", - "location": "imgui:610", + "location": "imgui:625", "namespace": "ImGui", "ov_cimguiname": "igCollapsingHeader_BoolPtr", "ret": "bool", @@ -14361,7 +14651,7 @@ "size": "ImVec2(0,0)" }, "funcname": "ColorButton", - "location": "imgui:590", + "location": "imgui:605", "namespace": "ImGui", "ov_cimguiname": "igColorButton", "ret": "bool", @@ -14383,7 +14673,7 @@ "cimguiname": "igColorConvertFloat4ToU32", "defaults": {}, "funcname": "ColorConvertFloat4ToU32", - "location": "imgui:897", + "location": "imgui:913", "namespace": "ImGui", "ov_cimguiname": "igColorConvertFloat4ToU32", "ret": "ImU32", @@ -14428,7 +14718,7 @@ "cimguiname": "igColorConvertHSVtoRGB", "defaults": {}, "funcname": "ColorConvertHSVtoRGB", - "location": "imgui:899", + "location": "imgui:915", "namespace": "ImGui", "ov_cimguiname": "igColorConvertHSVtoRGB", "ret": "void", @@ -14473,7 +14763,7 @@ "cimguiname": "igColorConvertRGBtoHSV", "defaults": {}, "funcname": "ColorConvertRGBtoHSV", - "location": "imgui:898", + "location": "imgui:914", "namespace": "ImGui", "ov_cimguiname": "igColorConvertRGBtoHSV", "ret": "void", @@ -14499,7 +14789,7 @@ "cimguiname": "igColorConvertU32ToFloat4", "defaults": {}, "funcname": "ColorConvertU32ToFloat4", - "location": "imgui:896", + "location": "imgui:912", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igColorConvertU32ToFloat4", @@ -14532,7 +14822,7 @@ "flags": "0" }, "funcname": "ColorEdit3", - "location": "imgui:586", + "location": "imgui:601", "namespace": "ImGui", "ov_cimguiname": "igColorEdit3", "ret": "bool", @@ -14564,7 +14854,7 @@ "flags": "0" }, "funcname": "ColorEdit4", - "location": "imgui:587", + "location": "imgui:602", "namespace": "ImGui", "ov_cimguiname": "igColorEdit4", "ret": "bool", @@ -14590,7 +14880,7 @@ "cimguiname": "igColorEditOptionsPopup", "defaults": {}, "funcname": "ColorEditOptionsPopup", - "location": "imgui_internal:2942", + "location": "imgui_internal:3054", "namespace": "ImGui", "ov_cimguiname": "igColorEditOptionsPopup", "ret": "void", @@ -14622,7 +14912,7 @@ "flags": "0" }, "funcname": "ColorPicker3", - "location": "imgui:588", + "location": "imgui:603", "namespace": "ImGui", "ov_cimguiname": "igColorPicker3", "ret": "bool", @@ -14659,7 +14949,7 @@ "ref_col": "NULL" }, "funcname": "ColorPicker4", - "location": "imgui:589", + "location": "imgui:604", "namespace": "ImGui", "ov_cimguiname": "igColorPicker4", "ret": "bool", @@ -14685,7 +14975,7 @@ "cimguiname": "igColorPickerOptionsPopup", "defaults": {}, "funcname": "ColorPickerOptionsPopup", - "location": "imgui_internal:2943", + "location": "imgui_internal:3055", "namespace": "ImGui", "ov_cimguiname": "igColorPickerOptionsPopup", "ret": "void", @@ -14715,7 +15005,7 @@ "cimguiname": "igColorTooltip", "defaults": {}, "funcname": "ColorTooltip", - "location": "imgui_internal:2941", + "location": "imgui_internal:3053", "namespace": "ImGui", "ov_cimguiname": "igColorTooltip", "ret": "void", @@ -14749,7 +15039,7 @@ "id": "NULL" }, "funcname": "Columns", - "location": "imgui:772", + "location": "imgui:787", "namespace": "ImGui", "ov_cimguiname": "igColumns", "ret": "void", @@ -14789,7 +15079,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:516", + "location": "imgui:531", "namespace": "ImGui", "ov_cimguiname": "igCombo_Str_arr", "ret": "bool", @@ -14823,7 +15113,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:517", + "location": "imgui:532", "namespace": "ImGui", "ov_cimguiname": "igCombo_Str", "ret": "bool", @@ -14867,7 +15157,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:518", + "location": "imgui:533", "namespace": "ImGui", "ov_cimguiname": "igCombo_FnBoolPtr", "ret": "bool", @@ -14891,7 +15181,7 @@ "shared_font_atlas": "NULL" }, "funcname": "CreateContext", - "location": "imgui:286", + "location": "imgui:301", "namespace": "ImGui", "ov_cimguiname": "igCreateContext", "ret": "ImGuiContext*", @@ -14913,7 +15203,7 @@ "cimguiname": "igCreateNewWindowSettings", "defaults": {}, "funcname": "CreateNewWindowSettings", - "location": "imgui_internal:2609", + "location": "imgui_internal:2703", "namespace": "ImGui", "ov_cimguiname": "igCreateNewWindowSettings", "ret": "ImGuiWindowSettings*", @@ -14951,7 +15241,7 @@ "cimguiname": "igDataTypeApplyOp", "defaults": {}, "funcname": "DataTypeApplyOp", - "location": "imgui_internal:2928", + "location": "imgui_internal:3040", "namespace": "ImGui", "ov_cimguiname": "igDataTypeApplyOp", "ret": "void", @@ -14989,7 +15279,7 @@ "cimguiname": "igDataTypeApplyOpFromText", "defaults": {}, "funcname": "DataTypeApplyOpFromText", - "location": "imgui_internal:2929", + "location": "imgui_internal:3041", "namespace": "ImGui", "ov_cimguiname": "igDataTypeApplyOpFromText", "ret": "bool", @@ -15023,7 +15313,7 @@ "cimguiname": "igDataTypeClamp", "defaults": {}, "funcname": "DataTypeClamp", - "location": "imgui_internal:2931", + "location": "imgui_internal:3043", "namespace": "ImGui", "ov_cimguiname": "igDataTypeClamp", "ret": "bool", @@ -15053,7 +15343,7 @@ "cimguiname": "igDataTypeCompare", "defaults": {}, "funcname": "DataTypeCompare", - "location": "imgui_internal:2930", + "location": "imgui_internal:3042", "namespace": "ImGui", "ov_cimguiname": "igDataTypeCompare", "ret": "int", @@ -15091,7 +15381,7 @@ "cimguiname": "igDataTypeFormatString", "defaults": {}, "funcname": "DataTypeFormatString", - "location": "imgui_internal:2927", + "location": "imgui_internal:3039", "namespace": "ImGui", "ov_cimguiname": "igDataTypeFormatString", "ret": "int", @@ -15113,7 +15403,7 @@ "cimguiname": "igDataTypeGetInfo", "defaults": {}, "funcname": "DataTypeGetInfo", - "location": "imgui_internal:2926", + "location": "imgui_internal:3038", "namespace": "ImGui", "ov_cimguiname": "igDataTypeGetInfo", "ret": "const ImGuiDataTypeInfo*", @@ -15159,7 +15449,7 @@ "cimguiname": "igDebugCheckVersionAndDataLayout", "defaults": {}, "funcname": "DebugCheckVersionAndDataLayout", - "location": "imgui:947", + "location": "imgui:964", "namespace": "ImGui", "ov_cimguiname": "igDebugCheckVersionAndDataLayout", "ret": "bool", @@ -15183,7 +15473,7 @@ "col": "4278190335" }, "funcname": "DebugDrawItemRect", - "location": "imgui_internal:2959", + "location": "imgui_internal:3072", "namespace": "ImGui", "ov_cimguiname": "igDebugDrawItemRect", "ret": "void", @@ -15191,6 +15481,40 @@ "stname": "" } ], + "igDebugHookIdInfo": [ + { + "args": "(ImGuiID id,ImGuiDataType data_type,const void* data_id,const void* data_id_end)", + "argsT": [ + { + "name": "id", + "type": "ImGuiID" + }, + { + "name": "data_type", + "type": "ImGuiDataType" + }, + { + "name": "data_id", + "type": "const void*" + }, + { + "name": "data_id_end", + "type": "const void*" + } + ], + "argsoriginal": "(ImGuiID id,ImGuiDataType data_type,const void* data_id,const void* data_id_end)", + "call_args": "(id,data_type,data_id,data_id_end)", + "cimguiname": "igDebugHookIdInfo", + "defaults": {}, + "funcname": "DebugHookIdInfo", + "location": "imgui_internal:3076", + "namespace": "ImGui", + "ov_cimguiname": "igDebugHookIdInfo", + "ret": "void", + "signature": "(ImGuiID,ImGuiDataType,const void*,const void*)", + "stname": "" + } + ], "igDebugNodeColumns": [ { "args": "(ImGuiOldColumns* columns)", @@ -15205,7 +15529,7 @@ "cimguiname": "igDebugNodeColumns", "defaults": {}, "funcname": "DebugNodeColumns", - "location": "imgui_internal:2963", + "location": "imgui_internal:3077", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeColumns", "ret": "void", @@ -15231,7 +15555,7 @@ "cimguiname": "igDebugNodeDockNode", "defaults": {}, "funcname": "DebugNodeDockNode", - "location": "imgui_internal:2964", + "location": "imgui_internal:3078", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDockNode", "ret": "void", @@ -15269,7 +15593,7 @@ "cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox", "defaults": {}, "funcname": "DebugNodeDrawCmdShowMeshAndBoundingBox", - "location": "imgui_internal:2966", + "location": "imgui_internal:3080", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox", "ret": "void", @@ -15303,7 +15627,7 @@ "cimguiname": "igDebugNodeDrawList", "defaults": {}, "funcname": "DebugNodeDrawList", - "location": "imgui_internal:2965", + "location": "imgui_internal:3079", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDrawList", "ret": "void", @@ -15325,7 +15649,7 @@ "cimguiname": "igDebugNodeFont", "defaults": {}, "funcname": "DebugNodeFont", - "location": "imgui_internal:2967", + "location": "imgui_internal:3081", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeFont", "ret": "void", @@ -15351,7 +15675,7 @@ "cimguiname": "igDebugNodeStorage", "defaults": {}, "funcname": "DebugNodeStorage", - "location": "imgui_internal:2968", + "location": "imgui_internal:3082", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeStorage", "ret": "void", @@ -15377,7 +15701,7 @@ "cimguiname": "igDebugNodeTabBar", "defaults": {}, "funcname": "DebugNodeTabBar", - "location": "imgui_internal:2969", + "location": "imgui_internal:3083", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTabBar", "ret": "void", @@ -15399,7 +15723,7 @@ "cimguiname": "igDebugNodeTable", "defaults": {}, "funcname": "DebugNodeTable", - "location": "imgui_internal:2970", + "location": "imgui_internal:3084", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTable", "ret": "void", @@ -15421,7 +15745,7 @@ "cimguiname": "igDebugNodeTableSettings", "defaults": {}, "funcname": "DebugNodeTableSettings", - "location": "imgui_internal:2971", + "location": "imgui_internal:3085", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTableSettings", "ret": "void", @@ -15443,7 +15767,7 @@ "cimguiname": "igDebugNodeViewport", "defaults": {}, "funcname": "DebugNodeViewport", - "location": "imgui_internal:2975", + "location": "imgui_internal:3090", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeViewport", "ret": "void", @@ -15469,7 +15793,7 @@ "cimguiname": "igDebugNodeWindow", "defaults": {}, "funcname": "DebugNodeWindow", - "location": "imgui_internal:2972", + "location": "imgui_internal:3086", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindow", "ret": "void", @@ -15491,7 +15815,7 @@ "cimguiname": "igDebugNodeWindowSettings", "defaults": {}, "funcname": "DebugNodeWindowSettings", - "location": "imgui_internal:2973", + "location": "imgui_internal:3087", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowSettings", "ret": "void", @@ -15517,7 +15841,7 @@ "cimguiname": "igDebugNodeWindowsList", "defaults": {}, "funcname": "DebugNodeWindowsList", - "location": "imgui_internal:2974", + "location": "imgui_internal:3088", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowsList", "ret": "void", @@ -15525,6 +15849,36 @@ "stname": "" } ], + "igDebugNodeWindowsListByBeginStackParent": [ + { + "args": "(ImGuiWindow** windows,int windows_size,ImGuiWindow* parent_in_begin_stack)", + "argsT": [ + { + "name": "windows", + "type": "ImGuiWindow**" + }, + { + "name": "windows_size", + "type": "int" + }, + { + "name": "parent_in_begin_stack", + "type": "ImGuiWindow*" + } + ], + "argsoriginal": "(ImGuiWindow** windows,int windows_size,ImGuiWindow* parent_in_begin_stack)", + "call_args": "(windows,windows_size,parent_in_begin_stack)", + "cimguiname": "igDebugNodeWindowsListByBeginStackParent", + "defaults": {}, + "funcname": "DebugNodeWindowsListByBeginStackParent", + "location": "imgui_internal:3089", + "namespace": "ImGui", + "ov_cimguiname": "igDebugNodeWindowsListByBeginStackParent", + "ret": "void", + "signature": "(ImGuiWindow**,int,ImGuiWindow*)", + "stname": "" + } + ], "igDebugRenderViewportThumbnail": [ { "args": "(ImDrawList* draw_list,ImGuiViewportP* viewport,const ImRect bb)", @@ -15547,7 +15901,7 @@ "cimguiname": "igDebugRenderViewportThumbnail", "defaults": {}, "funcname": "DebugRenderViewportThumbnail", - "location": "imgui_internal:2976", + "location": "imgui_internal:3091", "namespace": "ImGui", "ov_cimguiname": "igDebugRenderViewportThumbnail", "ret": "void", @@ -15564,7 +15918,7 @@ "cimguiname": "igDebugStartItemPicker", "defaults": {}, "funcname": "DebugStartItemPicker", - "location": "imgui_internal:2960", + "location": "imgui_internal:3073", "namespace": "ImGui", "ov_cimguiname": "igDebugStartItemPicker", "ret": "void", @@ -15588,7 +15942,7 @@ "ctx": "NULL" }, "funcname": "DestroyContext", - "location": "imgui:287", + "location": "imgui:302", "namespace": "ImGui", "ov_cimguiname": "igDestroyContext", "ret": "void", @@ -15610,7 +15964,7 @@ "cimguiname": "igDestroyPlatformWindow", "defaults": {}, "funcname": "DestroyPlatformWindow", - "location": "imgui_internal:2601", + "location": "imgui_internal:2695", "namespace": "ImGui", "ov_cimguiname": "igDestroyPlatformWindow", "ret": "void", @@ -15627,7 +15981,7 @@ "cimguiname": "igDestroyPlatformWindows", "defaults": {}, "funcname": "DestroyPlatformWindows", - "location": "imgui:964", + "location": "imgui:981", "namespace": "ImGui", "ov_cimguiname": "igDestroyPlatformWindows", "ret": "void", @@ -15656,7 +16010,7 @@ "node_id": "0" }, "funcname": "DockBuilderAddNode", - "location": "imgui_internal:2764", + "location": "imgui_internal:2875", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderAddNode", "ret": "ImGuiID", @@ -15686,7 +16040,7 @@ "cimguiname": "igDockBuilderCopyDockSpace", "defaults": {}, "funcname": "DockBuilderCopyDockSpace", - "location": "imgui_internal:2771", + "location": "imgui_internal:2882", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyDockSpace", "ret": "void", @@ -15716,7 +16070,7 @@ "cimguiname": "igDockBuilderCopyNode", "defaults": {}, "funcname": "DockBuilderCopyNode", - "location": "imgui_internal:2772", + "location": "imgui_internal:2883", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyNode", "ret": "void", @@ -15742,7 +16096,7 @@ "cimguiname": "igDockBuilderCopyWindowSettings", "defaults": {}, "funcname": "DockBuilderCopyWindowSettings", - "location": "imgui_internal:2773", + "location": "imgui_internal:2884", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyWindowSettings", "ret": "void", @@ -15768,7 +16122,7 @@ "cimguiname": "igDockBuilderDockWindow", "defaults": {}, "funcname": "DockBuilderDockWindow", - "location": "imgui_internal:2761", + "location": "imgui_internal:2872", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderDockWindow", "ret": "void", @@ -15790,7 +16144,7 @@ "cimguiname": "igDockBuilderFinish", "defaults": {}, "funcname": "DockBuilderFinish", - "location": "imgui_internal:2774", + "location": "imgui_internal:2885", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderFinish", "ret": "void", @@ -15812,7 +16166,7 @@ "cimguiname": "igDockBuilderGetCentralNode", "defaults": {}, "funcname": "DockBuilderGetCentralNode", - "location": "imgui_internal:2763", + "location": "imgui_internal:2874", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderGetCentralNode", "ret": "ImGuiDockNode*", @@ -15834,7 +16188,7 @@ "cimguiname": "igDockBuilderGetNode", "defaults": {}, "funcname": "DockBuilderGetNode", - "location": "imgui_internal:2762", + "location": "imgui_internal:2873", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderGetNode", "ret": "ImGuiDockNode*", @@ -15856,7 +16210,7 @@ "cimguiname": "igDockBuilderRemoveNode", "defaults": {}, "funcname": "DockBuilderRemoveNode", - "location": "imgui_internal:2765", + "location": "imgui_internal:2876", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNode", "ret": "void", @@ -15878,7 +16232,7 @@ "cimguiname": "igDockBuilderRemoveNodeChildNodes", "defaults": {}, "funcname": "DockBuilderRemoveNodeChildNodes", - "location": "imgui_internal:2767", + "location": "imgui_internal:2878", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNodeChildNodes", "ret": "void", @@ -15906,7 +16260,7 @@ "clear_settings_refs": "true" }, "funcname": "DockBuilderRemoveNodeDockedWindows", - "location": "imgui_internal:2766", + "location": "imgui_internal:2877", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNodeDockedWindows", "ret": "void", @@ -15932,7 +16286,7 @@ "cimguiname": "igDockBuilderSetNodePos", "defaults": {}, "funcname": "DockBuilderSetNodePos", - "location": "imgui_internal:2768", + "location": "imgui_internal:2879", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSetNodePos", "ret": "void", @@ -15958,7 +16312,7 @@ "cimguiname": "igDockBuilderSetNodeSize", "defaults": {}, "funcname": "DockBuilderSetNodeSize", - "location": "imgui_internal:2769", + "location": "imgui_internal:2880", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSetNodeSize", "ret": "void", @@ -15996,7 +16350,7 @@ "cimguiname": "igDockBuilderSplitNode", "defaults": {}, "funcname": "DockBuilderSplitNode", - "location": "imgui_internal:2770", + "location": "imgui_internal:2881", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSplitNode", "ret": "ImGuiID", @@ -16038,7 +16392,7 @@ "cimguiname": "igDockContextCalcDropPosForDocking", "defaults": {}, "funcname": "DockContextCalcDropPosForDocking", - "location": "imgui_internal:2739", + "location": "imgui_internal:2849", "namespace": "ImGui", "ov_cimguiname": "igDockContextCalcDropPosForDocking", "ret": "bool", @@ -16068,7 +16422,7 @@ "cimguiname": "igDockContextClearNodes", "defaults": {}, "funcname": "DockContextClearNodes", - "location": "imgui_internal:2731", + "location": "imgui_internal:2840", "namespace": "ImGui", "ov_cimguiname": "igDockContextClearNodes", "ret": "void", @@ -16076,6 +16430,28 @@ "stname": "" } ], + "igDockContextEndFrame": [ + { + "args": "(ImGuiContext* ctx)", + "argsT": [ + { + "name": "ctx", + "type": "ImGuiContext*" + } + ], + "argsoriginal": "(ImGuiContext* ctx)", + "call_args": "(ctx)", + "cimguiname": "igDockContextEndFrame", + "defaults": {}, + "funcname": "DockContextEndFrame", + "location": "imgui_internal:2844", + "namespace": "ImGui", + "ov_cimguiname": "igDockContextEndFrame", + "ret": "void", + "signature": "(ImGuiContext*)", + "stname": "" + } + ], "igDockContextGenNodeID": [ { "args": "(ImGuiContext* ctx)", @@ -16090,7 +16466,7 @@ "cimguiname": "igDockContextGenNodeID", "defaults": {}, "funcname": "DockContextGenNodeID", - "location": "imgui_internal:2735", + "location": "imgui_internal:2845", "namespace": "ImGui", "ov_cimguiname": "igDockContextGenNodeID", "ret": "ImGuiID", @@ -16112,7 +16488,7 @@ "cimguiname": "igDockContextInitialize", "defaults": {}, "funcname": "DockContextInitialize", - "location": "imgui_internal:2729", + "location": "imgui_internal:2838", "namespace": "ImGui", "ov_cimguiname": "igDockContextInitialize", "ret": "void", @@ -16134,7 +16510,7 @@ "cimguiname": "igDockContextNewFrameUpdateDocking", "defaults": {}, "funcname": "DockContextNewFrameUpdateDocking", - "location": "imgui_internal:2734", + "location": "imgui_internal:2843", "namespace": "ImGui", "ov_cimguiname": "igDockContextNewFrameUpdateDocking", "ret": "void", @@ -16156,7 +16532,7 @@ "cimguiname": "igDockContextNewFrameUpdateUndocking", "defaults": {}, "funcname": "DockContextNewFrameUpdateUndocking", - "location": "imgui_internal:2733", + "location": "imgui_internal:2842", "namespace": "ImGui", "ov_cimguiname": "igDockContextNewFrameUpdateUndocking", "ret": "void", @@ -16202,7 +16578,7 @@ "cimguiname": "igDockContextQueueDock", "defaults": {}, "funcname": "DockContextQueueDock", - "location": "imgui_internal:2736", + "location": "imgui_internal:2846", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueDock", "ret": "void", @@ -16228,7 +16604,7 @@ "cimguiname": "igDockContextQueueUndockNode", "defaults": {}, "funcname": "DockContextQueueUndockNode", - "location": "imgui_internal:2738", + "location": "imgui_internal:2848", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueUndockNode", "ret": "void", @@ -16254,7 +16630,7 @@ "cimguiname": "igDockContextQueueUndockWindow", "defaults": {}, "funcname": "DockContextQueueUndockWindow", - "location": "imgui_internal:2737", + "location": "imgui_internal:2847", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueUndockWindow", "ret": "void", @@ -16276,7 +16652,7 @@ "cimguiname": "igDockContextRebuildNodes", "defaults": {}, "funcname": "DockContextRebuildNodes", - "location": "imgui_internal:2732", + "location": "imgui_internal:2841", "namespace": "ImGui", "ov_cimguiname": "igDockContextRebuildNodes", "ret": "void", @@ -16298,7 +16674,7 @@ "cimguiname": "igDockContextShutdown", "defaults": {}, "funcname": "DockContextShutdown", - "location": "imgui_internal:2730", + "location": "imgui_internal:2839", "namespace": "ImGui", "ov_cimguiname": "igDockContextShutdown", "ret": "void", @@ -16320,7 +16696,7 @@ "cimguiname": "igDockNodeBeginAmendTabBar", "defaults": {}, "funcname": "DockNodeBeginAmendTabBar", - "location": "imgui_internal:2740", + "location": "imgui_internal:2850", "namespace": "ImGui", "ov_cimguiname": "igDockNodeBeginAmendTabBar", "ret": "bool", @@ -16337,7 +16713,7 @@ "cimguiname": "igDockNodeEndAmendTabBar", "defaults": {}, "funcname": "DockNodeEndAmendTabBar", - "location": "imgui_internal:2741", + "location": "imgui_internal:2851", "namespace": "ImGui", "ov_cimguiname": "igDockNodeEndAmendTabBar", "ret": "void", @@ -16359,7 +16735,7 @@ "cimguiname": "igDockNodeGetDepth", "defaults": {}, "funcname": "DockNodeGetDepth", - "location": "imgui_internal:2743", + "location": "imgui_internal:2854", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetDepth", "ret": "int", @@ -16381,7 +16757,7 @@ "cimguiname": "igDockNodeGetRootNode", "defaults": {}, "funcname": "DockNodeGetRootNode", - "location": "imgui_internal:2742", + "location": "imgui_internal:2852", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetRootNode", "ret": "ImGuiDockNode*", @@ -16403,7 +16779,7 @@ "cimguiname": "igDockNodeGetWindowMenuButtonId", "defaults": {}, "funcname": "DockNodeGetWindowMenuButtonId", - "location": "imgui_internal:2744", + "location": "imgui_internal:2855", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetWindowMenuButtonId", "ret": "ImGuiID", @@ -16411,6 +16787,32 @@ "stname": "" } ], + "igDockNodeIsInHierarchyOf": [ + { + "args": "(ImGuiDockNode* node,ImGuiDockNode* parent)", + "argsT": [ + { + "name": "node", + "type": "ImGuiDockNode*" + }, + { + "name": "parent", + "type": "ImGuiDockNode*" + } + ], + "argsoriginal": "(ImGuiDockNode* node,ImGuiDockNode* parent)", + "call_args": "(node,parent)", + "cimguiname": "igDockNodeIsInHierarchyOf", + "defaults": {}, + "funcname": "DockNodeIsInHierarchyOf", + "location": "imgui_internal:2853", + "namespace": "ImGui", + "ov_cimguiname": "igDockNodeIsInHierarchyOf", + "ret": "bool", + "signature": "(ImGuiDockNode*,ImGuiDockNode*)", + "stname": "" + } + ], "igDockSpace": [ { "args": "(ImGuiID id,const ImVec2 size,ImGuiDockNodeFlags flags,const ImGuiWindowClass* window_class)", @@ -16441,7 +16843,7 @@ "window_class": "NULL" }, "funcname": "DockSpace", - "location": "imgui:802", + "location": "imgui:818", "namespace": "ImGui", "ov_cimguiname": "igDockSpace", "ret": "ImGuiID", @@ -16475,7 +16877,7 @@ "window_class": "NULL" }, "funcname": "DockSpaceOverViewport", - "location": "imgui:803", + "location": "imgui:819", "namespace": "ImGui", "ov_cimguiname": "igDockSpaceOverViewport", "ret": "ImGuiID", @@ -16525,7 +16927,7 @@ "cimguiname": "igDragBehavior", "defaults": {}, "funcname": "DragBehavior", - "location": "imgui_internal:2908", + "location": "imgui_internal:3020", "namespace": "ImGui", "ov_cimguiname": "igDragBehavior", "ret": "bool", @@ -16577,7 +16979,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat", - "location": "imgui:531", + "location": "imgui:546", "namespace": "ImGui", "ov_cimguiname": "igDragFloat", "ret": "bool", @@ -16629,7 +17031,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat2", - "location": "imgui:532", + "location": "imgui:547", "namespace": "ImGui", "ov_cimguiname": "igDragFloat2", "ret": "bool", @@ -16681,7 +17083,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat3", - "location": "imgui:533", + "location": "imgui:548", "namespace": "ImGui", "ov_cimguiname": "igDragFloat3", "ret": "bool", @@ -16733,7 +17135,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat4", - "location": "imgui:534", + "location": "imgui:549", "namespace": "ImGui", "ov_cimguiname": "igDragFloat4", "ret": "bool", @@ -16794,7 +17196,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloatRange2", - "location": "imgui:535", + "location": "imgui:550", "namespace": "ImGui", "ov_cimguiname": "igDragFloatRange2", "ret": "bool", @@ -16846,7 +17248,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt", - "location": "imgui:536", + "location": "imgui:551", "namespace": "ImGui", "ov_cimguiname": "igDragInt", "ret": "bool", @@ -16898,7 +17300,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt2", - "location": "imgui:537", + "location": "imgui:552", "namespace": "ImGui", "ov_cimguiname": "igDragInt2", "ret": "bool", @@ -16950,7 +17352,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt3", - "location": "imgui:538", + "location": "imgui:553", "namespace": "ImGui", "ov_cimguiname": "igDragInt3", "ret": "bool", @@ -17002,7 +17404,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt4", - "location": "imgui:539", + "location": "imgui:554", "namespace": "ImGui", "ov_cimguiname": "igDragInt4", "ret": "bool", @@ -17063,7 +17465,7 @@ "v_speed": "1.0f" }, "funcname": "DragIntRange2", - "location": "imgui:540", + "location": "imgui:555", "namespace": "ImGui", "ov_cimguiname": "igDragIntRange2", "ret": "bool", @@ -17119,7 +17521,7 @@ "v_speed": "1.0f" }, "funcname": "DragScalar", - "location": "imgui:541", + "location": "imgui:556", "namespace": "ImGui", "ov_cimguiname": "igDragScalar", "ret": "bool", @@ -17179,7 +17581,7 @@ "v_speed": "1.0f" }, "funcname": "DragScalarN", - "location": "imgui:542", + "location": "imgui:557", "namespace": "ImGui", "ov_cimguiname": "igDragScalarN", "ret": "bool", @@ -17201,7 +17603,7 @@ "cimguiname": "igDummy", "defaults": {}, "funcname": "Dummy", - "location": "imgui:439", + "location": "imgui:454", "namespace": "ImGui", "ov_cimguiname": "igDummy", "ret": "void", @@ -17218,7 +17620,7 @@ "cimguiname": "igEnd", "defaults": {}, "funcname": "End", - "location": "imgui:327", + "location": "imgui:343", "namespace": "ImGui", "ov_cimguiname": "igEnd", "ret": "void", @@ -17235,7 +17637,7 @@ "cimguiname": "igEndChild", "defaults": {}, "funcname": "EndChild", - "location": "imgui:339", + "location": "imgui:355", "namespace": "ImGui", "ov_cimguiname": "igEndChild", "ret": "void", @@ -17252,7 +17654,7 @@ "cimguiname": "igEndChildFrame", "defaults": {}, "funcname": "EndChildFrame", - "location": "imgui:890", + "location": "imgui:906", "namespace": "ImGui", "ov_cimguiname": "igEndChildFrame", "ret": "void", @@ -17269,7 +17671,7 @@ "cimguiname": "igEndColumns", "defaults": {}, "funcname": "EndColumns", - "location": "imgui_internal:2784", + "location": "imgui_internal:2895", "namespace": "ImGui", "ov_cimguiname": "igEndColumns", "ret": "void", @@ -17286,7 +17688,7 @@ "cimguiname": "igEndCombo", "defaults": {}, "funcname": "EndCombo", - "location": "imgui:515", + "location": "imgui:530", "namespace": "ImGui", "ov_cimguiname": "igEndCombo", "ret": "void", @@ -17303,7 +17705,7 @@ "cimguiname": "igEndComboPreview", "defaults": {}, "funcname": "EndComboPreview", - "location": "imgui_internal:2692", + "location": "imgui_internal:2797", "namespace": "ImGui", "ov_cimguiname": "igEndComboPreview", "ret": "void", @@ -17320,7 +17722,7 @@ "cimguiname": "igEndDisabled", "defaults": {}, "funcname": "EndDisabled", - "location": "imgui:836", + "location": "imgui:853", "namespace": "ImGui", "ov_cimguiname": "igEndDisabled", "ret": "void", @@ -17337,7 +17739,7 @@ "cimguiname": "igEndDragDropSource", "defaults": {}, "funcname": "EndDragDropSource", - "location": "imgui:826", + "location": "imgui:842", "namespace": "ImGui", "ov_cimguiname": "igEndDragDropSource", "ret": "void", @@ -17354,7 +17756,7 @@ "cimguiname": "igEndDragDropTarget", "defaults": {}, "funcname": "EndDragDropTarget", - "location": "imgui:829", + "location": "imgui:845", "namespace": "ImGui", "ov_cimguiname": "igEndDragDropTarget", "ret": "void", @@ -17371,7 +17773,7 @@ "cimguiname": "igEndFrame", "defaults": {}, "funcname": "EndFrame", - "location": "imgui:295", + "location": "imgui:310", "namespace": "ImGui", "ov_cimguiname": "igEndFrame", "ret": "void", @@ -17388,7 +17790,7 @@ "cimguiname": "igEndGroup", "defaults": {}, "funcname": "EndGroup", - "location": "imgui:443", + "location": "imgui:458", "namespace": "ImGui", "ov_cimguiname": "igEndGroup", "ret": "void", @@ -17405,7 +17807,7 @@ "cimguiname": "igEndListBox", "defaults": {}, "funcname": "EndListBox", - "location": "imgui:626", + "location": "imgui:641", "namespace": "ImGui", "ov_cimguiname": "igEndListBox", "ret": "void", @@ -17422,7 +17824,7 @@ "cimguiname": "igEndMainMenuBar", "defaults": {}, "funcname": "EndMainMenuBar", - "location": "imgui:652", + "location": "imgui:667", "namespace": "ImGui", "ov_cimguiname": "igEndMainMenuBar", "ret": "void", @@ -17439,7 +17841,7 @@ "cimguiname": "igEndMenu", "defaults": {}, "funcname": "EndMenu", - "location": "imgui:654", + "location": "imgui:669", "namespace": "ImGui", "ov_cimguiname": "igEndMenu", "ret": "void", @@ -17456,7 +17858,7 @@ "cimguiname": "igEndMenuBar", "defaults": {}, "funcname": "EndMenuBar", - "location": "imgui:650", + "location": "imgui:665", "namespace": "ImGui", "ov_cimguiname": "igEndMenuBar", "ret": "void", @@ -17473,7 +17875,7 @@ "cimguiname": "igEndPopup", "defaults": {}, "funcname": "EndPopup", - "location": "imgui:679", + "location": "imgui:694", "namespace": "ImGui", "ov_cimguiname": "igEndPopup", "ret": "void", @@ -17490,7 +17892,7 @@ "cimguiname": "igEndTabBar", "defaults": {}, "funcname": "EndTabBar", - "location": "imgui:784", + "location": "imgui:799", "namespace": "ImGui", "ov_cimguiname": "igEndTabBar", "ret": "void", @@ -17507,7 +17909,7 @@ "cimguiname": "igEndTabItem", "defaults": {}, "funcname": "EndTabItem", - "location": "imgui:786", + "location": "imgui:801", "namespace": "ImGui", "ov_cimguiname": "igEndTabItem", "ret": "void", @@ -17524,7 +17926,7 @@ "cimguiname": "igEndTable", "defaults": {}, "funcname": "EndTable", - "location": "imgui:734", + "location": "imgui:749", "namespace": "ImGui", "ov_cimguiname": "igEndTable", "ret": "void", @@ -17541,7 +17943,7 @@ "cimguiname": "igEndTooltip", "defaults": {}, "funcname": "EndTooltip", - "location": "imgui:661", + "location": "imgui:676", "namespace": "ImGui", "ov_cimguiname": "igEndTooltip", "ret": "void", @@ -17569,7 +17971,7 @@ "user_data": "NULL" }, "funcname": "ErrorCheckEndFrameRecover", - "location": "imgui_internal:2958", + "location": "imgui_internal:3070", "namespace": "ImGui", "ov_cimguiname": "igErrorCheckEndFrameRecover", "ret": "void", @@ -17577,6 +17979,34 @@ "stname": "" } ], + "igErrorCheckEndWindowRecover": [ + { + "args": "(ImGuiErrorLogCallback log_callback,void* user_data)", + "argsT": [ + { + "name": "log_callback", + "type": "ImGuiErrorLogCallback" + }, + { + "name": "user_data", + "type": "void*" + } + ], + "argsoriginal": "(ImGuiErrorLogCallback log_callback,void* user_data=((void*)0))", + "call_args": "(log_callback,user_data)", + "cimguiname": "igErrorCheckEndWindowRecover", + "defaults": { + "user_data": "NULL" + }, + "funcname": "ErrorCheckEndWindowRecover", + "location": "imgui_internal:3071", + "namespace": "ImGui", + "ov_cimguiname": "igErrorCheckEndWindowRecover", + "ret": "void", + "signature": "(ImGuiErrorLogCallback,void*)", + "stname": "" + } + ], "igFindBestWindowPosForPopup": [ { "args": "(ImVec2 *pOut,ImGuiWindow* window)", @@ -17595,7 +18025,7 @@ "cimguiname": "igFindBestWindowPosForPopup", "defaults": {}, "funcname": "FindBestWindowPosForPopup", - "location": "imgui_internal:2682", + "location": "imgui_internal:2786", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igFindBestWindowPosForPopup", @@ -17642,7 +18072,7 @@ "cimguiname": "igFindBestWindowPosForPopupEx", "defaults": {}, "funcname": "FindBestWindowPosForPopupEx", - "location": "imgui_internal:2683", + "location": "imgui_internal:2787", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igFindBestWindowPosForPopupEx", @@ -17651,6 +18081,28 @@ "stname": "" } ], + "igFindBottomMostVisibleWindowWithinBeginStack": [ + { + "args": "(ImGuiWindow* window)", + "argsT": [ + { + "name": "window", + "type": "ImGuiWindow*" + } + ], + "argsoriginal": "(ImGuiWindow* window)", + "call_args": "(window)", + "cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack", + "defaults": {}, + "funcname": "FindBottomMostVisibleWindowWithinBeginStack", + "location": "imgui_internal:2669", + "namespace": "ImGui", + "ov_cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack", + "ret": "ImGuiWindow*", + "signature": "(ImGuiWindow*)", + "stname": "" + } + ], "igFindOrCreateColumns": [ { "args": "(ImGuiWindow* window,ImGuiID id)", @@ -17669,7 +18121,7 @@ "cimguiname": "igFindOrCreateColumns", "defaults": {}, "funcname": "FindOrCreateColumns", - "location": "imgui_internal:2789", + "location": "imgui_internal:2900", "namespace": "ImGui", "ov_cimguiname": "igFindOrCreateColumns", "ret": "ImGuiOldColumns*", @@ -17691,7 +18143,7 @@ "cimguiname": "igFindOrCreateWindowSettings", "defaults": {}, "funcname": "FindOrCreateWindowSettings", - "location": "imgui_internal:2611", + "location": "imgui_internal:2705", "namespace": "ImGui", "ov_cimguiname": "igFindOrCreateWindowSettings", "ret": "ImGuiWindowSettings*", @@ -17719,7 +18171,7 @@ "text_end": "NULL" }, "funcname": "FindRenderedTextEnd", - "location": "imgui_internal:2871", + "location": "imgui_internal:2982", "namespace": "ImGui", "ov_cimguiname": "igFindRenderedTextEnd", "ret": "const char*", @@ -17741,7 +18193,7 @@ "cimguiname": "igFindSettingsHandler", "defaults": {}, "funcname": "FindSettingsHandler", - "location": "imgui_internal:2612", + "location": "imgui_internal:2706", "namespace": "ImGui", "ov_cimguiname": "igFindSettingsHandler", "ret": "ImGuiSettingsHandler*", @@ -17763,7 +18215,7 @@ "cimguiname": "igFindViewportByID", "defaults": {}, "funcname": "FindViewportByID", - "location": "imgui:965", + "location": "imgui:982", "namespace": "ImGui", "ov_cimguiname": "igFindViewportByID", "ret": "ImGuiViewport*", @@ -17785,7 +18237,7 @@ "cimguiname": "igFindViewportByPlatformHandle", "defaults": {}, "funcname": "FindViewportByPlatformHandle", - "location": "imgui:966", + "location": "imgui:983", "namespace": "ImGui", "ov_cimguiname": "igFindViewportByPlatformHandle", "ret": "ImGuiViewport*", @@ -17807,7 +18259,7 @@ "cimguiname": "igFindWindowByID", "defaults": {}, "funcname": "FindWindowByID", - "location": "imgui_internal:2558", + "location": "imgui_internal:2646", "namespace": "ImGui", "ov_cimguiname": "igFindWindowByID", "ret": "ImGuiWindow*", @@ -17829,7 +18281,7 @@ "cimguiname": "igFindWindowByName", "defaults": {}, "funcname": "FindWindowByName", - "location": "imgui_internal:2559", + "location": "imgui_internal:2647", "namespace": "ImGui", "ov_cimguiname": "igFindWindowByName", "ret": "ImGuiWindow*", @@ -17837,6 +18289,28 @@ "stname": "" } ], + "igFindWindowDisplayIndex": [ + { + "args": "(ImGuiWindow* window)", + "argsT": [ + { + "name": "window", + "type": "ImGuiWindow*" + } + ], + "argsoriginal": "(ImGuiWindow* window)", + "call_args": "(window)", + "cimguiname": "igFindWindowDisplayIndex", + "defaults": {}, + "funcname": "FindWindowDisplayIndex", + "location": "imgui_internal:2668", + "namespace": "ImGui", + "ov_cimguiname": "igFindWindowDisplayIndex", + "ret": "int", + "signature": "(ImGuiWindow*)", + "stname": "" + } + ], "igFindWindowSettings": [ { "args": "(ImGuiID id)", @@ -17851,7 +18325,7 @@ "cimguiname": "igFindWindowSettings", "defaults": {}, "funcname": "FindWindowSettings", - "location": "imgui_internal:2610", + "location": "imgui_internal:2704", "namespace": "ImGui", "ov_cimguiname": "igFindWindowSettings", "ret": "ImGuiWindowSettings*", @@ -17877,7 +18351,7 @@ "cimguiname": "igFocusTopMostWindowUnderOne", "defaults": {}, "funcname": "FocusTopMostWindowUnderOne", - "location": "imgui_internal:2572", + "location": "imgui_internal:2663", "namespace": "ImGui", "ov_cimguiname": "igFocusTopMostWindowUnderOne", "ret": "void", @@ -17899,7 +18373,7 @@ "cimguiname": "igFocusWindow", "defaults": {}, "funcname": "FocusWindow", - "location": "imgui_internal:2571", + "location": "imgui_internal:2662", "namespace": "ImGui", "ov_cimguiname": "igFocusWindow", "ret": "void", @@ -17921,7 +18395,7 @@ "cimguiname": "igGcAwakeTransientWindowBuffers", "defaults": {}, "funcname": "GcAwakeTransientWindowBuffers", - "location": "imgui_internal:2955", + "location": "imgui_internal:3067", "namespace": "ImGui", "ov_cimguiname": "igGcAwakeTransientWindowBuffers", "ret": "void", @@ -17938,7 +18412,7 @@ "cimguiname": "igGcCompactTransientMiscBuffers", "defaults": {}, "funcname": "GcCompactTransientMiscBuffers", - "location": "imgui_internal:2953", + "location": "imgui_internal:3065", "namespace": "ImGui", "ov_cimguiname": "igGcCompactTransientMiscBuffers", "ret": "void", @@ -17960,7 +18434,7 @@ "cimguiname": "igGcCompactTransientWindowBuffers", "defaults": {}, "funcname": "GcCompactTransientWindowBuffers", - "location": "imgui_internal:2954", + "location": "imgui_internal:3066", "namespace": "ImGui", "ov_cimguiname": "igGcCompactTransientWindowBuffers", "ret": "void", @@ -17977,7 +18451,7 @@ "cimguiname": "igGetActiveID", "defaults": {}, "funcname": "GetActiveID", - "location": "imgui_internal:2626", + "location": "imgui_internal:2727", "namespace": "ImGui", "ov_cimguiname": "igGetActiveID", "ret": "ImGuiID", @@ -18007,7 +18481,7 @@ "cimguiname": "igGetAllocatorFunctions", "defaults": {}, "funcname": "GetAllocatorFunctions", - "location": "imgui:954", + "location": "imgui:971", "namespace": "ImGui", "ov_cimguiname": "igGetAllocatorFunctions", "ret": "void", @@ -18024,7 +18498,7 @@ "cimguiname": "igGetBackgroundDrawList", "defaults": {}, "funcname": "GetBackgroundDrawList", - "location": "imgui:880", + "location": "imgui:897", "namespace": "ImGui", "ov_cimguiname": "igGetBackgroundDrawList_Nil", "ret": "ImDrawList*", @@ -18044,7 +18518,7 @@ "cimguiname": "igGetBackgroundDrawList", "defaults": {}, "funcname": "GetBackgroundDrawList", - "location": "imgui:882", + "location": "imgui:899", "namespace": "ImGui", "ov_cimguiname": "igGetBackgroundDrawList_ViewportPtr", "ret": "ImDrawList*", @@ -18061,7 +18535,7 @@ "cimguiname": "igGetClipboardText", "defaults": {}, "funcname": "GetClipboardText", - "location": "imgui:933", + "location": "imgui:950", "namespace": "ImGui", "ov_cimguiname": "igGetClipboardText", "ret": "const char*", @@ -18089,7 +18563,7 @@ "alpha_mul": "1.0f" }, "funcname": "GetColorU32", - "location": "imgui:423", + "location": "imgui:438", "namespace": "ImGui", "ov_cimguiname": "igGetColorU32_Col", "ret": "ImU32", @@ -18109,7 +18583,7 @@ "cimguiname": "igGetColorU32", "defaults": {}, "funcname": "GetColorU32", - "location": "imgui:424", + "location": "imgui:439", "namespace": "ImGui", "ov_cimguiname": "igGetColorU32_Vec4", "ret": "ImU32", @@ -18129,7 +18603,7 @@ "cimguiname": "igGetColorU32", "defaults": {}, "funcname": "GetColorU32", - "location": "imgui:425", + "location": "imgui:440", "namespace": "ImGui", "ov_cimguiname": "igGetColorU32_U32", "ret": "ImU32", @@ -18146,7 +18620,7 @@ "cimguiname": "igGetColumnIndex", "defaults": {}, "funcname": "GetColumnIndex", - "location": "imgui:774", + "location": "imgui:789", "namespace": "ImGui", "ov_cimguiname": "igGetColumnIndex", "ret": "int", @@ -18172,7 +18646,7 @@ "cimguiname": "igGetColumnNormFromOffset", "defaults": {}, "funcname": "GetColumnNormFromOffset", - "location": "imgui_internal:2791", + "location": "imgui_internal:2902", "namespace": "ImGui", "ov_cimguiname": "igGetColumnNormFromOffset", "ret": "float", @@ -18196,7 +18670,7 @@ "column_index": "-1" }, "funcname": "GetColumnOffset", - "location": "imgui:777", + "location": "imgui:792", "namespace": "ImGui", "ov_cimguiname": "igGetColumnOffset", "ret": "float", @@ -18222,7 +18696,7 @@ "cimguiname": "igGetColumnOffsetFromNorm", "defaults": {}, "funcname": "GetColumnOffsetFromNorm", - "location": "imgui_internal:2790", + "location": "imgui_internal:2901", "namespace": "ImGui", "ov_cimguiname": "igGetColumnOffsetFromNorm", "ret": "float", @@ -18246,7 +18720,7 @@ "column_index": "-1" }, "funcname": "GetColumnWidth", - "location": "imgui:775", + "location": "imgui:790", "namespace": "ImGui", "ov_cimguiname": "igGetColumnWidth", "ret": "float", @@ -18263,7 +18737,7 @@ "cimguiname": "igGetColumnsCount", "defaults": {}, "funcname": "GetColumnsCount", - "location": "imgui:779", + "location": "imgui:794", "namespace": "ImGui", "ov_cimguiname": "igGetColumnsCount", "ret": "int", @@ -18289,7 +18763,7 @@ "cimguiname": "igGetColumnsID", "defaults": {}, "funcname": "GetColumnsID", - "location": "imgui_internal:2788", + "location": "imgui_internal:2899", "namespace": "ImGui", "ov_cimguiname": "igGetColumnsID", "ret": "ImGuiID", @@ -18311,7 +18785,7 @@ "cimguiname": "igGetContentRegionAvail", "defaults": {}, "funcname": "GetContentRegionAvail", - "location": "imgui:378", + "location": "imgui:394", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetContentRegionAvail", @@ -18334,7 +18808,7 @@ "cimguiname": "igGetContentRegionMax", "defaults": {}, "funcname": "GetContentRegionMax", - "location": "imgui:379", + "location": "imgui:395", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetContentRegionMax", @@ -18357,7 +18831,7 @@ "cimguiname": "igGetContentRegionMaxAbs", "defaults": {}, "funcname": "GetContentRegionMaxAbs", - "location": "imgui_internal:2650", + "location": "imgui_internal:2750", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetContentRegionMaxAbs", @@ -18375,7 +18849,7 @@ "cimguiname": "igGetCurrentContext", "defaults": {}, "funcname": "GetCurrentContext", - "location": "imgui:288", + "location": "imgui:303", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentContext", "ret": "ImGuiContext*", @@ -18392,7 +18866,7 @@ "cimguiname": "igGetCurrentTable", "defaults": {}, "funcname": "GetCurrentTable", - "location": "imgui_internal:2803", + "location": "imgui_internal:2914", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentTable", "ret": "ImGuiTable*", @@ -18409,7 +18883,7 @@ "cimguiname": "igGetCurrentWindow", "defaults": {}, "funcname": "GetCurrentWindow", - "location": "imgui_internal:2557", + "location": "imgui_internal:2645", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentWindow", "ret": "ImGuiWindow*", @@ -18426,7 +18900,7 @@ "cimguiname": "igGetCurrentWindowRead", "defaults": {}, "funcname": "GetCurrentWindowRead", - "location": "imgui_internal:2556", + "location": "imgui_internal:2644", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentWindowRead", "ret": "ImGuiWindow*", @@ -18448,7 +18922,7 @@ "cimguiname": "igGetCursorPos", "defaults": {}, "funcname": "GetCursorPos", - "location": "imgui:444", + "location": "imgui:459", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetCursorPos", @@ -18466,7 +18940,7 @@ "cimguiname": "igGetCursorPosX", "defaults": {}, "funcname": "GetCursorPosX", - "location": "imgui:445", + "location": "imgui:460", "namespace": "ImGui", "ov_cimguiname": "igGetCursorPosX", "ret": "float", @@ -18483,7 +18957,7 @@ "cimguiname": "igGetCursorPosY", "defaults": {}, "funcname": "GetCursorPosY", - "location": "imgui:446", + "location": "imgui:461", "namespace": "ImGui", "ov_cimguiname": "igGetCursorPosY", "ret": "float", @@ -18505,7 +18979,7 @@ "cimguiname": "igGetCursorScreenPos", "defaults": {}, "funcname": "GetCursorScreenPos", - "location": "imgui:451", + "location": "imgui:466", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetCursorScreenPos", @@ -18528,7 +19002,7 @@ "cimguiname": "igGetCursorStartPos", "defaults": {}, "funcname": "GetCursorStartPos", - "location": "imgui:450", + "location": "imgui:465", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetCursorStartPos", @@ -18546,7 +19020,7 @@ "cimguiname": "igGetDefaultFont", "defaults": {}, "funcname": "GetDefaultFont", - "location": "imgui_internal:2579", + "location": "imgui_internal:2673", "namespace": "ImGui", "ov_cimguiname": "igGetDefaultFont", "ret": "ImFont*", @@ -18563,7 +19037,7 @@ "cimguiname": "igGetDragDropPayload", "defaults": {}, "funcname": "GetDragDropPayload", - "location": "imgui:830", + "location": "imgui:846", "namespace": "ImGui", "ov_cimguiname": "igGetDragDropPayload", "ret": "const ImGuiPayload*", @@ -18580,7 +19054,7 @@ "cimguiname": "igGetDrawData", "defaults": {}, "funcname": "GetDrawData", - "location": "imgui:297", + "location": "imgui:312", "namespace": "ImGui", "ov_cimguiname": "igGetDrawData", "ret": "ImDrawData*", @@ -18597,7 +19071,7 @@ "cimguiname": "igGetDrawListSharedData", "defaults": {}, "funcname": "GetDrawListSharedData", - "location": "imgui:884", + "location": "imgui:901", "namespace": "ImGui", "ov_cimguiname": "igGetDrawListSharedData", "ret": "ImDrawListSharedData*", @@ -18614,7 +19088,7 @@ "cimguiname": "igGetFocusID", "defaults": {}, "funcname": "GetFocusID", - "location": "imgui_internal:2627", + "location": "imgui_internal:2728", "namespace": "ImGui", "ov_cimguiname": "igGetFocusID", "ret": "ImGuiID", @@ -18631,7 +19105,7 @@ "cimguiname": "igGetFocusScope", "defaults": {}, "funcname": "GetFocusScope", - "location": "imgui_internal:2712", + "location": "imgui_internal:2821", "namespace": "ImGui", "ov_cimguiname": "igGetFocusScope", "ret": "ImGuiID", @@ -18648,7 +19122,7 @@ "cimguiname": "igGetFocusedFocusScope", "defaults": {}, "funcname": "GetFocusedFocusScope", - "location": "imgui_internal:2711", + "location": "imgui_internal:2820", "namespace": "ImGui", "ov_cimguiname": "igGetFocusedFocusScope", "ret": "ImGuiID", @@ -18665,7 +19139,7 @@ "cimguiname": "igGetFont", "defaults": {}, "funcname": "GetFont", - "location": "imgui:420", + "location": "imgui:435", "namespace": "ImGui", "ov_cimguiname": "igGetFont", "ret": "ImFont*", @@ -18682,7 +19156,7 @@ "cimguiname": "igGetFontSize", "defaults": {}, "funcname": "GetFontSize", - "location": "imgui:421", + "location": "imgui:436", "namespace": "ImGui", "ov_cimguiname": "igGetFontSize", "ret": "float", @@ -18704,7 +19178,7 @@ "cimguiname": "igGetFontTexUvWhitePixel", "defaults": {}, "funcname": "GetFontTexUvWhitePixel", - "location": "imgui:422", + "location": "imgui:437", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetFontTexUvWhitePixel", @@ -18722,7 +19196,7 @@ "cimguiname": "igGetForegroundDrawList", "defaults": {}, "funcname": "GetForegroundDrawList", - "location": "imgui:881", + "location": "imgui:898", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_Nil", "ret": "ImDrawList*", @@ -18742,7 +19216,7 @@ "cimguiname": "igGetForegroundDrawList", "defaults": {}, "funcname": "GetForegroundDrawList", - "location": "imgui:883", + "location": "imgui:900", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_ViewportPtr", "ret": "ImDrawList*", @@ -18762,7 +19236,7 @@ "cimguiname": "igGetForegroundDrawList", "defaults": {}, "funcname": "GetForegroundDrawList", - "location": "imgui_internal:2580", + "location": "imgui_internal:2674", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_WindowPtr", "ret": "ImDrawList*", @@ -18779,7 +19253,7 @@ "cimguiname": "igGetFrameCount", "defaults": {}, "funcname": "GetFrameCount", - "location": "imgui:879", + "location": "imgui:896", "namespace": "ImGui", "ov_cimguiname": "igGetFrameCount", "ret": "int", @@ -18796,7 +19270,7 @@ "cimguiname": "igGetFrameHeight", "defaults": {}, "funcname": "GetFrameHeight", - "location": "imgui:456", + "location": "imgui:471", "namespace": "ImGui", "ov_cimguiname": "igGetFrameHeight", "ret": "float", @@ -18813,7 +19287,7 @@ "cimguiname": "igGetFrameHeightWithSpacing", "defaults": {}, "funcname": "GetFrameHeightWithSpacing", - "location": "imgui:457", + "location": "imgui:472", "namespace": "ImGui", "ov_cimguiname": "igGetFrameHeightWithSpacing", "ret": "float", @@ -18830,7 +19304,7 @@ "cimguiname": "igGetHoveredID", "defaults": {}, "funcname": "GetHoveredID", - "location": "imgui_internal:2631", + "location": "imgui_internal:2732", "namespace": "ImGui", "ov_cimguiname": "igGetHoveredID", "ret": "ImGuiID", @@ -18852,7 +19326,7 @@ "cimguiname": "igGetID", "defaults": {}, "funcname": "GetID", - "location": "imgui:475", + "location": "imgui:490", "namespace": "ImGui", "ov_cimguiname": "igGetID_Str", "ret": "ImGuiID", @@ -18876,7 +19350,7 @@ "cimguiname": "igGetID", "defaults": {}, "funcname": "GetID", - "location": "imgui:476", + "location": "imgui:491", "namespace": "ImGui", "ov_cimguiname": "igGetID_StrStr", "ret": "ImGuiID", @@ -18896,7 +19370,7 @@ "cimguiname": "igGetID", "defaults": {}, "funcname": "GetID", - "location": "imgui:477", + "location": "imgui:492", "namespace": "ImGui", "ov_cimguiname": "igGetID_Ptr", "ret": "ImGuiID", @@ -18926,7 +19400,7 @@ "cimguiname": "igGetIDWithSeed", "defaults": {}, "funcname": "GetIDWithSeed", - "location": "imgui_internal:2636", + "location": "imgui_internal:2737", "namespace": "ImGui", "ov_cimguiname": "igGetIDWithSeed", "ret": "ImGuiID", @@ -18943,7 +19417,7 @@ "cimguiname": "igGetIO", "defaults": {}, "funcname": "GetIO", - "location": "imgui:292", + "location": "imgui:307", "namespace": "ImGui", "ov_cimguiname": "igGetIO", "ret": "ImGuiIO*", @@ -18966,7 +19440,7 @@ "cimguiname": "igGetInputTextState", "defaults": {}, "funcname": "GetInputTextState", - "location": "imgui_internal:2938", + "location": "imgui_internal:3050", "namespace": "ImGui", "ov_cimguiname": "igGetInputTextState", "ret": "ImGuiInputTextState*", @@ -18983,7 +19457,7 @@ "cimguiname": "igGetItemFlags", "defaults": {}, "funcname": "GetItemFlags", - "location": "imgui_internal:2625", + "location": "imgui_internal:2726", "namespace": "ImGui", "ov_cimguiname": "igGetItemFlags", "ret": "ImGuiItemFlags", @@ -19000,7 +19474,7 @@ "cimguiname": "igGetItemID", "defaults": {}, "funcname": "GetItemID", - "location": "imgui_internal:2623", + "location": "imgui_internal:2724", "namespace": "ImGui", "ov_cimguiname": "igGetItemID", "ret": "ImGuiID", @@ -19022,7 +19496,7 @@ "cimguiname": "igGetItemRectMax", "defaults": {}, "funcname": "GetItemRectMax", - "location": "imgui:865", + "location": "imgui:882", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectMax", @@ -19045,7 +19519,7 @@ "cimguiname": "igGetItemRectMin", "defaults": {}, "funcname": "GetItemRectMin", - "location": "imgui:864", + "location": "imgui:881", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectMin", @@ -19068,7 +19542,7 @@ "cimguiname": "igGetItemRectSize", "defaults": {}, "funcname": "GetItemRectSize", - "location": "imgui:866", + "location": "imgui:883", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectSize", @@ -19086,7 +19560,7 @@ "cimguiname": "igGetItemStatusFlags", "defaults": {}, "funcname": "GetItemStatusFlags", - "location": "imgui_internal:2624", + "location": "imgui_internal:2725", "namespace": "ImGui", "ov_cimguiname": "igGetItemStatusFlags", "ret": "ImGuiItemStatusFlags", @@ -19108,7 +19582,7 @@ "cimguiname": "igGetKeyIndex", "defaults": {}, "funcname": "GetKeyIndex", - "location": "imgui:904", + "location": "imgui:920", "namespace": "ImGui", "ov_cimguiname": "igGetKeyIndex", "ret": "int", @@ -19138,7 +19612,7 @@ "cimguiname": "igGetKeyPressedAmount", "defaults": {}, "funcname": "GetKeyPressedAmount", - "location": "imgui:908", + "location": "imgui:924", "namespace": "ImGui", "ov_cimguiname": "igGetKeyPressedAmount", "ret": "int", @@ -19155,7 +19629,7 @@ "cimguiname": "igGetMainViewport", "defaults": {}, "funcname": "GetMainViewport", - "location": "imgui:873", + "location": "imgui:890", "namespace": "ImGui", "ov_cimguiname": "igGetMainViewport", "ret": "ImGuiViewport*", @@ -19172,7 +19646,7 @@ "cimguiname": "igGetMergedKeyModFlags", "defaults": {}, "funcname": "GetMergedKeyModFlags", - "location": "imgui_internal:2725", + "location": "imgui_internal:2834", "namespace": "ImGui", "ov_cimguiname": "igGetMergedKeyModFlags", "ret": "ImGuiKeyModFlags", @@ -19180,6 +19654,28 @@ "stname": "" } ], + "igGetMouseClickedCount": [ + { + "args": "(ImGuiMouseButton button)", + "argsT": [ + { + "name": "button", + "type": "ImGuiMouseButton" + } + ], + "argsoriginal": "(ImGuiMouseButton button)", + "call_args": "(button)", + "cimguiname": "igGetMouseClickedCount", + "defaults": {}, + "funcname": "GetMouseClickedCount", + "location": "imgui:935", + "namespace": "ImGui", + "ov_cimguiname": "igGetMouseClickedCount", + "ret": "int", + "signature": "(ImGuiMouseButton)", + "stname": "" + } + ], "igGetMouseCursor": [ { "args": "()", @@ -19189,7 +19685,7 @@ "cimguiname": "igGetMouseCursor", "defaults": {}, "funcname": "GetMouseCursor", - "location": "imgui:927", + "location": "imgui:944", "namespace": "ImGui", "ov_cimguiname": "igGetMouseCursor", "ret": "ImGuiMouseCursor", @@ -19222,7 +19718,7 @@ "lock_threshold": "-1.0f" }, "funcname": "GetMouseDragDelta", - "location": "imgui:925", + "location": "imgui:942", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMouseDragDelta", @@ -19245,7 +19741,7 @@ "cimguiname": "igGetMousePos", "defaults": {}, "funcname": "GetMousePos", - "location": "imgui:922", + "location": "imgui:939", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMousePos", @@ -19268,7 +19764,7 @@ "cimguiname": "igGetMousePosOnOpeningCurrentPopup", "defaults": {}, "funcname": "GetMousePosOnOpeningCurrentPopup", - "location": "imgui:923", + "location": "imgui:940", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMousePosOnOpeningCurrentPopup", @@ -19295,7 +19791,7 @@ "cimguiname": "igGetNavInputAmount", "defaults": {}, "funcname": "GetNavInputAmount", - "location": "imgui_internal:2700", + "location": "imgui_internal:2809", "namespace": "ImGui", "ov_cimguiname": "igGetNavInputAmount", "ret": "float", @@ -19336,7 +19832,7 @@ "slow_factor": "0.0f" }, "funcname": "GetNavInputAmount2d", - "location": "imgui_internal:2701", + "location": "imgui_internal:2810", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetNavInputAmount2d", @@ -19354,7 +19850,7 @@ "cimguiname": "igGetPlatformIO", "defaults": {}, "funcname": "GetPlatformIO", - "location": "imgui:961", + "location": "imgui:978", "namespace": "ImGui", "ov_cimguiname": "igGetPlatformIO", "ret": "ImGuiPlatformIO*", @@ -19381,7 +19877,7 @@ "cimguiname": "igGetPopupAllowedExtentRect", "defaults": {}, "funcname": "GetPopupAllowedExtentRect", - "location": "imgui_internal:2680", + "location": "imgui_internal:2783", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetPopupAllowedExtentRect", @@ -19399,7 +19895,7 @@ "cimguiname": "igGetScrollMaxX", "defaults": {}, "funcname": "GetScrollMaxX", - "location": "imgui:389", + "location": "imgui:404", "namespace": "ImGui", "ov_cimguiname": "igGetScrollMaxX", "ret": "float", @@ -19416,7 +19912,7 @@ "cimguiname": "igGetScrollMaxY", "defaults": {}, "funcname": "GetScrollMaxY", - "location": "imgui:390", + "location": "imgui:405", "namespace": "ImGui", "ov_cimguiname": "igGetScrollMaxY", "ret": "float", @@ -19433,7 +19929,7 @@ "cimguiname": "igGetScrollX", "defaults": {}, "funcname": "GetScrollX", - "location": "imgui:385", + "location": "imgui:400", "namespace": "ImGui", "ov_cimguiname": "igGetScrollX", "ret": "float", @@ -19450,7 +19946,7 @@ "cimguiname": "igGetScrollY", "defaults": {}, "funcname": "GetScrollY", - "location": "imgui:386", + "location": "imgui:401", "namespace": "ImGui", "ov_cimguiname": "igGetScrollY", "ret": "float", @@ -19467,7 +19963,7 @@ "cimguiname": "igGetStateStorage", "defaults": {}, "funcname": "GetStateStorage", - "location": "imgui:887", + "location": "imgui:904", "namespace": "ImGui", "ov_cimguiname": "igGetStateStorage", "ret": "ImGuiStorage*", @@ -19484,7 +19980,7 @@ "cimguiname": "igGetStyle", "defaults": {}, "funcname": "GetStyle", - "location": "imgui:293", + "location": "imgui:308", "namespace": "ImGui", "ov_cimguiname": "igGetStyle", "ret": "ImGuiStyle*", @@ -19507,7 +20003,7 @@ "cimguiname": "igGetStyleColorName", "defaults": {}, "funcname": "GetStyleColorName", - "location": "imgui:885", + "location": "imgui:902", "namespace": "ImGui", "ov_cimguiname": "igGetStyleColorName", "ret": "const char*", @@ -19529,7 +20025,7 @@ "cimguiname": "igGetStyleColorVec4", "defaults": {}, "funcname": "GetStyleColorVec4", - "location": "imgui:426", + "location": "imgui:441", "namespace": "ImGui", "ov_cimguiname": "igGetStyleColorVec4", "ret": "const ImVec4*", @@ -19547,7 +20043,7 @@ "cimguiname": "igGetTextLineHeight", "defaults": {}, "funcname": "GetTextLineHeight", - "location": "imgui:454", + "location": "imgui:469", "namespace": "ImGui", "ov_cimguiname": "igGetTextLineHeight", "ret": "float", @@ -19564,7 +20060,7 @@ "cimguiname": "igGetTextLineHeightWithSpacing", "defaults": {}, "funcname": "GetTextLineHeightWithSpacing", - "location": "imgui:455", + "location": "imgui:470", "namespace": "ImGui", "ov_cimguiname": "igGetTextLineHeightWithSpacing", "ret": "float", @@ -19581,7 +20077,7 @@ "cimguiname": "igGetTime", "defaults": {}, "funcname": "GetTime", - "location": "imgui:878", + "location": "imgui:895", "namespace": "ImGui", "ov_cimguiname": "igGetTime", "ret": "double", @@ -19589,6 +20085,23 @@ "stname": "" } ], + "igGetTopMostAndVisiblePopupModal": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "igGetTopMostAndVisiblePopupModal", + "defaults": {}, + "funcname": "GetTopMostAndVisiblePopupModal", + "location": "imgui_internal:2785", + "namespace": "ImGui", + "ov_cimguiname": "igGetTopMostAndVisiblePopupModal", + "ret": "ImGuiWindow*", + "signature": "()", + "stname": "" + } + ], "igGetTopMostPopupModal": [ { "args": "()", @@ -19598,7 +20111,7 @@ "cimguiname": "igGetTopMostPopupModal", "defaults": {}, "funcname": "GetTopMostPopupModal", - "location": "imgui_internal:2681", + "location": "imgui_internal:2784", "namespace": "ImGui", "ov_cimguiname": "igGetTopMostPopupModal", "ret": "ImGuiWindow*", @@ -19615,7 +20128,7 @@ "cimguiname": "igGetTreeNodeToLabelSpacing", "defaults": {}, "funcname": "GetTreeNodeToLabelSpacing", - "location": "imgui:608", + "location": "imgui:623", "namespace": "ImGui", "ov_cimguiname": "igGetTreeNodeToLabelSpacing", "ret": "float", @@ -19632,7 +20145,7 @@ "cimguiname": "igGetVersion", "defaults": {}, "funcname": "GetVersion", - "location": "imgui:307", + "location": "imgui:323", "namespace": "ImGui", "ov_cimguiname": "igGetVersion", "ret": "const char*", @@ -19654,7 +20167,7 @@ "cimguiname": "igGetViewportPlatformMonitor", "defaults": {}, "funcname": "GetViewportPlatformMonitor", - "location": "imgui_internal:2603", + "location": "imgui_internal:2697", "namespace": "ImGui", "ov_cimguiname": "igGetViewportPlatformMonitor", "ret": "const ImGuiPlatformMonitor*", @@ -19676,7 +20189,7 @@ "cimguiname": "igGetWindowAlwaysWantOwnTabBar", "defaults": {}, "funcname": "GetWindowAlwaysWantOwnTabBar", - "location": "imgui_internal:2746", + "location": "imgui_internal:2857", "namespace": "ImGui", "ov_cimguiname": "igGetWindowAlwaysWantOwnTabBar", "ret": "bool", @@ -19698,7 +20211,7 @@ "cimguiname": "igGetWindowContentRegionMax", "defaults": {}, "funcname": "GetWindowContentRegionMax", - "location": "imgui:381", + "location": "imgui:397", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowContentRegionMax", @@ -19721,7 +20234,7 @@ "cimguiname": "igGetWindowContentRegionMin", "defaults": {}, "funcname": "GetWindowContentRegionMin", - "location": "imgui:380", + "location": "imgui:396", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowContentRegionMin", @@ -19730,23 +20243,6 @@ "stname": "" } ], - "igGetWindowContentRegionWidth": [ - { - "args": "()", - "argsT": [], - "argsoriginal": "()", - "call_args": "()", - "cimguiname": "igGetWindowContentRegionWidth", - "defaults": {}, - "funcname": "GetWindowContentRegionWidth", - "location": "imgui:382", - "namespace": "ImGui", - "ov_cimguiname": "igGetWindowContentRegionWidth", - "ret": "float", - "signature": "()", - "stname": "" - } - ], "igGetWindowDockID": [ { "args": "()", @@ -19756,7 +20252,7 @@ "cimguiname": "igGetWindowDockID", "defaults": {}, "funcname": "GetWindowDockID", - "location": "imgui:806", + "location": "imgui:822", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDockID", "ret": "ImGuiID", @@ -19773,7 +20269,7 @@ "cimguiname": "igGetWindowDockNode", "defaults": {}, "funcname": "GetWindowDockNode", - "location": "imgui_internal:2745", + "location": "imgui_internal:2856", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDockNode", "ret": "ImGuiDockNode*", @@ -19790,7 +20286,7 @@ "cimguiname": "igGetWindowDpiScale", "defaults": {}, "funcname": "GetWindowDpiScale", - "location": "imgui:348", + "location": "imgui:364", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDpiScale", "ret": "float", @@ -19807,7 +20303,7 @@ "cimguiname": "igGetWindowDrawList", "defaults": {}, "funcname": "GetWindowDrawList", - "location": "imgui:347", + "location": "imgui:363", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDrawList", "ret": "ImDrawList*", @@ -19824,7 +20320,7 @@ "cimguiname": "igGetWindowHeight", "defaults": {}, "funcname": "GetWindowHeight", - "location": "imgui:352", + "location": "imgui:368", "namespace": "ImGui", "ov_cimguiname": "igGetWindowHeight", "ret": "float", @@ -19846,7 +20342,7 @@ "cimguiname": "igGetWindowPos", "defaults": {}, "funcname": "GetWindowPos", - "location": "imgui:349", + "location": "imgui:365", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowPos", @@ -19873,7 +20369,7 @@ "cimguiname": "igGetWindowResizeBorderID", "defaults": {}, "funcname": "GetWindowResizeBorderID", - "location": "imgui_internal:2901", + "location": "imgui_internal:3013", "namespace": "ImGui", "ov_cimguiname": "igGetWindowResizeBorderID", "ret": "ImGuiID", @@ -19899,7 +20395,7 @@ "cimguiname": "igGetWindowResizeCornerID", "defaults": {}, "funcname": "GetWindowResizeCornerID", - "location": "imgui_internal:2900", + "location": "imgui_internal:3012", "namespace": "ImGui", "ov_cimguiname": "igGetWindowResizeCornerID", "ret": "ImGuiID", @@ -19925,7 +20421,7 @@ "cimguiname": "igGetWindowScrollbarID", "defaults": {}, "funcname": "GetWindowScrollbarID", - "location": "imgui_internal:2899", + "location": "imgui_internal:3011", "namespace": "ImGui", "ov_cimguiname": "igGetWindowScrollbarID", "ret": "ImGuiID", @@ -19955,7 +20451,7 @@ "cimguiname": "igGetWindowScrollbarRect", "defaults": {}, "funcname": "GetWindowScrollbarRect", - "location": "imgui_internal:2898", + "location": "imgui_internal:3010", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowScrollbarRect", @@ -19978,7 +20474,7 @@ "cimguiname": "igGetWindowSize", "defaults": {}, "funcname": "GetWindowSize", - "location": "imgui:350", + "location": "imgui:366", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowSize", @@ -19996,7 +20492,7 @@ "cimguiname": "igGetWindowViewport", "defaults": {}, "funcname": "GetWindowViewport", - "location": "imgui:353", + "location": "imgui:369", "namespace": "ImGui", "ov_cimguiname": "igGetWindowViewport", "ret": "ImGuiViewport*", @@ -20013,7 +20509,7 @@ "cimguiname": "igGetWindowWidth", "defaults": {}, "funcname": "GetWindowWidth", - "location": "imgui:351", + "location": "imgui:367", "namespace": "ImGui", "ov_cimguiname": "igGetWindowWidth", "ret": "float", @@ -20035,7 +20531,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:417", + "location": "imgui_internal:423", "ov_cimguiname": "igImAbs_Int", "ret": "int", "signature": "(int)", @@ -20054,7 +20550,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:418", + "location": "imgui_internal:424", "ov_cimguiname": "igImAbs_Float", "ret": "float", "signature": "(float)", @@ -20073,7 +20569,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:419", + "location": "imgui_internal:425", "ov_cimguiname": "igImAbs_double", "ret": "double", "signature": "(double)", @@ -20098,7 +20594,7 @@ "cimguiname": "igImAlphaBlendColors", "defaults": {}, "funcname": "ImAlphaBlendColors", - "location": "imgui_internal:316", + "location": "imgui_internal:322", "ov_cimguiname": "igImAlphaBlendColors", "ret": "ImU32", "signature": "(ImU32,ImU32)", @@ -20139,7 +20635,7 @@ "cimguiname": "igImBezierCubicCalc", "defaults": {}, "funcname": "ImBezierCubicCalc", - "location": "imgui_internal:460", + "location": "imgui_internal:467", "nonUDT": 1, "ov_cimguiname": "igImBezierCubicCalc", "ret": "void", @@ -20185,7 +20681,7 @@ "cimguiname": "igImBezierCubicClosestPoint", "defaults": {}, "funcname": "ImBezierCubicClosestPoint", - "location": "imgui_internal:461", + "location": "imgui_internal:468", "nonUDT": 1, "ov_cimguiname": "igImBezierCubicClosestPoint", "ret": "void", @@ -20231,7 +20727,7 @@ "cimguiname": "igImBezierCubicClosestPointCasteljau", "defaults": {}, "funcname": "ImBezierCubicClosestPointCasteljau", - "location": "imgui_internal:462", + "location": "imgui_internal:469", "nonUDT": 1, "ov_cimguiname": "igImBezierCubicClosestPointCasteljau", "ret": "void", @@ -20269,7 +20765,7 @@ "cimguiname": "igImBezierQuadraticCalc", "defaults": {}, "funcname": "ImBezierQuadraticCalc", - "location": "imgui_internal:463", + "location": "imgui_internal:470", "nonUDT": 1, "ov_cimguiname": "igImBezierQuadraticCalc", "ret": "void", @@ -20295,7 +20791,7 @@ "cimguiname": "igImBitArrayClearBit", "defaults": {}, "funcname": "ImBitArrayClearBit", - "location": "imgui_internal:531", + "location": "imgui_internal:538", "ov_cimguiname": "igImBitArrayClearBit", "ret": "void", "signature": "(ImU32*,int)", @@ -20320,7 +20816,7 @@ "cimguiname": "igImBitArraySetBit", "defaults": {}, "funcname": "ImBitArraySetBit", - "location": "imgui_internal:532", + "location": "imgui_internal:539", "ov_cimguiname": "igImBitArraySetBit", "ret": "void", "signature": "(ImU32*,int)", @@ -20349,7 +20845,7 @@ "cimguiname": "igImBitArraySetBitRange", "defaults": {}, "funcname": "ImBitArraySetBitRange", - "location": "imgui_internal:533", + "location": "imgui_internal:540", "ov_cimguiname": "igImBitArraySetBitRange", "ret": "void", "signature": "(ImU32*,int,int)", @@ -20374,7 +20870,7 @@ "cimguiname": "igImBitArrayTestBit", "defaults": {}, "funcname": "ImBitArrayTestBit", - "location": "imgui_internal:530", + "location": "imgui_internal:537", "ov_cimguiname": "igImBitArrayTestBit", "ret": "bool", "signature": "(const ImU32*,int)", @@ -20395,7 +20891,7 @@ "cimguiname": "igImCharIsBlankA", "defaults": {}, "funcname": "ImCharIsBlankA", - "location": "imgui_internal:342", + "location": "imgui_internal:348", "ov_cimguiname": "igImCharIsBlankA", "ret": "bool", "signature": "(char)", @@ -20416,7 +20912,7 @@ "cimguiname": "igImCharIsBlankW", "defaults": {}, "funcname": "ImCharIsBlankW", - "location": "imgui_internal:343", + "location": "imgui_internal:349", "ov_cimguiname": "igImCharIsBlankW", "ret": "bool", "signature": "(unsigned int)", @@ -20449,7 +20945,7 @@ "cimguiname": "igImClamp", "defaults": {}, "funcname": "ImClamp", - "location": "imgui_internal:441", + "location": "imgui_internal:447", "nonUDT": 1, "ov_cimguiname": "igImClamp", "ret": "void", @@ -20475,7 +20971,7 @@ "cimguiname": "igImDot", "defaults": {}, "funcname": "ImDot", - "location": "imgui_internal:453", + "location": "imgui_internal:459", "ov_cimguiname": "igImDot", "ret": "float", "signature": "(const ImVec2,const ImVec2)", @@ -20496,7 +20992,7 @@ "cimguiname": "igImFileClose", "defaults": {}, "funcname": "ImFileClose", - "location": "imgui_internal:390", + "location": "imgui_internal:396", "ov_cimguiname": "igImFileClose", "ret": "bool", "signature": "(ImFileHandle)", @@ -20517,7 +21013,7 @@ "cimguiname": "igImFileGetSize", "defaults": {}, "funcname": "ImFileGetSize", - "location": "imgui_internal:391", + "location": "imgui_internal:397", "ov_cimguiname": "igImFileGetSize", "ret": "ImU64", "signature": "(ImFileHandle)", @@ -20553,7 +21049,7 @@ "padding_bytes": "0" }, "funcname": "ImFileLoadToMemory", - "location": "imgui_internal:397", + "location": "imgui_internal:403", "ov_cimguiname": "igImFileLoadToMemory", "ret": "void*", "signature": "(const char*,const char*,size_t*,int)", @@ -20578,7 +21074,7 @@ "cimguiname": "igImFileOpen", "defaults": {}, "funcname": "ImFileOpen", - "location": "imgui_internal:389", + "location": "imgui_internal:395", "ov_cimguiname": "igImFileOpen", "ret": "ImFileHandle", "signature": "(const char*,const char*)", @@ -20611,7 +21107,7 @@ "cimguiname": "igImFileRead", "defaults": {}, "funcname": "ImFileRead", - "location": "imgui_internal:392", + "location": "imgui_internal:398", "ov_cimguiname": "igImFileRead", "ret": "ImU64", "signature": "(void*,ImU64,ImU64,ImFileHandle)", @@ -20644,7 +21140,7 @@ "cimguiname": "igImFileWrite", "defaults": {}, "funcname": "ImFileWrite", - "location": "imgui_internal:393", + "location": "imgui_internal:399", "ov_cimguiname": "igImFileWrite", "ret": "ImU64", "signature": "(const void*,ImU64,ImU64,ImFileHandle)", @@ -20665,7 +21161,7 @@ "cimguiname": "igImFloor", "defaults": {}, "funcname": "ImFloor", - "location": "imgui_internal:449", + "location": "imgui_internal:455", "ov_cimguiname": "igImFloor_Float", "ret": "float", "signature": "(float)", @@ -20688,7 +21184,7 @@ "cimguiname": "igImFloor", "defaults": {}, "funcname": "ImFloor", - "location": "imgui_internal:451", + "location": "imgui_internal:457", "nonUDT": 1, "ov_cimguiname": "igImFloor_Vec2", "ret": "void", @@ -20710,7 +21206,7 @@ "cimguiname": "igImFloorSigned", "defaults": {}, "funcname": "ImFloorSigned", - "location": "imgui_internal:450", + "location": "imgui_internal:456", "ov_cimguiname": "igImFloorSigned", "ret": "float", "signature": "(float)", @@ -20731,7 +21227,7 @@ "cimguiname": "igImFontAtlasBuildFinish", "defaults": {}, "funcname": "ImFontAtlasBuildFinish", - "location": "imgui_internal:2996", + "location": "imgui_internal:3111", "ov_cimguiname": "igImFontAtlasBuildFinish", "ret": "void", "signature": "(ImFontAtlas*)", @@ -20752,7 +21248,7 @@ "cimguiname": "igImFontAtlasBuildInit", "defaults": {}, "funcname": "ImFontAtlasBuildInit", - "location": "imgui_internal:2993", + "location": "imgui_internal:3108", "ov_cimguiname": "igImFontAtlasBuildInit", "ret": "void", "signature": "(ImFontAtlas*)", @@ -20777,7 +21273,7 @@ "cimguiname": "igImFontAtlasBuildMultiplyCalcLookupTable", "defaults": {}, "funcname": "ImFontAtlasBuildMultiplyCalcLookupTable", - "location": "imgui_internal:2999", + "location": "imgui_internal:3114", "ov_cimguiname": "igImFontAtlasBuildMultiplyCalcLookupTable", "ret": "void", "signature": "(unsigned char[256],float)", @@ -20822,7 +21318,7 @@ "cimguiname": "igImFontAtlasBuildMultiplyRectAlpha8", "defaults": {}, "funcname": "ImFontAtlasBuildMultiplyRectAlpha8", - "location": "imgui_internal:3000", + "location": "imgui_internal:3115", "ov_cimguiname": "igImFontAtlasBuildMultiplyRectAlpha8", "ret": "void", "signature": "(const unsigned char[256],unsigned char*,int,int,int,int,int)", @@ -20847,7 +21343,7 @@ "cimguiname": "igImFontAtlasBuildPackCustomRects", "defaults": {}, "funcname": "ImFontAtlasBuildPackCustomRects", - "location": "imgui_internal:2995", + "location": "imgui_internal:3110", "ov_cimguiname": "igImFontAtlasBuildPackCustomRects", "ret": "void", "signature": "(ImFontAtlas*,void*)", @@ -20896,7 +21392,7 @@ "cimguiname": "igImFontAtlasBuildRender32bppRectFromString", "defaults": {}, "funcname": "ImFontAtlasBuildRender32bppRectFromString", - "location": "imgui_internal:2998", + "location": "imgui_internal:3113", "ov_cimguiname": "igImFontAtlasBuildRender32bppRectFromString", "ret": "void", "signature": "(ImFontAtlas*,int,int,int,int,const char*,char,unsigned int)", @@ -20945,7 +21441,7 @@ "cimguiname": "igImFontAtlasBuildRender8bppRectFromString", "defaults": {}, "funcname": "ImFontAtlasBuildRender8bppRectFromString", - "location": "imgui_internal:2997", + "location": "imgui_internal:3112", "ov_cimguiname": "igImFontAtlasBuildRender8bppRectFromString", "ret": "void", "signature": "(ImFontAtlas*,int,int,int,int,const char*,char,unsigned char)", @@ -20982,7 +21478,7 @@ "cimguiname": "igImFontAtlasBuildSetupFont", "defaults": {}, "funcname": "ImFontAtlasBuildSetupFont", - "location": "imgui_internal:2994", + "location": "imgui_internal:3109", "ov_cimguiname": "igImFontAtlasBuildSetupFont", "ret": "void", "signature": "(ImFontAtlas*,ImFont*,ImFontConfig*,float,float)", @@ -20998,7 +21494,7 @@ "cimguiname": "igImFontAtlasGetBuilderForStbTruetype", "defaults": {}, "funcname": "ImFontAtlasGetBuilderForStbTruetype", - "location": "imgui_internal:2992", + "location": "imgui_internal:3107", "ov_cimguiname": "igImFontAtlasGetBuilderForStbTruetype", "ret": "const ImFontBuilderIO*", "signature": "()", @@ -21032,7 +21528,7 @@ "defaults": {}, "funcname": "ImFormatString", "isvararg": "...)", - "location": "imgui_internal:336", + "location": "imgui_internal:342", "ov_cimguiname": "igImFormatString", "ret": "int", "signature": "(char*,size_t,const char*,...)", @@ -21065,7 +21561,7 @@ "cimguiname": "igImFormatStringV", "defaults": {}, "funcname": "ImFormatStringV", - "location": "imgui_internal:337", + "location": "imgui_internal:343", "ov_cimguiname": "igImFormatStringV", "ret": "int", "signature": "(char*,size_t,const char*,va_list)", @@ -21090,7 +21586,7 @@ "cimguiname": "igImGetDirQuadrantFromDelta", "defaults": {}, "funcname": "ImGetDirQuadrantFromDelta", - "location": "imgui_internal:469", + "location": "imgui_internal:476", "ov_cimguiname": "igImGetDirQuadrantFromDelta", "ret": "ImGuiDir", "signature": "(float,float)", @@ -21121,7 +21617,7 @@ "seed": "0" }, "funcname": "ImHashData", - "location": "imgui_internal:306", + "location": "imgui_internal:310", "ov_cimguiname": "igImHashData", "ret": "ImGuiID", "signature": "(const void*,size_t,ImU32)", @@ -21153,7 +21649,7 @@ "seed": "0" }, "funcname": "ImHashStr", - "location": "imgui_internal:307", + "location": "imgui_internal:311", "ov_cimguiname": "igImHashStr", "ret": "ImGuiID", "signature": "(const char*,size_t,ImU32)", @@ -21178,13 +21674,34 @@ "cimguiname": "igImInvLength", "defaults": {}, "funcname": "ImInvLength", - "location": "imgui_internal:448", + "location": "imgui_internal:454", "ov_cimguiname": "igImInvLength", "ret": "float", "signature": "(const ImVec2,float)", "stname": "" } ], + "igImIsFloatAboveGuaranteedIntegerPrecision": [ + { + "args": "(float f)", + "argsT": [ + { + "name": "f", + "type": "float" + } + ], + "argsoriginal": "(float f)", + "call_args": "(f)", + "cimguiname": "igImIsFloatAboveGuaranteedIntegerPrecision", + "defaults": {}, + "funcname": "ImIsFloatAboveGuaranteedIntegerPrecision", + "location": "imgui_internal:463", + "ov_cimguiname": "igImIsFloatAboveGuaranteedIntegerPrecision", + "ret": "bool", + "signature": "(float)", + "stname": "" + } + ], "igImIsPowerOfTwo": [ { "args": "(int v)", @@ -21199,7 +21716,7 @@ "cimguiname": "igImIsPowerOfTwo", "defaults": {}, "funcname": "ImIsPowerOfTwo", - "location": "imgui_internal:319", + "location": "imgui_internal:325", "ov_cimguiname": "igImIsPowerOfTwo_Int", "ret": "bool", "signature": "(int)", @@ -21218,7 +21735,7 @@ "cimguiname": "igImIsPowerOfTwo", "defaults": {}, "funcname": "ImIsPowerOfTwo", - "location": "imgui_internal:320", + "location": "imgui_internal:326", "ov_cimguiname": "igImIsPowerOfTwo_U64", "ret": "bool", "signature": "(ImU64)", @@ -21239,7 +21756,7 @@ "cimguiname": "igImLengthSqr", "defaults": {}, "funcname": "ImLengthSqr", - "location": "imgui_internal:446", + "location": "imgui_internal:452", "ov_cimguiname": "igImLengthSqr_Vec2", "ret": "float", "signature": "(const ImVec2)", @@ -21258,7 +21775,7 @@ "cimguiname": "igImLengthSqr", "defaults": {}, "funcname": "ImLengthSqr", - "location": "imgui_internal:447", + "location": "imgui_internal:453", "ov_cimguiname": "igImLengthSqr_Vec4", "ret": "float", "signature": "(const ImVec4)", @@ -21291,7 +21808,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:442", + "location": "imgui_internal:448", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec2Float", "ret": "void", @@ -21323,7 +21840,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:443", + "location": "imgui_internal:449", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec2Vec2", "ret": "void", @@ -21355,7 +21872,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:444", + "location": "imgui_internal:450", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec4", "ret": "void", @@ -21389,7 +21906,7 @@ "cimguiname": "igImLineClosestPoint", "defaults": {}, "funcname": "ImLineClosestPoint", - "location": "imgui_internal:464", + "location": "imgui_internal:471", "nonUDT": 1, "ov_cimguiname": "igImLineClosestPoint", "ret": "void", @@ -21419,7 +21936,7 @@ "cimguiname": "igImLinearSweep", "defaults": {}, "funcname": "ImLinearSweep", - "location": "imgui_internal:455", + "location": "imgui_internal:461", "ov_cimguiname": "igImLinearSweep", "ret": "float", "signature": "(float,float,float)", @@ -21440,7 +21957,7 @@ "cimguiname": "igImLog", "defaults": {}, "funcname": "ImLog", - "location": "imgui_internal:415", + "location": "imgui_internal:421", "ov_cimguiname": "igImLog_Float", "ret": "float", "signature": "(float)", @@ -21459,7 +21976,7 @@ "cimguiname": "igImLog", "defaults": {}, "funcname": "ImLog", - "location": "imgui_internal:416", + "location": "imgui_internal:422", "ov_cimguiname": "igImLog_double", "ret": "double", "signature": "(double)", @@ -21488,7 +22005,7 @@ "cimguiname": "igImMax", "defaults": {}, "funcname": "ImMax", - "location": "imgui_internal:440", + "location": "imgui_internal:446", "nonUDT": 1, "ov_cimguiname": "igImMax", "ret": "void", @@ -21518,7 +22035,7 @@ "cimguiname": "igImMin", "defaults": {}, "funcname": "ImMin", - "location": "imgui_internal:439", + "location": "imgui_internal:445", "nonUDT": 1, "ov_cimguiname": "igImMin", "ret": "void", @@ -21544,7 +22061,7 @@ "cimguiname": "igImModPositive", "defaults": {}, "funcname": "ImModPositive", - "location": "imgui_internal:452", + "location": "imgui_internal:458", "ov_cimguiname": "igImModPositive", "ret": "int", "signature": "(int,int)", @@ -21573,7 +22090,7 @@ "cimguiname": "igImMul", "defaults": {}, "funcname": "ImMul", - "location": "imgui_internal:456", + "location": "imgui_internal:462", "nonUDT": 1, "ov_cimguiname": "igImMul", "ret": "void", @@ -21595,7 +22112,7 @@ "cimguiname": "igImParseFormatFindEnd", "defaults": {}, "funcname": "ImParseFormatFindEnd", - "location": "imgui_internal:339", + "location": "imgui_internal:345", "ov_cimguiname": "igImParseFormatFindEnd", "ret": "const char*", "signature": "(const char*)", @@ -21616,7 +22133,7 @@ "cimguiname": "igImParseFormatFindStart", "defaults": {}, "funcname": "ImParseFormatFindStart", - "location": "imgui_internal:338", + "location": "imgui_internal:344", "ov_cimguiname": "igImParseFormatFindStart", "ret": "const char*", "signature": "(const char*)", @@ -21641,7 +22158,7 @@ "cimguiname": "igImParseFormatPrecision", "defaults": {}, "funcname": "ImParseFormatPrecision", - "location": "imgui_internal:341", + "location": "imgui_internal:347", "ov_cimguiname": "igImParseFormatPrecision", "ret": "int", "signature": "(const char*,int)", @@ -21670,7 +22187,7 @@ "cimguiname": "igImParseFormatTrimDecorations", "defaults": {}, "funcname": "ImParseFormatTrimDecorations", - "location": "imgui_internal:340", + "location": "imgui_internal:346", "ov_cimguiname": "igImParseFormatTrimDecorations", "ret": "const char*", "signature": "(const char*,char*,size_t)", @@ -21695,7 +22212,7 @@ "cimguiname": "igImPow", "defaults": {}, "funcname": "ImPow", - "location": "imgui_internal:413", + "location": "imgui_internal:419", "ov_cimguiname": "igImPow_Float", "ret": "float", "signature": "(float,float)", @@ -21718,13 +22235,48 @@ "cimguiname": "igImPow", "defaults": {}, "funcname": "ImPow", - "location": "imgui_internal:414", + "location": "imgui_internal:420", "ov_cimguiname": "igImPow_double", "ret": "double", "signature": "(double,double)", "stname": "" } ], + "igImQsort": [ + { + "args": "(void* base,size_t count,size_t size_of_element,int(*compare_func)(void const*,void const*))", + "argsT": [ + { + "name": "base", + "type": "void*" + }, + { + "name": "count", + "type": "size_t" + }, + { + "name": "size_of_element", + "type": "size_t" + }, + { + "name": "compare_func", + "ret": "int", + "signature": "(void const*,void const*)", + "type": "int(*)(void const*,void const*)" + } + ], + "argsoriginal": "(void* base,size_t count,size_t size_of_element,int(*compare_func)(void const*,void const*))", + "call_args": "(base,count,size_of_element,compare_func)", + "cimguiname": "igImQsort", + "defaults": {}, + "funcname": "ImQsort", + "location": "imgui_internal:318", + "ov_cimguiname": "igImQsort", + "ret": "void", + "signature": "(void*,size_t,size_t,int(*)(void const*,void const*))", + "stname": "" + } + ], "igImRotate": [ { "args": "(ImVec2 *pOut,const ImVec2 v,float cos_a,float sin_a)", @@ -21751,7 +22303,7 @@ "cimguiname": "igImRotate", "defaults": {}, "funcname": "ImRotate", - "location": "imgui_internal:454", + "location": "imgui_internal:460", "nonUDT": 1, "ov_cimguiname": "igImRotate", "ret": "void", @@ -21773,7 +22325,7 @@ "cimguiname": "igImRsqrt", "defaults": {}, "funcname": "ImRsqrt", - "location": "imgui_internal:423", + "location": "imgui_internal:429", "ov_cimguiname": "igImRsqrt_Float", "ret": "float", "signature": "(float)", @@ -21792,7 +22344,7 @@ "cimguiname": "igImRsqrt", "defaults": {}, "funcname": "ImRsqrt", - "location": "imgui_internal:427", + "location": "imgui_internal:433", "ov_cimguiname": "igImRsqrt_double", "ret": "double", "signature": "(double)", @@ -21813,7 +22365,7 @@ "cimguiname": "igImSaturate", "defaults": {}, "funcname": "ImSaturate", - "location": "imgui_internal:445", + "location": "imgui_internal:451", "ov_cimguiname": "igImSaturate", "ret": "float", "signature": "(float)", @@ -21834,7 +22386,7 @@ "cimguiname": "igImSign", "defaults": {}, "funcname": "ImSign", - "location": "imgui_internal:420", + "location": "imgui_internal:426", "ov_cimguiname": "igImSign_Float", "ret": "float", "signature": "(float)", @@ -21853,7 +22405,7 @@ "cimguiname": "igImSign", "defaults": {}, "funcname": "ImSign", - "location": "imgui_internal:421", + "location": "imgui_internal:427", "ov_cimguiname": "igImSign_double", "ret": "double", "signature": "(double)", @@ -21874,7 +22426,7 @@ "cimguiname": "igImStrSkipBlank", "defaults": {}, "funcname": "ImStrSkipBlank", - "location": "imgui_internal:335", + "location": "imgui_internal:341", "ov_cimguiname": "igImStrSkipBlank", "ret": "const char*", "signature": "(const char*)", @@ -21895,7 +22447,7 @@ "cimguiname": "igImStrTrimBlanks", "defaults": {}, "funcname": "ImStrTrimBlanks", - "location": "imgui_internal:334", + "location": "imgui_internal:340", "ov_cimguiname": "igImStrTrimBlanks", "ret": "void", "signature": "(char*)", @@ -21920,7 +22472,7 @@ "cimguiname": "igImStrbolW", "defaults": {}, "funcname": "ImStrbolW", - "location": "imgui_internal:332", + "location": "imgui_internal:338", "ov_cimguiname": "igImStrbolW", "ret": "const ImWchar*", "signature": "(const ImWchar*,const ImWchar*)", @@ -21949,7 +22501,7 @@ "cimguiname": "igImStrchrRange", "defaults": {}, "funcname": "ImStrchrRange", - "location": "imgui_internal:329", + "location": "imgui_internal:335", "ov_cimguiname": "igImStrchrRange", "ret": "const char*", "signature": "(const char*,const char*,char)", @@ -21970,7 +22522,7 @@ "cimguiname": "igImStrdup", "defaults": {}, "funcname": "ImStrdup", - "location": "imgui_internal:327", + "location": "imgui_internal:333", "ov_cimguiname": "igImStrdup", "ret": "char*", "signature": "(const char*)", @@ -21999,7 +22551,7 @@ "cimguiname": "igImStrdupcpy", "defaults": {}, "funcname": "ImStrdupcpy", - "location": "imgui_internal:328", + "location": "imgui_internal:334", "ov_cimguiname": "igImStrdupcpy", "ret": "char*", "signature": "(char*,size_t*,const char*)", @@ -22024,7 +22576,7 @@ "cimguiname": "igImStreolRange", "defaults": {}, "funcname": "ImStreolRange", - "location": "imgui_internal:331", + "location": "imgui_internal:337", "ov_cimguiname": "igImStreolRange", "ret": "const char*", "signature": "(const char*,const char*)", @@ -22049,7 +22601,7 @@ "cimguiname": "igImStricmp", "defaults": {}, "funcname": "ImStricmp", - "location": "imgui_internal:324", + "location": "imgui_internal:330", "ov_cimguiname": "igImStricmp", "ret": "int", "signature": "(const char*,const char*)", @@ -22082,7 +22634,7 @@ "cimguiname": "igImStristr", "defaults": {}, "funcname": "ImStristr", - "location": "imgui_internal:333", + "location": "imgui_internal:339", "ov_cimguiname": "igImStristr", "ret": "const char*", "signature": "(const char*,const char*,const char*,const char*)", @@ -22103,7 +22655,7 @@ "cimguiname": "igImStrlenW", "defaults": {}, "funcname": "ImStrlenW", - "location": "imgui_internal:330", + "location": "imgui_internal:336", "ov_cimguiname": "igImStrlenW", "ret": "int", "signature": "(const ImWchar*)", @@ -22132,7 +22684,7 @@ "cimguiname": "igImStrncpy", "defaults": {}, "funcname": "ImStrncpy", - "location": "imgui_internal:326", + "location": "imgui_internal:332", "ov_cimguiname": "igImStrncpy", "ret": "void", "signature": "(char*,const char*,size_t)", @@ -22161,7 +22713,7 @@ "cimguiname": "igImStrnicmp", "defaults": {}, "funcname": "ImStrnicmp", - "location": "imgui_internal:325", + "location": "imgui_internal:331", "ov_cimguiname": "igImStrnicmp", "ret": "int", "signature": "(const char*,const char*,size_t)", @@ -22190,7 +22742,7 @@ "cimguiname": "igImTextCharFromUtf8", "defaults": {}, "funcname": "ImTextCharFromUtf8", - "location": "imgui_internal:348", + "location": "imgui_internal:354", "ov_cimguiname": "igImTextCharFromUtf8", "ret": "int", "signature": "(unsigned int*,const char*,const char*)", @@ -22215,7 +22767,7 @@ "cimguiname": "igImTextCharToUtf8", "defaults": {}, "funcname": "ImTextCharToUtf8", - "location": "imgui_internal:346", + "location": "imgui_internal:352", "ov_cimguiname": "igImTextCharToUtf8", "ret": "const char*", "signature": "(char[5],unsigned int)", @@ -22240,7 +22792,7 @@ "cimguiname": "igImTextCountCharsFromUtf8", "defaults": {}, "funcname": "ImTextCountCharsFromUtf8", - "location": "imgui_internal:350", + "location": "imgui_internal:356", "ov_cimguiname": "igImTextCountCharsFromUtf8", "ret": "int", "signature": "(const char*,const char*)", @@ -22265,7 +22817,7 @@ "cimguiname": "igImTextCountUtf8BytesFromChar", "defaults": {}, "funcname": "ImTextCountUtf8BytesFromChar", - "location": "imgui_internal:351", + "location": "imgui_internal:357", "ov_cimguiname": "igImTextCountUtf8BytesFromChar", "ret": "int", "signature": "(const char*,const char*)", @@ -22290,7 +22842,7 @@ "cimguiname": "igImTextCountUtf8BytesFromStr", "defaults": {}, "funcname": "ImTextCountUtf8BytesFromStr", - "location": "imgui_internal:352", + "location": "imgui_internal:358", "ov_cimguiname": "igImTextCountUtf8BytesFromStr", "ret": "int", "signature": "(const ImWchar*,const ImWchar*)", @@ -22329,7 +22881,7 @@ "in_remaining": "NULL" }, "funcname": "ImTextStrFromUtf8", - "location": "imgui_internal:349", + "location": "imgui_internal:355", "ov_cimguiname": "igImTextStrFromUtf8", "ret": "int", "signature": "(ImWchar*,int,const char*,const char*,const char**)", @@ -22362,7 +22914,7 @@ "cimguiname": "igImTextStrToUtf8", "defaults": {}, "funcname": "ImTextStrToUtf8", - "location": "imgui_internal:347", + "location": "imgui_internal:353", "ov_cimguiname": "igImTextStrToUtf8", "ret": "int", "signature": "(char*,int,const ImWchar*,const ImWchar*)", @@ -22391,7 +22943,7 @@ "cimguiname": "igImTriangleArea", "defaults": {}, "funcname": "ImTriangleArea", - "location": "imgui_internal:468", + "location": "imgui_internal:475", "ov_cimguiname": "igImTriangleArea", "ret": "float", "signature": "(const ImVec2,const ImVec2,const ImVec2)", @@ -22439,7 +22991,7 @@ "cimguiname": "igImTriangleBarycentricCoords", "defaults": {}, "funcname": "ImTriangleBarycentricCoords", - "location": "imgui_internal:467", + "location": "imgui_internal:474", "ov_cimguiname": "igImTriangleBarycentricCoords", "ret": "void", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,float*,float*,float*)", @@ -22476,7 +23028,7 @@ "cimguiname": "igImTriangleClosestPoint", "defaults": {}, "funcname": "ImTriangleClosestPoint", - "location": "imgui_internal:466", + "location": "imgui_internal:473", "nonUDT": 1, "ov_cimguiname": "igImTriangleClosestPoint", "ret": "void", @@ -22510,7 +23062,7 @@ "cimguiname": "igImTriangleContainsPoint", "defaults": {}, "funcname": "ImTriangleContainsPoint", - "location": "imgui_internal:465", + "location": "imgui_internal:472", "ov_cimguiname": "igImTriangleContainsPoint", "ret": "bool", "signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2)", @@ -22531,7 +23083,7 @@ "cimguiname": "igImUpperPowerOfTwo", "defaults": {}, "funcname": "ImUpperPowerOfTwo", - "location": "imgui_internal:321", + "location": "imgui_internal:327", "ov_cimguiname": "igImUpperPowerOfTwo", "ret": "int", "signature": "(int)", @@ -22577,7 +23129,7 @@ "uv1": "ImVec2(1,1)" }, "funcname": "Image", - "location": "imgui:501", + "location": "imgui:516", "namespace": "ImGui", "ov_cimguiname": "igImage", "ret": "void", @@ -22629,7 +23181,7 @@ "uv1": "ImVec2(1,1)" }, "funcname": "ImageButton", - "location": "imgui:502", + "location": "imgui:517", "namespace": "ImGui", "ov_cimguiname": "igImageButton", "ret": "bool", @@ -22679,7 +23231,7 @@ "cimguiname": "igImageButtonEx", "defaults": {}, "funcname": "ImageButtonEx", - "location": "imgui_internal:2897", + "location": "imgui_internal:3009", "namespace": "ImGui", "ov_cimguiname": "igImageButtonEx", "ret": "bool", @@ -22703,7 +23255,7 @@ "indent_w": "0.0f" }, "funcname": "Indent", - "location": "imgui:440", + "location": "imgui:455", "namespace": "ImGui", "ov_cimguiname": "igIndent", "ret": "void", @@ -22725,7 +23277,7 @@ "cimguiname": "igInitialize", "defaults": {}, "funcname": "Initialize", - "location": "imgui_internal:2583", + "location": "imgui_internal:2677", "namespace": "ImGui", "ov_cimguiname": "igInitialize", "ret": "void", @@ -22772,7 +23324,7 @@ "step_fast": "0.0" }, "funcname": "InputDouble", - "location": "imgui:579", + "location": "imgui:594", "namespace": "ImGui", "ov_cimguiname": "igInputDouble", "ret": "bool", @@ -22819,7 +23371,7 @@ "step_fast": "0.0f" }, "funcname": "InputFloat", - "location": "imgui:571", + "location": "imgui:586", "namespace": "ImGui", "ov_cimguiname": "igInputFloat", "ret": "bool", @@ -22856,7 +23408,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat2", - "location": "imgui:572", + "location": "imgui:587", "namespace": "ImGui", "ov_cimguiname": "igInputFloat2", "ret": "bool", @@ -22893,7 +23445,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat3", - "location": "imgui:573", + "location": "imgui:588", "namespace": "ImGui", "ov_cimguiname": "igInputFloat3", "ret": "bool", @@ -22930,7 +23482,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat4", - "location": "imgui:574", + "location": "imgui:589", "namespace": "ImGui", "ov_cimguiname": "igInputFloat4", "ret": "bool", @@ -22972,7 +23524,7 @@ "step_fast": "100" }, "funcname": "InputInt", - "location": "imgui:575", + "location": "imgui:590", "namespace": "ImGui", "ov_cimguiname": "igInputInt", "ret": "bool", @@ -23004,7 +23556,7 @@ "flags": "0" }, "funcname": "InputInt2", - "location": "imgui:576", + "location": "imgui:591", "namespace": "ImGui", "ov_cimguiname": "igInputInt2", "ret": "bool", @@ -23036,7 +23588,7 @@ "flags": "0" }, "funcname": "InputInt3", - "location": "imgui:577", + "location": "imgui:592", "namespace": "ImGui", "ov_cimguiname": "igInputInt3", "ret": "bool", @@ -23068,7 +23620,7 @@ "flags": "0" }, "funcname": "InputInt4", - "location": "imgui:578", + "location": "imgui:593", "namespace": "ImGui", "ov_cimguiname": "igInputInt4", "ret": "bool", @@ -23119,7 +23671,7 @@ "p_step_fast": "NULL" }, "funcname": "InputScalar", - "location": "imgui:580", + "location": "imgui:595", "namespace": "ImGui", "ov_cimguiname": "igInputScalar", "ret": "bool", @@ -23174,7 +23726,7 @@ "p_step_fast": "NULL" }, "funcname": "InputScalarN", - "location": "imgui:581", + "location": "imgui:596", "namespace": "ImGui", "ov_cimguiname": "igInputScalarN", "ret": "bool", @@ -23220,7 +23772,7 @@ "user_data": "NULL" }, "funcname": "InputText", - "location": "imgui:568", + "location": "imgui:583", "namespace": "ImGui", "ov_cimguiname": "igInputText", "ret": "bool", @@ -23273,7 +23825,7 @@ "user_data": "NULL" }, "funcname": "InputTextEx", - "location": "imgui_internal:2934", + "location": "imgui_internal:3046", "namespace": "ImGui", "ov_cimguiname": "igInputTextEx", "ret": "bool", @@ -23324,7 +23876,7 @@ "user_data": "NULL" }, "funcname": "InputTextMultiline", - "location": "imgui:569", + "location": "imgui:584", "namespace": "ImGui", "ov_cimguiname": "igInputTextMultiline", "ret": "bool", @@ -23374,7 +23926,7 @@ "user_data": "NULL" }, "funcname": "InputTextWithHint", - "location": "imgui:570", + "location": "imgui:585", "namespace": "ImGui", "ov_cimguiname": "igInputTextWithHint", "ret": "bool", @@ -23406,7 +23958,7 @@ "flags": "0" }, "funcname": "InvisibleButton", - "location": "imgui:499", + "location": "imgui:514", "namespace": "ImGui", "ov_cimguiname": "igInvisibleButton", "ret": "bool", @@ -23428,7 +23980,7 @@ "cimguiname": "igIsActiveIdUsingKey", "defaults": {}, "funcname": "IsActiveIdUsingKey", - "location": "imgui_internal:2720", + "location": "imgui_internal:2829", "namespace": "ImGui", "ov_cimguiname": "igIsActiveIdUsingKey", "ret": "bool", @@ -23450,7 +24002,7 @@ "cimguiname": "igIsActiveIdUsingNavDir", "defaults": {}, "funcname": "IsActiveIdUsingNavDir", - "location": "imgui_internal:2718", + "location": "imgui_internal:2827", "namespace": "ImGui", "ov_cimguiname": "igIsActiveIdUsingNavDir", "ret": "bool", @@ -23472,7 +24024,7 @@ "cimguiname": "igIsActiveIdUsingNavInput", "defaults": {}, "funcname": "IsActiveIdUsingNavInput", - "location": "imgui_internal:2719", + "location": "imgui_internal:2828", "namespace": "ImGui", "ov_cimguiname": "igIsActiveIdUsingNavInput", "ret": "bool", @@ -23489,7 +24041,7 @@ "cimguiname": "igIsAnyItemActive", "defaults": {}, "funcname": "IsAnyItemActive", - "location": "imgui:862", + "location": "imgui:879", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemActive", "ret": "bool", @@ -23506,7 +24058,7 @@ "cimguiname": "igIsAnyItemFocused", "defaults": {}, "funcname": "IsAnyItemFocused", - "location": "imgui:863", + "location": "imgui:880", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemFocused", "ret": "bool", @@ -23523,7 +24075,7 @@ "cimguiname": "igIsAnyItemHovered", "defaults": {}, "funcname": "IsAnyItemHovered", - "location": "imgui:861", + "location": "imgui:878", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemHovered", "ret": "bool", @@ -23540,7 +24092,7 @@ "cimguiname": "igIsAnyMouseDown", "defaults": {}, "funcname": "IsAnyMouseDown", - "location": "imgui:921", + "location": "imgui:938", "namespace": "ImGui", "ov_cimguiname": "igIsAnyMouseDown", "ret": "bool", @@ -23550,7 +24102,7 @@ ], "igIsClippedEx": [ { - "args": "(const ImRect bb,ImGuiID id,bool clip_even_when_logged)", + "args": "(const ImRect bb,ImGuiID id)", "argsT": [ { "name": "bb", @@ -23559,22 +24111,18 @@ { "name": "id", "type": "ImGuiID" - }, - { - "name": "clip_even_when_logged", - "type": "bool" } ], - "argsoriginal": "(const ImRect& bb,ImGuiID id,bool clip_even_when_logged)", - "call_args": "(bb,id,clip_even_when_logged)", + "argsoriginal": "(const ImRect& bb,ImGuiID id)", + "call_args": "(bb,id)", "cimguiname": "igIsClippedEx", "defaults": {}, "funcname": "IsClippedEx", - "location": "imgui_internal:2644", + "location": "imgui_internal:2744", "namespace": "ImGui", "ov_cimguiname": "igIsClippedEx", "ret": "bool", - "signature": "(const ImRect,ImGuiID,bool)", + "signature": "(const ImRect,ImGuiID)", "stname": "" } ], @@ -23587,7 +24135,7 @@ "cimguiname": "igIsDragDropPayloadBeingAccepted", "defaults": {}, "funcname": "IsDragDropPayloadBeingAccepted", - "location": "imgui_internal:2779", + "location": "imgui_internal:2890", "namespace": "ImGui", "ov_cimguiname": "igIsDragDropPayloadBeingAccepted", "ret": "bool", @@ -23604,7 +24152,7 @@ "cimguiname": "igIsItemActivated", "defaults": {}, "funcname": "IsItemActivated", - "location": "imgui:857", + "location": "imgui:874", "namespace": "ImGui", "ov_cimguiname": "igIsItemActivated", "ret": "bool", @@ -23621,7 +24169,7 @@ "cimguiname": "igIsItemActive", "defaults": {}, "funcname": "IsItemActive", - "location": "imgui:852", + "location": "imgui:869", "namespace": "ImGui", "ov_cimguiname": "igIsItemActive", "ret": "bool", @@ -23645,7 +24193,7 @@ "mouse_button": "0" }, "funcname": "IsItemClicked", - "location": "imgui:854", + "location": "imgui:871", "namespace": "ImGui", "ov_cimguiname": "igIsItemClicked", "ret": "bool", @@ -23662,7 +24210,7 @@ "cimguiname": "igIsItemDeactivated", "defaults": {}, "funcname": "IsItemDeactivated", - "location": "imgui:858", + "location": "imgui:875", "namespace": "ImGui", "ov_cimguiname": "igIsItemDeactivated", "ret": "bool", @@ -23679,7 +24227,7 @@ "cimguiname": "igIsItemDeactivatedAfterEdit", "defaults": {}, "funcname": "IsItemDeactivatedAfterEdit", - "location": "imgui:859", + "location": "imgui:876", "namespace": "ImGui", "ov_cimguiname": "igIsItemDeactivatedAfterEdit", "ret": "bool", @@ -23696,7 +24244,7 @@ "cimguiname": "igIsItemEdited", "defaults": {}, "funcname": "IsItemEdited", - "location": "imgui:856", + "location": "imgui:873", "namespace": "ImGui", "ov_cimguiname": "igIsItemEdited", "ret": "bool", @@ -23713,7 +24261,7 @@ "cimguiname": "igIsItemFocused", "defaults": {}, "funcname": "IsItemFocused", - "location": "imgui:853", + "location": "imgui:870", "namespace": "ImGui", "ov_cimguiname": "igIsItemFocused", "ret": "bool", @@ -23737,7 +24285,7 @@ "flags": "0" }, "funcname": "IsItemHovered", - "location": "imgui:851", + "location": "imgui:868", "namespace": "ImGui", "ov_cimguiname": "igIsItemHovered", "ret": "bool", @@ -23754,7 +24302,7 @@ "cimguiname": "igIsItemToggledOpen", "defaults": {}, "funcname": "IsItemToggledOpen", - "location": "imgui:860", + "location": "imgui:877", "namespace": "ImGui", "ov_cimguiname": "igIsItemToggledOpen", "ret": "bool", @@ -23771,7 +24319,7 @@ "cimguiname": "igIsItemToggledSelection", "defaults": {}, "funcname": "IsItemToggledSelection", - "location": "imgui_internal:2649", + "location": "imgui_internal:2749", "namespace": "ImGui", "ov_cimguiname": "igIsItemToggledSelection", "ret": "bool", @@ -23788,7 +24336,7 @@ "cimguiname": "igIsItemVisible", "defaults": {}, "funcname": "IsItemVisible", - "location": "imgui:855", + "location": "imgui:872", "namespace": "ImGui", "ov_cimguiname": "igIsItemVisible", "ret": "bool", @@ -23810,7 +24358,7 @@ "cimguiname": "igIsKeyDown", "defaults": {}, "funcname": "IsKeyDown", - "location": "imgui:905", + "location": "imgui:921", "namespace": "ImGui", "ov_cimguiname": "igIsKeyDown", "ret": "bool", @@ -23838,7 +24386,7 @@ "repeat": "true" }, "funcname": "IsKeyPressed", - "location": "imgui:906", + "location": "imgui:922", "namespace": "ImGui", "ov_cimguiname": "igIsKeyPressed", "ret": "bool", @@ -23866,7 +24414,7 @@ "repeat": "true" }, "funcname": "IsKeyPressedMap", - "location": "imgui_internal:2722", + "location": "imgui_internal:2831", "namespace": "ImGui", "ov_cimguiname": "igIsKeyPressedMap", "ret": "bool", @@ -23888,7 +24436,7 @@ "cimguiname": "igIsKeyReleased", "defaults": {}, "funcname": "IsKeyReleased", - "location": "imgui:907", + "location": "imgui:923", "namespace": "ImGui", "ov_cimguiname": "igIsKeyReleased", "ret": "bool", @@ -23916,7 +24464,7 @@ "repeat": "false" }, "funcname": "IsMouseClicked", - "location": "imgui:916", + "location": "imgui:932", "namespace": "ImGui", "ov_cimguiname": "igIsMouseClicked", "ret": "bool", @@ -23938,7 +24486,7 @@ "cimguiname": "igIsMouseDoubleClicked", "defaults": {}, "funcname": "IsMouseDoubleClicked", - "location": "imgui:918", + "location": "imgui:934", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDoubleClicked", "ret": "bool", @@ -23960,7 +24508,7 @@ "cimguiname": "igIsMouseDown", "defaults": {}, "funcname": "IsMouseDown", - "location": "imgui:915", + "location": "imgui:931", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDown", "ret": "bool", @@ -23988,7 +24536,7 @@ "lock_threshold": "-1.0f" }, "funcname": "IsMouseDragPastThreshold", - "location": "imgui_internal:2721", + "location": "imgui_internal:2830", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDragPastThreshold", "ret": "bool", @@ -24016,7 +24564,7 @@ "lock_threshold": "-1.0f" }, "funcname": "IsMouseDragging", - "location": "imgui:924", + "location": "imgui:941", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDragging", "ret": "bool", @@ -24048,7 +24596,7 @@ "clip": "true" }, "funcname": "IsMouseHoveringRect", - "location": "imgui:919", + "location": "imgui:936", "namespace": "ImGui", "ov_cimguiname": "igIsMouseHoveringRect", "ret": "bool", @@ -24072,7 +24620,7 @@ "mouse_pos": "NULL" }, "funcname": "IsMousePosValid", - "location": "imgui:920", + "location": "imgui:937", "namespace": "ImGui", "ov_cimguiname": "igIsMousePosValid", "ret": "bool", @@ -24094,7 +24642,7 @@ "cimguiname": "igIsMouseReleased", "defaults": {}, "funcname": "IsMouseReleased", - "location": "imgui:917", + "location": "imgui:933", "namespace": "ImGui", "ov_cimguiname": "igIsMouseReleased", "ret": "bool", @@ -24116,7 +24664,7 @@ "cimguiname": "igIsNavInputDown", "defaults": {}, "funcname": "IsNavInputDown", - "location": "imgui_internal:2723", + "location": "imgui_internal:2832", "namespace": "ImGui", "ov_cimguiname": "igIsNavInputDown", "ret": "bool", @@ -24142,7 +24690,7 @@ "cimguiname": "igIsNavInputTest", "defaults": {}, "funcname": "IsNavInputTest", - "location": "imgui_internal:2724", + "location": "imgui_internal:2833", "namespace": "ImGui", "ov_cimguiname": "igIsNavInputTest", "ret": "bool", @@ -24170,7 +24718,7 @@ "flags": "0" }, "funcname": "IsPopupOpen", - "location": "imgui:706", + "location": "imgui:721", "namespace": "ImGui", "ov_cimguiname": "igIsPopupOpen_Str", "ret": "bool", @@ -24194,7 +24742,7 @@ "cimguiname": "igIsPopupOpen", "defaults": {}, "funcname": "IsPopupOpen", - "location": "imgui_internal:2677", + "location": "imgui_internal:2780", "namespace": "ImGui", "ov_cimguiname": "igIsPopupOpen_ID", "ret": "bool", @@ -24216,7 +24764,7 @@ "cimguiname": "igIsRectVisible", "defaults": {}, "funcname": "IsRectVisible", - "location": "imgui:876", + "location": "imgui:893", "namespace": "ImGui", "ov_cimguiname": "igIsRectVisible_Nil", "ret": "bool", @@ -24240,7 +24788,7 @@ "cimguiname": "igIsRectVisible", "defaults": {}, "funcname": "IsRectVisible", - "location": "imgui:877", + "location": "imgui:894", "namespace": "ImGui", "ov_cimguiname": "igIsRectVisible_Vec2", "ret": "bool", @@ -24266,7 +24814,7 @@ "cimguiname": "igIsWindowAbove", "defaults": {}, "funcname": "IsWindowAbove", - "location": "imgui_internal:2563", + "location": "imgui_internal:2652", "namespace": "ImGui", "ov_cimguiname": "igIsWindowAbove", "ret": "bool", @@ -24283,7 +24831,7 @@ "cimguiname": "igIsWindowAppearing", "defaults": {}, "funcname": "IsWindowAppearing", - "location": "imgui:343", + "location": "imgui:359", "namespace": "ImGui", "ov_cimguiname": "igIsWindowAppearing", "ret": "bool", @@ -24293,7 +24841,7 @@ ], "igIsWindowChildOf": [ { - "args": "(ImGuiWindow* window,ImGuiWindow* potential_parent)", + "args": "(ImGuiWindow* window,ImGuiWindow* potential_parent,bool popup_hierarchy,bool dock_hierarchy)", "argsT": [ { "name": "window", @@ -24302,18 +24850,26 @@ { "name": "potential_parent", "type": "ImGuiWindow*" + }, + { + "name": "popup_hierarchy", + "type": "bool" + }, + { + "name": "dock_hierarchy", + "type": "bool" } ], - "argsoriginal": "(ImGuiWindow* window,ImGuiWindow* potential_parent)", - "call_args": "(window,potential_parent)", + "argsoriginal": "(ImGuiWindow* window,ImGuiWindow* potential_parent,bool popup_hierarchy,bool dock_hierarchy)", + "call_args": "(window,potential_parent,popup_hierarchy,dock_hierarchy)", "cimguiname": "igIsWindowChildOf", "defaults": {}, "funcname": "IsWindowChildOf", - "location": "imgui_internal:2562", + "location": "imgui_internal:2650", "namespace": "ImGui", "ov_cimguiname": "igIsWindowChildOf", "ret": "bool", - "signature": "(ImGuiWindow*,ImGuiWindow*)", + "signature": "(ImGuiWindow*,ImGuiWindow*,bool,bool)", "stname": "" } ], @@ -24326,7 +24882,7 @@ "cimguiname": "igIsWindowCollapsed", "defaults": {}, "funcname": "IsWindowCollapsed", - "location": "imgui:344", + "location": "imgui:360", "namespace": "ImGui", "ov_cimguiname": "igIsWindowCollapsed", "ret": "bool", @@ -24343,7 +24899,7 @@ "cimguiname": "igIsWindowDocked", "defaults": {}, "funcname": "IsWindowDocked", - "location": "imgui:807", + "location": "imgui:823", "namespace": "ImGui", "ov_cimguiname": "igIsWindowDocked", "ret": "bool", @@ -24367,7 +24923,7 @@ "flags": "0" }, "funcname": "IsWindowFocused", - "location": "imgui:345", + "location": "imgui:361", "namespace": "ImGui", "ov_cimguiname": "igIsWindowFocused", "ret": "bool", @@ -24391,7 +24947,7 @@ "flags": "0" }, "funcname": "IsWindowHovered", - "location": "imgui:346", + "location": "imgui:362", "namespace": "ImGui", "ov_cimguiname": "igIsWindowHovered", "ret": "bool", @@ -24413,7 +24969,7 @@ "cimguiname": "igIsWindowNavFocusable", "defaults": {}, "funcname": "IsWindowNavFocusable", - "location": "imgui_internal:2564", + "location": "imgui_internal:2653", "namespace": "ImGui", "ov_cimguiname": "igIsWindowNavFocusable", "ret": "bool", @@ -24421,9 +24977,35 @@ "stname": "" } ], + "igIsWindowWithinBeginStackOf": [ + { + "args": "(ImGuiWindow* window,ImGuiWindow* potential_parent)", + "argsT": [ + { + "name": "window", + "type": "ImGuiWindow*" + }, + { + "name": "potential_parent", + "type": "ImGuiWindow*" + } + ], + "argsoriginal": "(ImGuiWindow* window,ImGuiWindow* potential_parent)", + "call_args": "(window,potential_parent)", + "cimguiname": "igIsWindowWithinBeginStackOf", + "defaults": {}, + "funcname": "IsWindowWithinBeginStackOf", + "location": "imgui_internal:2651", + "namespace": "ImGui", + "ov_cimguiname": "igIsWindowWithinBeginStackOf", + "ret": "bool", + "signature": "(ImGuiWindow*,ImGuiWindow*)", + "stname": "" + } + ], "igItemAdd": [ { - "args": "(const ImRect bb,ImGuiID id,const ImRect* nav_bb,ImGuiItemAddFlags flags)", + "args": "(const ImRect bb,ImGuiID id,const ImRect* nav_bb,ImGuiItemFlags extra_flags)", "argsT": [ { "name": "bb", @@ -24438,49 +25020,23 @@ "type": "const ImRect*" }, { - "name": "flags", - "type": "ImGuiItemAddFlags" + "name": "extra_flags", + "type": "ImGuiItemFlags" } ], - "argsoriginal": "(const ImRect& bb,ImGuiID id,const ImRect* nav_bb=((void*)0),ImGuiItemAddFlags flags=0)", - "call_args": "(bb,id,nav_bb,flags)", + "argsoriginal": "(const ImRect& bb,ImGuiID id,const ImRect* nav_bb=((void*)0),ImGuiItemFlags extra_flags=0)", + "call_args": "(bb,id,nav_bb,extra_flags)", "cimguiname": "igItemAdd", "defaults": { - "flags": "0", + "extra_flags": "0", "nav_bb": "NULL" }, "funcname": "ItemAdd", - "location": "imgui_internal:2641", + "location": "imgui_internal:2742", "namespace": "ImGui", "ov_cimguiname": "igItemAdd", "ret": "bool", - "signature": "(const ImRect,ImGuiID,const ImRect*,ImGuiItemAddFlags)", - "stname": "" - } - ], - "igItemFocusable": [ - { - "args": "(ImGuiWindow* window,ImGuiID id)", - "argsT": [ - { - "name": "window", - "type": "ImGuiWindow*" - }, - { - "name": "id", - "type": "ImGuiID" - } - ], - "argsoriginal": "(ImGuiWindow* window,ImGuiID id)", - "call_args": "(window,id)", - "cimguiname": "igItemFocusable", - "defaults": {}, - "funcname": "ItemFocusable", - "location": "imgui_internal:2643", - "namespace": "ImGui", - "ov_cimguiname": "igItemFocusable", - "ret": "void", - "signature": "(ImGuiWindow*,ImGuiID)", + "signature": "(const ImRect,ImGuiID,const ImRect*,ImGuiItemFlags)", "stname": "" } ], @@ -24502,7 +25058,7 @@ "cimguiname": "igItemHoverable", "defaults": {}, "funcname": "ItemHoverable", - "location": "imgui_internal:2642", + "location": "imgui_internal:2743", "namespace": "ImGui", "ov_cimguiname": "igItemHoverable", "ret": "bool", @@ -24530,7 +25086,7 @@ "text_baseline_y": "-1.0f" }, "funcname": "ItemSize", - "location": "imgui_internal:2639", + "location": "imgui_internal:2740", "namespace": "ImGui", "ov_cimguiname": "igItemSize_Vec2", "ret": "void", @@ -24556,7 +25112,7 @@ "text_baseline_y": "-1.0f" }, "funcname": "ItemSize", - "location": "imgui_internal:2640", + "location": "imgui_internal:2741", "namespace": "ImGui", "ov_cimguiname": "igItemSize_Rect", "ret": "void", @@ -24578,7 +25134,7 @@ "cimguiname": "igKeepAliveID", "defaults": {}, "funcname": "KeepAliveID", - "location": "imgui_internal:2633", + "location": "imgui_internal:2734", "namespace": "ImGui", "ov_cimguiname": "igKeepAliveID", "ret": "void", @@ -24609,7 +25165,7 @@ "defaults": {}, "funcname": "LabelText", "isvararg": "...)", - "location": "imgui:489", + "location": "imgui:504", "namespace": "ImGui", "ov_cimguiname": "igLabelText", "ret": "void", @@ -24639,7 +25195,7 @@ "cimguiname": "igLabelTextV", "defaults": {}, "funcname": "LabelTextV", - "location": "imgui:490", + "location": "imgui:505", "namespace": "ImGui", "ov_cimguiname": "igLabelTextV", "ret": "void", @@ -24679,7 +25235,7 @@ "height_in_items": "-1" }, "funcname": "ListBox", - "location": "imgui:627", + "location": "imgui:642", "namespace": "ImGui", "ov_cimguiname": "igListBox_Str_arr", "ret": "bool", @@ -24723,7 +25279,7 @@ "height_in_items": "-1" }, "funcname": "ListBox", - "location": "imgui:628", + "location": "imgui:643", "namespace": "ImGui", "ov_cimguiname": "igListBox_FnBoolPtr", "ret": "bool", @@ -24745,7 +25301,7 @@ "cimguiname": "igLoadIniSettingsFromDisk", "defaults": {}, "funcname": "LoadIniSettingsFromDisk", - "location": "imgui:940", + "location": "imgui:957", "namespace": "ImGui", "ov_cimguiname": "igLoadIniSettingsFromDisk", "ret": "void", @@ -24773,7 +25329,7 @@ "ini_size": "0" }, "funcname": "LoadIniSettingsFromMemory", - "location": "imgui:941", + "location": "imgui:958", "namespace": "ImGui", "ov_cimguiname": "igLoadIniSettingsFromMemory", "ret": "void", @@ -24799,7 +25355,7 @@ "cimguiname": "igLogBegin", "defaults": {}, "funcname": "LogBegin", - "location": "imgui_internal:2667", + "location": "imgui_internal:2769", "namespace": "ImGui", "ov_cimguiname": "igLogBegin", "ret": "void", @@ -24816,7 +25372,7 @@ "cimguiname": "igLogButtons", "defaults": {}, "funcname": "LogButtons", - "location": "imgui:815", + "location": "imgui:831", "namespace": "ImGui", "ov_cimguiname": "igLogButtons", "ret": "void", @@ -24833,7 +25389,7 @@ "cimguiname": "igLogFinish", "defaults": {}, "funcname": "LogFinish", - "location": "imgui:814", + "location": "imgui:830", "namespace": "ImGui", "ov_cimguiname": "igLogFinish", "ret": "void", @@ -24865,7 +25421,7 @@ "text_end": "NULL" }, "funcname": "LogRenderedText", - "location": "imgui_internal:2669", + "location": "imgui_internal:2771", "namespace": "ImGui", "ov_cimguiname": "igLogRenderedText", "ret": "void", @@ -24891,7 +25447,7 @@ "cimguiname": "igLogSetNextTextDecoration", "defaults": {}, "funcname": "LogSetNextTextDecoration", - "location": "imgui_internal:2670", + "location": "imgui_internal:2772", "namespace": "ImGui", "ov_cimguiname": "igLogSetNextTextDecoration", "ret": "void", @@ -24918,7 +25474,7 @@ "defaults": {}, "funcname": "LogText", "isvararg": "...)", - "location": "imgui:816", + "location": "imgui:832", "manual": true, "namespace": "ImGui", "ov_cimguiname": "igLogText", @@ -24945,7 +25501,7 @@ "cimguiname": "igLogTextV", "defaults": {}, "funcname": "LogTextV", - "location": "imgui:817", + "location": "imgui:833", "namespace": "ImGui", "ov_cimguiname": "igLogTextV", "ret": "void", @@ -24969,7 +25525,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToBuffer", - "location": "imgui_internal:2668", + "location": "imgui_internal:2770", "namespace": "ImGui", "ov_cimguiname": "igLogToBuffer", "ret": "void", @@ -24993,7 +25549,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToClipboard", - "location": "imgui:813", + "location": "imgui:829", "namespace": "ImGui", "ov_cimguiname": "igLogToClipboard", "ret": "void", @@ -25022,7 +25578,7 @@ "filename": "NULL" }, "funcname": "LogToFile", - "location": "imgui:812", + "location": "imgui:828", "namespace": "ImGui", "ov_cimguiname": "igLogToFile", "ret": "void", @@ -25046,7 +25602,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToTTY", - "location": "imgui:811", + "location": "imgui:827", "namespace": "ImGui", "ov_cimguiname": "igLogToTTY", "ret": "void", @@ -25063,7 +25619,7 @@ "cimguiname": "igMarkIniSettingsDirty", "defaults": {}, "funcname": "MarkIniSettingsDirty", - "location": "imgui_internal:2606", + "location": "imgui_internal:2700", "namespace": "ImGui", "ov_cimguiname": "igMarkIniSettingsDirty_Nil", "ret": "void", @@ -25083,7 +25639,7 @@ "cimguiname": "igMarkIniSettingsDirty", "defaults": {}, "funcname": "MarkIniSettingsDirty", - "location": "imgui_internal:2607", + "location": "imgui_internal:2701", "namespace": "ImGui", "ov_cimguiname": "igMarkIniSettingsDirty_WindowPtr", "ret": "void", @@ -25105,7 +25661,7 @@ "cimguiname": "igMarkItemEdited", "defaults": {}, "funcname": "MarkItemEdited", - "location": "imgui_internal:2634", + "location": "imgui_internal:2735", "namespace": "ImGui", "ov_cimguiname": "igMarkItemEdited", "ret": "void", @@ -25127,7 +25683,7 @@ "cimguiname": "igMemAlloc", "defaults": {}, "funcname": "MemAlloc", - "location": "imgui:955", + "location": "imgui:972", "namespace": "ImGui", "ov_cimguiname": "igMemAlloc", "ret": "void*", @@ -25149,7 +25705,7 @@ "cimguiname": "igMemFree", "defaults": {}, "funcname": "MemFree", - "location": "imgui:956", + "location": "imgui:973", "namespace": "ImGui", "ov_cimguiname": "igMemFree", "ret": "void", @@ -25187,7 +25743,7 @@ "shortcut": "NULL" }, "funcname": "MenuItem", - "location": "imgui:655", + "location": "imgui:670", "namespace": "ImGui", "ov_cimguiname": "igMenuItem_Bool", "ret": "bool", @@ -25221,7 +25777,7 @@ "enabled": "true" }, "funcname": "MenuItem", - "location": "imgui:656", + "location": "imgui:671", "namespace": "ImGui", "ov_cimguiname": "igMenuItem_BoolPtr", "ret": "bool", @@ -25263,7 +25819,7 @@ "shortcut": "NULL" }, "funcname": "MenuItemEx", - "location": "imgui_internal:2687", + "location": "imgui_internal:2792", "namespace": "ImGui", "ov_cimguiname": "igMenuItemEx", "ret": "bool", @@ -25271,6 +25827,23 @@ "stname": "" } ], + "igNavInitRequestApplyResult": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "igNavInitRequestApplyResult", + "defaults": {}, + "funcname": "NavInitRequestApplyResult", + "location": "imgui_internal:2801", + "namespace": "ImGui", + "ov_cimguiname": "igNavInitRequestApplyResult", + "ret": "void", + "signature": "()", + "stname": "" + } + ], "igNavInitWindow": [ { "args": "(ImGuiWindow* window,bool force_reinit)", @@ -25289,7 +25862,7 @@ "cimguiname": "igNavInitWindow", "defaults": {}, "funcname": "NavInitWindow", - "location": "imgui_internal:2695", + "location": "imgui_internal:2800", "namespace": "ImGui", "ov_cimguiname": "igNavInitWindow", "ret": "void", @@ -25297,6 +25870,23 @@ "stname": "" } ], + "igNavMoveRequestApplyResult": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "igNavMoveRequestApplyResult", + "defaults": {}, + "funcname": "NavMoveRequestApplyResult", + "location": "imgui_internal:2807", + "namespace": "ImGui", + "ov_cimguiname": "igNavMoveRequestApplyResult", + "ret": "void", + "signature": "()", + "stname": "" + } + ], "igNavMoveRequestButNoResultYet": [ { "args": "()", @@ -25306,7 +25896,7 @@ "cimguiname": "igNavMoveRequestButNoResultYet", "defaults": {}, "funcname": "NavMoveRequestButNoResultYet", - "location": "imgui_internal:2696", + "location": "imgui_internal:2802", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestButNoResultYet", "ret": "bool", @@ -25323,7 +25913,7 @@ "cimguiname": "igNavMoveRequestCancel", "defaults": {}, "funcname": "NavMoveRequestCancel", - "location": "imgui_internal:2697", + "location": "imgui_internal:2806", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestCancel", "ret": "void", @@ -25333,7 +25923,7 @@ ], "igNavMoveRequestForward": [ { - "args": "(ImGuiDir move_dir,ImGuiDir clip_dir,const ImRect bb_rel,ImGuiNavMoveFlags move_flags)", + "args": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)", "argsT": [ { "name": "move_dir", @@ -25343,25 +25933,81 @@ "name": "clip_dir", "type": "ImGuiDir" }, - { - "name": "bb_rel", - "type": "const ImRect" - }, { "name": "move_flags", "type": "ImGuiNavMoveFlags" + }, + { + "name": "scroll_flags", + "type": "ImGuiScrollFlags" } ], - "argsoriginal": "(ImGuiDir move_dir,ImGuiDir clip_dir,const ImRect& bb_rel,ImGuiNavMoveFlags move_flags)", - "call_args": "(move_dir,clip_dir,bb_rel,move_flags)", + "argsoriginal": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)", + "call_args": "(move_dir,clip_dir,move_flags,scroll_flags)", "cimguiname": "igNavMoveRequestForward", "defaults": {}, "funcname": "NavMoveRequestForward", - "location": "imgui_internal:2698", + "location": "imgui_internal:2804", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestForward", "ret": "void", - "signature": "(ImGuiDir,ImGuiDir,const ImRect,ImGuiNavMoveFlags)", + "signature": "(ImGuiDir,ImGuiDir,ImGuiNavMoveFlags,ImGuiScrollFlags)", + "stname": "" + } + ], + "igNavMoveRequestResolveWithLastItem": [ + { + "args": "(ImGuiNavItemData* result)", + "argsT": [ + { + "name": "result", + "type": "ImGuiNavItemData*" + } + ], + "argsoriginal": "(ImGuiNavItemData* result)", + "call_args": "(result)", + "cimguiname": "igNavMoveRequestResolveWithLastItem", + "defaults": {}, + "funcname": "NavMoveRequestResolveWithLastItem", + "location": "imgui_internal:2805", + "namespace": "ImGui", + "ov_cimguiname": "igNavMoveRequestResolveWithLastItem", + "ret": "void", + "signature": "(ImGuiNavItemData*)", + "stname": "" + } + ], + "igNavMoveRequestSubmit": [ + { + "args": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)", + "argsT": [ + { + "name": "move_dir", + "type": "ImGuiDir" + }, + { + "name": "clip_dir", + "type": "ImGuiDir" + }, + { + "name": "move_flags", + "type": "ImGuiNavMoveFlags" + }, + { + "name": "scroll_flags", + "type": "ImGuiScrollFlags" + } + ], + "argsoriginal": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)", + "call_args": "(move_dir,clip_dir,move_flags,scroll_flags)", + "cimguiname": "igNavMoveRequestSubmit", + "defaults": {}, + "funcname": "NavMoveRequestSubmit", + "location": "imgui_internal:2803", + "namespace": "ImGui", + "ov_cimguiname": "igNavMoveRequestSubmit", + "ret": "void", + "signature": "(ImGuiDir,ImGuiDir,ImGuiNavMoveFlags,ImGuiScrollFlags)", "stname": "" } ], @@ -25383,7 +26029,7 @@ "cimguiname": "igNavMoveRequestTryWrapping", "defaults": {}, "funcname": "NavMoveRequestTryWrapping", - "location": "imgui_internal:2699", + "location": "imgui_internal:2808", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestTryWrapping", "ret": "void", @@ -25400,7 +26046,7 @@ "cimguiname": "igNewFrame", "defaults": {}, "funcname": "NewFrame", - "location": "imgui:294", + "location": "imgui:309", "namespace": "ImGui", "ov_cimguiname": "igNewFrame", "ret": "void", @@ -25417,7 +26063,7 @@ "cimguiname": "igNewLine", "defaults": {}, "funcname": "NewLine", - "location": "imgui:437", + "location": "imgui:452", "namespace": "ImGui", "ov_cimguiname": "igNewLine", "ret": "void", @@ -25434,7 +26080,7 @@ "cimguiname": "igNextColumn", "defaults": {}, "funcname": "NextColumn", - "location": "imgui:773", + "location": "imgui:788", "namespace": "ImGui", "ov_cimguiname": "igNextColumn", "ret": "void", @@ -25462,7 +26108,7 @@ "popup_flags": "0" }, "funcname": "OpenPopup", - "location": "imgui:688", + "location": "imgui:703", "namespace": "ImGui", "ov_cimguiname": "igOpenPopup_Str", "ret": "void", @@ -25488,7 +26134,7 @@ "popup_flags": "0" }, "funcname": "OpenPopup", - "location": "imgui:689", + "location": "imgui:704", "namespace": "ImGui", "ov_cimguiname": "igOpenPopup_ID", "ret": "void", @@ -25516,7 +26162,7 @@ "popup_flags": "ImGuiPopupFlags_None" }, "funcname": "OpenPopupEx", - "location": "imgui_internal:2674", + "location": "imgui_internal:2776", "namespace": "ImGui", "ov_cimguiname": "igOpenPopupEx", "ret": "void", @@ -25545,7 +26191,7 @@ "str_id": "NULL" }, "funcname": "OpenPopupOnItemClick", - "location": "imgui:690", + "location": "imgui:705", "namespace": "ImGui", "ov_cimguiname": "igOpenPopupOnItemClick", "ret": "void", @@ -25605,7 +26251,7 @@ "cimguiname": "igPlotEx", "defaults": {}, "funcname": "PlotEx", - "location": "imgui_internal:2946", + "location": "imgui_internal:3058", "namespace": "ImGui", "ov_cimguiname": "igPlotEx", "ret": "int", @@ -25666,7 +26312,7 @@ "values_offset": "0" }, "funcname": "PlotHistogram", - "location": "imgui:634", + "location": "imgui:649", "namespace": "ImGui", "ov_cimguiname": "igPlotHistogram_FloatPtr", "ret": "void", @@ -25726,7 +26372,7 @@ "values_offset": "0" }, "funcname": "PlotHistogram", - "location": "imgui:635", + "location": "imgui:650", "namespace": "ImGui", "ov_cimguiname": "igPlotHistogram_FnFloatPtr", "ret": "void", @@ -25787,7 +26433,7 @@ "values_offset": "0" }, "funcname": "PlotLines", - "location": "imgui:632", + "location": "imgui:647", "namespace": "ImGui", "ov_cimguiname": "igPlotLines_FloatPtr", "ret": "void", @@ -25847,7 +26493,7 @@ "values_offset": "0" }, "funcname": "PlotLines", - "location": "imgui:633", + "location": "imgui:648", "namespace": "ImGui", "ov_cimguiname": "igPlotLines_FnFloatPtr", "ret": "void", @@ -25864,7 +26510,7 @@ "cimguiname": "igPopAllowKeyboardFocus", "defaults": {}, "funcname": "PopAllowKeyboardFocus", - "location": "imgui:406", + "location": "imgui:421", "namespace": "ImGui", "ov_cimguiname": "igPopAllowKeyboardFocus", "ret": "void", @@ -25881,7 +26527,7 @@ "cimguiname": "igPopButtonRepeat", "defaults": {}, "funcname": "PopButtonRepeat", - "location": "imgui:408", + "location": "imgui:423", "namespace": "ImGui", "ov_cimguiname": "igPopButtonRepeat", "ret": "void", @@ -25898,7 +26544,7 @@ "cimguiname": "igPopClipRect", "defaults": {}, "funcname": "PopClipRect", - "location": "imgui:841", + "location": "imgui:858", "namespace": "ImGui", "ov_cimguiname": "igPopClipRect", "ret": "void", @@ -25915,7 +26561,7 @@ "cimguiname": "igPopColumnsBackground", "defaults": {}, "funcname": "PopColumnsBackground", - "location": "imgui_internal:2787", + "location": "imgui_internal:2898", "namespace": "ImGui", "ov_cimguiname": "igPopColumnsBackground", "ret": "void", @@ -25932,7 +26578,7 @@ "cimguiname": "igPopFocusScope", "defaults": {}, "funcname": "PopFocusScope", - "location": "imgui_internal:2710", + "location": "imgui_internal:2819", "namespace": "ImGui", "ov_cimguiname": "igPopFocusScope", "ret": "void", @@ -25949,7 +26595,7 @@ "cimguiname": "igPopFont", "defaults": {}, "funcname": "PopFont", - "location": "imgui:398", + "location": "imgui:413", "namespace": "ImGui", "ov_cimguiname": "igPopFont", "ret": "void", @@ -25966,7 +26612,7 @@ "cimguiname": "igPopID", "defaults": {}, "funcname": "PopID", - "location": "imgui:474", + "location": "imgui:489", "namespace": "ImGui", "ov_cimguiname": "igPopID", "ret": "void", @@ -25983,7 +26629,7 @@ "cimguiname": "igPopItemFlag", "defaults": {}, "funcname": "PopItemFlag", - "location": "imgui_internal:2655", + "location": "imgui_internal:2755", "namespace": "ImGui", "ov_cimguiname": "igPopItemFlag", "ret": "void", @@ -26000,7 +26646,7 @@ "cimguiname": "igPopItemWidth", "defaults": {}, "funcname": "PopItemWidth", - "location": "imgui:412", + "location": "imgui:427", "namespace": "ImGui", "ov_cimguiname": "igPopItemWidth", "ret": "void", @@ -26024,7 +26670,7 @@ "count": "1" }, "funcname": "PopStyleColor", - "location": "imgui:401", + "location": "imgui:416", "namespace": "ImGui", "ov_cimguiname": "igPopStyleColor", "ret": "void", @@ -26048,7 +26694,7 @@ "count": "1" }, "funcname": "PopStyleVar", - "location": "imgui:404", + "location": "imgui:419", "namespace": "ImGui", "ov_cimguiname": "igPopStyleVar", "ret": "void", @@ -26065,7 +26711,7 @@ "cimguiname": "igPopTextWrapPos", "defaults": {}, "funcname": "PopTextWrapPos", - "location": "imgui:416", + "location": "imgui:431", "namespace": "ImGui", "ov_cimguiname": "igPopTextWrapPos", "ret": "void", @@ -26098,7 +26744,7 @@ "size_arg": "ImVec2(-FLT_MIN,0)" }, "funcname": "ProgressBar", - "location": "imgui:508", + "location": "imgui:523", "namespace": "ImGui", "ov_cimguiname": "igProgressBar", "ret": "void", @@ -26120,7 +26766,7 @@ "cimguiname": "igPushAllowKeyboardFocus", "defaults": {}, "funcname": "PushAllowKeyboardFocus", - "location": "imgui:405", + "location": "imgui:420", "namespace": "ImGui", "ov_cimguiname": "igPushAllowKeyboardFocus", "ret": "void", @@ -26142,7 +26788,7 @@ "cimguiname": "igPushButtonRepeat", "defaults": {}, "funcname": "PushButtonRepeat", - "location": "imgui:407", + "location": "imgui:422", "namespace": "ImGui", "ov_cimguiname": "igPushButtonRepeat", "ret": "void", @@ -26172,7 +26818,7 @@ "cimguiname": "igPushClipRect", "defaults": {}, "funcname": "PushClipRect", - "location": "imgui:840", + "location": "imgui:857", "namespace": "ImGui", "ov_cimguiname": "igPushClipRect", "ret": "void", @@ -26194,7 +26840,7 @@ "cimguiname": "igPushColumnClipRect", "defaults": {}, "funcname": "PushColumnClipRect", - "location": "imgui_internal:2785", + "location": "imgui_internal:2896", "namespace": "ImGui", "ov_cimguiname": "igPushColumnClipRect", "ret": "void", @@ -26211,7 +26857,7 @@ "cimguiname": "igPushColumnsBackground", "defaults": {}, "funcname": "PushColumnsBackground", - "location": "imgui_internal:2786", + "location": "imgui_internal:2897", "namespace": "ImGui", "ov_cimguiname": "igPushColumnsBackground", "ret": "void", @@ -26233,7 +26879,7 @@ "cimguiname": "igPushFocusScope", "defaults": {}, "funcname": "PushFocusScope", - "location": "imgui_internal:2709", + "location": "imgui_internal:2818", "namespace": "ImGui", "ov_cimguiname": "igPushFocusScope", "ret": "void", @@ -26255,7 +26901,7 @@ "cimguiname": "igPushFont", "defaults": {}, "funcname": "PushFont", - "location": "imgui:397", + "location": "imgui:412", "namespace": "ImGui", "ov_cimguiname": "igPushFont", "ret": "void", @@ -26277,7 +26923,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:470", + "location": "imgui:485", "namespace": "ImGui", "ov_cimguiname": "igPushID_Str", "ret": "void", @@ -26301,7 +26947,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:471", + "location": "imgui:486", "namespace": "ImGui", "ov_cimguiname": "igPushID_StrStr", "ret": "void", @@ -26321,7 +26967,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:472", + "location": "imgui:487", "namespace": "ImGui", "ov_cimguiname": "igPushID_Ptr", "ret": "void", @@ -26341,7 +26987,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:473", + "location": "imgui:488", "namespace": "ImGui", "ov_cimguiname": "igPushID_Int", "ret": "void", @@ -26367,7 +27013,7 @@ "cimguiname": "igPushItemFlag", "defaults": {}, "funcname": "PushItemFlag", - "location": "imgui_internal:2654", + "location": "imgui_internal:2754", "namespace": "ImGui", "ov_cimguiname": "igPushItemFlag", "ret": "void", @@ -26389,7 +27035,7 @@ "cimguiname": "igPushItemWidth", "defaults": {}, "funcname": "PushItemWidth", - "location": "imgui:411", + "location": "imgui:426", "namespace": "ImGui", "ov_cimguiname": "igPushItemWidth", "ret": "void", @@ -26415,7 +27061,7 @@ "cimguiname": "igPushMultiItemsWidths", "defaults": {}, "funcname": "PushMultiItemsWidths", - "location": "imgui_internal:2648", + "location": "imgui_internal:2748", "namespace": "ImGui", "ov_cimguiname": "igPushMultiItemsWidths", "ret": "void", @@ -26437,7 +27083,7 @@ "cimguiname": "igPushOverrideID", "defaults": {}, "funcname": "PushOverrideID", - "location": "imgui_internal:2635", + "location": "imgui_internal:2736", "namespace": "ImGui", "ov_cimguiname": "igPushOverrideID", "ret": "void", @@ -26463,7 +27109,7 @@ "cimguiname": "igPushStyleColor", "defaults": {}, "funcname": "PushStyleColor", - "location": "imgui:399", + "location": "imgui:414", "namespace": "ImGui", "ov_cimguiname": "igPushStyleColor_U32", "ret": "void", @@ -26487,7 +27133,7 @@ "cimguiname": "igPushStyleColor", "defaults": {}, "funcname": "PushStyleColor", - "location": "imgui:400", + "location": "imgui:415", "namespace": "ImGui", "ov_cimguiname": "igPushStyleColor_Vec4", "ret": "void", @@ -26513,7 +27159,7 @@ "cimguiname": "igPushStyleVar", "defaults": {}, "funcname": "PushStyleVar", - "location": "imgui:402", + "location": "imgui:417", "namespace": "ImGui", "ov_cimguiname": "igPushStyleVar_Float", "ret": "void", @@ -26537,7 +27183,7 @@ "cimguiname": "igPushStyleVar", "defaults": {}, "funcname": "PushStyleVar", - "location": "imgui:403", + "location": "imgui:418", "namespace": "ImGui", "ov_cimguiname": "igPushStyleVar_Vec2", "ret": "void", @@ -26561,7 +27207,7 @@ "wrap_local_pos_x": "0.0f" }, "funcname": "PushTextWrapPos", - "location": "imgui:415", + "location": "imgui:430", "namespace": "ImGui", "ov_cimguiname": "igPushTextWrapPos", "ret": "void", @@ -26587,7 +27233,7 @@ "cimguiname": "igRadioButton", "defaults": {}, "funcname": "RadioButton", - "location": "imgui:506", + "location": "imgui:521", "namespace": "ImGui", "ov_cimguiname": "igRadioButton_Bool", "ret": "bool", @@ -26615,7 +27261,7 @@ "cimguiname": "igRadioButton", "defaults": {}, "funcname": "RadioButton", - "location": "imgui:507", + "location": "imgui:522", "namespace": "ImGui", "ov_cimguiname": "igRadioButton_IntPtr", "ret": "bool", @@ -26641,7 +27287,7 @@ "cimguiname": "igRemoveContextHook", "defaults": {}, "funcname": "RemoveContextHook", - "location": "imgui_internal:2595", + "location": "imgui_internal:2689", "namespace": "ImGui", "ov_cimguiname": "igRemoveContextHook", "ret": "void", @@ -26658,7 +27304,7 @@ "cimguiname": "igRender", "defaults": {}, "funcname": "Render", - "location": "imgui:296", + "location": "imgui:311", "namespace": "ImGui", "ov_cimguiname": "igRender", "ret": "void", @@ -26698,7 +27344,7 @@ "scale": "1.0f" }, "funcname": "RenderArrow", - "location": "imgui_internal:2874", + "location": "imgui_internal:2985", "namespace": "ImGui", "ov_cimguiname": "igRenderArrow", "ret": "void", @@ -26732,7 +27378,7 @@ "cimguiname": "igRenderArrowDockMenu", "defaults": {}, "funcname": "RenderArrowDockMenu", - "location": "imgui_internal:2879", + "location": "imgui_internal:2990", "namespace": "ImGui", "ov_cimguiname": "igRenderArrowDockMenu", "ret": "void", @@ -26770,7 +27416,7 @@ "cimguiname": "igRenderArrowPointingAt", "defaults": {}, "funcname": "RenderArrowPointingAt", - "location": "imgui_internal:2878", + "location": "imgui_internal:2989", "namespace": "ImGui", "ov_cimguiname": "igRenderArrowPointingAt", "ret": "void", @@ -26800,7 +27446,7 @@ "cimguiname": "igRenderBullet", "defaults": {}, "funcname": "RenderBullet", - "location": "imgui_internal:2875", + "location": "imgui_internal:2986", "namespace": "ImGui", "ov_cimguiname": "igRenderBullet", "ret": "void", @@ -26834,7 +27480,7 @@ "cimguiname": "igRenderCheckMark", "defaults": {}, "funcname": "RenderCheckMark", - "location": "imgui_internal:2876", + "location": "imgui_internal:2987", "namespace": "ImGui", "ov_cimguiname": "igRenderCheckMark", "ret": "void", @@ -26887,7 +27533,7 @@ "rounding": "0.0f" }, "funcname": "RenderColorRectWithAlphaCheckerboard", - "location": "imgui_internal:2869", + "location": "imgui_internal:2980", "namespace": "ImGui", "ov_cimguiname": "igRenderColorRectWithAlphaCheckerboard", "ret": "void", @@ -26928,7 +27574,7 @@ "rounding": "0.0f" }, "funcname": "RenderFrame", - "location": "imgui_internal:2867", + "location": "imgui_internal:2978", "namespace": "ImGui", "ov_cimguiname": "igRenderFrame", "ret": "void", @@ -26960,7 +27606,7 @@ "rounding": "0.0f" }, "funcname": "RenderFrameBorder", - "location": "imgui_internal:2868", + "location": "imgui_internal:2979", "namespace": "ImGui", "ov_cimguiname": "igRenderFrameBorder", "ret": "void", @@ -27006,7 +27652,7 @@ "cimguiname": "igRenderMouseCursor", "defaults": {}, "funcname": "RenderMouseCursor", - "location": "imgui_internal:2877", + "location": "imgui_internal:2988", "namespace": "ImGui", "ov_cimguiname": "igRenderMouseCursor", "ret": "void", @@ -27038,7 +27684,7 @@ "flags": "ImGuiNavHighlightFlags_TypeDefault" }, "funcname": "RenderNavHighlight", - "location": "imgui_internal:2870", + "location": "imgui_internal:2981", "namespace": "ImGui", "ov_cimguiname": "igRenderNavHighlight", "ret": "void", @@ -27067,7 +27713,7 @@ "renderer_render_arg": "NULL" }, "funcname": "RenderPlatformWindowsDefault", - "location": "imgui:963", + "location": "imgui:980", "namespace": "ImGui", "ov_cimguiname": "igRenderPlatformWindowsDefault", "ret": "void", @@ -27109,7 +27755,7 @@ "cimguiname": "igRenderRectFilledRangeH", "defaults": {}, "funcname": "RenderRectFilledRangeH", - "location": "imgui_internal:2880", + "location": "imgui_internal:2991", "namespace": "ImGui", "ov_cimguiname": "igRenderRectFilledRangeH", "ret": "void", @@ -27147,7 +27793,7 @@ "cimguiname": "igRenderRectFilledWithHole", "defaults": {}, "funcname": "RenderRectFilledWithHole", - "location": "imgui_internal:2881", + "location": "imgui_internal:2992", "namespace": "ImGui", "ov_cimguiname": "igRenderRectFilledWithHole", "ret": "void", @@ -27184,7 +27830,7 @@ "text_end": "NULL" }, "funcname": "RenderText", - "location": "imgui_internal:2862", + "location": "imgui_internal:2973", "namespace": "ImGui", "ov_cimguiname": "igRenderText", "ret": "void", @@ -27233,7 +27879,7 @@ "clip_rect": "NULL" }, "funcname": "RenderTextClipped", - "location": "imgui_internal:2864", + "location": "imgui_internal:2975", "namespace": "ImGui", "ov_cimguiname": "igRenderTextClipped", "ret": "void", @@ -27286,7 +27932,7 @@ "clip_rect": "NULL" }, "funcname": "RenderTextClippedEx", - "location": "imgui_internal:2865", + "location": "imgui_internal:2976", "namespace": "ImGui", "ov_cimguiname": "igRenderTextClippedEx", "ret": "void", @@ -27336,7 +27982,7 @@ "cimguiname": "igRenderTextEllipsis", "defaults": {}, "funcname": "RenderTextEllipsis", - "location": "imgui_internal:2866", + "location": "imgui_internal:2977", "namespace": "ImGui", "ov_cimguiname": "igRenderTextEllipsis", "ret": "void", @@ -27370,7 +28016,7 @@ "cimguiname": "igRenderTextWrapped", "defaults": {}, "funcname": "RenderTextWrapped", - "location": "imgui_internal:2863", + "location": "imgui_internal:2974", "namespace": "ImGui", "ov_cimguiname": "igRenderTextWrapped", "ret": "void", @@ -27394,7 +28040,7 @@ "button": "0" }, "funcname": "ResetMouseDragDelta", - "location": "imgui:926", + "location": "imgui:943", "namespace": "ImGui", "ov_cimguiname": "igResetMouseDragDelta", "ret": "void", @@ -27423,7 +28069,7 @@ "spacing": "-1.0f" }, "funcname": "SameLine", - "location": "imgui:436", + "location": "imgui:451", "namespace": "ImGui", "ov_cimguiname": "igSameLine", "ret": "void", @@ -27445,7 +28091,7 @@ "cimguiname": "igSaveIniSettingsToDisk", "defaults": {}, "funcname": "SaveIniSettingsToDisk", - "location": "imgui:942", + "location": "imgui:959", "namespace": "ImGui", "ov_cimguiname": "igSaveIniSettingsToDisk", "ret": "void", @@ -27469,7 +28115,7 @@ "out_ini_size": "NULL" }, "funcname": "SaveIniSettingsToMemory", - "location": "imgui:943", + "location": "imgui:960", "namespace": "ImGui", "ov_cimguiname": "igSaveIniSettingsToMemory", "ret": "const char*", @@ -27495,7 +28141,7 @@ "cimguiname": "igScaleWindowsInViewport", "defaults": {}, "funcname": "ScaleWindowsInViewport", - "location": "imgui_internal:2600", + "location": "imgui_internal:2694", "namespace": "ImGui", "ov_cimguiname": "igScaleWindowsInViewport", "ret": "void", @@ -27505,35 +28151,123 @@ ], "igScrollToBringRectIntoView": [ { - "args": "(ImVec2 *pOut,ImGuiWindow* window,const ImRect item_rect)", + "args": "(ImGuiWindow* window,const ImRect rect)", "argsT": [ - { - "name": "pOut", - "type": "ImVec2*" - }, { "name": "window", "type": "ImGuiWindow*" }, { - "name": "item_rect", + "name": "rect", "type": "const ImRect" } ], - "argsoriginal": "(ImGuiWindow* window,const ImRect& item_rect)", - "call_args": "(window,item_rect)", + "argsoriginal": "(ImGuiWindow* window,const ImRect& rect)", + "call_args": "(window,rect)", "cimguiname": "igScrollToBringRectIntoView", "defaults": {}, "funcname": "ScrollToBringRectIntoView", - "location": "imgui_internal:2620", + "location": "imgui_internal:2720", "namespace": "ImGui", - "nonUDT": 1, "ov_cimguiname": "igScrollToBringRectIntoView", "ret": "void", "signature": "(ImGuiWindow*,const ImRect)", "stname": "" } ], + "igScrollToItem": [ + { + "args": "(ImGuiScrollFlags flags)", + "argsT": [ + { + "name": "flags", + "type": "ImGuiScrollFlags" + } + ], + "argsoriginal": "(ImGuiScrollFlags flags=0)", + "call_args": "(flags)", + "cimguiname": "igScrollToItem", + "defaults": { + "flags": "0" + }, + "funcname": "ScrollToItem", + "location": "imgui_internal:2716", + "namespace": "ImGui", + "ov_cimguiname": "igScrollToItem", + "ret": "void", + "signature": "(ImGuiScrollFlags)", + "stname": "" + } + ], + "igScrollToRect": [ + { + "args": "(ImGuiWindow* window,const ImRect rect,ImGuiScrollFlags flags)", + "argsT": [ + { + "name": "window", + "type": "ImGuiWindow*" + }, + { + "name": "rect", + "type": "const ImRect" + }, + { + "name": "flags", + "type": "ImGuiScrollFlags" + } + ], + "argsoriginal": "(ImGuiWindow* window,const ImRect& rect,ImGuiScrollFlags flags=0)", + "call_args": "(window,rect,flags)", + "cimguiname": "igScrollToRect", + "defaults": { + "flags": "0" + }, + "funcname": "ScrollToRect", + "location": "imgui_internal:2717", + "namespace": "ImGui", + "ov_cimguiname": "igScrollToRect", + "ret": "void", + "signature": "(ImGuiWindow*,const ImRect,ImGuiScrollFlags)", + "stname": "" + } + ], + "igScrollToRectEx": [ + { + "args": "(ImVec2 *pOut,ImGuiWindow* window,const ImRect rect,ImGuiScrollFlags flags)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "window", + "type": "ImGuiWindow*" + }, + { + "name": "rect", + "type": "const ImRect" + }, + { + "name": "flags", + "type": "ImGuiScrollFlags" + } + ], + "argsoriginal": "(ImGuiWindow* window,const ImRect& rect,ImGuiScrollFlags flags=0)", + "call_args": "(window,rect,flags)", + "cimguiname": "igScrollToRectEx", + "defaults": { + "flags": "0" + }, + "funcname": "ScrollToRectEx", + "location": "imgui_internal:2718", + "namespace": "ImGui", + "nonUDT": 1, + "ov_cimguiname": "igScrollToRectEx", + "ret": "void", + "signature": "(ImGuiWindow*,const ImRect,ImGuiScrollFlags)", + "stname": "" + } + ], "igScrollbar": [ { "args": "(ImGuiAxis axis)", @@ -27548,7 +28282,7 @@ "cimguiname": "igScrollbar", "defaults": {}, "funcname": "Scrollbar", - "location": "imgui_internal:2895", + "location": "imgui_internal:3007", "namespace": "ImGui", "ov_cimguiname": "igScrollbar", "ret": "void", @@ -27558,7 +28292,7 @@ ], "igScrollbarEx": [ { - "args": "(const ImRect bb,ImGuiID id,ImGuiAxis axis,float* p_scroll_v,float avail_v,float contents_v,ImDrawFlags flags)", + "args": "(const ImRect bb,ImGuiID id,ImGuiAxis axis,ImS64* p_scroll_v,ImS64 avail_v,ImS64 contents_v,ImDrawFlags flags)", "argsT": [ { "name": "bb", @@ -27574,31 +28308,31 @@ }, { "name": "p_scroll_v", - "type": "float*" + "type": "ImS64*" }, { "name": "avail_v", - "type": "float" + "type": "ImS64" }, { "name": "contents_v", - "type": "float" + "type": "ImS64" }, { "name": "flags", "type": "ImDrawFlags" } ], - "argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiAxis axis,float* p_scroll_v,float avail_v,float contents_v,ImDrawFlags flags)", + "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)", "cimguiname": "igScrollbarEx", "defaults": {}, "funcname": "ScrollbarEx", - "location": "imgui_internal:2896", + "location": "imgui_internal:3008", "namespace": "ImGui", "ov_cimguiname": "igScrollbarEx", "ret": "bool", - "signature": "(const ImRect,ImGuiID,ImGuiAxis,float*,float,float,ImDrawFlags)", + "signature": "(const ImRect,ImGuiID,ImGuiAxis,ImS64*,ImS64,ImS64,ImDrawFlags)", "stname": "" } ], @@ -27632,7 +28366,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Selectable", - "location": "imgui:616", + "location": "imgui:631", "namespace": "ImGui", "ov_cimguiname": "igSelectable_Bool", "ret": "bool", @@ -27667,7 +28401,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Selectable", - "location": "imgui:617", + "location": "imgui:632", "namespace": "ImGui", "ov_cimguiname": "igSelectable_BoolPtr", "ret": "bool", @@ -27684,7 +28418,7 @@ "cimguiname": "igSeparator", "defaults": {}, "funcname": "Separator", - "location": "imgui:435", + "location": "imgui:450", "namespace": "ImGui", "ov_cimguiname": "igSeparator", "ret": "void", @@ -27706,7 +28440,7 @@ "cimguiname": "igSeparatorEx", "defaults": {}, "funcname": "SeparatorEx", - "location": "imgui_internal:2902", + "location": "imgui_internal:3014", "namespace": "ImGui", "ov_cimguiname": "igSeparatorEx", "ret": "void", @@ -27732,7 +28466,7 @@ "cimguiname": "igSetActiveID", "defaults": {}, "funcname": "SetActiveID", - "location": "imgui_internal:2628", + "location": "imgui_internal:2729", "namespace": "ImGui", "ov_cimguiname": "igSetActiveID", "ret": "void", @@ -27749,7 +28483,7 @@ "cimguiname": "igSetActiveIdUsingNavAndKeys", "defaults": {}, "funcname": "SetActiveIdUsingNavAndKeys", - "location": "imgui_internal:2717", + "location": "imgui_internal:2826", "namespace": "ImGui", "ov_cimguiname": "igSetActiveIdUsingNavAndKeys", "ret": "void", @@ -27781,7 +28515,7 @@ "user_data": "NULL" }, "funcname": "SetAllocatorFunctions", - "location": "imgui:953", + "location": "imgui:970", "namespace": "ImGui", "ov_cimguiname": "igSetAllocatorFunctions", "ret": "void", @@ -27803,7 +28537,7 @@ "cimguiname": "igSetClipboardText", "defaults": {}, "funcname": "SetClipboardText", - "location": "imgui:934", + "location": "imgui:951", "namespace": "ImGui", "ov_cimguiname": "igSetClipboardText", "ret": "void", @@ -27825,7 +28559,7 @@ "cimguiname": "igSetColorEditOptions", "defaults": {}, "funcname": "SetColorEditOptions", - "location": "imgui:591", + "location": "imgui:606", "namespace": "ImGui", "ov_cimguiname": "igSetColorEditOptions", "ret": "void", @@ -27851,7 +28585,7 @@ "cimguiname": "igSetColumnOffset", "defaults": {}, "funcname": "SetColumnOffset", - "location": "imgui:778", + "location": "imgui:793", "namespace": "ImGui", "ov_cimguiname": "igSetColumnOffset", "ret": "void", @@ -27877,7 +28611,7 @@ "cimguiname": "igSetColumnWidth", "defaults": {}, "funcname": "SetColumnWidth", - "location": "imgui:776", + "location": "imgui:791", "namespace": "ImGui", "ov_cimguiname": "igSetColumnWidth", "ret": "void", @@ -27899,7 +28633,7 @@ "cimguiname": "igSetCurrentContext", "defaults": {}, "funcname": "SetCurrentContext", - "location": "imgui:289", + "location": "imgui:304", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentContext", "ret": "void", @@ -27921,7 +28655,7 @@ "cimguiname": "igSetCurrentFont", "defaults": {}, "funcname": "SetCurrentFont", - "location": "imgui_internal:2578", + "location": "imgui_internal:2672", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentFont", "ret": "void", @@ -27947,7 +28681,7 @@ "cimguiname": "igSetCurrentViewport", "defaults": {}, "funcname": "SetCurrentViewport", - "location": "imgui_internal:2602", + "location": "imgui_internal:2696", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentViewport", "ret": "void", @@ -27969,7 +28703,7 @@ "cimguiname": "igSetCursorPos", "defaults": {}, "funcname": "SetCursorPos", - "location": "imgui:447", + "location": "imgui:462", "namespace": "ImGui", "ov_cimguiname": "igSetCursorPos", "ret": "void", @@ -27991,7 +28725,7 @@ "cimguiname": "igSetCursorPosX", "defaults": {}, "funcname": "SetCursorPosX", - "location": "imgui:448", + "location": "imgui:463", "namespace": "ImGui", "ov_cimguiname": "igSetCursorPosX", "ret": "void", @@ -28013,7 +28747,7 @@ "cimguiname": "igSetCursorPosY", "defaults": {}, "funcname": "SetCursorPosY", - "location": "imgui:449", + "location": "imgui:464", "namespace": "ImGui", "ov_cimguiname": "igSetCursorPosY", "ret": "void", @@ -28035,7 +28769,7 @@ "cimguiname": "igSetCursorScreenPos", "defaults": {}, "funcname": "SetCursorScreenPos", - "location": "imgui:452", + "location": "imgui:467", "namespace": "ImGui", "ov_cimguiname": "igSetCursorScreenPos", "ret": "void", @@ -28071,7 +28805,7 @@ "cond": "0" }, "funcname": "SetDragDropPayload", - "location": "imgui:825", + "location": "imgui:841", "namespace": "ImGui", "ov_cimguiname": "igSetDragDropPayload", "ret": "bool", @@ -28097,7 +28831,7 @@ "cimguiname": "igSetFocusID", "defaults": {}, "funcname": "SetFocusID", - "location": "imgui_internal:2629", + "location": "imgui_internal:2730", "namespace": "ImGui", "ov_cimguiname": "igSetFocusID", "ret": "void", @@ -28119,7 +28853,7 @@ "cimguiname": "igSetHoveredID", "defaults": {}, "funcname": "SetHoveredID", - "location": "imgui_internal:2632", + "location": "imgui_internal:2733", "namespace": "ImGui", "ov_cimguiname": "igSetHoveredID", "ret": "void", @@ -28136,7 +28870,7 @@ "cimguiname": "igSetItemAllowOverlap", "defaults": {}, "funcname": "SetItemAllowOverlap", - "location": "imgui:867", + "location": "imgui:884", "namespace": "ImGui", "ov_cimguiname": "igSetItemAllowOverlap", "ret": "void", @@ -28153,7 +28887,7 @@ "cimguiname": "igSetItemDefaultFocus", "defaults": {}, "funcname": "SetItemDefaultFocus", - "location": "imgui:845", + "location": "imgui:862", "namespace": "ImGui", "ov_cimguiname": "igSetItemDefaultFocus", "ret": "void", @@ -28170,7 +28904,7 @@ "cimguiname": "igSetItemUsingMouseWheel", "defaults": {}, "funcname": "SetItemUsingMouseWheel", - "location": "imgui_internal:2716", + "location": "imgui_internal:2825", "namespace": "ImGui", "ov_cimguiname": "igSetItemUsingMouseWheel", "ret": "void", @@ -28194,7 +28928,7 @@ "offset": "0" }, "funcname": "SetKeyboardFocusHere", - "location": "imgui:846", + "location": "imgui:863", "namespace": "ImGui", "ov_cimguiname": "igSetKeyboardFocusHere", "ret": "void", @@ -28228,7 +28962,7 @@ "cimguiname": "igSetLastItemData", "defaults": {}, "funcname": "SetLastItemData", - "location": "imgui_internal:2645", + "location": "imgui_internal:2745", "namespace": "ImGui", "ov_cimguiname": "igSetLastItemData", "ret": "void", @@ -28250,7 +28984,7 @@ "cimguiname": "igSetMouseCursor", "defaults": {}, "funcname": "SetMouseCursor", - "location": "imgui:928", + "location": "imgui:945", "namespace": "ImGui", "ov_cimguiname": "igSetMouseCursor", "ret": "void", @@ -28284,7 +29018,7 @@ "cimguiname": "igSetNavID", "defaults": {}, "funcname": "SetNavID", - "location": "imgui_internal:2704", + "location": "imgui_internal:2813", "namespace": "ImGui", "ov_cimguiname": "igSetNavID", "ret": "void", @@ -28312,7 +29046,7 @@ "cond": "0" }, "funcname": "SetNextItemOpen", - "location": "imgui:611", + "location": "imgui:626", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemOpen", "ret": "void", @@ -28334,7 +29068,7 @@ "cimguiname": "igSetNextItemWidth", "defaults": {}, "funcname": "SetNextItemWidth", - "location": "imgui:413", + "location": "imgui:428", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemWidth", "ret": "void", @@ -28356,7 +29090,7 @@ "cimguiname": "igSetNextWindowBgAlpha", "defaults": {}, "funcname": "SetNextWindowBgAlpha", - "location": "imgui:363", + "location": "imgui:379", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowBgAlpha", "ret": "void", @@ -28378,7 +29112,7 @@ "cimguiname": "igSetNextWindowClass", "defaults": {}, "funcname": "SetNextWindowClass", - "location": "imgui:805", + "location": "imgui:821", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowClass", "ret": "void", @@ -28406,7 +29140,7 @@ "cond": "0" }, "funcname": "SetNextWindowCollapsed", - "location": "imgui:361", + "location": "imgui:377", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowCollapsed", "ret": "void", @@ -28428,7 +29162,7 @@ "cimguiname": "igSetNextWindowContentSize", "defaults": {}, "funcname": "SetNextWindowContentSize", - "location": "imgui:360", + "location": "imgui:376", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowContentSize", "ret": "void", @@ -28456,7 +29190,7 @@ "cond": "0" }, "funcname": "SetNextWindowDockID", - "location": "imgui:804", + "location": "imgui:820", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowDockID", "ret": "void", @@ -28473,7 +29207,7 @@ "cimguiname": "igSetNextWindowFocus", "defaults": {}, "funcname": "SetNextWindowFocus", - "location": "imgui:362", + "location": "imgui:378", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowFocus", "ret": "void", @@ -28506,7 +29240,7 @@ "pivot": "ImVec2(0,0)" }, "funcname": "SetNextWindowPos", - "location": "imgui:357", + "location": "imgui:373", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowPos", "ret": "void", @@ -28528,7 +29262,7 @@ "cimguiname": "igSetNextWindowScroll", "defaults": {}, "funcname": "SetNextWindowScroll", - "location": "imgui_internal:2615", + "location": "imgui_internal:2709", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowScroll", "ret": "void", @@ -28556,7 +29290,7 @@ "cond": "0" }, "funcname": "SetNextWindowSize", - "location": "imgui:358", + "location": "imgui:374", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowSize", "ret": "void", @@ -28593,7 +29327,7 @@ "custom_callback_data": "NULL" }, "funcname": "SetNextWindowSizeConstraints", - "location": "imgui:359", + "location": "imgui:375", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowSizeConstraints", "ret": "void", @@ -28615,7 +29349,7 @@ "cimguiname": "igSetNextWindowViewport", "defaults": {}, "funcname": "SetNextWindowViewport", - "location": "imgui:364", + "location": "imgui:380", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowViewport", "ret": "void", @@ -28643,7 +29377,7 @@ "center_x_ratio": "0.5f" }, "funcname": "SetScrollFromPosX", - "location": "imgui:393", + "location": "imgui:408", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosX_Float", "ret": "void", @@ -28671,7 +29405,7 @@ "cimguiname": "igSetScrollFromPosX", "defaults": {}, "funcname": "SetScrollFromPosX", - "location": "imgui_internal:2618", + "location": "imgui_internal:2712", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosX_WindowPtr", "ret": "void", @@ -28699,7 +29433,7 @@ "center_y_ratio": "0.5f" }, "funcname": "SetScrollFromPosY", - "location": "imgui:394", + "location": "imgui:409", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosY_Float", "ret": "void", @@ -28727,7 +29461,7 @@ "cimguiname": "igSetScrollFromPosY", "defaults": {}, "funcname": "SetScrollFromPosY", - "location": "imgui_internal:2619", + "location": "imgui_internal:2713", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosY_WindowPtr", "ret": "void", @@ -28751,7 +29485,7 @@ "center_x_ratio": "0.5f" }, "funcname": "SetScrollHereX", - "location": "imgui:391", + "location": "imgui:406", "namespace": "ImGui", "ov_cimguiname": "igSetScrollHereX", "ret": "void", @@ -28775,7 +29509,7 @@ "center_y_ratio": "0.5f" }, "funcname": "SetScrollHereY", - "location": "imgui:392", + "location": "imgui:407", "namespace": "ImGui", "ov_cimguiname": "igSetScrollHereY", "ret": "void", @@ -28797,7 +29531,7 @@ "cimguiname": "igSetScrollX", "defaults": {}, "funcname": "SetScrollX", - "location": "imgui:387", + "location": "imgui:402", "namespace": "ImGui", "ov_cimguiname": "igSetScrollX_Float", "ret": "void", @@ -28821,7 +29555,7 @@ "cimguiname": "igSetScrollX", "defaults": {}, "funcname": "SetScrollX", - "location": "imgui_internal:2616", + "location": "imgui_internal:2710", "namespace": "ImGui", "ov_cimguiname": "igSetScrollX_WindowPtr", "ret": "void", @@ -28843,7 +29577,7 @@ "cimguiname": "igSetScrollY", "defaults": {}, "funcname": "SetScrollY", - "location": "imgui:388", + "location": "imgui:403", "namespace": "ImGui", "ov_cimguiname": "igSetScrollY_Float", "ret": "void", @@ -28867,7 +29601,7 @@ "cimguiname": "igSetScrollY", "defaults": {}, "funcname": "SetScrollY", - "location": "imgui_internal:2617", + "location": "imgui_internal:2711", "namespace": "ImGui", "ov_cimguiname": "igSetScrollY_WindowPtr", "ret": "void", @@ -28889,7 +29623,7 @@ "cimguiname": "igSetStateStorage", "defaults": {}, "funcname": "SetStateStorage", - "location": "imgui:886", + "location": "imgui:903", "namespace": "ImGui", "ov_cimguiname": "igSetStateStorage", "ret": "void", @@ -28911,7 +29645,7 @@ "cimguiname": "igSetTabItemClosed", "defaults": {}, "funcname": "SetTabItemClosed", - "location": "imgui:788", + "location": "imgui:803", "namespace": "ImGui", "ov_cimguiname": "igSetTabItemClosed", "ret": "void", @@ -28938,7 +29672,7 @@ "defaults": {}, "funcname": "SetTooltip", "isvararg": "...)", - "location": "imgui:662", + "location": "imgui:677", "namespace": "ImGui", "ov_cimguiname": "igSetTooltip", "ret": "void", @@ -28964,7 +29698,7 @@ "cimguiname": "igSetTooltipV", "defaults": {}, "funcname": "SetTooltipV", - "location": "imgui:663", + "location": "imgui:678", "namespace": "ImGui", "ov_cimguiname": "igSetTooltipV", "ret": "void", @@ -28990,7 +29724,7 @@ "cimguiname": "igSetWindowClipRectBeforeSetChannel", "defaults": {}, "funcname": "SetWindowClipRectBeforeSetChannel", - "location": "imgui_internal:2782", + "location": "imgui_internal:2893", "namespace": "ImGui", "ov_cimguiname": "igSetWindowClipRectBeforeSetChannel", "ret": "void", @@ -29018,7 +29752,7 @@ "cond": "0" }, "funcname": "SetWindowCollapsed", - "location": "imgui:367", + "location": "imgui:383", "namespace": "ImGui", "ov_cimguiname": "igSetWindowCollapsed_Bool", "ret": "void", @@ -29048,7 +29782,7 @@ "cond": "0" }, "funcname": "SetWindowCollapsed", - "location": "imgui:372", + "location": "imgui:388", "namespace": "ImGui", "ov_cimguiname": "igSetWindowCollapsed_Str", "ret": "void", @@ -29078,7 +29812,7 @@ "cond": "0" }, "funcname": "SetWindowCollapsed", - "location": "imgui_internal:2567", + "location": "imgui_internal:2656", "namespace": "ImGui", "ov_cimguiname": "igSetWindowCollapsed_WindowPtr", "ret": "void", @@ -29108,7 +29842,7 @@ "cimguiname": "igSetWindowDock", "defaults": {}, "funcname": "SetWindowDock", - "location": "imgui_internal:2750", + "location": "imgui_internal:2861", "namespace": "ImGui", "ov_cimguiname": "igSetWindowDock", "ret": "void", @@ -29125,7 +29859,7 @@ "cimguiname": "igSetWindowFocus", "defaults": {}, "funcname": "SetWindowFocus", - "location": "imgui:368", + "location": "imgui:384", "namespace": "ImGui", "ov_cimguiname": "igSetWindowFocus_Nil", "ret": "void", @@ -29145,7 +29879,7 @@ "cimguiname": "igSetWindowFocus", "defaults": {}, "funcname": "SetWindowFocus", - "location": "imgui:373", + "location": "imgui:389", "namespace": "ImGui", "ov_cimguiname": "igSetWindowFocus_Str", "ret": "void", @@ -29167,7 +29901,7 @@ "cimguiname": "igSetWindowFontScale", "defaults": {}, "funcname": "SetWindowFontScale", - "location": "imgui:369", + "location": "imgui:385", "namespace": "ImGui", "ov_cimguiname": "igSetWindowFontScale", "ret": "void", @@ -29197,7 +29931,7 @@ "cimguiname": "igSetWindowHitTestHole", "defaults": {}, "funcname": "SetWindowHitTestHole", - "location": "imgui_internal:2568", + "location": "imgui_internal:2657", "namespace": "ImGui", "ov_cimguiname": "igSetWindowHitTestHole", "ret": "void", @@ -29225,7 +29959,7 @@ "cond": "0" }, "funcname": "SetWindowPos", - "location": "imgui:365", + "location": "imgui:381", "namespace": "ImGui", "ov_cimguiname": "igSetWindowPos_Vec2", "ret": "void", @@ -29255,7 +29989,7 @@ "cond": "0" }, "funcname": "SetWindowPos", - "location": "imgui:370", + "location": "imgui:386", "namespace": "ImGui", "ov_cimguiname": "igSetWindowPos_Str", "ret": "void", @@ -29285,7 +30019,7 @@ "cond": "0" }, "funcname": "SetWindowPos", - "location": "imgui_internal:2565", + "location": "imgui_internal:2654", "namespace": "ImGui", "ov_cimguiname": "igSetWindowPos_WindowPtr", "ret": "void", @@ -29313,7 +30047,7 @@ "cond": "0" }, "funcname": "SetWindowSize", - "location": "imgui:366", + "location": "imgui:382", "namespace": "ImGui", "ov_cimguiname": "igSetWindowSize_Vec2", "ret": "void", @@ -29343,7 +30077,7 @@ "cond": "0" }, "funcname": "SetWindowSize", - "location": "imgui:371", + "location": "imgui:387", "namespace": "ImGui", "ov_cimguiname": "igSetWindowSize_Str", "ret": "void", @@ -29373,7 +30107,7 @@ "cond": "0" }, "funcname": "SetWindowSize", - "location": "imgui_internal:2566", + "location": "imgui_internal:2655", "namespace": "ImGui", "ov_cimguiname": "igSetWindowSize_WindowPtr", "ret": "void", @@ -29419,7 +30153,7 @@ "cimguiname": "igShadeVertsLinearColorGradientKeepAlpha", "defaults": {}, "funcname": "ShadeVertsLinearColorGradientKeepAlpha", - "location": "imgui_internal:2949", + "location": "imgui_internal:3061", "namespace": "ImGui", "ov_cimguiname": "igShadeVertsLinearColorGradientKeepAlpha", "ret": "void", @@ -29469,7 +30203,7 @@ "cimguiname": "igShadeVertsLinearUV", "defaults": {}, "funcname": "ShadeVertsLinearUV", - "location": "imgui_internal:2950", + "location": "imgui_internal:3062", "namespace": "ImGui", "ov_cimguiname": "igShadeVertsLinearUV", "ret": "void", @@ -29493,7 +30227,7 @@ "p_open": "NULL" }, "funcname": "ShowAboutWindow", - "location": "imgui:302", + "location": "imgui:318", "namespace": "ImGui", "ov_cimguiname": "igShowAboutWindow", "ret": "void", @@ -29517,7 +30251,7 @@ "p_open": "NULL" }, "funcname": "ShowDemoWindow", - "location": "imgui:300", + "location": "imgui:315", "namespace": "ImGui", "ov_cimguiname": "igShowDemoWindow", "ret": "void", @@ -29539,7 +30273,7 @@ "cimguiname": "igShowFontAtlas", "defaults": {}, "funcname": "ShowFontAtlas", - "location": "imgui_internal:2962", + "location": "imgui_internal:3075", "namespace": "ImGui", "ov_cimguiname": "igShowFontAtlas", "ret": "void", @@ -29561,7 +30295,7 @@ "cimguiname": "igShowFontSelector", "defaults": {}, "funcname": "ShowFontSelector", - "location": "imgui:305", + "location": "imgui:321", "namespace": "ImGui", "ov_cimguiname": "igShowFontSelector", "ret": "void", @@ -29585,7 +30319,7 @@ "p_open": "NULL" }, "funcname": "ShowMetricsWindow", - "location": "imgui:301", + "location": "imgui:316", "namespace": "ImGui", "ov_cimguiname": "igShowMetricsWindow", "ret": "void", @@ -29593,6 +30327,30 @@ "stname": "" } ], + "igShowStackToolWindow": [ + { + "args": "(bool* p_open)", + "argsT": [ + { + "name": "p_open", + "type": "bool*" + } + ], + "argsoriginal": "(bool* p_open=((void*)0))", + "call_args": "(p_open)", + "cimguiname": "igShowStackToolWindow", + "defaults": { + "p_open": "NULL" + }, + "funcname": "ShowStackToolWindow", + "location": "imgui:317", + "namespace": "ImGui", + "ov_cimguiname": "igShowStackToolWindow", + "ret": "void", + "signature": "(bool*)", + "stname": "" + } + ], "igShowStyleEditor": [ { "args": "(ImGuiStyle* ref)", @@ -29609,7 +30367,7 @@ "ref": "NULL" }, "funcname": "ShowStyleEditor", - "location": "imgui:303", + "location": "imgui:319", "namespace": "ImGui", "ov_cimguiname": "igShowStyleEditor", "ret": "void", @@ -29631,7 +30389,7 @@ "cimguiname": "igShowStyleSelector", "defaults": {}, "funcname": "ShowStyleSelector", - "location": "imgui:304", + "location": "imgui:320", "namespace": "ImGui", "ov_cimguiname": "igShowStyleSelector", "ret": "bool", @@ -29648,7 +30406,7 @@ "cimguiname": "igShowUserGuide", "defaults": {}, "funcname": "ShowUserGuide", - "location": "imgui:306", + "location": "imgui:322", "namespace": "ImGui", "ov_cimguiname": "igShowUserGuide", "ret": "void", @@ -29678,7 +30436,7 @@ "cimguiname": "igShrinkWidths", "defaults": {}, "funcname": "ShrinkWidths", - "location": "imgui_internal:2651", + "location": "imgui_internal:2751", "namespace": "ImGui", "ov_cimguiname": "igShrinkWidths", "ret": "void", @@ -29700,7 +30458,7 @@ "cimguiname": "igShutdown", "defaults": {}, "funcname": "Shutdown", - "location": "imgui_internal:2584", + "location": "imgui_internal:2678", "namespace": "ImGui", "ov_cimguiname": "igShutdown", "ret": "void", @@ -29747,7 +30505,7 @@ "v_degrees_min": "-360.0f" }, "funcname": "SliderAngle", - "location": "imgui:554", + "location": "imgui:569", "namespace": "ImGui", "ov_cimguiname": "igSliderAngle", "ret": "bool", @@ -29801,7 +30559,7 @@ "cimguiname": "igSliderBehavior", "defaults": {}, "funcname": "SliderBehavior", - "location": "imgui_internal:2909", + "location": "imgui_internal:3021", "namespace": "ImGui", "ov_cimguiname": "igSliderBehavior", "ret": "bool", @@ -29846,7 +30604,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat", - "location": "imgui:550", + "location": "imgui:565", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat", "ret": "bool", @@ -29891,7 +30649,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat2", - "location": "imgui:551", + "location": "imgui:566", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat2", "ret": "bool", @@ -29936,7 +30694,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat3", - "location": "imgui:552", + "location": "imgui:567", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat3", "ret": "bool", @@ -29981,7 +30739,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat4", - "location": "imgui:553", + "location": "imgui:568", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat4", "ret": "bool", @@ -30026,7 +30784,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt", - "location": "imgui:555", + "location": "imgui:570", "namespace": "ImGui", "ov_cimguiname": "igSliderInt", "ret": "bool", @@ -30071,7 +30829,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt2", - "location": "imgui:556", + "location": "imgui:571", "namespace": "ImGui", "ov_cimguiname": "igSliderInt2", "ret": "bool", @@ -30116,7 +30874,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt3", - "location": "imgui:557", + "location": "imgui:572", "namespace": "ImGui", "ov_cimguiname": "igSliderInt3", "ret": "bool", @@ -30161,7 +30919,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt4", - "location": "imgui:558", + "location": "imgui:573", "namespace": "ImGui", "ov_cimguiname": "igSliderInt4", "ret": "bool", @@ -30210,7 +30968,7 @@ "format": "NULL" }, "funcname": "SliderScalar", - "location": "imgui:559", + "location": "imgui:574", "namespace": "ImGui", "ov_cimguiname": "igSliderScalar", "ret": "bool", @@ -30263,7 +31021,7 @@ "format": "NULL" }, "funcname": "SliderScalarN", - "location": "imgui:560", + "location": "imgui:575", "namespace": "ImGui", "ov_cimguiname": "igSliderScalarN", "ret": "bool", @@ -30285,7 +31043,7 @@ "cimguiname": "igSmallButton", "defaults": {}, "funcname": "SmallButton", - "location": "imgui:498", + "location": "imgui:513", "namespace": "ImGui", "ov_cimguiname": "igSmallButton", "ret": "bool", @@ -30302,7 +31060,7 @@ "cimguiname": "igSpacing", "defaults": {}, "funcname": "Spacing", - "location": "imgui:438", + "location": "imgui:453", "namespace": "ImGui", "ov_cimguiname": "igSpacing", "ret": "void", @@ -30312,7 +31070,7 @@ ], "igSplitterBehavior": [ { - "args": "(const ImRect bb,ImGuiID id,ImGuiAxis axis,float* size1,float* size2,float min_size1,float min_size2,float hover_extend,float hover_visibility_delay)", + "args": "(const ImRect bb,ImGuiID id,ImGuiAxis axis,float* size1,float* size2,float min_size1,float min_size2,float hover_extend,float hover_visibility_delay,ImU32 bg_col)", "argsT": [ { "name": "bb", @@ -30349,21 +31107,26 @@ { "name": "hover_visibility_delay", "type": "float" + }, + { + "name": "bg_col", + "type": "ImU32" } ], - "argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiAxis axis,float* size1,float* size2,float min_size1,float min_size2,float hover_extend=0.0f,float hover_visibility_delay=0.0f)", - "call_args": "(bb,id,axis,size1,size2,min_size1,min_size2,hover_extend,hover_visibility_delay)", + "argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiAxis axis,float* size1,float* size2,float min_size1,float min_size2,float hover_extend=0.0f,float hover_visibility_delay=0.0f,ImU32 bg_col=0)", + "call_args": "(bb,id,axis,size1,size2,min_size1,min_size2,hover_extend,hover_visibility_delay,bg_col)", "cimguiname": "igSplitterBehavior", "defaults": { + "bg_col": "0", "hover_extend": "0.0f", "hover_visibility_delay": "0.0f" }, "funcname": "SplitterBehavior", - "location": "imgui_internal:2910", + "location": "imgui_internal:3022", "namespace": "ImGui", "ov_cimguiname": "igSplitterBehavior", "ret": "bool", - "signature": "(const ImRect,ImGuiID,ImGuiAxis,float*,float*,float,float,float,float)", + "signature": "(const ImRect,ImGuiID,ImGuiAxis,float*,float*,float,float,float,float,ImU32)", "stname": "" } ], @@ -30381,7 +31144,7 @@ "cimguiname": "igStartMouseMovingWindow", "defaults": {}, "funcname": "StartMouseMovingWindow", - "location": "imgui_internal:2588", + "location": "imgui_internal:2682", "namespace": "ImGui", "ov_cimguiname": "igStartMouseMovingWindow", "ret": "void", @@ -30411,7 +31174,7 @@ "cimguiname": "igStartMouseMovingWindowOrNode", "defaults": {}, "funcname": "StartMouseMovingWindowOrNode", - "location": "imgui_internal:2589", + "location": "imgui_internal:2683", "namespace": "ImGui", "ov_cimguiname": "igStartMouseMovingWindowOrNode", "ret": "void", @@ -30435,7 +31198,7 @@ "dst": "NULL" }, "funcname": "StyleColorsClassic", - "location": "imgui:312", + "location": "imgui:328", "namespace": "ImGui", "ov_cimguiname": "igStyleColorsClassic", "ret": "void", @@ -30459,7 +31222,7 @@ "dst": "NULL" }, "funcname": "StyleColorsDark", - "location": "imgui:310", + "location": "imgui:326", "namespace": "ImGui", "ov_cimguiname": "igStyleColorsDark", "ret": "void", @@ -30483,7 +31246,7 @@ "dst": "NULL" }, "funcname": "StyleColorsLight", - "location": "imgui:311", + "location": "imgui:327", "namespace": "ImGui", "ov_cimguiname": "igStyleColorsLight", "ret": "void", @@ -30513,7 +31276,7 @@ "cimguiname": "igTabBarAddTab", "defaults": {}, "funcname": "TabBarAddTab", - "location": "imgui_internal:2848", + "location": "imgui_internal:2959", "namespace": "ImGui", "ov_cimguiname": "igTabBarAddTab", "ret": "void", @@ -30539,7 +31302,7 @@ "cimguiname": "igTabBarCloseTab", "defaults": {}, "funcname": "TabBarCloseTab", - "location": "imgui_internal:2850", + "location": "imgui_internal:2961", "namespace": "ImGui", "ov_cimguiname": "igTabBarCloseTab", "ret": "void", @@ -30561,7 +31324,7 @@ "cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow", "defaults": {}, "funcname": "TabBarFindMostRecentlySelectedTabForActiveWindow", - "location": "imgui_internal:2847", + "location": "imgui_internal:2958", "namespace": "ImGui", "ov_cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow", "ret": "ImGuiTabItem*", @@ -30587,7 +31350,7 @@ "cimguiname": "igTabBarFindTabByID", "defaults": {}, "funcname": "TabBarFindTabByID", - "location": "imgui_internal:2846", + "location": "imgui_internal:2957", "namespace": "ImGui", "ov_cimguiname": "igTabBarFindTabByID", "ret": "ImGuiTabItem*", @@ -30609,7 +31372,7 @@ "cimguiname": "igTabBarProcessReorder", "defaults": {}, "funcname": "TabBarProcessReorder", - "location": "imgui_internal:2853", + "location": "imgui_internal:2964", "namespace": "ImGui", "ov_cimguiname": "igTabBarProcessReorder", "ret": "bool", @@ -30639,7 +31402,7 @@ "cimguiname": "igTabBarQueueReorder", "defaults": {}, "funcname": "TabBarQueueReorder", - "location": "imgui_internal:2851", + "location": "imgui_internal:2962", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueReorder", "ret": "void", @@ -30669,7 +31432,7 @@ "cimguiname": "igTabBarQueueReorderFromMousePos", "defaults": {}, "funcname": "TabBarQueueReorderFromMousePos", - "location": "imgui_internal:2852", + "location": "imgui_internal:2963", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueReorderFromMousePos", "ret": "void", @@ -30695,7 +31458,7 @@ "cimguiname": "igTabBarRemoveTab", "defaults": {}, "funcname": "TabBarRemoveTab", - "location": "imgui_internal:2849", + "location": "imgui_internal:2960", "namespace": "ImGui", "ov_cimguiname": "igTabBarRemoveTab", "ret": "void", @@ -30729,7 +31492,7 @@ "cimguiname": "igTabItemBackground", "defaults": {}, "funcname": "TabItemBackground", - "location": "imgui_internal:2856", + "location": "imgui_internal:2967", "namespace": "ImGui", "ov_cimguiname": "igTabItemBackground", "ret": "void", @@ -30757,7 +31520,7 @@ "flags": "0" }, "funcname": "TabItemButton", - "location": "imgui:787", + "location": "imgui:802", "namespace": "ImGui", "ov_cimguiname": "igTabItemButton", "ret": "bool", @@ -30787,7 +31550,7 @@ "cimguiname": "igTabItemCalcSize", "defaults": {}, "funcname": "TabItemCalcSize", - "location": "imgui_internal:2855", + "location": "imgui_internal:2966", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igTabItemCalcSize", @@ -30826,7 +31589,7 @@ "cimguiname": "igTabItemEx", "defaults": {}, "funcname": "TabItemEx", - "location": "imgui_internal:2854", + "location": "imgui_internal:2965", "namespace": "ImGui", "ov_cimguiname": "igTabItemEx", "ret": "bool", @@ -30884,7 +31647,7 @@ "cimguiname": "igTabItemLabelAndCloseButton", "defaults": {}, "funcname": "TabItemLabelAndCloseButton", - "location": "imgui_internal:2857", + "location": "imgui_internal:2968", "namespace": "ImGui", "ov_cimguiname": "igTabItemLabelAndCloseButton", "ret": "void", @@ -30906,7 +31669,7 @@ "cimguiname": "igTableBeginApplyRequests", "defaults": {}, "funcname": "TableBeginApplyRequests", - "location": "imgui_internal:2807", + "location": "imgui_internal:2918", "namespace": "ImGui", "ov_cimguiname": "igTableBeginApplyRequests", "ret": "void", @@ -30932,7 +31695,7 @@ "cimguiname": "igTableBeginCell", "defaults": {}, "funcname": "TableBeginCell", - "location": "imgui_internal:2822", + "location": "imgui_internal:2933", "namespace": "ImGui", "ov_cimguiname": "igTableBeginCell", "ret": "void", @@ -30958,7 +31721,7 @@ "cimguiname": "igTableBeginInitMemory", "defaults": {}, "funcname": "TableBeginInitMemory", - "location": "imgui_internal:2806", + "location": "imgui_internal:2917", "namespace": "ImGui", "ov_cimguiname": "igTableBeginInitMemory", "ret": "void", @@ -30980,7 +31743,7 @@ "cimguiname": "igTableBeginRow", "defaults": {}, "funcname": "TableBeginRow", - "location": "imgui_internal:2820", + "location": "imgui_internal:2931", "namespace": "ImGui", "ov_cimguiname": "igTableBeginRow", "ret": "void", @@ -31002,7 +31765,7 @@ "cimguiname": "igTableDrawBorders", "defaults": {}, "funcname": "TableDrawBorders", - "location": "imgui_internal:2812", + "location": "imgui_internal:2923", "namespace": "ImGui", "ov_cimguiname": "igTableDrawBorders", "ret": "void", @@ -31024,7 +31787,7 @@ "cimguiname": "igTableDrawContextMenu", "defaults": {}, "funcname": "TableDrawContextMenu", - "location": "imgui_internal:2813", + "location": "imgui_internal:2924", "namespace": "ImGui", "ov_cimguiname": "igTableDrawContextMenu", "ret": "void", @@ -31046,7 +31809,7 @@ "cimguiname": "igTableEndCell", "defaults": {}, "funcname": "TableEndCell", - "location": "imgui_internal:2823", + "location": "imgui_internal:2934", "namespace": "ImGui", "ov_cimguiname": "igTableEndCell", "ret": "void", @@ -31068,7 +31831,7 @@ "cimguiname": "igTableEndRow", "defaults": {}, "funcname": "TableEndRow", - "location": "imgui_internal:2821", + "location": "imgui_internal:2932", "namespace": "ImGui", "ov_cimguiname": "igTableEndRow", "ret": "void", @@ -31090,7 +31853,7 @@ "cimguiname": "igTableFindByID", "defaults": {}, "funcname": "TableFindByID", - "location": "imgui_internal:2804", + "location": "imgui_internal:2915", "namespace": "ImGui", "ov_cimguiname": "igTableFindByID", "ret": "ImGuiTable*", @@ -31116,7 +31879,7 @@ "cimguiname": "igTableFixColumnSortDirection", "defaults": {}, "funcname": "TableFixColumnSortDirection", - "location": "imgui_internal:2818", + "location": "imgui_internal:2929", "namespace": "ImGui", "ov_cimguiname": "igTableFixColumnSortDirection", "ret": "void", @@ -31133,7 +31896,7 @@ "cimguiname": "igTableGcCompactSettings", "defaults": {}, "funcname": "TableGcCompactSettings", - "location": "imgui_internal:2833", + "location": "imgui_internal:2944", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactSettings", "ret": "void", @@ -31155,7 +31918,7 @@ "cimguiname": "igTableGcCompactTransientBuffers", "defaults": {}, "funcname": "TableGcCompactTransientBuffers", - "location": "imgui_internal:2831", + "location": "imgui_internal:2942", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactTransientBuffers_TablePtr", "ret": "void", @@ -31175,7 +31938,7 @@ "cimguiname": "igTableGcCompactTransientBuffers", "defaults": {}, "funcname": "TableGcCompactTransientBuffers", - "location": "imgui_internal:2832", + "location": "imgui_internal:2943", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactTransientBuffers_TableTempDataPtr", "ret": "void", @@ -31197,7 +31960,7 @@ "cimguiname": "igTableGetBoundSettings", "defaults": {}, "funcname": "TableGetBoundSettings", - "location": "imgui_internal:2839", + "location": "imgui_internal:2950", "namespace": "ImGui", "ov_cimguiname": "igTableGetBoundSettings", "ret": "ImGuiTableSettings*", @@ -31227,7 +31990,7 @@ "cimguiname": "igTableGetCellBgRect", "defaults": {}, "funcname": "TableGetCellBgRect", - "location": "imgui_internal:2824", + "location": "imgui_internal:2935", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igTableGetCellBgRect", @@ -31245,7 +32008,7 @@ "cimguiname": "igTableGetColumnCount", "defaults": {}, "funcname": "TableGetColumnCount", - "location": "imgui:762", + "location": "imgui:777", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnCount", "ret": "int", @@ -31269,7 +32032,7 @@ "column_n": "-1" }, "funcname": "TableGetColumnFlags", - "location": "imgui:766", + "location": "imgui:781", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnFlags", "ret": "ImGuiTableColumnFlags", @@ -31286,7 +32049,7 @@ "cimguiname": "igTableGetColumnIndex", "defaults": {}, "funcname": "TableGetColumnIndex", - "location": "imgui:763", + "location": "imgui:778", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnIndex", "ret": "int", @@ -31310,7 +32073,7 @@ "column_n": "-1" }, "funcname": "TableGetColumnName", - "location": "imgui:765", + "location": "imgui:780", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnName_Int", "ret": "const char*", @@ -31334,7 +32097,7 @@ "cimguiname": "igTableGetColumnName", "defaults": {}, "funcname": "TableGetColumnName", - "location": "imgui_internal:2825", + "location": "imgui_internal:2936", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnName_TablePtr", "ret": "const char*", @@ -31356,7 +32119,7 @@ "cimguiname": "igTableGetColumnNextSortDirection", "defaults": {}, "funcname": "TableGetColumnNextSortDirection", - "location": "imgui_internal:2817", + "location": "imgui_internal:2928", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnNextSortDirection", "ret": "ImGuiSortDirection", @@ -31388,7 +32151,7 @@ "instance_no": "0" }, "funcname": "TableGetColumnResizeID", - "location": "imgui_internal:2826", + "location": "imgui_internal:2937", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnResizeID", "ret": "ImGuiID", @@ -31414,7 +32177,7 @@ "cimguiname": "igTableGetColumnWidthAuto", "defaults": {}, "funcname": "TableGetColumnWidthAuto", - "location": "imgui_internal:2819", + "location": "imgui_internal:2930", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnWidthAuto", "ret": "float", @@ -31431,7 +32194,7 @@ "cimguiname": "igTableGetHeaderRowHeight", "defaults": {}, "funcname": "TableGetHeaderRowHeight", - "location": "imgui_internal:2798", + "location": "imgui_internal:2909", "namespace": "ImGui", "ov_cimguiname": "igTableGetHeaderRowHeight", "ret": "float", @@ -31448,7 +32211,7 @@ "cimguiname": "igTableGetHoveredColumn", "defaults": {}, "funcname": "TableGetHoveredColumn", - "location": "imgui_internal:2797", + "location": "imgui_internal:2908", "namespace": "ImGui", "ov_cimguiname": "igTableGetHoveredColumn", "ret": "int", @@ -31474,7 +32237,7 @@ "cimguiname": "igTableGetMaxColumnWidth", "defaults": {}, "funcname": "TableGetMaxColumnWidth", - "location": "imgui_internal:2827", + "location": "imgui_internal:2938", "namespace": "ImGui", "ov_cimguiname": "igTableGetMaxColumnWidth", "ret": "float", @@ -31491,7 +32254,7 @@ "cimguiname": "igTableGetRowIndex", "defaults": {}, "funcname": "TableGetRowIndex", - "location": "imgui:764", + "location": "imgui:779", "namespace": "ImGui", "ov_cimguiname": "igTableGetRowIndex", "ret": "int", @@ -31508,7 +32271,7 @@ "cimguiname": "igTableGetSortSpecs", "defaults": {}, "funcname": "TableGetSortSpecs", - "location": "imgui:758", + "location": "imgui:773", "namespace": "ImGui", "ov_cimguiname": "igTableGetSortSpecs", "ret": "ImGuiTableSortSpecs*", @@ -31530,7 +32293,7 @@ "cimguiname": "igTableHeader", "defaults": {}, "funcname": "TableHeader", - "location": "imgui:750", + "location": "imgui:765", "namespace": "ImGui", "ov_cimguiname": "igTableHeader", "ret": "void", @@ -31547,7 +32310,7 @@ "cimguiname": "igTableHeadersRow", "defaults": {}, "funcname": "TableHeadersRow", - "location": "imgui:749", + "location": "imgui:764", "namespace": "ImGui", "ov_cimguiname": "igTableHeadersRow", "ret": "void", @@ -31569,7 +32332,7 @@ "cimguiname": "igTableLoadSettings", "defaults": {}, "funcname": "TableLoadSettings", - "location": "imgui_internal:2836", + "location": "imgui_internal:2947", "namespace": "ImGui", "ov_cimguiname": "igTableLoadSettings", "ret": "void", @@ -31591,7 +32354,7 @@ "cimguiname": "igTableMergeDrawChannels", "defaults": {}, "funcname": "TableMergeDrawChannels", - "location": "imgui_internal:2814", + "location": "imgui_internal:2925", "namespace": "ImGui", "ov_cimguiname": "igTableMergeDrawChannels", "ret": "void", @@ -31608,7 +32371,7 @@ "cimguiname": "igTableNextColumn", "defaults": {}, "funcname": "TableNextColumn", - "location": "imgui:736", + "location": "imgui:751", "namespace": "ImGui", "ov_cimguiname": "igTableNextColumn", "ret": "bool", @@ -31637,7 +32400,7 @@ "row_flags": "0" }, "funcname": "TableNextRow", - "location": "imgui:735", + "location": "imgui:750", "namespace": "ImGui", "ov_cimguiname": "igTableNextRow", "ret": "void", @@ -31661,7 +32424,7 @@ "column_n": "-1" }, "funcname": "TableOpenContextMenu", - "location": "imgui_internal:2794", + "location": "imgui_internal:2905", "namespace": "ImGui", "ov_cimguiname": "igTableOpenContextMenu", "ret": "void", @@ -31678,7 +32441,7 @@ "cimguiname": "igTablePopBackgroundChannel", "defaults": {}, "funcname": "TablePopBackgroundChannel", - "location": "imgui_internal:2800", + "location": "imgui_internal:2911", "namespace": "ImGui", "ov_cimguiname": "igTablePopBackgroundChannel", "ret": "void", @@ -31695,7 +32458,7 @@ "cimguiname": "igTablePushBackgroundChannel", "defaults": {}, "funcname": "TablePushBackgroundChannel", - "location": "imgui_internal:2799", + "location": "imgui_internal:2910", "namespace": "ImGui", "ov_cimguiname": "igTablePushBackgroundChannel", "ret": "void", @@ -31717,7 +32480,7 @@ "cimguiname": "igTableRemove", "defaults": {}, "funcname": "TableRemove", - "location": "imgui_internal:2830", + "location": "imgui_internal:2941", "namespace": "ImGui", "ov_cimguiname": "igTableRemove", "ret": "void", @@ -31739,7 +32502,7 @@ "cimguiname": "igTableResetSettings", "defaults": {}, "funcname": "TableResetSettings", - "location": "imgui_internal:2838", + "location": "imgui_internal:2949", "namespace": "ImGui", "ov_cimguiname": "igTableResetSettings", "ret": "void", @@ -31761,7 +32524,7 @@ "cimguiname": "igTableSaveSettings", "defaults": {}, "funcname": "TableSaveSettings", - "location": "imgui_internal:2837", + "location": "imgui_internal:2948", "namespace": "ImGui", "ov_cimguiname": "igTableSaveSettings", "ret": "void", @@ -31793,7 +32556,7 @@ "column_n": "-1" }, "funcname": "TableSetBgColor", - "location": "imgui:768", + "location": "imgui:783", "namespace": "ImGui", "ov_cimguiname": "igTableSetBgColor", "ret": "void", @@ -31819,7 +32582,7 @@ "cimguiname": "igTableSetColumnEnabled", "defaults": {}, "funcname": "TableSetColumnEnabled", - "location": "imgui:767", + "location": "imgui:782", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnEnabled", "ret": "void", @@ -31841,7 +32604,7 @@ "cimguiname": "igTableSetColumnIndex", "defaults": {}, "funcname": "TableSetColumnIndex", - "location": "imgui:737", + "location": "imgui:752", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnIndex", "ret": "bool", @@ -31871,7 +32634,7 @@ "cimguiname": "igTableSetColumnSortDirection", "defaults": {}, "funcname": "TableSetColumnSortDirection", - "location": "imgui_internal:2796", + "location": "imgui_internal:2907", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnSortDirection", "ret": "void", @@ -31897,7 +32660,7 @@ "cimguiname": "igTableSetColumnWidth", "defaults": {}, "funcname": "TableSetColumnWidth", - "location": "imgui_internal:2795", + "location": "imgui_internal:2906", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidth", "ret": "void", @@ -31919,7 +32682,7 @@ "cimguiname": "igTableSetColumnWidthAutoAll", "defaults": {}, "funcname": "TableSetColumnWidthAutoAll", - "location": "imgui_internal:2829", + "location": "imgui_internal:2940", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidthAutoAll", "ret": "void", @@ -31945,7 +32708,7 @@ "cimguiname": "igTableSetColumnWidthAutoSingle", "defaults": {}, "funcname": "TableSetColumnWidthAutoSingle", - "location": "imgui_internal:2828", + "location": "imgui_internal:2939", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidthAutoSingle", "ret": "void", @@ -31971,7 +32734,7 @@ "cimguiname": "igTableSettingsCreate", "defaults": {}, "funcname": "TableSettingsCreate", - "location": "imgui_internal:2841", + "location": "imgui_internal:2952", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsCreate", "ret": "ImGuiTableSettings*", @@ -31993,7 +32756,7 @@ "cimguiname": "igTableSettingsFindByID", "defaults": {}, "funcname": "TableSettingsFindByID", - "location": "imgui_internal:2842", + "location": "imgui_internal:2953", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsFindByID", "ret": "ImGuiTableSettings*", @@ -32015,7 +32778,7 @@ "cimguiname": "igTableSettingsInstallHandler", "defaults": {}, "funcname": "TableSettingsInstallHandler", - "location": "imgui_internal:2840", + "location": "imgui_internal:2951", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsInstallHandler", "ret": "void", @@ -32053,7 +32816,7 @@ "user_id": "0" }, "funcname": "TableSetupColumn", - "location": "imgui:747", + "location": "imgui:762", "namespace": "ImGui", "ov_cimguiname": "igTableSetupColumn", "ret": "void", @@ -32075,7 +32838,7 @@ "cimguiname": "igTableSetupDrawChannels", "defaults": {}, "funcname": "TableSetupDrawChannels", - "location": "imgui_internal:2808", + "location": "imgui_internal:2919", "namespace": "ImGui", "ov_cimguiname": "igTableSetupDrawChannels", "ret": "void", @@ -32101,7 +32864,7 @@ "cimguiname": "igTableSetupScrollFreeze", "defaults": {}, "funcname": "TableSetupScrollFreeze", - "location": "imgui:748", + "location": "imgui:763", "namespace": "ImGui", "ov_cimguiname": "igTableSetupScrollFreeze", "ret": "void", @@ -32123,7 +32886,7 @@ "cimguiname": "igTableSortSpecsBuild", "defaults": {}, "funcname": "TableSortSpecsBuild", - "location": "imgui_internal:2816", + "location": "imgui_internal:2927", "namespace": "ImGui", "ov_cimguiname": "igTableSortSpecsBuild", "ret": "void", @@ -32145,7 +32908,7 @@ "cimguiname": "igTableSortSpecsSanitize", "defaults": {}, "funcname": "TableSortSpecsSanitize", - "location": "imgui_internal:2815", + "location": "imgui_internal:2926", "namespace": "ImGui", "ov_cimguiname": "igTableSortSpecsSanitize", "ret": "void", @@ -32167,7 +32930,7 @@ "cimguiname": "igTableUpdateBorders", "defaults": {}, "funcname": "TableUpdateBorders", - "location": "imgui_internal:2810", + "location": "imgui_internal:2921", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateBorders", "ret": "void", @@ -32189,7 +32952,7 @@ "cimguiname": "igTableUpdateColumnsWeightFromWidth", "defaults": {}, "funcname": "TableUpdateColumnsWeightFromWidth", - "location": "imgui_internal:2811", + "location": "imgui_internal:2922", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateColumnsWeightFromWidth", "ret": "void", @@ -32211,7 +32974,7 @@ "cimguiname": "igTableUpdateLayout", "defaults": {}, "funcname": "TableUpdateLayout", - "location": "imgui_internal:2809", + "location": "imgui_internal:2920", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateLayout", "ret": "void", @@ -32233,7 +32996,7 @@ "cimguiname": "igTempInputIsActive", "defaults": {}, "funcname": "TempInputIsActive", - "location": "imgui_internal:2937", + "location": "imgui_internal:3049", "namespace": "ImGui", "ov_cimguiname": "igTempInputIsActive", "ret": "bool", @@ -32286,7 +33049,7 @@ "p_clamp_min": "NULL" }, "funcname": "TempInputScalar", - "location": "imgui_internal:2936", + "location": "imgui_internal:3048", "namespace": "ImGui", "ov_cimguiname": "igTempInputScalar", "ret": "bool", @@ -32328,7 +33091,7 @@ "cimguiname": "igTempInputText", "defaults": {}, "funcname": "TempInputText", - "location": "imgui_internal:2935", + "location": "imgui_internal:3047", "namespace": "ImGui", "ov_cimguiname": "igTempInputText", "ret": "bool", @@ -32355,7 +33118,7 @@ "defaults": {}, "funcname": "Text", "isvararg": "...)", - "location": "imgui:481", + "location": "imgui:496", "namespace": "ImGui", "ov_cimguiname": "igText", "ret": "void", @@ -32386,7 +33149,7 @@ "defaults": {}, "funcname": "TextColored", "isvararg": "...)", - "location": "imgui:483", + "location": "imgui:498", "namespace": "ImGui", "ov_cimguiname": "igTextColored", "ret": "void", @@ -32416,7 +33179,7 @@ "cimguiname": "igTextColoredV", "defaults": {}, "funcname": "TextColoredV", - "location": "imgui:484", + "location": "imgui:499", "namespace": "ImGui", "ov_cimguiname": "igTextColoredV", "ret": "void", @@ -32443,7 +33206,7 @@ "defaults": {}, "funcname": "TextDisabled", "isvararg": "...)", - "location": "imgui:485", + "location": "imgui:500", "namespace": "ImGui", "ov_cimguiname": "igTextDisabled", "ret": "void", @@ -32469,7 +33232,7 @@ "cimguiname": "igTextDisabledV", "defaults": {}, "funcname": "TextDisabledV", - "location": "imgui:486", + "location": "imgui:501", "namespace": "ImGui", "ov_cimguiname": "igTextDisabledV", "ret": "void", @@ -32502,7 +33265,7 @@ "text_end": "NULL" }, "funcname": "TextEx", - "location": "imgui_internal:2890", + "location": "imgui_internal:3002", "namespace": "ImGui", "ov_cimguiname": "igTextEx", "ret": "void", @@ -32530,7 +33293,7 @@ "text_end": "NULL" }, "funcname": "TextUnformatted", - "location": "imgui:480", + "location": "imgui:495", "namespace": "ImGui", "ov_cimguiname": "igTextUnformatted", "ret": "void", @@ -32556,7 +33319,7 @@ "cimguiname": "igTextV", "defaults": {}, "funcname": "TextV", - "location": "imgui:482", + "location": "imgui:497", "namespace": "ImGui", "ov_cimguiname": "igTextV", "ret": "void", @@ -32583,7 +33346,7 @@ "defaults": {}, "funcname": "TextWrapped", "isvararg": "...)", - "location": "imgui:487", + "location": "imgui:502", "namespace": "ImGui", "ov_cimguiname": "igTextWrapped", "ret": "void", @@ -32609,7 +33372,7 @@ "cimguiname": "igTextWrappedV", "defaults": {}, "funcname": "TextWrappedV", - "location": "imgui:488", + "location": "imgui:503", "namespace": "ImGui", "ov_cimguiname": "igTextWrappedV", "ret": "void", @@ -32639,7 +33402,7 @@ "cimguiname": "igTranslateWindowsInViewport", "defaults": {}, "funcname": "TranslateWindowsInViewport", - "location": "imgui_internal:2599", + "location": "imgui_internal:2693", "namespace": "ImGui", "ov_cimguiname": "igTranslateWindowsInViewport", "ret": "void", @@ -32661,7 +33424,7 @@ "cimguiname": "igTreeNode", "defaults": {}, "funcname": "TreeNode", - "location": "imgui:595", + "location": "imgui:610", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_Str", "ret": "bool", @@ -32690,7 +33453,7 @@ "defaults": {}, "funcname": "TreeNode", "isvararg": "...)", - "location": "imgui:596", + "location": "imgui:611", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_StrStr", "ret": "bool", @@ -32719,7 +33482,7 @@ "defaults": {}, "funcname": "TreeNode", "isvararg": "...)", - "location": "imgui:597", + "location": "imgui:612", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_Ptr", "ret": "bool", @@ -32755,7 +33518,7 @@ "label_end": "NULL" }, "funcname": "TreeNodeBehavior", - "location": "imgui_internal:2911", + "location": "imgui_internal:3023", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeBehavior", "ret": "bool", @@ -32783,7 +33546,7 @@ "flags": "0" }, "funcname": "TreeNodeBehaviorIsOpen", - "location": "imgui_internal:2912", + "location": "imgui_internal:3024", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeBehaviorIsOpen", "ret": "bool", @@ -32811,7 +33574,7 @@ "flags": "0" }, "funcname": "TreeNodeEx", - "location": "imgui:600", + "location": "imgui:615", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_Str", "ret": "bool", @@ -32844,7 +33607,7 @@ "defaults": {}, "funcname": "TreeNodeEx", "isvararg": "...)", - "location": "imgui:601", + "location": "imgui:616", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_StrStr", "ret": "bool", @@ -32877,7 +33640,7 @@ "defaults": {}, "funcname": "TreeNodeEx", "isvararg": "...)", - "location": "imgui:602", + "location": "imgui:617", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_Ptr", "ret": "bool", @@ -32911,7 +33674,7 @@ "cimguiname": "igTreeNodeExV", "defaults": {}, "funcname": "TreeNodeExV", - "location": "imgui:603", + "location": "imgui:618", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeExV_Str", "ret": "bool", @@ -32943,7 +33706,7 @@ "cimguiname": "igTreeNodeExV", "defaults": {}, "funcname": "TreeNodeExV", - "location": "imgui:604", + "location": "imgui:619", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeExV_Ptr", "ret": "bool", @@ -32973,7 +33736,7 @@ "cimguiname": "igTreeNodeV", "defaults": {}, "funcname": "TreeNodeV", - "location": "imgui:598", + "location": "imgui:613", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeV_Str", "ret": "bool", @@ -33001,7 +33764,7 @@ "cimguiname": "igTreeNodeV", "defaults": {}, "funcname": "TreeNodeV", - "location": "imgui:599", + "location": "imgui:614", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeV_Ptr", "ret": "bool", @@ -33018,7 +33781,7 @@ "cimguiname": "igTreePop", "defaults": {}, "funcname": "TreePop", - "location": "imgui:607", + "location": "imgui:622", "namespace": "ImGui", "ov_cimguiname": "igTreePop", "ret": "void", @@ -33040,7 +33803,7 @@ "cimguiname": "igTreePush", "defaults": {}, "funcname": "TreePush", - "location": "imgui:605", + "location": "imgui:620", "namespace": "ImGui", "ov_cimguiname": "igTreePush_Str", "ret": "void", @@ -33062,7 +33825,7 @@ "ptr_id": "NULL" }, "funcname": "TreePush", - "location": "imgui:606", + "location": "imgui:621", "namespace": "ImGui", "ov_cimguiname": "igTreePush_Ptr", "ret": "void", @@ -33084,7 +33847,7 @@ "cimguiname": "igTreePushOverrideID", "defaults": {}, "funcname": "TreePushOverrideID", - "location": "imgui_internal:2913", + "location": "imgui_internal:3025", "namespace": "ImGui", "ov_cimguiname": "igTreePushOverrideID", "ret": "void", @@ -33108,7 +33871,7 @@ "indent_w": "0.0f" }, "funcname": "Unindent", - "location": "imgui:441", + "location": "imgui:456", "namespace": "ImGui", "ov_cimguiname": "igUnindent", "ret": "void", @@ -33125,7 +33888,7 @@ "cimguiname": "igUpdateHoveredWindowAndCaptureFlags", "defaults": {}, "funcname": "UpdateHoveredWindowAndCaptureFlags", - "location": "imgui_internal:2587", + "location": "imgui_internal:2681", "namespace": "ImGui", "ov_cimguiname": "igUpdateHoveredWindowAndCaptureFlags", "ret": "void", @@ -33142,7 +33905,7 @@ "cimguiname": "igUpdateMouseMovingWindowEndFrame", "defaults": {}, "funcname": "UpdateMouseMovingWindowEndFrame", - "location": "imgui_internal:2591", + "location": "imgui_internal:2685", "namespace": "ImGui", "ov_cimguiname": "igUpdateMouseMovingWindowEndFrame", "ret": "void", @@ -33159,7 +33922,7 @@ "cimguiname": "igUpdateMouseMovingWindowNewFrame", "defaults": {}, "funcname": "UpdateMouseMovingWindowNewFrame", - "location": "imgui_internal:2590", + "location": "imgui_internal:2684", "namespace": "ImGui", "ov_cimguiname": "igUpdateMouseMovingWindowNewFrame", "ret": "void", @@ -33176,7 +33939,7 @@ "cimguiname": "igUpdatePlatformWindows", "defaults": {}, "funcname": "UpdatePlatformWindows", - "location": "imgui:962", + "location": "imgui:979", "namespace": "ImGui", "ov_cimguiname": "igUpdatePlatformWindows", "ret": "void", @@ -33206,7 +33969,7 @@ "cimguiname": "igUpdateWindowParentAndRootLinks", "defaults": {}, "funcname": "UpdateWindowParentAndRootLinks", - "location": "imgui_internal:2560", + "location": "imgui_internal:2648", "namespace": "ImGui", "ov_cimguiname": "igUpdateWindowParentAndRootLinks", "ret": "void", @@ -33255,7 +34018,7 @@ "format": "\"%.3f\"" }, "funcname": "VSliderFloat", - "location": "imgui:561", + "location": "imgui:576", "namespace": "ImGui", "ov_cimguiname": "igVSliderFloat", "ret": "bool", @@ -33304,7 +34067,7 @@ "format": "\"%d\"" }, "funcname": "VSliderInt", - "location": "imgui:562", + "location": "imgui:577", "namespace": "ImGui", "ov_cimguiname": "igVSliderInt", "ret": "bool", @@ -33357,7 +34120,7 @@ "format": "NULL" }, "funcname": "VSliderScalar", - "location": "imgui:563", + "location": "imgui:578", "namespace": "ImGui", "ov_cimguiname": "igVSliderScalar", "ret": "bool", @@ -33383,7 +34146,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:639", + "location": "imgui:654", "namespace": "ImGui", "ov_cimguiname": "igValue_Bool", "ret": "void", @@ -33407,7 +34170,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:640", + "location": "imgui:655", "namespace": "ImGui", "ov_cimguiname": "igValue_Int", "ret": "void", @@ -33431,7 +34194,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:641", + "location": "imgui:656", "namespace": "ImGui", "ov_cimguiname": "igValue_Uint", "ret": "void", @@ -33461,12 +34224,74 @@ "float_format": "NULL" }, "funcname": "Value", - "location": "imgui:642", + "location": "imgui:657", "namespace": "ImGui", "ov_cimguiname": "igValue_Float", "ret": "void", "signature": "(const char*,float,const char*)", "stname": "" } + ], + "igWindowRectAbsToRel": [ + { + "args": "(ImRect *pOut,ImGuiWindow* window,const ImRect r)", + "argsT": [ + { + "name": "pOut", + "type": "ImRect*" + }, + { + "name": "window", + "type": "ImGuiWindow*" + }, + { + "name": "r", + "type": "const ImRect" + } + ], + "argsoriginal": "(ImGuiWindow* window,const ImRect& r)", + "call_args": "(window,r)", + "cimguiname": "igWindowRectAbsToRel", + "defaults": {}, + "funcname": "WindowRectAbsToRel", + "location": "imgui_internal:2658", + "namespace": "ImGui", + "nonUDT": 1, + "ov_cimguiname": "igWindowRectAbsToRel", + "ret": "void", + "signature": "(ImGuiWindow*,const ImRect)", + "stname": "" + } + ], + "igWindowRectRelToAbs": [ + { + "args": "(ImRect *pOut,ImGuiWindow* window,const ImRect r)", + "argsT": [ + { + "name": "pOut", + "type": "ImRect*" + }, + { + "name": "window", + "type": "ImGuiWindow*" + }, + { + "name": "r", + "type": "const ImRect" + } + ], + "argsoriginal": "(ImGuiWindow* window,const ImRect& r)", + "call_args": "(window,r)", + "cimguiname": "igWindowRectRelToAbs", + "defaults": {}, + "funcname": "WindowRectRelToAbs", + "location": "imgui_internal:2659", + "namespace": "ImGui", + "nonUDT": 1, + "ov_cimguiname": "igWindowRectRelToAbs", + "ret": "void", + "signature": "(ImGuiWindow*,const ImRect)", + "stname": "" + } ] } \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimgui/structs_and_enums.json b/src/CodeGenerator/definitions/cimgui/structs_and_enums.json index aa4f607..eb10620 100644 --- a/src/CodeGenerator/definitions/cimgui/structs_and_enums.json +++ b/src/CodeGenerator/definitions/cimgui/structs_and_enums.json @@ -121,6 +121,28 @@ "value": "1 << 2" } ], + "ImGuiActivateFlags_": [ + { + "calc_value": 0, + "name": "ImGuiActivateFlags_None", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImGuiActivateFlags_PreferInput", + "value": "1 << 0" + }, + { + "calc_value": 2, + "name": "ImGuiActivateFlags_PreferTweak", + "value": "1 << 1" + }, + { + "calc_value": 4, + "name": "ImGuiActivateFlags_TryToPreserveState", + "value": "1 << 2" + } + ], "ImGuiAxis": [ { "calc_value": -1, @@ -1275,6 +1297,16 @@ "name": "ImGuiFocusedFlags_AnyWindow", "value": "1 << 2" }, + { + "calc_value": 8, + "name": "ImGuiFocusedFlags_NoPopupHierarchy", + "value": "1 << 3" + }, + { + "calc_value": 16, + "name": "ImGuiFocusedFlags_DockHierarchy", + "value": "1 << 4" + }, { "calc_value": 3, "name": "ImGuiFocusedFlags_RootAndChildWindows", @@ -1304,26 +1336,36 @@ }, { "calc_value": 8, - "name": "ImGuiHoveredFlags_AllowWhenBlockedByPopup", + "name": "ImGuiHoveredFlags_NoPopupHierarchy", "value": "1 << 3" }, + { + "calc_value": 16, + "name": "ImGuiHoveredFlags_DockHierarchy", + "value": "1 << 4" + }, { "calc_value": 32, - "name": "ImGuiHoveredFlags_AllowWhenBlockedByActiveItem", + "name": "ImGuiHoveredFlags_AllowWhenBlockedByPopup", "value": "1 << 5" }, { - "calc_value": 64, + "calc_value": 128, + "name": "ImGuiHoveredFlags_AllowWhenBlockedByActiveItem", + "value": "1 << 7" + }, + { + "calc_value": 256, "name": "ImGuiHoveredFlags_AllowWhenOverlapped", - "value": "1 << 6" + "value": "1 << 8" }, { - "calc_value": 128, + "calc_value": 512, "name": "ImGuiHoveredFlags_AllowWhenDisabled", - "value": "1 << 7" + "value": "1 << 9" }, { - "calc_value": 104, + "calc_value": 416, "name": "ImGuiHoveredFlags_RectOnly", "value": "ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped" }, @@ -1526,18 +1568,6 @@ "value": "1 << 19" } ], - "ImGuiItemAddFlags_": [ - { - "calc_value": 0, - "name": "ImGuiItemAddFlags_None", - "value": "0" - }, - { - "calc_value": 1, - "name": "ImGuiItemAddFlags_Focusable", - "value": "1 << 0" - } - ], "ImGuiItemFlags_": [ { "calc_value": 0, @@ -1583,6 +1613,11 @@ "calc_value": 128, "name": "ImGuiItemFlags_ReadOnly", "value": "1 << 7" + }, + { + "calc_value": 256, + "name": "ImGuiItemFlags_Inputable", + "value": "1 << 8" } ], "ImGuiItemStatusFlags_": [ @@ -1633,18 +1668,8 @@ }, { "calc_value": 256, - "name": "ImGuiItemStatusFlags_FocusedByCode", - "value": "1 << 8" - }, - { - "calc_value": 512, "name": "ImGuiItemStatusFlags_FocusedByTabbing", - "value": "1 << 9" - }, - { - "calc_value": 768, - "name": "ImGuiItemStatusFlags_Focused", - "value": "ImGuiItemStatusFlags_FocusedByCode | ImGuiItemStatusFlags_FocusedByTabbing" + "value": "1 << 8" } ], "ImGuiKeyModFlags_": [ @@ -1917,35 +1942,23 @@ }, { "calc_value": 1, - "name": "ImGuiNavDirSourceFlags_Keyboard", + "name": "ImGuiNavDirSourceFlags_RawKeyboard", "value": "1 << 0" }, { "calc_value": 2, - "name": "ImGuiNavDirSourceFlags_PadDPad", + "name": "ImGuiNavDirSourceFlags_Keyboard", "value": "1 << 1" }, { "calc_value": 4, - "name": "ImGuiNavDirSourceFlags_PadLStick", + "name": "ImGuiNavDirSourceFlags_PadDPad", "value": "1 << 2" - } - ], - "ImGuiNavForward": [ - { - "calc_value": 0, - "name": "ImGuiNavForward_None", - "value": "0" - }, - { - "calc_value": 1, - "name": "ImGuiNavForward_ForwardQueued", - "value": "1" }, { - "calc_value": 2, - "name": "ImGuiNavForward_ForwardActive", - "value": "2" + "calc_value": 8, + "name": "ImGuiNavDirSourceFlags_PadLStick", + "value": "1 << 3" } ], "ImGuiNavHighlightFlags_": [ @@ -2142,8 +2155,38 @@ }, { "calc_value": 64, - "name": "ImGuiNavMoveFlags_ScrollToEdge", + "name": "ImGuiNavMoveFlags_ScrollToEdgeY", "value": "1 << 6" + }, + { + "calc_value": 128, + "name": "ImGuiNavMoveFlags_Forwarded", + "value": "1 << 7" + }, + { + "calc_value": 256, + "name": "ImGuiNavMoveFlags_DebugNoResult", + "value": "1 << 8" + }, + { + "calc_value": 512, + "name": "ImGuiNavMoveFlags_FocusApi", + "value": "1 << 9" + }, + { + "calc_value": 1024, + "name": "ImGuiNavMoveFlags_Tabbing", + "value": "1 << 10" + }, + { + "calc_value": 2048, + "name": "ImGuiNavMoveFlags_Activate", + "value": "1 << 11" + }, + { + "calc_value": 4096, + "name": "ImGuiNavMoveFlags_DontSetNavHighlight", + "value": "1 << 12" } ], "ImGuiNextItemDataFlags_": [ @@ -2343,6 +2386,58 @@ "value": "2" } ], + "ImGuiScrollFlags_": [ + { + "calc_value": 0, + "name": "ImGuiScrollFlags_None", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImGuiScrollFlags_KeepVisibleEdgeX", + "value": "1 << 0" + }, + { + "calc_value": 2, + "name": "ImGuiScrollFlags_KeepVisibleEdgeY", + "value": "1 << 1" + }, + { + "calc_value": 4, + "name": "ImGuiScrollFlags_KeepVisibleCenterX", + "value": "1 << 2" + }, + { + "calc_value": 8, + "name": "ImGuiScrollFlags_KeepVisibleCenterY", + "value": "1 << 3" + }, + { + "calc_value": 16, + "name": "ImGuiScrollFlags_AlwaysCenterX", + "value": "1 << 4" + }, + { + "calc_value": 32, + "name": "ImGuiScrollFlags_AlwaysCenterY", + "value": "1 << 5" + }, + { + "calc_value": 64, + "name": "ImGuiScrollFlags_NoScrollParent", + "value": "1 << 6" + }, + { + "calc_value": 21, + "name": "ImGuiScrollFlags_MaskX_", + "value": "ImGuiScrollFlags_KeepVisibleEdgeX | ImGuiScrollFlags_KeepVisibleCenterX | ImGuiScrollFlags_AlwaysCenterX" + }, + { + "calc_value": 42, + "name": "ImGuiScrollFlags_MaskY_", + "value": "ImGuiScrollFlags_KeepVisibleEdgeY | ImGuiScrollFlags_KeepVisibleCenterY | ImGuiScrollFlags_AlwaysCenterY" + } + ], "ImGuiSelectableFlagsPrivate_": [ { "calc_value": 1048576, @@ -3520,156 +3615,160 @@ }, "enumtypes": [], "locations": { - "ImBitVector": "imgui_internal:563", - "ImColor": "imgui:2320", - "ImDrawChannel": "imgui:2417", - "ImDrawCmd": "imgui:2369", - "ImDrawCmdHeader": "imgui:2409", - "ImDrawData": "imgui:2607", - "ImDrawDataBuilder": "imgui_internal:736", - "ImDrawFlags_": "imgui:2443", - "ImDrawList": "imgui:2481", - "ImDrawListFlags_": "imgui:2463", - "ImDrawListSharedData": "imgui_internal:716", - "ImDrawListSplitter": "imgui:2426", - "ImDrawVert": "imgui:2394", - "ImFont": "imgui:2826", - "ImFontAtlas": "imgui:2724", - "ImFontAtlasCustomRect": "imgui:2686", - "ImFontAtlasFlags_": "imgui:2699", - "ImFontBuilderIO": "imgui_internal:2986", - "ImFontConfig": "imgui:2630", - "ImFontGlyph": "imgui:2659", - "ImFontGlyphRangesBuilder": "imgui:2671", - "ImGuiAxis": "imgui_internal:901", - "ImGuiBackendFlags_": "imgui:1491", - "ImGuiButtonFlagsPrivate_": "imgui_internal:808", - "ImGuiButtonFlags_": "imgui:1605", - "ImGuiCol_": "imgui:1506", - "ImGuiColorEditFlags_": "imgui:1618", - "ImGuiColorMod": "imgui_internal:1009", - "ImGuiComboFlagsPrivate_": "imgui_internal:831", - "ImGuiComboFlags_": "imgui:1105", - "ImGuiComboPreviewData": "imgui_internal:1026", - "ImGuiCond_": "imgui:1710", - "ImGuiConfigFlags_": "imgui:1466", - "ImGuiContext": "imgui_internal:1587", - "ImGuiContextHook": "imgui_internal:1572", - "ImGuiContextHookType": "imgui_internal:1570", - "ImGuiDataAuthority_": "imgui_internal:1332", - "ImGuiDataTypeInfo": "imgui_internal:992", - "ImGuiDataTypePrivate_": "imgui_internal:1001", - "ImGuiDataTypeTempStorage": "imgui_internal:986", - "ImGuiDataType_": "imgui:1359", - "ImGuiDir_": "imgui:1375", - "ImGuiDockContext": "imgui_internal:1427", - "ImGuiDockNode": "imgui_internal:1348", - "ImGuiDockNodeFlagsPrivate_": "imgui_internal:1307", - "ImGuiDockNodeFlags_": "imgui:1324", - "ImGuiDockNodeState": "imgui_internal:1339", - "ImGuiDragDropFlags_": "imgui:1337", - "ImGuiFocusedFlags_": "imgui:1294", - "ImGuiGroupData": "imgui_internal:1039", - "ImGuiHoveredFlags_": "imgui:1306", - "ImGuiIO": "imgui:1876", - "ImGuiInputReadMode": "imgui_internal:926", - "ImGuiInputSource": "imgui_internal:914", - "ImGuiInputTextCallbackData": "imgui:2029", - "ImGuiInputTextFlagsPrivate_": "imgui_internal:799", - "ImGuiInputTextFlags_": "imgui:1018", - "ImGuiInputTextState": "imgui_internal:1074", - "ImGuiItemAddFlags_": "imgui_internal:767", - "ImGuiItemFlags_": "imgui_internal:752", + "ImBitVector": "imgui_internal:570", + "ImColor": "imgui:2347", + "ImDrawChannel": "imgui:2437", + "ImDrawCmd": "imgui:2396", + "ImDrawCmdHeader": "imgui:2429", + "ImDrawData": "imgui:2627", + "ImDrawDataBuilder": "imgui_internal:743", + "ImDrawFlags_": "imgui:2463", + "ImDrawList": "imgui:2501", + "ImDrawListFlags_": "imgui:2483", + "ImDrawListSharedData": "imgui_internal:723", + "ImDrawListSplitter": "imgui:2446", + "ImDrawVert": "imgui:2414", + "ImFont": "imgui:2846", + "ImFontAtlas": "imgui:2744", + "ImFontAtlasCustomRect": "imgui:2706", + "ImFontAtlasFlags_": "imgui:2719", + "ImFontBuilderIO": "imgui_internal:3101", + "ImFontConfig": "imgui:2650", + "ImFontGlyph": "imgui:2679", + "ImFontGlyphRangesBuilder": "imgui:2691", + "ImGuiActivateFlags_": "imgui_internal:1227", + "ImGuiAxis": "imgui_internal:899", + "ImGuiBackendFlags_": "imgui:1512", + "ImGuiButtonFlagsPrivate_": "imgui_internal:806", + "ImGuiButtonFlags_": "imgui:1626", + "ImGuiCol_": "imgui:1527", + "ImGuiColorEditFlags_": "imgui:1639", + "ImGuiColorMod": "imgui_internal:964", + "ImGuiComboFlagsPrivate_": "imgui_internal:829", + "ImGuiComboFlags_": "imgui:1122", + "ImGuiComboPreviewData": "imgui_internal:981", + "ImGuiCond_": "imgui:1731", + "ImGuiConfigFlags_": "imgui:1487", + "ImGuiContext": "imgui_internal:1670", + "ImGuiContextHook": "imgui_internal:1655", + "ImGuiContextHookType": "imgui_internal:1653", + "ImGuiDataAuthority_": "imgui_internal:1404", + "ImGuiDataTypeInfo": "imgui_internal:947", + "ImGuiDataTypePrivate_": "imgui_internal:956", + "ImGuiDataTypeTempStorage": "imgui_internal:941", + "ImGuiDataType_": "imgui:1380", + "ImGuiDir_": "imgui:1396", + "ImGuiDockContext": "imgui_internal:1502", + "ImGuiDockNode": "imgui_internal:1420", + "ImGuiDockNodeFlagsPrivate_": "imgui_internal:1379", + "ImGuiDockNodeFlags_": "imgui:1345", + "ImGuiDockNodeState": "imgui_internal:1411", + "ImGuiDragDropFlags_": "imgui:1358", + "ImGuiFocusedFlags_": "imgui:1311", + "ImGuiGroupData": "imgui_internal:994", + "ImGuiHoveredFlags_": "imgui:1325", + "ImGuiIO": "imgui:1897", + "ImGuiInputReadMode": "imgui_internal:924", + "ImGuiInputSource": "imgui_internal:912", + "ImGuiInputTextCallbackData": "imgui:2054", + "ImGuiInputTextFlagsPrivate_": "imgui_internal:797", + "ImGuiInputTextFlags_": "imgui:1035", + "ImGuiInputTextState": "imgui_internal:1029", + "ImGuiItemFlags_": "imgui_internal:759", "ImGuiItemStatusFlags_": "imgui_internal:774", - "ImGuiKeyModFlags_": "imgui:1422", - "ImGuiKey_": "imgui:1394", - "ImGuiLastItemData": "imgui_internal:1203", - "ImGuiLayoutType_": "imgui_internal:885", - "ImGuiListClipper": "imgui:2271", - "ImGuiLogType": "imgui_internal:891", - "ImGuiMenuColumns": "imgui_internal:1055", - "ImGuiMetricsConfig": "imgui_internal:1526", - "ImGuiMouseButton_": "imgui:1682", - "ImGuiMouseCursor_": "imgui:1692", - "ImGuiNavDirSourceFlags_": "imgui_internal:945", - "ImGuiNavForward": "imgui_internal:965", - "ImGuiNavHighlightFlags_": "imgui_internal:936", - "ImGuiNavInput_": "imgui:1435", - "ImGuiNavItemData": "imgui_internal:1125", - "ImGuiNavLayer": "imgui_internal:972", - "ImGuiNavMoveFlags_": "imgui_internal:953", - "ImGuiNextItemData": "imgui_internal:1190", - "ImGuiNextItemDataFlags_": "imgui_internal:1183", - "ImGuiNextWindowData": "imgui_internal:1156", - "ImGuiNextWindowDataFlags_": "imgui_internal:1139", - "ImGuiOldColumnData": "imgui_internal:1261", - "ImGuiOldColumnFlags_": "imgui_internal:1241", - "ImGuiOldColumns": "imgui_internal:1271", - "ImGuiOnceUponAFrame": "imgui:2149", - "ImGuiPayload": "imgui:2090", - "ImGuiPlatformIO": "imgui:2989", - "ImGuiPlatformMonitor": "imgui:3053", - "ImGuiPlotType": "imgui_internal:908", - "ImGuiPopupData": "imgui_internal:1112", - "ImGuiPopupFlags_": "imgui:1078", - "ImGuiPopupPositionPolicy": "imgui_internal:979", - "ImGuiPtrOrIndex": "imgui_internal:1227", - "ImGuiSelectableFlagsPrivate_": "imgui_internal:844", - "ImGuiSelectableFlags_": "imgui:1094", - "ImGuiSeparatorFlags_": "imgui_internal:863", - "ImGuiSettingsHandler": "imgui_internal:1507", - "ImGuiShrinkWidthItem": "imgui_internal:1221", - "ImGuiSizeCallbackData": "imgui:2060", - "ImGuiSliderFlagsPrivate_": "imgui_internal:837", - "ImGuiSliderFlags_": "imgui:1665", - "ImGuiSortDirection_": "imgui:1386", - "ImGuiStackSizes": "imgui_internal:1550", - "ImGuiStorage": "imgui:2211", - "ImGuiStoragePair": "imgui:2214", - "ImGuiStyle": "imgui:1821", - "ImGuiStyleMod": "imgui_internal:1016", - "ImGuiStyleVar_": "imgui:1573", - "ImGuiTabBar": "imgui_internal:2246", - "ImGuiTabBarFlagsPrivate_": "imgui_internal:2209", - "ImGuiTabBarFlags_": "imgui:1119", - "ImGuiTabItem": "imgui_internal:2227", - "ImGuiTabItemFlagsPrivate_": "imgui_internal:2217", - "ImGuiTabItemFlags_": "imgui:1135", - "ImGuiTable": "imgui_internal:2373", - "ImGuiTableBgTarget_": "imgui:1285", - "ImGuiTableCellData": "imgui_internal:2366", - "ImGuiTableColumn": "imgui_internal:2307", - "ImGuiTableColumnFlags_": "imgui:1228", - "ImGuiTableColumnSettings": "imgui_internal:2507", - "ImGuiTableColumnSortSpecs": "imgui:2112", - "ImGuiTableFlags_": "imgui:1171", - "ImGuiTableRowFlags_": "imgui:1270", - "ImGuiTableSettings": "imgui_internal:2531", - "ImGuiTableSortSpecs": "imgui:2126", - "ImGuiTableTempData": "imgui_internal:2486", - "ImGuiTextBuffer": "imgui:2184", - "ImGuiTextFilter": "imgui:2157", - "ImGuiTextFlags_": "imgui_internal:871", - "ImGuiTextRange": "imgui:2167", - "ImGuiTooltipFlags_": "imgui_internal:877", - "ImGuiTreeNodeFlagsPrivate_": "imgui_internal:858", - "ImGuiTreeNodeFlags_": "imgui:1049", - "ImGuiViewport": "imgui:2907", - "ImGuiViewportFlags_": "imgui:2882", - "ImGuiViewportP": "imgui_internal:1444", - "ImGuiWindow": "imgui_internal:2068", - "ImGuiWindowClass": "imgui:2075", - "ImGuiWindowDockStyle": "imgui_internal:1422", - "ImGuiWindowDockStyleCol": "imgui_internal:1411", - "ImGuiWindowFlags_": "imgui:975", - "ImGuiWindowSettings": "imgui_internal:1490", - "ImGuiWindowStackData": "imgui_internal:1215", - "ImGuiWindowTempData": "imgui_internal:2019", - "ImRect": "imgui_internal:492", - "ImVec1": "imgui_internal:474", - "ImVec2": "imgui:251", - "ImVec2ih": "imgui_internal:482", - "ImVec4": "imgui:264", + "ImGuiKeyModFlags_": "imgui:1443", + "ImGuiKey_": "imgui:1415", + "ImGuiLastItemData": "imgui_internal:1142", + "ImGuiLayoutType_": "imgui_internal:883", + "ImGuiListClipper": "imgui:2299", + "ImGuiListClipperData": "imgui_internal:1211", + "ImGuiListClipperRange": "imgui_internal:1198", + "ImGuiLogType": "imgui_internal:889", + "ImGuiMenuColumns": "imgui_internal:1010", + "ImGuiMetricsConfig": "imgui_internal:1601", + "ImGuiMouseButton_": "imgui:1703", + "ImGuiMouseCursor_": "imgui:1713", + "ImGuiNavDirSourceFlags_": "imgui_internal:1259", + "ImGuiNavHighlightFlags_": "imgui_internal:1250", + "ImGuiNavInput_": "imgui:1456", + "ImGuiNavItemData": "imgui_internal:1293", + "ImGuiNavLayer": "imgui_internal:1286", + "ImGuiNavMoveFlags_": "imgui_internal:1268", + "ImGuiNextItemData": "imgui_internal:1129", + "ImGuiNextItemDataFlags_": "imgui_internal:1122", + "ImGuiNextWindowData": "imgui_internal:1095", + "ImGuiNextWindowDataFlags_": "imgui_internal:1078", + "ImGuiOldColumnData": "imgui_internal:1333", + "ImGuiOldColumnFlags_": "imgui_internal:1313", + "ImGuiOldColumns": "imgui_internal:1343", + "ImGuiOnceUponAFrame": "imgui:2174", + "ImGuiPayload": "imgui:2115", + "ImGuiPlatformIO": "imgui:3009", + "ImGuiPlatformMonitor": "imgui:3073", + "ImGuiPlotType": "imgui_internal:906", + "ImGuiPopupData": "imgui_internal:1065", + "ImGuiPopupFlags_": "imgui:1095", + "ImGuiPopupPositionPolicy": "imgui_internal:934", + "ImGuiPtrOrIndex": "imgui_internal:1185", + "ImGuiScrollFlags_": "imgui_internal:1236", + "ImGuiSelectableFlagsPrivate_": "imgui_internal:842", + "ImGuiSelectableFlags_": "imgui:1111", + "ImGuiSeparatorFlags_": "imgui_internal:861", + "ImGuiSettingsHandler": "imgui_internal:1582", + "ImGuiShrinkWidthItem": "imgui_internal:1179", + "ImGuiSizeCallbackData": "imgui:2085", + "ImGuiSliderFlagsPrivate_": "imgui_internal:835", + "ImGuiSliderFlags_": "imgui:1686", + "ImGuiSortDirection_": "imgui:1407", + "ImGuiStackLevelInfo": "imgui_internal:1627", + "ImGuiStackSizes": "imgui_internal:1154", + "ImGuiStackTool": "imgui_internal:1638", + "ImGuiStorage": "imgui:2236", + "ImGuiStoragePair": "imgui:2239", + "ImGuiStyle": "imgui:1842", + "ImGuiStyleMod": "imgui_internal:971", + "ImGuiStyleVar_": "imgui:1594", + "ImGuiTabBar": "imgui_internal:2334", + "ImGuiTabBarFlagsPrivate_": "imgui_internal:2297", + "ImGuiTabBarFlags_": "imgui:1136", + "ImGuiTabItem": "imgui_internal:2315", + "ImGuiTabItemFlagsPrivate_": "imgui_internal:2305", + "ImGuiTabItemFlags_": "imgui:1152", + "ImGuiTable": "imgui_internal:2461", + "ImGuiTableBgTarget_": "imgui:1302", + "ImGuiTableCellData": "imgui_internal:2454", + "ImGuiTableColumn": "imgui_internal:2395", + "ImGuiTableColumnFlags_": "imgui:1245", + "ImGuiTableColumnSettings": "imgui_internal:2595", + "ImGuiTableColumnSortSpecs": "imgui:2137", + "ImGuiTableFlags_": "imgui:1188", + "ImGuiTableRowFlags_": "imgui:1287", + "ImGuiTableSettings": "imgui_internal:2619", + "ImGuiTableSortSpecs": "imgui:2151", + "ImGuiTableTempData": "imgui_internal:2574", + "ImGuiTextBuffer": "imgui:2209", + "ImGuiTextFilter": "imgui:2182", + "ImGuiTextFlags_": "imgui_internal:869", + "ImGuiTextRange": "imgui:2192", + "ImGuiTooltipFlags_": "imgui_internal:875", + "ImGuiTreeNodeFlagsPrivate_": "imgui_internal:856", + "ImGuiTreeNodeFlags_": "imgui:1066", + "ImGuiViewport": "imgui:2927", + "ImGuiViewportFlags_": "imgui:2902", + "ImGuiViewportP": "imgui_internal:1519", + "ImGuiWindow": "imgui_internal:2153", + "ImGuiWindowClass": "imgui:2100", + "ImGuiWindowDockStyle": "imgui_internal:1497", + "ImGuiWindowDockStyleCol": "imgui_internal:1486", + "ImGuiWindowFlags_": "imgui:992", + "ImGuiWindowSettings": "imgui_internal:1565", + "ImGuiWindowStackData": "imgui_internal:1172", + "ImGuiWindowTempData": "imgui_internal:2106", + "ImRect": "imgui_internal:499", + "ImVec1": "imgui_internal:481", + "ImVec2": "imgui:266", + "ImVec2ih": "imgui_internal:489", + "ImVec4": "imgui:279", "STB_TexteditState": "imstb_textedit:317", "StbTexteditRow": "imstb_textedit:364", "StbUndoRecord": "imstb_textedit:299", @@ -4404,10 +4503,6 @@ "name": "TestEngineHookItems", "type": "bool" }, - { - "name": "TestEngineHookIdInfo", - "type": "ImGuiID" - }, { "name": "TestEngine", "type": "void*" @@ -4476,6 +4571,10 @@ "name": "WheelingWindowTimer", "type": "float" }, + { + "name": "DebugHookIdInfo", + "type": "ImGuiID" + }, { "name": "HoveredId", "type": "ImGuiID" @@ -4656,6 +4755,10 @@ "template_type": "ImGuiPopupData", "type": "ImVector_ImGuiPopupData" }, + { + "name": "BeginMenuCount", + "type": "int" + }, { "name": "Viewports", "template_type": "ImGuiViewportP*", @@ -4714,12 +4817,12 @@ "type": "ImGuiID" }, { - "name": "NavInputId", + "name": "NavActivateInputId", "type": "ImGuiID" }, { - "name": "NavJustTabbedId", - "type": "ImGuiID" + "name": "NavActivateFlags", + "type": "ImGuiActivateFlags" }, { "name": "NavJustMovedToId", @@ -4738,25 +4841,17 @@ "type": "ImGuiID" }, { - "name": "NavInputSource", - "type": "ImGuiInputSource" - }, - { - "name": "NavScoringRect", - "type": "ImRect" + "name": "NavNextActivateFlags", + "type": "ImGuiActivateFlags" }, { - "name": "NavScoringCount", - "type": "int" + "name": "NavInputSource", + "type": "ImGuiInputSource" }, { "name": "NavLayer", "type": "ImGuiNavLayer" }, - { - "name": "NavIdTabCounter", - "type": "int" - }, { "name": "NavIdIsAlive", "type": "bool" @@ -4794,19 +4889,27 @@ "type": "ImRect" }, { - "name": "NavMoveRequest", + "name": "NavMoveSubmitted", + "type": "bool" + }, + { + "name": "NavMoveScoringItems", + "type": "bool" + }, + { + "name": "NavMoveForwardToNextFrame", "type": "bool" }, { - "name": "NavMoveRequestFlags", + "name": "NavMoveFlags", "type": "ImGuiNavMoveFlags" }, { - "name": "NavMoveRequestForward", - "type": "ImGuiNavForward" + "name": "NavMoveScrollFlags", + "type": "ImGuiScrollFlags" }, { - "name": "NavMoveRequestKeyMods", + "name": "NavMoveKeyMods", "type": "ImGuiKeyModFlags" }, { @@ -4814,19 +4917,39 @@ "type": "ImGuiDir" }, { - "name": "NavMoveDirLast", + "name": "NavMoveDirForDebug", "type": "ImGuiDir" }, { "name": "NavMoveClipDir", "type": "ImGuiDir" }, + { + "name": "NavScoringRect", + "type": "ImRect" + }, + { + "name": "NavScoringNoClipRect", + "type": "ImRect" + }, + { + "name": "NavScoringDebugCount", + "type": "int" + }, + { + "name": "NavTabbingDir", + "type": "int" + }, + { + "name": "NavTabbingCounter", + "type": "int" + }, { "name": "NavMoveResultLocal", "type": "ImGuiNavItemData" }, { - "name": "NavMoveResultLocalVisibleSet", + "name": "NavMoveResultLocalVisible", "type": "ImGuiNavItemData" }, { @@ -4834,12 +4957,8 @@ "type": "ImGuiNavItemData" }, { - "name": "NavWrapRequestWindow", - "type": "ImGuiWindow*" - }, - { - "name": "NavWrapRequestFlags", - "type": "ImGuiNavMoveFlags" + "name": "NavTabbingResultFirst", + "type": "ImGuiNavItemData" }, { "name": "NavWindowingTarget", @@ -4865,34 +4984,6 @@ "name": "NavWindowingToggleLayer", "type": "bool" }, - { - "name": "TabFocusRequestCurrWindow", - "type": "ImGuiWindow*" - }, - { - "name": "TabFocusRequestNextWindow", - "type": "ImGuiWindow*" - }, - { - "name": "TabFocusRequestCurrCounterRegular", - "type": "int" - }, - { - "name": "TabFocusRequestCurrCounterTabStop", - "type": "int" - }, - { - "name": "TabFocusRequestNextCounterRegular", - "type": "int" - }, - { - "name": "TabFocusRequestNextCounterTabStop", - "type": "int" - }, - { - "name": "TabFocusPressed", - "type": "bool" - }, { "name": "DimBgRatio", "type": "float" @@ -4971,24 +5062,33 @@ "size": 16, "type": "unsigned char" }, + { + "name": "ClipperTempDataStacked", + "type": "int" + }, + { + "name": "ClipperTempData", + "template_type": "ImGuiListClipperData", + "type": "ImVector_ImGuiListClipperData" + }, { "name": "CurrentTable", "type": "ImGuiTable*" }, { - "name": "CurrentTableStackIdx", + "name": "TablesTempDataStacked", "type": "int" }, + { + "name": "TablesTempData", + "template_type": "ImGuiTableTempData", + "type": "ImVector_ImGuiTableTempData" + }, { "name": "Tables", "template_type": "ImGuiTable", "type": "ImPool_ImGuiTable" }, - { - "name": "TablesTempDataStack", - "template_type": "ImGuiTableTempData", - "type": "ImVector_ImGuiTableTempData" - }, { "name": "TablesLastTimeActive", "template_type": "float", @@ -5019,7 +5119,7 @@ "type": "ImVector_ImGuiShrinkWidthItem" }, { - "name": "LastValidMousePos", + "name": "MouseLastValidPos", "type": "ImVec2" }, { @@ -5047,9 +5147,8 @@ "type": "float" }, { - "name": "ColorEditLastColor[3]", - "size": 3, - "type": "float" + "name": "ColorEditLastColor", + "type": "ImU32" }, { "name": "ColorPickerRef", @@ -5080,16 +5179,20 @@ "type": "float" }, { - "name": "DisabledAlphaBackup", + "name": "ScrollbarClickDeltaToGrabCenter", "type": "float" }, { - "name": "ScrollbarClickDeltaToGrabCenter", + "name": "DisabledAlphaBackup", "type": "float" }, + { + "name": "DisabledStackSize", + "type": "short" + }, { "name": "TooltipOverrideCount", - "type": "int" + "type": "short" }, { "name": "TooltipSlowDelay", @@ -5217,6 +5320,10 @@ "name": "DebugMetricsConfig", "type": "ImGuiMetricsConfig" }, + { + "name": "DebugStackTool", + "type": "ImGuiStackTool" + }, { "name": "FramerateSecPerFrame[120]", "size": 120, @@ -5382,6 +5489,10 @@ "name": "WindowClass", "type": "ImGuiWindowClass" }, + { + "name": "LastBgColor", + "type": "ImU32" + }, { "name": "HostWindow", "type": "ImGuiWindow*" @@ -5398,6 +5509,10 @@ "name": "OnlyNodeWithWindows", "type": "ImGuiDockNode*" }, + { + "name": "CountNodeWithWindows", + "type": "int" + }, { "name": "LastFrameAlive", "type": "int" @@ -5447,6 +5562,11 @@ "name": "IsFocused", "type": "bool" }, + { + "bitfield": "1", + "name": "IsBgDrawnThisFrame", + "type": "bool" + }, { "bitfield": "1", "name": "HasCloseButton", @@ -5457,6 +5577,11 @@ "name": "HasWindowMenuButton", "type": "bool" }, + { + "bitfield": "1", + "name": "HasCentralNodeChild", + "type": "bool" + }, { "bitfield": "1", "name": "WantCloseAll", @@ -5481,11 +5606,6 @@ "bitfield": "1", "name": "WantHiddenTabBarToggle", "type": "bool" - }, - { - "bitfield": "1", - "name": "MarkedForPosSizeWrite", - "type": "bool" } ], "ImGuiGroupData": [ @@ -5616,6 +5736,10 @@ "name": "ConfigDockingNoSplit", "type": "bool" }, + { + "name": "ConfigDockingWithShift", + "type": "bool" + }, { "name": "ConfigDockingAlwaysTabBar", "type": "bool" @@ -5803,6 +5927,10 @@ "name": "MouseDelta", "type": "ImVec2" }, + { + "name": "WantCaptureMouseUnlessPopupClose", + "type": "bool" + }, { "name": "KeyMods", "type": "ImGuiKeyModFlags" @@ -5835,6 +5963,16 @@ "size": 5, "type": "bool" }, + { + "name": "MouseClickedCount[5]", + "size": 5, + "type": "ImU16" + }, + { + "name": "MouseClickedLastCount[5]", + "size": 5, + "type": "ImU16" + }, { "name": "MouseReleased[5]", "size": 5, @@ -5846,7 +5984,7 @@ "type": "bool" }, { - "name": "MouseDownWasDoubleClick[5]", + "name": "MouseDownOwnedUnlessPopupClose[5]", "size": 5, "type": "bool" }, @@ -6021,14 +6159,6 @@ { "name": "Flags", "type": "ImGuiInputTextFlags" - }, - { - "name": "UserCallback", - "type": "ImGuiInputTextCallback" - }, - { - "name": "UserCallbackData", - "type": "void*" } ], "ImGuiLastItemData": [ @@ -6048,6 +6178,10 @@ "name": "Rect", "type": "ImRect" }, + { + "name": "NavRect", + "type": "ImRect" + }, { "name": "DisplayRect", "type": "ImRect" @@ -6066,6 +6200,28 @@ "name": "ItemsCount", "type": "int" }, + { + "name": "ItemsHeight", + "type": "float" + }, + { + "name": "StartPosY", + "type": "float" + }, + { + "name": "TempData", + "type": "void*" + } + ], + "ImGuiListClipperData": [ + { + "name": "ListClipper", + "type": "ImGuiListClipper*" + }, + { + "name": "LossynessOffset", + "type": "float" + }, { "name": "StepNo", "type": "int" @@ -6075,12 +6231,31 @@ "type": "int" }, { - "name": "ItemsHeight", - "type": "float" + "name": "Ranges", + "template_type": "ImGuiListClipperRange", + "type": "ImVector_ImGuiListClipperRange" + } + ], + "ImGuiListClipperRange": [ + { + "name": "Min", + "type": "int" }, { - "name": "StartPosY", - "type": "float" + "name": "Max", + "type": "int" + }, + { + "name": "PosToIndexConvert", + "type": "bool" + }, + { + "name": "PosToIndexOffsetMin", + "type": "ImS8" + }, + { + "name": "PosToIndexOffsetMax", + "type": "ImS8" } ], "ImGuiMenuColumns": [ @@ -6119,6 +6294,10 @@ } ], "ImGuiMetricsConfig": [ + { + "name": "ShowStackTool", + "type": "bool" + }, { "name": "ShowWindowsRects", "type": "bool" @@ -6169,6 +6348,10 @@ "name": "RectRel", "type": "ImRect" }, + { + "name": "InFlags", + "type": "ImGuiItemFlags" + }, { "name": "DistBox", "type": "float" @@ -6652,6 +6835,25 @@ "type": "ImVec2" } ], + "ImGuiStackLevelInfo": [ + { + "name": "ID", + "type": "ImGuiID" + }, + { + "name": "QueryFrameCount", + "type": "ImS8" + }, + { + "name": "QuerySuccess", + "type": "bool" + }, + { + "name": "Desc[58]", + "size": 58, + "type": "char" + } + ], "ImGuiStackSizes": [ { "name": "SizeOfIDStack", @@ -6677,9 +6879,36 @@ "name": "SizeOfGroupStack", "type": "short" }, + { + "name": "SizeOfItemFlagsStack", + "type": "short" + }, { "name": "SizeOfBeginPopupStack", "type": "short" + }, + { + "name": "SizeOfDisabledStack", + "type": "short" + } + ], + "ImGuiStackTool": [ + { + "name": "LastActiveFrame", + "type": "int" + }, + { + "name": "StackLevel", + "type": "int" + }, + { + "name": "QueryId", + "type": "ImGuiID" + }, + { + "name": "Results", + "template_type": "ImGuiStackLevelInfo", + "type": "ImVector_ImGuiStackLevelInfo" } ], "ImGuiStorage": [ @@ -8147,6 +8376,10 @@ "name": "IsFallbackWindow", "type": "bool" }, + { + "name": "IsExplicitChild", + "type": "bool" + }, { "name": "HasCloseButton", "type": "bool" @@ -8333,10 +8566,18 @@ "name": "ParentWindow", "type": "ImGuiWindow*" }, + { + "name": "ParentWindowInBeginStack", + "type": "ImGuiWindow*" + }, { "name": "RootWindow", "type": "ImGuiWindow*" }, + { + "name": "RootWindowPopupTree", + "type": "ImGuiWindow*" + }, { "name": "RootWindowDockTree", "type": "ImGuiWindow*" @@ -8515,6 +8756,10 @@ { "name": "ParentLastItemDataBackup", "type": "ImGuiLastItemData" + }, + { + "name": "StackSizesOnBegin", + "type": "ImGuiStackSizes" } ], "ImGuiWindowTempData": [ @@ -8566,6 +8811,10 @@ "name": "GroupOffset", "type": "ImVec1" }, + { + "name": "CursorStartPosLossyness", + "type": "ImVec2" + }, { "name": "NavLayerCurrent", "type": "ImGuiNavLayer" @@ -8635,14 +8884,6 @@ "name": "ParentLayoutType", "type": "ImGuiLayoutType" }, - { - "name": "FocusCounterRegular", - "type": "int" - }, - { - "name": "FocusCounterTabStop", - "type": "int" - }, { "name": "ItemWidth", "type": "float" @@ -8660,10 +8901,6 @@ "name": "TextWrapPosStack", "template_type": "float", "type": "ImVector_float" - }, - { - "name": "StackSizesOnBegin", - "type": "ImGuiStackSizes" } ], "ImRect": [ diff --git a/src/ImGui.NET.SampleProgram/MemoryEditor.cs b/src/ImGui.NET.SampleProgram/MemoryEditor.cs index d492299..3751216 100644 --- a/src/ImGui.NET.SampleProgram/MemoryEditor.cs +++ b/src/ImGui.NET.SampleProgram/MemoryEditor.cs @@ -3,6 +3,8 @@ using System.Globalization; using ImGuiNET; using System.Numerics; +#if false + namespace ImGuiNET { // C# port of ocornut's imgui_memory_editor.h - https://gist.github.com/ocornut/0673e37e54aff644298b @@ -274,4 +276,5 @@ namespace ImGuiNET } } } -} \ No newline at end of file +} +#endif \ No newline at end of file diff --git a/src/ImGui.NET.SampleProgram/Program.cs b/src/ImGui.NET.SampleProgram/Program.cs index 634cb98..8e1ae8d 100644 --- a/src/ImGui.NET.SampleProgram/Program.cs +++ b/src/ImGui.NET.SampleProgram/Program.cs @@ -16,7 +16,7 @@ namespace ImGuiNET private static GraphicsDevice _gd; private static CommandList _cl; private static ImGuiController _controller; - private static MemoryEditor _memoryEditor; + // private static MemoryEditor _memoryEditor; // UI state private static float _f = 0.0f; @@ -47,7 +47,7 @@ namespace ImGuiNET }; _cl = _gd.ResourceFactory.CreateCommandList(); _controller = new ImGuiController(_gd, _gd.MainSwapchain.Framebuffer.OutputDescription, _window.Width, _window.Height); - _memoryEditor = new MemoryEditor(); + // _memoryEditor = new MemoryEditor(); Random random = new Random(); _memoryEditorData = Enumerable.Range(0, 1024).Select(i => (byte)random.Next(255)).ToArray(); @@ -197,7 +197,8 @@ namespace ImGuiNET if (_showMemoryEditor) { - _memoryEditor.Draw("Memory Editor", _memoryEditorData, _memoryEditorData.Length); + ImGui.Text("Memory editor currently supported."); + // _memoryEditor.Draw("Memory Editor", _memoryEditorData, _memoryEditorData.Length); } } } diff --git a/src/ImGui.NET/Generated/ImGui.gen.cs b/src/ImGui.NET/Generated/ImGui.gen.cs index 0087fb6..da2a0e0 100644 --- a/src/ImGui.NET/Generated/ImGui.gen.cs +++ b/src/ImGui.NET/Generated/ImGui.gen.cs @@ -6424,6 +6424,11 @@ namespace ImGuiNET ImGuiViewport* ret = ImGuiNative.igGetMainViewport(); return new ImGuiViewportPtr(ret); } + public static int GetMouseClickedCount(ImGuiMouseButton button) + { + int ret = ImGuiNative.igGetMouseClickedCount(button); + return ret; + } public static ImGuiMouseCursor GetMouseCursor() { ImGuiMouseCursor ret = ImGuiNative.igGetMouseCursor(); @@ -6544,11 +6549,6 @@ namespace ImGuiNET ImGuiNative.igGetWindowContentRegionMin(&__retval); return __retval; } - public static float GetWindowContentRegionWidth() - { - float ret = ImGuiNative.igGetWindowContentRegionWidth(); - return ret; - } public static uint GetWindowDockID() { uint ret = ImGuiNative.igGetWindowDockID(); @@ -11268,6 +11268,18 @@ namespace ImGuiNET ImGuiNative.igShowMetricsWindow(native_p_open); p_open = native_p_open_val != 0; } + public static void ShowStackToolWindow() + { + byte* p_open = null; + ImGuiNative.igShowStackToolWindow(p_open); + } + public static void ShowStackToolWindow(ref bool p_open) + { + byte native_p_open_val = p_open ? (byte)1 : (byte)0; + byte* native_p_open = &native_p_open_val; + ImGuiNative.igShowStackToolWindow(native_p_open); + p_open = native_p_open_val != 0; + } public static void ShowStyleEditor() { ImGuiStyle* @ref = null; diff --git a/src/ImGui.NET/Generated/ImGuiFocusedFlags.gen.cs b/src/ImGui.NET/Generated/ImGuiFocusedFlags.gen.cs index be9a48e..249a42f 100644 --- a/src/ImGui.NET/Generated/ImGuiFocusedFlags.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiFocusedFlags.gen.cs @@ -7,6 +7,8 @@ namespace ImGuiNET ChildWindows = 1, RootWindow = 2, AnyWindow = 4, + NoPopupHierarchy = 8, + DockHierarchy = 16, RootAndChildWindows = 3, } } diff --git a/src/ImGui.NET/Generated/ImGuiHoveredFlags.gen.cs b/src/ImGui.NET/Generated/ImGuiHoveredFlags.gen.cs index 0f21dd7..60699dc 100644 --- a/src/ImGui.NET/Generated/ImGuiHoveredFlags.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiHoveredFlags.gen.cs @@ -7,11 +7,13 @@ namespace ImGuiNET ChildWindows = 1, RootWindow = 2, AnyWindow = 4, - AllowWhenBlockedByPopup = 8, - AllowWhenBlockedByActiveItem = 32, - AllowWhenOverlapped = 64, - AllowWhenDisabled = 128, - RectOnly = 104, + NoPopupHierarchy = 8, + DockHierarchy = 16, + AllowWhenBlockedByPopup = 32, + AllowWhenBlockedByActiveItem = 128, + AllowWhenOverlapped = 256, + AllowWhenDisabled = 512, + RectOnly = 416, RootAndChildWindows = 3, } } diff --git a/src/ImGui.NET/Generated/ImGuiIO.gen.cs b/src/ImGui.NET/Generated/ImGuiIO.gen.cs index aad43cd..23637bd 100644 --- a/src/ImGui.NET/Generated/ImGuiIO.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiIO.gen.cs @@ -27,6 +27,7 @@ namespace ImGuiNET public ImFont* FontDefault; public Vector2 DisplayFramebufferScale; public byte ConfigDockingNoSplit; + public byte ConfigDockingWithShift; public byte ConfigDockingAlwaysTabBar; public byte ConfigDockingTransparentPayload; public byte ConfigViewportsNoAutoMerge; @@ -73,6 +74,7 @@ namespace ImGuiNET public int MetricsActiveWindows; public int MetricsActiveAllocations; public Vector2 MouseDelta; + public byte WantCaptureMouseUnlessPopupClose; public ImGuiKeyModFlags KeyMods; public ImGuiKeyModFlags KeyModsPrev; public Vector2 MousePosPrev; @@ -84,9 +86,11 @@ namespace ImGuiNET public fixed double MouseClickedTime[5]; public fixed byte MouseClicked[5]; public fixed byte MouseDoubleClicked[5]; + public fixed ushort MouseClickedCount[5]; + public fixed ushort MouseClickedLastCount[5]; public fixed byte MouseReleased[5]; public fixed byte MouseDownOwned[5]; - public fixed byte MouseDownWasDoubleClick[5]; + public fixed byte MouseDownOwnedUnlessPopupClose[5]; public fixed float MouseDownDuration[5]; public fixed float MouseDownDurationPrev[5]; public Vector2 MouseDragMaxDistanceAbs_0; @@ -132,6 +136,7 @@ namespace ImGuiNET public ImFontPtr FontDefault => new ImFontPtr(NativePtr->FontDefault); public ref Vector2 DisplayFramebufferScale => ref Unsafe.AsRef(&NativePtr->DisplayFramebufferScale); public ref bool ConfigDockingNoSplit => ref Unsafe.AsRef(&NativePtr->ConfigDockingNoSplit); + public ref bool ConfigDockingWithShift => ref Unsafe.AsRef(&NativePtr->ConfigDockingWithShift); public ref bool ConfigDockingAlwaysTabBar => ref Unsafe.AsRef(&NativePtr->ConfigDockingAlwaysTabBar); public ref bool ConfigDockingTransparentPayload => ref Unsafe.AsRef(&NativePtr->ConfigDockingTransparentPayload); public ref bool ConfigViewportsNoAutoMerge => ref Unsafe.AsRef(&NativePtr->ConfigViewportsNoAutoMerge); @@ -178,6 +183,7 @@ namespace ImGuiNET public ref int MetricsActiveWindows => ref Unsafe.AsRef(&NativePtr->MetricsActiveWindows); public ref int MetricsActiveAllocations => ref Unsafe.AsRef(&NativePtr->MetricsActiveAllocations); public ref Vector2 MouseDelta => ref Unsafe.AsRef(&NativePtr->MouseDelta); + public ref bool WantCaptureMouseUnlessPopupClose => ref Unsafe.AsRef(&NativePtr->WantCaptureMouseUnlessPopupClose); public ref ImGuiKeyModFlags KeyMods => ref Unsafe.AsRef(&NativePtr->KeyMods); public ref ImGuiKeyModFlags KeyModsPrev => ref Unsafe.AsRef(&NativePtr->KeyModsPrev); public ref Vector2 MousePosPrev => ref Unsafe.AsRef(&NativePtr->MousePosPrev); @@ -185,9 +191,11 @@ namespace ImGuiNET public RangeAccessor MouseClickedTime => new RangeAccessor(NativePtr->MouseClickedTime, 5); public RangeAccessor MouseClicked => new RangeAccessor(NativePtr->MouseClicked, 5); public RangeAccessor MouseDoubleClicked => new RangeAccessor(NativePtr->MouseDoubleClicked, 5); + public RangeAccessor MouseClickedCount => new RangeAccessor(NativePtr->MouseClickedCount, 5); + public RangeAccessor MouseClickedLastCount => new RangeAccessor(NativePtr->MouseClickedLastCount, 5); public RangeAccessor MouseReleased => new RangeAccessor(NativePtr->MouseReleased, 5); public RangeAccessor MouseDownOwned => new RangeAccessor(NativePtr->MouseDownOwned, 5); - public RangeAccessor MouseDownWasDoubleClick => new RangeAccessor(NativePtr->MouseDownWasDoubleClick, 5); + public RangeAccessor MouseDownOwnedUnlessPopupClose => new RangeAccessor(NativePtr->MouseDownOwnedUnlessPopupClose, 5); public RangeAccessor MouseDownDuration => new RangeAccessor(NativePtr->MouseDownDuration, 5); public RangeAccessor MouseDownDurationPrev => new RangeAccessor(NativePtr->MouseDownDurationPrev, 5); public RangeAccessor MouseDragMaxDistanceAbs => new RangeAccessor(&NativePtr->MouseDragMaxDistanceAbs_0, 5); diff --git a/src/ImGui.NET/Generated/ImGuiListClipper.gen.cs b/src/ImGui.NET/Generated/ImGuiListClipper.gen.cs index dd64cbf..27a809b 100644 --- a/src/ImGui.NET/Generated/ImGuiListClipper.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiListClipper.gen.cs @@ -10,10 +10,9 @@ namespace ImGuiNET public int DisplayStart; public int DisplayEnd; public int ItemsCount; - public int StepNo; - public int ItemsFrozen; public float ItemsHeight; public float StartPosY; + public void* TempData; } public unsafe partial struct ImGuiListClipperPtr { @@ -26,10 +25,9 @@ namespace ImGuiNET public ref int DisplayStart => ref Unsafe.AsRef(&NativePtr->DisplayStart); public ref int DisplayEnd => ref Unsafe.AsRef(&NativePtr->DisplayEnd); public ref int ItemsCount => ref Unsafe.AsRef(&NativePtr->ItemsCount); - public ref int StepNo => ref Unsafe.AsRef(&NativePtr->StepNo); - public ref int ItemsFrozen => ref Unsafe.AsRef(&NativePtr->ItemsFrozen); public ref float ItemsHeight => ref Unsafe.AsRef(&NativePtr->ItemsHeight); public ref float StartPosY => ref Unsafe.AsRef(&NativePtr->StartPosY); + public IntPtr TempData { get => (IntPtr)NativePtr->TempData; set => NativePtr->TempData = (void*)value; } public void Begin(int items_count) { float items_height = -1.0f; @@ -47,6 +45,10 @@ namespace ImGuiNET { ImGuiNative.ImGuiListClipper_End((ImGuiListClipper*)(NativePtr)); } + public void ForceDisplayRangeByIndices(int item_min, int item_max) + { + ImGuiNative.ImGuiListClipper_ForceDisplayRangeByIndices((ImGuiListClipper*)(NativePtr), item_min, item_max); + } public bool Step() { byte ret = ImGuiNative.ImGuiListClipper_Step((ImGuiListClipper*)(NativePtr)); diff --git a/src/ImGui.NET/Generated/ImGuiNative.gen.cs b/src/ImGui.NET/Generated/ImGuiNative.gen.cs index 0e8168b..2d208af 100644 --- a/src/ImGui.NET/Generated/ImGuiNative.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiNative.gen.cs @@ -65,8 +65,6 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern float igCalcItemWidth(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] - public static extern void igCalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end); - [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void igCalcTextSize(Vector2* pOut, byte* text, byte* text_end, byte hide_text_after_double_hash, float wrap_width); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void igCaptureKeyboardFromApp(byte want_capture_keyboard_value); @@ -267,6 +265,8 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern ImGuiViewport* igGetMainViewport(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern int igGetMouseClickedCount(ImGuiMouseButton button); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern ImGuiMouseCursor igGetMouseCursor(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void igGetMouseDragDelta(Vector2* pOut, ImGuiMouseButton button, float lock_threshold); @@ -307,8 +307,6 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void igGetWindowContentRegionMin(Vector2* pOut); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] - public static extern float igGetWindowContentRegionWidth(); - [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern uint igGetWindowDockID(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern float igGetWindowDpiScale(); @@ -637,6 +635,8 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void igShowMetricsWindow(byte* p_open); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void igShowStackToolWindow(byte* p_open); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void igShowStyleEditor(ImGuiStyle* @ref); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern byte igShowStyleSelector(byte* label); @@ -1091,6 +1091,8 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void ImGuiListClipper_End(ImGuiListClipper* self); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiListClipper_ForceDisplayRangeByIndices(ImGuiListClipper* self, int item_min, int item_max); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern ImGuiListClipper* ImGuiListClipper_ImGuiListClipper(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern byte ImGuiListClipper_Step(ImGuiListClipper* self);