diff --git a/deps/cimgui/linux-x64/cimgui.so b/deps/cimgui/linux-x64/cimgui.so index 6184426..0f83525 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 9535374..2b37cd5 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 ec5e7c9..a4af963 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 559cce1..6753a14 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 97b25d3..21e6416 100644 --- a/src/CodeGenerator/definitions/cimgui/definitions.json +++ b/src/CodeGenerator/definitions/cimgui/definitions.json @@ -202,7 +202,7 @@ "cimguiname": "ImBitVector_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:574", + "location": "imgui_internal:575", "ov_cimguiname": "ImBitVector_Clear", "ret": "void", "signature": "()", @@ -227,7 +227,7 @@ "cimguiname": "ImBitVector_ClearBit", "defaults": {}, "funcname": "ClearBit", - "location": "imgui_internal:577", + "location": "imgui_internal:578", "ov_cimguiname": "ImBitVector_ClearBit", "ret": "void", "signature": "(int)", @@ -252,7 +252,7 @@ "cimguiname": "ImBitVector_Create", "defaults": {}, "funcname": "Create", - "location": "imgui_internal:573", + "location": "imgui_internal:574", "ov_cimguiname": "ImBitVector_Create", "ret": "void", "signature": "(int)", @@ -277,7 +277,7 @@ "cimguiname": "ImBitVector_SetBit", "defaults": {}, "funcname": "SetBit", - "location": "imgui_internal:576", + "location": "imgui_internal:577", "ov_cimguiname": "ImBitVector_SetBit", "ret": "void", "signature": "(int)", @@ -302,7 +302,7 @@ "cimguiname": "ImBitVector_TestBit", "defaults": {}, "funcname": "TestBit", - "location": "imgui_internal:575", + "location": "imgui_internal:576", "ov_cimguiname": "ImBitVector_TestBit", "ret": "bool", "signature": "(int)const", @@ -327,7 +327,7 @@ "cimguiname": "ImChunkStream_alloc_chunk", "defaults": {}, "funcname": "alloc_chunk", - "location": "imgui_internal:680", + "location": "imgui_internal:681", "ov_cimguiname": "ImChunkStream_alloc_chunk", "ret": "T*", "signature": "(size_t)", @@ -349,7 +349,7 @@ "cimguiname": "ImChunkStream_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:681", + "location": "imgui_internal:682", "ov_cimguiname": "ImChunkStream_begin", "ret": "T*", "signature": "()", @@ -375,7 +375,7 @@ "cimguiname": "ImChunkStream_chunk_size", "defaults": {}, "funcname": "chunk_size", - "location": "imgui_internal:683", + "location": "imgui_internal:684", "ov_cimguiname": "ImChunkStream_chunk_size", "ret": "int", "signature": "(const T*)", @@ -397,7 +397,7 @@ "cimguiname": "ImChunkStream_clear", "defaults": {}, "funcname": "clear", - "location": "imgui_internal:677", + "location": "imgui_internal:678", "ov_cimguiname": "ImChunkStream_clear", "ret": "void", "signature": "()", @@ -419,7 +419,7 @@ "cimguiname": "ImChunkStream_empty", "defaults": {}, "funcname": "empty", - "location": "imgui_internal:678", + "location": "imgui_internal:679", "ov_cimguiname": "ImChunkStream_empty", "ret": "bool", "signature": "()const", @@ -441,7 +441,7 @@ "cimguiname": "ImChunkStream_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:684", + "location": "imgui_internal:685", "ov_cimguiname": "ImChunkStream_end", "ret": "T*", "signature": "()", @@ -467,7 +467,7 @@ "cimguiname": "ImChunkStream_next_chunk", "defaults": {}, "funcname": "next_chunk", - "location": "imgui_internal:682", + "location": "imgui_internal:683", "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:685", + "location": "imgui_internal:686", "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:686", + "location": "imgui_internal:687", "ov_cimguiname": "ImChunkStream_ptr_from_offset", "ret": "T*", "signature": "(int)", @@ -541,7 +541,7 @@ "cimguiname": "ImChunkStream_size", "defaults": {}, "funcname": "size", - "location": "imgui_internal:679", + "location": "imgui_internal:680", "ov_cimguiname": "ImChunkStream_size", "ret": "int", "signature": "()const", @@ -551,7 +551,7 @@ ], "ImChunkStream_swap": [ { - "args": "(ImChunkStream* self,ImChunkStream* rhs)", + "args": "(ImChunkStream* self,ImChunkStream_T * rhs)", "argsT": [ { "name": "self", @@ -560,7 +560,7 @@ { "name": "rhs", "reftoptr": true, - "type": "ImChunkStream*" + "type": "ImChunkStream_T *" } ], "argsoriginal": "(ImChunkStream& rhs)", @@ -568,10 +568,10 @@ "cimguiname": "ImChunkStream_swap", "defaults": {}, "funcname": "swap", - "location": "imgui_internal:687", + "location": "imgui_internal:688", "ov_cimguiname": "ImChunkStream_swap", "ret": "void", - "signature": "(ImChunkStream*)", + "signature": "(ImChunkStream_T *)", "stname": "ImChunkStream", "templated": true } @@ -609,7 +609,7 @@ }, "funcname": "HSV", "is_static_function": true, - "location": "imgui:2361", + "location": "imgui:2473", "nonUDT": 1, "ov_cimguiname": "ImColor_HSV", "ret": "void", @@ -627,7 +627,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2351", + "location": "imgui:2463", "ov_cimguiname": "ImColor_ImColor_Nil", "signature": "()", "stname": "ImColor" @@ -660,7 +660,7 @@ "a": "255" }, "funcname": "ImColor", - "location": "imgui:2352", + "location": "imgui:2464", "ov_cimguiname": "ImColor_ImColor_Int", "signature": "(int,int,int,int)", "stname": "ImColor" @@ -679,7 +679,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2353", + "location": "imgui:2465", "ov_cimguiname": "ImColor_ImColor_U32", "signature": "(ImU32)", "stname": "ImColor" @@ -712,7 +712,7 @@ "a": "1.0f" }, "funcname": "ImColor", - "location": "imgui:2354", + "location": "imgui:2466", "ov_cimguiname": "ImColor_ImColor_Float", "signature": "(float,float,float,float)", "stname": "ImColor" @@ -731,7 +731,7 @@ "constructor": true, "defaults": {}, "funcname": "ImColor", - "location": "imgui:2355", + "location": "imgui:2467", "ov_cimguiname": "ImColor_ImColor_Vec4", "signature": "(const ImVec4)", "stname": "ImColor" @@ -769,7 +769,7 @@ "a": "1.0f" }, "funcname": "SetHSV", - "location": "imgui:2360", + "location": "imgui:2472", "ov_cimguiname": "ImColor_SetHSV", "ret": "void", "signature": "(float,float,float,float)", @@ -809,7 +809,7 @@ "cimguiname": "ImDrawCmd_GetTexID", "defaults": {}, "funcname": "GetTexID", - "location": "imgui:2409", + "location": "imgui:2521", "ov_cimguiname": "ImDrawCmd_GetTexID", "ret": "ImTextureID", "signature": "()const", @@ -826,7 +826,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawCmd", - "location": "imgui:2406", + "location": "imgui:2518", "ov_cimguiname": "ImDrawCmd_ImDrawCmd", "signature": "()", "stname": "ImDrawCmd" @@ -865,7 +865,7 @@ "cimguiname": "ImDrawDataBuilder_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:747", + "location": "imgui_internal:748", "ov_cimguiname": "ImDrawDataBuilder_Clear", "ret": "void", "signature": "()", @@ -886,7 +886,7 @@ "cimguiname": "ImDrawDataBuilder_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui_internal:748", + "location": "imgui_internal:749", "ov_cimguiname": "ImDrawDataBuilder_ClearFreeMemory", "ret": "void", "signature": "()", @@ -907,7 +907,7 @@ "cimguiname": "ImDrawDataBuilder_FlattenIntoSingleLayer", "defaults": {}, "funcname": "FlattenIntoSingleLayer", - "location": "imgui_internal:750", + "location": "imgui_internal:751", "ov_cimguiname": "ImDrawDataBuilder_FlattenIntoSingleLayer", "ret": "void", "signature": "()", @@ -928,7 +928,7 @@ "cimguiname": "ImDrawDataBuilder_GetDrawListCount", "defaults": {}, "funcname": "GetDrawListCount", - "location": "imgui_internal:749", + "location": "imgui_internal:750", "ov_cimguiname": "ImDrawDataBuilder_GetDrawListCount", "ret": "int", "signature": "()const", @@ -949,7 +949,7 @@ "cimguiname": "ImDrawData_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2641", + "location": "imgui:2753", "ov_cimguiname": "ImDrawData_Clear", "ret": "void", "signature": "()", @@ -970,7 +970,7 @@ "cimguiname": "ImDrawData_DeIndexAllBuffers", "defaults": {}, "funcname": "DeIndexAllBuffers", - "location": "imgui:2642", + "location": "imgui:2754", "ov_cimguiname": "ImDrawData_DeIndexAllBuffers", "ret": "void", "signature": "()", @@ -987,7 +987,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawData", - "location": "imgui:2640", + "location": "imgui:2752", "ov_cimguiname": "ImDrawData_ImDrawData", "signature": "()", "stname": "ImDrawData" @@ -1011,7 +1011,7 @@ "cimguiname": "ImDrawData_ScaleClipRects", "defaults": {}, "funcname": "ScaleClipRects", - "location": "imgui:2643", + "location": "imgui:2755", "ov_cimguiname": "ImDrawData_ScaleClipRects", "ret": "void", "signature": "(const ImVec2)", @@ -1047,7 +1047,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawListSharedData", - "location": "imgui_internal:739", + "location": "imgui_internal:740", "ov_cimguiname": "ImDrawListSharedData_ImDrawListSharedData", "signature": "()", "stname": "ImDrawListSharedData" @@ -1071,7 +1071,7 @@ "cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError", "defaults": {}, "funcname": "SetCircleTessellationMaxError", - "location": "imgui_internal:740", + "location": "imgui_internal:741", "ov_cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError", "ret": "void", "signature": "(float)", @@ -1111,7 +1111,7 @@ "cimguiname": "ImDrawListSplitter_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2454", + "location": "imgui:2566", "ov_cimguiname": "ImDrawListSplitter_Clear", "ret": "void", "signature": "()", @@ -1132,7 +1132,7 @@ "cimguiname": "ImDrawListSplitter_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui:2455", + "location": "imgui:2567", "ov_cimguiname": "ImDrawListSplitter_ClearFreeMemory", "ret": "void", "signature": "()", @@ -1149,7 +1149,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawListSplitter", - "location": "imgui:2452", + "location": "imgui:2564", "ov_cimguiname": "ImDrawListSplitter_ImDrawListSplitter", "signature": "()", "stname": "ImDrawListSplitter" @@ -1173,7 +1173,7 @@ "cimguiname": "ImDrawListSplitter_Merge", "defaults": {}, "funcname": "Merge", - "location": "imgui:2457", + "location": "imgui:2569", "ov_cimguiname": "ImDrawListSplitter_Merge", "ret": "void", "signature": "(ImDrawList*)", @@ -1202,7 +1202,7 @@ "cimguiname": "ImDrawListSplitter_SetCurrentChannel", "defaults": {}, "funcname": "SetCurrentChannel", - "location": "imgui:2458", + "location": "imgui:2570", "ov_cimguiname": "ImDrawListSplitter_SetCurrentChannel", "ret": "void", "signature": "(ImDrawList*,int)", @@ -1231,7 +1231,7 @@ "cimguiname": "ImDrawListSplitter_Split", "defaults": {}, "funcname": "Split", - "location": "imgui:2456", + "location": "imgui:2568", "ov_cimguiname": "ImDrawListSplitter_Split", "ret": "void", "signature": "(ImDrawList*,int)", @@ -1251,7 +1251,7 @@ "cimguiname": "ImDrawListSplitter_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2453", + "location": "imgui:2565", "ov_cimguiname": "ImDrawListSplitter_destroy", "realdestructor": true, "ret": "void", @@ -1303,7 +1303,7 @@ "num_segments": "0" }, "funcname": "AddBezierCubic", - "location": "imgui:2556", + "location": "imgui:2668", "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:2557", + "location": "imgui:2669", "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:2580", + "location": "imgui:2692", "ov_cimguiname": "ImDrawList_AddCallback", "ret": "void", "signature": "(ImDrawCallback,void*)", @@ -1423,7 +1423,7 @@ "thickness": "1.0f" }, "funcname": "AddCircle", - "location": "imgui:2548", + "location": "imgui:2660", "ov_cimguiname": "ImDrawList_AddCircle", "ret": "void", "signature": "(const ImVec2,float,ImU32,int,float)", @@ -1462,7 +1462,7 @@ "num_segments": "0" }, "funcname": "AddCircleFilled", - "location": "imgui:2549", + "location": "imgui:2661", "ov_cimguiname": "ImDrawList_AddCircleFilled", "ret": "void", "signature": "(const ImVec2,float,ImU32,int)", @@ -1495,7 +1495,7 @@ "cimguiname": "ImDrawList_AddConvexPolyFilled", "defaults": {}, "funcname": "AddConvexPolyFilled", - "location": "imgui:2555", + "location": "imgui:2667", "ov_cimguiname": "ImDrawList_AddConvexPolyFilled", "ret": "void", "signature": "(const ImVec2*,int,ImU32)", @@ -1516,7 +1516,7 @@ "cimguiname": "ImDrawList_AddDrawCmd", "defaults": {}, "funcname": "AddDrawCmd", - "location": "imgui:2581", + "location": "imgui:2693", "ov_cimguiname": "ImDrawList_AddDrawCmd", "ret": "void", "signature": "()", @@ -1565,7 +1565,7 @@ "uv_min": "ImVec2(0,0)" }, "funcname": "AddImage", - "location": "imgui:2563", + "location": "imgui:2675", "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:2564", + "location": "imgui:2676", "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:2565", + "location": "imgui:2677", "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:2540", + "location": "imgui:2652", "ov_cimguiname": "ImDrawList_AddLine", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32,float)", @@ -1769,7 +1769,7 @@ "thickness": "1.0f" }, "funcname": "AddNgon", - "location": "imgui:2550", + "location": "imgui:2662", "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:2551", + "location": "imgui:2663", "ov_cimguiname": "ImDrawList_AddNgonFilled", "ret": "void", "signature": "(const ImVec2,float,ImU32,int)", @@ -1847,7 +1847,7 @@ "cimguiname": "ImDrawList_AddPolyline", "defaults": {}, "funcname": "AddPolyline", - "location": "imgui:2554", + "location": "imgui:2666", "ov_cimguiname": "ImDrawList_AddPolyline", "ret": "void", "signature": "(const ImVec2*,int,ImU32,ImDrawFlags,float)", @@ -1894,7 +1894,7 @@ "thickness": "1.0f" }, "funcname": "AddQuad", - "location": "imgui:2544", + "location": "imgui:2656", "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:2545", + "location": "imgui:2657", "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:2541", + "location": "imgui:2653", "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:2542", + "location": "imgui:2654", "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:2543", + "location": "imgui:2655", "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:2552", + "location": "imgui:2664", "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:2553", + "location": "imgui:2665", "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:2546", + "location": "imgui:2658", "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:2547", + "location": "imgui:2659", "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:2591", + "location": "imgui:2703", "ov_cimguiname": "ImDrawList_ChannelsMerge", "ret": "void", "signature": "()", @@ -2293,7 +2293,7 @@ "cimguiname": "ImDrawList_ChannelsSetCurrent", "defaults": {}, "funcname": "ChannelsSetCurrent", - "location": "imgui:2592", + "location": "imgui:2704", "ov_cimguiname": "ImDrawList_ChannelsSetCurrent", "ret": "void", "signature": "(int)", @@ -2318,7 +2318,7 @@ "cimguiname": "ImDrawList_ChannelsSplit", "defaults": {}, "funcname": "ChannelsSplit", - "location": "imgui:2590", + "location": "imgui:2702", "ov_cimguiname": "ImDrawList_ChannelsSplit", "ret": "void", "signature": "(int)", @@ -2339,7 +2339,7 @@ "cimguiname": "ImDrawList_CloneOutput", "defaults": {}, "funcname": "CloneOutput", - "location": "imgui:2582", + "location": "imgui:2694", "ov_cimguiname": "ImDrawList_CloneOutput", "ret": "ImDrawList*", "signature": "()const", @@ -2364,7 +2364,7 @@ "cimguiname": "ImDrawList_GetClipRectMax", "defaults": {}, "funcname": "GetClipRectMax", - "location": "imgui:2532", + "location": "imgui:2644", "nonUDT": 1, "ov_cimguiname": "ImDrawList_GetClipRectMax", "ret": "void", @@ -2390,7 +2390,7 @@ "cimguiname": "ImDrawList_GetClipRectMin", "defaults": {}, "funcname": "GetClipRectMin", - "location": "imgui:2531", + "location": "imgui:2643", "nonUDT": 1, "ov_cimguiname": "ImDrawList_GetClipRectMin", "ret": "void", @@ -2413,7 +2413,7 @@ "constructor": true, "defaults": {}, "funcname": "ImDrawList", - "location": "imgui:2523", + "location": "imgui:2635", "ov_cimguiname": "ImDrawList_ImDrawList", "signature": "(const ImDrawListSharedData*)", "stname": "ImDrawList" @@ -2455,7 +2455,7 @@ "num_segments": "0" }, "funcname": "PathArcTo", - "location": "imgui:2573", + "location": "imgui:2685", "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:2574", + "location": "imgui:2686", "ov_cimguiname": "ImDrawList_PathArcToFast", "ret": "void", "signature": "(const ImVec2,float,int,int)", @@ -2531,7 +2531,7 @@ "num_segments": "0" }, "funcname": "PathBezierCubicCurveTo", - "location": "imgui:2575", + "location": "imgui:2687", "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:2576", + "location": "imgui:2688", "ov_cimguiname": "ImDrawList_PathBezierQuadraticCurveTo", "ret": "void", "signature": "(const ImVec2,const ImVec2,int)", @@ -2587,7 +2587,7 @@ "cimguiname": "ImDrawList_PathClear", "defaults": {}, "funcname": "PathClear", - "location": "imgui:2568", + "location": "imgui:2680", "ov_cimguiname": "ImDrawList_PathClear", "ret": "void", "signature": "()", @@ -2612,7 +2612,7 @@ "cimguiname": "ImDrawList_PathFillConvex", "defaults": {}, "funcname": "PathFillConvex", - "location": "imgui:2571", + "location": "imgui:2683", "ov_cimguiname": "ImDrawList_PathFillConvex", "ret": "void", "signature": "(ImU32)", @@ -2637,7 +2637,7 @@ "cimguiname": "ImDrawList_PathLineTo", "defaults": {}, "funcname": "PathLineTo", - "location": "imgui:2569", + "location": "imgui:2681", "ov_cimguiname": "ImDrawList_PathLineTo", "ret": "void", "signature": "(const ImVec2)", @@ -2662,7 +2662,7 @@ "cimguiname": "ImDrawList_PathLineToMergeDuplicate", "defaults": {}, "funcname": "PathLineToMergeDuplicate", - "location": "imgui:2570", + "location": "imgui:2682", "ov_cimguiname": "ImDrawList_PathLineToMergeDuplicate", "ret": "void", "signature": "(const ImVec2)", @@ -2702,7 +2702,7 @@ "rounding": "0.0f" }, "funcname": "PathRect", - "location": "imgui:2577", + "location": "imgui:2689", "ov_cimguiname": "ImDrawList_PathRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,float,ImDrawFlags)", @@ -2738,7 +2738,7 @@ "thickness": "1.0f" }, "funcname": "PathStroke", - "location": "imgui:2572", + "location": "imgui:2684", "ov_cimguiname": "ImDrawList_PathStroke", "ret": "void", "signature": "(ImU32,ImDrawFlags,float)", @@ -2759,7 +2759,7 @@ "cimguiname": "ImDrawList_PopClipRect", "defaults": {}, "funcname": "PopClipRect", - "location": "imgui:2528", + "location": "imgui:2640", "ov_cimguiname": "ImDrawList_PopClipRect", "ret": "void", "signature": "()", @@ -2780,7 +2780,7 @@ "cimguiname": "ImDrawList_PopTextureID", "defaults": {}, "funcname": "PopTextureID", - "location": "imgui:2530", + "location": "imgui:2642", "ov_cimguiname": "ImDrawList_PopTextureID", "ret": "void", "signature": "()", @@ -2837,7 +2837,7 @@ "cimguiname": "ImDrawList_PrimQuadUV", "defaults": {}, "funcname": "PrimQuadUV", - "location": "imgui:2601", + "location": "imgui:2713", "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:2599", + "location": "imgui:2711", "ov_cimguiname": "ImDrawList_PrimRect", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -2911,7 +2911,7 @@ "cimguiname": "ImDrawList_PrimRectUV", "defaults": {}, "funcname": "PrimRectUV", - "location": "imgui:2600", + "location": "imgui:2712", "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:2597", + "location": "imgui:2709", "ov_cimguiname": "ImDrawList_PrimReserve", "ret": "void", "signature": "(int,int)", @@ -2969,7 +2969,7 @@ "cimguiname": "ImDrawList_PrimUnreserve", "defaults": {}, "funcname": "PrimUnreserve", - "location": "imgui:2598", + "location": "imgui:2710", "ov_cimguiname": "ImDrawList_PrimUnreserve", "ret": "void", "signature": "(int,int)", @@ -3002,7 +3002,7 @@ "cimguiname": "ImDrawList_PrimVtx", "defaults": {}, "funcname": "PrimVtx", - "location": "imgui:2604", + "location": "imgui:2716", "ov_cimguiname": "ImDrawList_PrimVtx", "ret": "void", "signature": "(const ImVec2,const ImVec2,ImU32)", @@ -3027,7 +3027,7 @@ "cimguiname": "ImDrawList_PrimWriteIdx", "defaults": {}, "funcname": "PrimWriteIdx", - "location": "imgui:2603", + "location": "imgui:2715", "ov_cimguiname": "ImDrawList_PrimWriteIdx", "ret": "void", "signature": "(ImDrawIdx)", @@ -3060,7 +3060,7 @@ "cimguiname": "ImDrawList_PrimWriteVtx", "defaults": {}, "funcname": "PrimWriteVtx", - "location": "imgui:2602", + "location": "imgui:2714", "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:2526", + "location": "imgui:2638", "ov_cimguiname": "ImDrawList_PushClipRect", "ret": "void", "signature": "(ImVec2,ImVec2,bool)", @@ -3116,7 +3116,7 @@ "cimguiname": "ImDrawList_PushClipRectFullScreen", "defaults": {}, "funcname": "PushClipRectFullScreen", - "location": "imgui:2527", + "location": "imgui:2639", "ov_cimguiname": "ImDrawList_PushClipRectFullScreen", "ret": "void", "signature": "()", @@ -3141,7 +3141,7 @@ "cimguiname": "ImDrawList_PushTextureID", "defaults": {}, "funcname": "PushTextureID", - "location": "imgui:2529", + "location": "imgui:2641", "ov_cimguiname": "ImDrawList_PushTextureID", "ret": "void", "signature": "(ImTextureID)", @@ -3166,7 +3166,7 @@ "cimguiname": "ImDrawList__CalcCircleAutoSegmentCount", "defaults": {}, "funcname": "_CalcCircleAutoSegmentCount", - "location": "imgui:2619", + "location": "imgui:2731", "ov_cimguiname": "ImDrawList__CalcCircleAutoSegmentCount", "ret": "int", "signature": "(float)const", @@ -3187,7 +3187,7 @@ "cimguiname": "ImDrawList__ClearFreeMemory", "defaults": {}, "funcname": "_ClearFreeMemory", - "location": "imgui:2613", + "location": "imgui:2725", "ov_cimguiname": "ImDrawList__ClearFreeMemory", "ret": "void", "signature": "()", @@ -3208,7 +3208,7 @@ "cimguiname": "ImDrawList__OnChangedClipRect", "defaults": {}, "funcname": "_OnChangedClipRect", - "location": "imgui:2616", + "location": "imgui:2728", "ov_cimguiname": "ImDrawList__OnChangedClipRect", "ret": "void", "signature": "()", @@ -3229,7 +3229,7 @@ "cimguiname": "ImDrawList__OnChangedTextureID", "defaults": {}, "funcname": "_OnChangedTextureID", - "location": "imgui:2617", + "location": "imgui:2729", "ov_cimguiname": "ImDrawList__OnChangedTextureID", "ret": "void", "signature": "()", @@ -3250,7 +3250,7 @@ "cimguiname": "ImDrawList__OnChangedVtxOffset", "defaults": {}, "funcname": "_OnChangedVtxOffset", - "location": "imgui:2618", + "location": "imgui:2730", "ov_cimguiname": "ImDrawList__OnChangedVtxOffset", "ret": "void", "signature": "()", @@ -3291,7 +3291,7 @@ "cimguiname": "ImDrawList__PathArcToFastEx", "defaults": {}, "funcname": "_PathArcToFastEx", - "location": "imgui:2620", + "location": "imgui:2732", "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:2621", + "location": "imgui:2733", "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:2614", + "location": "imgui:2726", "ov_cimguiname": "ImDrawList__PopUnusedDrawCmd", "ret": "void", "signature": "()", @@ -3374,7 +3374,7 @@ "cimguiname": "ImDrawList__ResetForNewFrame", "defaults": {}, "funcname": "_ResetForNewFrame", - "location": "imgui:2612", + "location": "imgui:2724", "ov_cimguiname": "ImDrawList__ResetForNewFrame", "ret": "void", "signature": "()", @@ -3395,7 +3395,7 @@ "cimguiname": "ImDrawList__TryMergeDrawCmds", "defaults": {}, "funcname": "_TryMergeDrawCmds", - "location": "imgui:2615", + "location": "imgui:2727", "ov_cimguiname": "ImDrawList__TryMergeDrawCmds", "ret": "void", "signature": "()", @@ -3415,7 +3415,7 @@ "cimguiname": "ImDrawList_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2525", + "location": "imgui:2637", "ov_cimguiname": "ImDrawList_destroy", "realdestructor": true, "ret": "void", @@ -3433,7 +3433,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontAtlasCustomRect", - "location": "imgui:2714", + "location": "imgui:2826", "ov_cimguiname": "ImFontAtlasCustomRect_ImFontAtlasCustomRect", "signature": "()", "stname": "ImFontAtlasCustomRect" @@ -3453,7 +3453,7 @@ "cimguiname": "ImFontAtlasCustomRect_IsPacked", "defaults": {}, "funcname": "IsPacked", - "location": "imgui:2715", + "location": "imgui:2827", "ov_cimguiname": "ImFontAtlasCustomRect_IsPacked", "ret": "bool", "signature": "()const", @@ -3519,7 +3519,7 @@ "offset": "ImVec2(0,0)" }, "funcname": "AddCustomRectFontGlyph", - "location": "imgui:2798", + "location": "imgui:2910", "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:2797", + "location": "imgui:2909", "ov_cimguiname": "ImFontAtlas_AddCustomRectRegular", "ret": "int", "signature": "(int,int)", @@ -3573,7 +3573,7 @@ "cimguiname": "ImFontAtlas_AddFont", "defaults": {}, "funcname": "AddFont", - "location": "imgui:2748", + "location": "imgui:2860", "ov_cimguiname": "ImFontAtlas_AddFont", "ret": "ImFont*", "signature": "(const ImFontConfig*)", @@ -3600,7 +3600,7 @@ "font_cfg": "NULL" }, "funcname": "AddFontDefault", - "location": "imgui:2749", + "location": "imgui:2861", "ov_cimguiname": "ImFontAtlas_AddFontDefault", "ret": "ImFont*", "signature": "(const ImFontConfig*)", @@ -3640,7 +3640,7 @@ "glyph_ranges": "NULL" }, "funcname": "AddFontFromFileTTF", - "location": "imgui:2750", + "location": "imgui:2862", "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:2753", + "location": "imgui:2865", "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:2752", + "location": "imgui:2864", "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:2751", + "location": "imgui:2863", "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:2764", + "location": "imgui:2876", "ov_cimguiname": "ImFontAtlas_Build", "ret": "bool", "signature": "()", @@ -3822,7 +3822,7 @@ "cimguiname": "ImFontAtlas_CalcCustomRectUV", "defaults": {}, "funcname": "CalcCustomRectUV", - "location": "imgui:2802", + "location": "imgui:2914", "ov_cimguiname": "ImFontAtlas_CalcCustomRectUV", "ret": "void", "signature": "(const ImFontAtlasCustomRect*,ImVec2*,ImVec2*)const", @@ -3843,7 +3843,7 @@ "cimguiname": "ImFontAtlas_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2757", + "location": "imgui:2869", "ov_cimguiname": "ImFontAtlas_Clear", "ret": "void", "signature": "()", @@ -3864,7 +3864,7 @@ "cimguiname": "ImFontAtlas_ClearFonts", "defaults": {}, "funcname": "ClearFonts", - "location": "imgui:2756", + "location": "imgui:2868", "ov_cimguiname": "ImFontAtlas_ClearFonts", "ret": "void", "signature": "()", @@ -3885,7 +3885,7 @@ "cimguiname": "ImFontAtlas_ClearInputData", "defaults": {}, "funcname": "ClearInputData", - "location": "imgui:2754", + "location": "imgui:2866", "ov_cimguiname": "ImFontAtlas_ClearInputData", "ret": "void", "signature": "()", @@ -3906,7 +3906,7 @@ "cimguiname": "ImFontAtlas_ClearTexData", "defaults": {}, "funcname": "ClearTexData", - "location": "imgui:2755", + "location": "imgui:2867", "ov_cimguiname": "ImFontAtlas_ClearTexData", "ret": "void", "signature": "()", @@ -3931,7 +3931,7 @@ "cimguiname": "ImFontAtlas_GetCustomRectByIndex", "defaults": {}, "funcname": "GetCustomRectByIndex", - "location": "imgui:2799", + "location": "imgui:2911", "ov_cimguiname": "ImFontAtlas_GetCustomRectByIndex", "ret": "ImFontAtlasCustomRect*", "signature": "(int)", @@ -3952,7 +3952,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull", "defaults": {}, "funcname": "GetGlyphRangesChineseFull", - "location": "imgui:2780", + "location": "imgui:2892", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull", "ret": "const ImWchar*", "signature": "()", @@ -3973,7 +3973,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon", "defaults": {}, "funcname": "GetGlyphRangesChineseSimplifiedCommon", - "location": "imgui:2781", + "location": "imgui:2893", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon", "ret": "const ImWchar*", "signature": "()", @@ -3994,7 +3994,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic", "defaults": {}, "funcname": "GetGlyphRangesCyrillic", - "location": "imgui:2782", + "location": "imgui:2894", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic", "ret": "const ImWchar*", "signature": "()", @@ -4015,7 +4015,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesDefault", "defaults": {}, "funcname": "GetGlyphRangesDefault", - "location": "imgui:2777", + "location": "imgui:2889", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesDefault", "ret": "const ImWchar*", "signature": "()", @@ -4036,7 +4036,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesJapanese", "defaults": {}, "funcname": "GetGlyphRangesJapanese", - "location": "imgui:2779", + "location": "imgui:2891", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesJapanese", "ret": "const ImWchar*", "signature": "()", @@ -4057,7 +4057,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesKorean", "defaults": {}, "funcname": "GetGlyphRangesKorean", - "location": "imgui:2778", + "location": "imgui:2890", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesKorean", "ret": "const ImWchar*", "signature": "()", @@ -4078,7 +4078,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesThai", "defaults": {}, "funcname": "GetGlyphRangesThai", - "location": "imgui:2783", + "location": "imgui:2895", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesThai", "ret": "const ImWchar*", "signature": "()", @@ -4099,7 +4099,7 @@ "cimguiname": "ImFontAtlas_GetGlyphRangesVietnamese", "defaults": {}, "funcname": "GetGlyphRangesVietnamese", - "location": "imgui:2784", + "location": "imgui:2896", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesVietnamese", "ret": "const ImWchar*", "signature": "()", @@ -4140,7 +4140,7 @@ "cimguiname": "ImFontAtlas_GetMouseCursorTexData", "defaults": {}, "funcname": "GetMouseCursorTexData", - "location": "imgui:2803", + "location": "imgui:2915", "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:2765", + "location": "imgui:2877", "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:2766", + "location": "imgui:2878", "ov_cimguiname": "ImFontAtlas_GetTexDataAsRGBA32", "ret": "void", "signature": "(unsigned char**,int*,int*,int*)", @@ -4235,7 +4235,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontAtlas", - "location": "imgui:2746", + "location": "imgui:2858", "ov_cimguiname": "ImFontAtlas_ImFontAtlas", "signature": "()", "stname": "ImFontAtlas" @@ -4255,7 +4255,7 @@ "cimguiname": "ImFontAtlas_IsBuilt", "defaults": {}, "funcname": "IsBuilt", - "location": "imgui:2767", + "location": "imgui:2879", "ov_cimguiname": "ImFontAtlas_IsBuilt", "ret": "bool", "signature": "()const", @@ -4280,7 +4280,7 @@ "cimguiname": "ImFontAtlas_SetTexID", "defaults": {}, "funcname": "SetTexID", - "location": "imgui:2768", + "location": "imgui:2880", "ov_cimguiname": "ImFontAtlas_SetTexID", "ret": "void", "signature": "(ImTextureID)", @@ -4300,7 +4300,7 @@ "cimguiname": "ImFontAtlas_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2747", + "location": "imgui:2859", "ov_cimguiname": "ImFontAtlas_destroy", "realdestructor": true, "ret": "void", @@ -4318,7 +4318,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontConfig", - "location": "imgui:2674", + "location": "imgui:2786", "ov_cimguiname": "ImFontConfig_ImFontConfig", "signature": "()", "stname": "ImFontConfig" @@ -4361,7 +4361,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_AddChar", "defaults": {}, "funcname": "AddChar", - "location": "imgui:2699", + "location": "imgui:2811", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddChar", "ret": "void", "signature": "(ImWchar)", @@ -4386,7 +4386,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_AddRanges", "defaults": {}, "funcname": "AddRanges", - "location": "imgui:2701", + "location": "imgui:2813", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddRanges", "ret": "void", "signature": "(const ImWchar*)", @@ -4417,7 +4417,7 @@ "text_end": "NULL" }, "funcname": "AddText", - "location": "imgui:2700", + "location": "imgui:2812", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddText", "ret": "void", "signature": "(const char*,const char*)", @@ -4442,7 +4442,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_BuildRanges", "defaults": {}, "funcname": "BuildRanges", - "location": "imgui:2702", + "location": "imgui:2814", "ov_cimguiname": "ImFontGlyphRangesBuilder_BuildRanges", "ret": "void", "signature": "(ImVector_ImWchar*)", @@ -4463,7 +4463,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2696", + "location": "imgui:2808", "ov_cimguiname": "ImFontGlyphRangesBuilder_Clear", "ret": "void", "signature": "()", @@ -4488,7 +4488,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_GetBit", "defaults": {}, "funcname": "GetBit", - "location": "imgui:2697", + "location": "imgui:2809", "ov_cimguiname": "ImFontGlyphRangesBuilder_GetBit", "ret": "bool", "signature": "(size_t)const", @@ -4505,7 +4505,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFontGlyphRangesBuilder", - "location": "imgui:2695", + "location": "imgui:2807", "ov_cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder", "signature": "()", "stname": "ImFontGlyphRangesBuilder" @@ -4529,7 +4529,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_SetBit", "defaults": {}, "funcname": "SetBit", - "location": "imgui:2698", + "location": "imgui:2810", "ov_cimguiname": "ImFontGlyphRangesBuilder_SetBit", "ret": "void", "signature": "(size_t)", @@ -4613,7 +4613,7 @@ "cimguiname": "ImFont_AddGlyph", "defaults": {}, "funcname": "AddGlyph", - "location": "imgui:2891", + "location": "imgui:3002", "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:2892", + "location": "imgui:3003", "ov_cimguiname": "ImFont_AddRemapChar", "ret": "void", "signature": "(ImWchar,ImWchar,bool)", @@ -4669,7 +4669,7 @@ "cimguiname": "ImFont_BuildLookupTable", "defaults": {}, "funcname": "BuildLookupTable", - "location": "imgui:2888", + "location": "imgui:2999", "ov_cimguiname": "ImFont_BuildLookupTable", "ret": "void", "signature": "()", @@ -4721,7 +4721,7 @@ "text_end": "NULL" }, "funcname": "CalcTextSizeA", - "location": "imgui:2882", + "location": "imgui:2993", "nonUDT": 1, "ov_cimguiname": "ImFont_CalcTextSizeA", "ret": "void", @@ -4759,7 +4759,7 @@ "cimguiname": "ImFont_CalcWordWrapPositionA", "defaults": {}, "funcname": "CalcWordWrapPositionA", - "location": "imgui:2883", + "location": "imgui:2994", "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:2889", + "location": "imgui:3000", "ov_cimguiname": "ImFont_ClearOutputData", "ret": "void", "signature": "()", @@ -4805,7 +4805,7 @@ "cimguiname": "ImFont_FindGlyph", "defaults": {}, "funcname": "FindGlyph", - "location": "imgui:2874", + "location": "imgui:2985", "ov_cimguiname": "ImFont_FindGlyph", "ret": "const ImFontGlyph*", "signature": "(ImWchar)const", @@ -4830,7 +4830,7 @@ "cimguiname": "ImFont_FindGlyphNoFallback", "defaults": {}, "funcname": "FindGlyphNoFallback", - "location": "imgui:2875", + "location": "imgui:2986", "ov_cimguiname": "ImFont_FindGlyphNoFallback", "ret": "const ImFontGlyph*", "signature": "(ImWchar)const", @@ -4855,7 +4855,7 @@ "cimguiname": "ImFont_GetCharAdvance", "defaults": {}, "funcname": "GetCharAdvance", - "location": "imgui:2876", + "location": "imgui:2987", "ov_cimguiname": "ImFont_GetCharAdvance", "ret": "float", "signature": "(ImWchar)const", @@ -4876,7 +4876,7 @@ "cimguiname": "ImFont_GetDebugName", "defaults": {}, "funcname": "GetDebugName", - "location": "imgui:2878", + "location": "imgui:2989", "ov_cimguiname": "ImFont_GetDebugName", "ret": "const char*", "signature": "()const", @@ -4901,7 +4901,7 @@ "cimguiname": "ImFont_GrowIndex", "defaults": {}, "funcname": "GrowIndex", - "location": "imgui:2890", + "location": "imgui:3001", "ov_cimguiname": "ImFont_GrowIndex", "ret": "void", "signature": "(int)", @@ -4918,7 +4918,7 @@ "constructor": true, "defaults": {}, "funcname": "ImFont", - "location": "imgui:2872", + "location": "imgui:2983", "ov_cimguiname": "ImFont_ImFont", "signature": "()", "stname": "ImFont" @@ -4946,7 +4946,7 @@ "cimguiname": "ImFont_IsGlyphRangeUnused", "defaults": {}, "funcname": "IsGlyphRangeUnused", - "location": "imgui:2894", + "location": "imgui:3005", "ov_cimguiname": "ImFont_IsGlyphRangeUnused", "ret": "bool", "signature": "(unsigned int,unsigned int)", @@ -4967,7 +4967,7 @@ "cimguiname": "ImFont_IsLoaded", "defaults": {}, "funcname": "IsLoaded", - "location": "imgui:2877", + "location": "imgui:2988", "ov_cimguiname": "ImFont_IsLoaded", "ret": "bool", "signature": "()const", @@ -5008,7 +5008,7 @@ "cimguiname": "ImFont_RenderChar", "defaults": {}, "funcname": "RenderChar", - "location": "imgui:2884", + "location": "imgui:2995", "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:2885", + "location": "imgui:2996", "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:2893", + "location": "imgui:3004", "ov_cimguiname": "ImFont_SetGlyphVisible", "ret": "void", "signature": "(ImWchar,bool)", @@ -5117,7 +5117,7 @@ "cimguiname": "ImFont_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2873", + "location": "imgui:2984", "ov_cimguiname": "ImFont_destroy", "realdestructor": true, "ret": "void", @@ -5135,7 +5135,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiComboPreviewData", - "location": "imgui_internal:990", + "location": "imgui_internal:969", "ov_cimguiname": "ImGuiComboPreviewData_ImGuiComboPreviewData", "signature": "()", "stname": "ImGuiComboPreviewData" @@ -5170,7 +5170,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiContextHook", - "location": "imgui_internal:1663", + "location": "imgui_internal:1720", "ov_cimguiname": "ImGuiContextHook_ImGuiContextHook", "signature": "()", "stname": "ImGuiContextHook" @@ -5210,7 +5210,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiContext", - "location": "imgui_internal:1941", + "location": "imgui_internal:2000", "ov_cimguiname": "ImGuiContext_ImGuiContext", "signature": "(ImFontAtlas*)", "stname": "ImGuiContext" @@ -5245,7 +5245,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiDockContext", - "location": "imgui_internal:1508", + "location": "imgui_internal:1565", "ov_cimguiname": "ImGuiDockContext_ImGuiDockContext", "signature": "()", "stname": "ImGuiDockContext" @@ -5285,7 +5285,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiDockNode", - "location": "imgui_internal:1465", + "location": "imgui_internal:1522", "ov_cimguiname": "ImGuiDockNode_ImGuiDockNode", "signature": "(ImGuiID)", "stname": "ImGuiDockNode" @@ -5305,7 +5305,7 @@ "cimguiname": "ImGuiDockNode_IsCentralNode", "defaults": {}, "funcname": "IsCentralNode", - "location": "imgui_internal:1470", + "location": "imgui_internal:1527", "ov_cimguiname": "ImGuiDockNode_IsCentralNode", "ret": "bool", "signature": "()const", @@ -5326,7 +5326,7 @@ "cimguiname": "ImGuiDockNode_IsDockSpace", "defaults": {}, "funcname": "IsDockSpace", - "location": "imgui_internal:1468", + "location": "imgui_internal:1525", "ov_cimguiname": "ImGuiDockNode_IsDockSpace", "ret": "bool", "signature": "()const", @@ -5347,7 +5347,7 @@ "cimguiname": "ImGuiDockNode_IsEmpty", "defaults": {}, "funcname": "IsEmpty", - "location": "imgui_internal:1475", + "location": "imgui_internal:1532", "ov_cimguiname": "ImGuiDockNode_IsEmpty", "ret": "bool", "signature": "()const", @@ -5368,7 +5368,7 @@ "cimguiname": "ImGuiDockNode_IsFloatingNode", "defaults": {}, "funcname": "IsFloatingNode", - "location": "imgui_internal:1469", + "location": "imgui_internal:1526", "ov_cimguiname": "ImGuiDockNode_IsFloatingNode", "ret": "bool", "signature": "()const", @@ -5389,7 +5389,7 @@ "cimguiname": "ImGuiDockNode_IsHiddenTabBar", "defaults": {}, "funcname": "IsHiddenTabBar", - "location": "imgui_internal:1471", + "location": "imgui_internal:1528", "ov_cimguiname": "ImGuiDockNode_IsHiddenTabBar", "ret": "bool", "signature": "()const", @@ -5410,7 +5410,7 @@ "cimguiname": "ImGuiDockNode_IsLeafNode", "defaults": {}, "funcname": "IsLeafNode", - "location": "imgui_internal:1474", + "location": "imgui_internal:1531", "ov_cimguiname": "ImGuiDockNode_IsLeafNode", "ret": "bool", "signature": "()const", @@ -5431,7 +5431,7 @@ "cimguiname": "ImGuiDockNode_IsNoTabBar", "defaults": {}, "funcname": "IsNoTabBar", - "location": "imgui_internal:1472", + "location": "imgui_internal:1529", "ov_cimguiname": "ImGuiDockNode_IsNoTabBar", "ret": "bool", "signature": "()const", @@ -5452,7 +5452,7 @@ "cimguiname": "ImGuiDockNode_IsRootNode", "defaults": {}, "funcname": "IsRootNode", - "location": "imgui_internal:1467", + "location": "imgui_internal:1524", "ov_cimguiname": "ImGuiDockNode_IsRootNode", "ret": "bool", "signature": "()const", @@ -5473,7 +5473,7 @@ "cimguiname": "ImGuiDockNode_IsSplitNode", "defaults": {}, "funcname": "IsSplitNode", - "location": "imgui_internal:1473", + "location": "imgui_internal:1530", "ov_cimguiname": "ImGuiDockNode_IsSplitNode", "ret": "bool", "signature": "()const", @@ -5498,7 +5498,7 @@ "cimguiname": "ImGuiDockNode_Rect", "defaults": {}, "funcname": "Rect", - "location": "imgui_internal:1476", + "location": "imgui_internal:1533", "nonUDT": 1, "ov_cimguiname": "ImGuiDockNode_Rect", "ret": "void", @@ -5524,7 +5524,7 @@ "cimguiname": "ImGuiDockNode_SetLocalFlags", "defaults": {}, "funcname": "SetLocalFlags", - "location": "imgui_internal:1478", + "location": "imgui_internal:1535", "ov_cimguiname": "ImGuiDockNode_SetLocalFlags", "ret": "void", "signature": "(ImGuiDockNodeFlags)", @@ -5545,7 +5545,7 @@ "cimguiname": "ImGuiDockNode_UpdateMergedFlags", "defaults": {}, "funcname": "UpdateMergedFlags", - "location": "imgui_internal:1479", + "location": "imgui_internal:1536", "ov_cimguiname": "ImGuiDockNode_UpdateMergedFlags", "ret": "void", "signature": "()", @@ -5565,7 +5565,7 @@ "cimguiname": "ImGuiDockNode_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1466", + "location": "imgui_internal:1523", "ov_cimguiname": "ImGuiDockNode_destroy", "realdestructor": true, "ret": "void", @@ -5591,7 +5591,7 @@ "cimguiname": "ImGuiIO_AddFocusEvent", "defaults": {}, "funcname": "AddFocusEvent", - "location": "imgui:1983", + "location": "imgui:2067", "ov_cimguiname": "ImGuiIO_AddFocusEvent", "ret": "void", "signature": "(bool)", @@ -5616,7 +5616,7 @@ "cimguiname": "ImGuiIO_AddInputCharacter", "defaults": {}, "funcname": "AddInputCharacter", - "location": "imgui:1980", + "location": "imgui:2068", "ov_cimguiname": "ImGuiIO_AddInputCharacter", "ret": "void", "signature": "(unsigned int)", @@ -5641,7 +5641,7 @@ "cimguiname": "ImGuiIO_AddInputCharacterUTF16", "defaults": {}, "funcname": "AddInputCharacterUTF16", - "location": "imgui:1981", + "location": "imgui:2069", "ov_cimguiname": "ImGuiIO_AddInputCharacterUTF16", "ret": "void", "signature": "(ImWchar16)", @@ -5666,13 +5666,187 @@ "cimguiname": "ImGuiIO_AddInputCharactersUTF8", "defaults": {}, "funcname": "AddInputCharactersUTF8", - "location": "imgui:1982", + "location": "imgui:2070", "ov_cimguiname": "ImGuiIO_AddInputCharactersUTF8", "ret": "void", "signature": "(const char*)", "stname": "ImGuiIO" } ], + "ImGuiIO_AddKeyAnalogEvent": [ + { + "args": "(ImGuiIO* self,ImGuiKey key,bool down,float v)", + "argsT": [ + { + "name": "self", + "type": "ImGuiIO*" + }, + { + "name": "key", + "type": "ImGuiKey" + }, + { + "name": "down", + "type": "bool" + }, + { + "name": "v", + "type": "float" + } + ], + "argsoriginal": "(ImGuiKey key,bool down,float v)", + "call_args": "(key,down,v)", + "cimguiname": "ImGuiIO_AddKeyAnalogEvent", + "defaults": {}, + "funcname": "AddKeyAnalogEvent", + "location": "imgui:2062", + "ov_cimguiname": "ImGuiIO_AddKeyAnalogEvent", + "ret": "void", + "signature": "(ImGuiKey,bool,float)", + "stname": "ImGuiIO" + } + ], + "ImGuiIO_AddKeyEvent": [ + { + "args": "(ImGuiIO* self,ImGuiKey key,bool down)", + "argsT": [ + { + "name": "self", + "type": "ImGuiIO*" + }, + { + "name": "key", + "type": "ImGuiKey" + }, + { + "name": "down", + "type": "bool" + } + ], + "argsoriginal": "(ImGuiKey key,bool down)", + "call_args": "(key,down)", + "cimguiname": "ImGuiIO_AddKeyEvent", + "defaults": {}, + "funcname": "AddKeyEvent", + "location": "imgui:2061", + "ov_cimguiname": "ImGuiIO_AddKeyEvent", + "ret": "void", + "signature": "(ImGuiKey,bool)", + "stname": "ImGuiIO" + } + ], + "ImGuiIO_AddMouseButtonEvent": [ + { + "args": "(ImGuiIO* self,int button,bool down)", + "argsT": [ + { + "name": "self", + "type": "ImGuiIO*" + }, + { + "name": "button", + "type": "int" + }, + { + "name": "down", + "type": "bool" + } + ], + "argsoriginal": "(int button,bool down)", + "call_args": "(button,down)", + "cimguiname": "ImGuiIO_AddMouseButtonEvent", + "defaults": {}, + "funcname": "AddMouseButtonEvent", + "location": "imgui:2064", + "ov_cimguiname": "ImGuiIO_AddMouseButtonEvent", + "ret": "void", + "signature": "(int,bool)", + "stname": "ImGuiIO" + } + ], + "ImGuiIO_AddMousePosEvent": [ + { + "args": "(ImGuiIO* self,float x,float y)", + "argsT": [ + { + "name": "self", + "type": "ImGuiIO*" + }, + { + "name": "x", + "type": "float" + }, + { + "name": "y", + "type": "float" + } + ], + "argsoriginal": "(float x,float y)", + "call_args": "(x,y)", + "cimguiname": "ImGuiIO_AddMousePosEvent", + "defaults": {}, + "funcname": "AddMousePosEvent", + "location": "imgui:2063", + "ov_cimguiname": "ImGuiIO_AddMousePosEvent", + "ret": "void", + "signature": "(float,float)", + "stname": "ImGuiIO" + } + ], + "ImGuiIO_AddMouseViewportEvent": [ + { + "args": "(ImGuiIO* self,ImGuiID id)", + "argsT": [ + { + "name": "self", + "type": "ImGuiIO*" + }, + { + "name": "id", + "type": "ImGuiID" + } + ], + "argsoriginal": "(ImGuiID id)", + "call_args": "(id)", + "cimguiname": "ImGuiIO_AddMouseViewportEvent", + "defaults": {}, + "funcname": "AddMouseViewportEvent", + "location": "imgui:2066", + "ov_cimguiname": "ImGuiIO_AddMouseViewportEvent", + "ret": "void", + "signature": "(ImGuiID)", + "stname": "ImGuiIO" + } + ], + "ImGuiIO_AddMouseWheelEvent": [ + { + "args": "(ImGuiIO* self,float wh_x,float wh_y)", + "argsT": [ + { + "name": "self", + "type": "ImGuiIO*" + }, + { + "name": "wh_x", + "type": "float" + }, + { + "name": "wh_y", + "type": "float" + } + ], + "argsoriginal": "(float wh_x,float wh_y)", + "call_args": "(wh_x,wh_y)", + "cimguiname": "ImGuiIO_AddMouseWheelEvent", + "defaults": {}, + "funcname": "AddMouseWheelEvent", + "location": "imgui:2065", + "ov_cimguiname": "ImGuiIO_AddMouseWheelEvent", + "ret": "void", + "signature": "(float,float)", + "stname": "ImGuiIO" + } + ], "ImGuiIO_ClearInputCharacters": [ { "args": "(ImGuiIO* self)", @@ -5687,7 +5861,7 @@ "cimguiname": "ImGuiIO_ClearInputCharacters", "defaults": {}, "funcname": "ClearInputCharacters", - "location": "imgui:1984", + "location": "imgui:2072", "ov_cimguiname": "ImGuiIO_ClearInputCharacters", "ret": "void", "signature": "()", @@ -5708,7 +5882,7 @@ "cimguiname": "ImGuiIO_ClearInputKeys", "defaults": {}, "funcname": "ClearInputKeys", - "location": "imgui:1985", + "location": "imgui:2073", "ov_cimguiname": "ImGuiIO_ClearInputKeys", "ret": "void", "signature": "()", @@ -5725,12 +5899,51 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiIO", - "location": "imgui:2038", + "location": "imgui:2150", "ov_cimguiname": "ImGuiIO_ImGuiIO", "signature": "()", "stname": "ImGuiIO" } ], + "ImGuiIO_SetKeyEventNativeData": [ + { + "args": "(ImGuiIO* self,ImGuiKey key,int native_keycode,int native_scancode,int native_legacy_index)", + "argsT": [ + { + "name": "self", + "type": "ImGuiIO*" + }, + { + "name": "key", + "type": "ImGuiKey" + }, + { + "name": "native_keycode", + "type": "int" + }, + { + "name": "native_scancode", + "type": "int" + }, + { + "name": "native_legacy_index", + "type": "int" + } + ], + "argsoriginal": "(ImGuiKey key,int native_keycode,int native_scancode,int native_legacy_index=-1)", + "call_args": "(key,native_keycode,native_scancode,native_legacy_index)", + "cimguiname": "ImGuiIO_SetKeyEventNativeData", + "defaults": { + "native_legacy_index": "-1" + }, + "funcname": "SetKeyEventNativeData", + "location": "imgui:2074", + "ov_cimguiname": "ImGuiIO_SetKeyEventNativeData", + "ret": "void", + "signature": "(ImGuiKey,int,int,int)", + "stname": "ImGuiIO" + } + ], "ImGuiIO_destroy": [ { "args": "(ImGuiIO* self)", @@ -5750,6 +5963,41 @@ "stname": "ImGuiIO" } ], + "ImGuiInputEvent_ImGuiInputEvent": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuiInputEvent_ImGuiInputEvent", + "constructor": true, + "defaults": {}, + "funcname": "ImGuiInputEvent", + "location": "imgui_internal:1237", + "ov_cimguiname": "ImGuiInputEvent_ImGuiInputEvent", + "signature": "()", + "stname": "ImGuiInputEvent" + } + ], + "ImGuiInputEvent_destroy": [ + { + "args": "(ImGuiInputEvent* self)", + "argsT": [ + { + "name": "self", + "type": "ImGuiInputEvent*" + } + ], + "call_args": "(self)", + "cimguiname": "ImGuiInputEvent_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImGuiInputEvent_destroy", + "ret": "void", + "signature": "(ImGuiInputEvent*)", + "stname": "ImGuiInputEvent" + } + ], "ImGuiInputTextCallbackData_ClearSelection": [ { "args": "(ImGuiInputTextCallbackData* self)", @@ -5764,7 +6012,7 @@ "cimguiname": "ImGuiInputTextCallbackData_ClearSelection", "defaults": {}, "funcname": "ClearSelection", - "location": "imgui:2079", + "location": "imgui:2191", "ov_cimguiname": "ImGuiInputTextCallbackData_ClearSelection", "ret": "void", "signature": "()", @@ -5793,7 +6041,7 @@ "cimguiname": "ImGuiInputTextCallbackData_DeleteChars", "defaults": {}, "funcname": "DeleteChars", - "location": "imgui:2076", + "location": "imgui:2188", "ov_cimguiname": "ImGuiInputTextCallbackData_DeleteChars", "ret": "void", "signature": "(int,int)", @@ -5814,7 +6062,7 @@ "cimguiname": "ImGuiInputTextCallbackData_HasSelection", "defaults": {}, "funcname": "HasSelection", - "location": "imgui:2080", + "location": "imgui:2192", "ov_cimguiname": "ImGuiInputTextCallbackData_HasSelection", "ret": "bool", "signature": "()const", @@ -5831,7 +6079,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputTextCallbackData", - "location": "imgui:2075", + "location": "imgui:2187", "ov_cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData", "signature": "()", "stname": "ImGuiInputTextCallbackData" @@ -5865,7 +6113,7 @@ "text_end": "NULL" }, "funcname": "InsertChars", - "location": "imgui:2077", + "location": "imgui:2189", "ov_cimguiname": "ImGuiInputTextCallbackData_InsertChars", "ret": "void", "signature": "(int,const char*,const char*)", @@ -5886,7 +6134,7 @@ "cimguiname": "ImGuiInputTextCallbackData_SelectAll", "defaults": {}, "funcname": "SelectAll", - "location": "imgui:2078", + "location": "imgui:2190", "ov_cimguiname": "ImGuiInputTextCallbackData_SelectAll", "ret": "void", "signature": "()", @@ -5926,7 +6174,7 @@ "cimguiname": "ImGuiInputTextState_ClearFreeMemory", "defaults": {}, "funcname": "ClearFreeMemory", - "location": "imgui_internal:1048", + "location": "imgui_internal:1027", "ov_cimguiname": "ImGuiInputTextState_ClearFreeMemory", "ret": "void", "signature": "()", @@ -5947,7 +6195,7 @@ "cimguiname": "ImGuiInputTextState_ClearSelection", "defaults": {}, "funcname": "ClearSelection", - "location": "imgui_internal:1057", + "location": "imgui_internal:1036", "ov_cimguiname": "ImGuiInputTextState_ClearSelection", "ret": "void", "signature": "()", @@ -5968,7 +6216,7 @@ "cimguiname": "ImGuiInputTextState_ClearText", "defaults": {}, "funcname": "ClearText", - "location": "imgui_internal:1047", + "location": "imgui_internal:1026", "ov_cimguiname": "ImGuiInputTextState_ClearText", "ret": "void", "signature": "()", @@ -5989,7 +6237,7 @@ "cimguiname": "ImGuiInputTextState_CursorAnimReset", "defaults": {}, "funcname": "CursorAnimReset", - "location": "imgui_internal:1054", + "location": "imgui_internal:1033", "ov_cimguiname": "ImGuiInputTextState_CursorAnimReset", "ret": "void", "signature": "()", @@ -6010,7 +6258,7 @@ "cimguiname": "ImGuiInputTextState_CursorClamp", "defaults": {}, "funcname": "CursorClamp", - "location": "imgui_internal:1055", + "location": "imgui_internal:1034", "ov_cimguiname": "ImGuiInputTextState_CursorClamp", "ret": "void", "signature": "()", @@ -6031,7 +6279,7 @@ "cimguiname": "ImGuiInputTextState_GetCursorPos", "defaults": {}, "funcname": "GetCursorPos", - "location": "imgui_internal:1058", + "location": "imgui_internal:1037", "ov_cimguiname": "ImGuiInputTextState_GetCursorPos", "ret": "int", "signature": "()const", @@ -6052,7 +6300,7 @@ "cimguiname": "ImGuiInputTextState_GetRedoAvailCount", "defaults": {}, "funcname": "GetRedoAvailCount", - "location": "imgui_internal:1050", + "location": "imgui_internal:1029", "ov_cimguiname": "ImGuiInputTextState_GetRedoAvailCount", "ret": "int", "signature": "()const", @@ -6073,7 +6321,7 @@ "cimguiname": "ImGuiInputTextState_GetSelectionEnd", "defaults": {}, "funcname": "GetSelectionEnd", - "location": "imgui_internal:1060", + "location": "imgui_internal:1039", "ov_cimguiname": "ImGuiInputTextState_GetSelectionEnd", "ret": "int", "signature": "()const", @@ -6094,7 +6342,7 @@ "cimguiname": "ImGuiInputTextState_GetSelectionStart", "defaults": {}, "funcname": "GetSelectionStart", - "location": "imgui_internal:1059", + "location": "imgui_internal:1038", "ov_cimguiname": "ImGuiInputTextState_GetSelectionStart", "ret": "int", "signature": "()const", @@ -6115,7 +6363,7 @@ "cimguiname": "ImGuiInputTextState_GetUndoAvailCount", "defaults": {}, "funcname": "GetUndoAvailCount", - "location": "imgui_internal:1049", + "location": "imgui_internal:1028", "ov_cimguiname": "ImGuiInputTextState_GetUndoAvailCount", "ret": "int", "signature": "()const", @@ -6136,7 +6384,7 @@ "cimguiname": "ImGuiInputTextState_HasSelection", "defaults": {}, "funcname": "HasSelection", - "location": "imgui_internal:1056", + "location": "imgui_internal:1035", "ov_cimguiname": "ImGuiInputTextState_HasSelection", "ret": "bool", "signature": "()const", @@ -6153,7 +6401,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiInputTextState", - "location": "imgui_internal:1046", + "location": "imgui_internal:1025", "ov_cimguiname": "ImGuiInputTextState_ImGuiInputTextState", "signature": "()", "stname": "ImGuiInputTextState" @@ -6177,7 +6425,7 @@ "cimguiname": "ImGuiInputTextState_OnKeyPressed", "defaults": {}, "funcname": "OnKeyPressed", - "location": "imgui_internal:1051", + "location": "imgui_internal:1030", "ov_cimguiname": "ImGuiInputTextState_OnKeyPressed", "ret": "void", "signature": "(int)", @@ -6198,7 +6446,7 @@ "cimguiname": "ImGuiInputTextState_SelectAll", "defaults": {}, "funcname": "SelectAll", - "location": "imgui_internal:1061", + "location": "imgui_internal:1040", "ov_cimguiname": "ImGuiInputTextState_SelectAll", "ret": "void", "signature": "()", @@ -6234,7 +6482,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiLastItemData", - "location": "imgui_internal:1151", + "location": "imgui_internal:1130", "ov_cimguiname": "ImGuiLastItemData_ImGuiLastItemData", "signature": "()", "stname": "ImGuiLastItemData" @@ -6269,7 +6517,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiListClipperData", - "location": "imgui_internal:1219", + "location": "imgui_internal:1276", "ov_cimguiname": "ImGuiListClipperData_ImGuiListClipperData", "signature": "()", "stname": "ImGuiListClipperData" @@ -6293,7 +6541,7 @@ "cimguiname": "ImGuiListClipperData_Reset", "defaults": {}, "funcname": "Reset", - "location": "imgui_internal:1220", + "location": "imgui_internal:1277", "ov_cimguiname": "ImGuiListClipperData_Reset", "ret": "void", "signature": "(ImGuiListClipper*)", @@ -6338,7 +6586,7 @@ "defaults": {}, "funcname": "FromIndices", "is_static_function": true, - "location": "imgui_internal:1206", + "location": "imgui_internal:1263", "ov_cimguiname": "ImGuiListClipperRange_FromIndices", "ret": "ImGuiListClipperRange", "signature": "(int,int)", @@ -6372,7 +6620,7 @@ "defaults": {}, "funcname": "FromPositions", "is_static_function": true, - "location": "imgui_internal:1207", + "location": "imgui_internal:1264", "ov_cimguiname": "ImGuiListClipperRange_FromPositions", "ret": "ImGuiListClipperRange", "signature": "(float,float,int,int)", @@ -6403,7 +6651,7 @@ "items_height": "-1.0f" }, "funcname": "Begin", - "location": "imgui:2312", + "location": "imgui:2424", "ov_cimguiname": "ImGuiListClipper_Begin", "ret": "void", "signature": "(int,float)", @@ -6424,7 +6672,7 @@ "cimguiname": "ImGuiListClipper_End", "defaults": {}, "funcname": "End", - "location": "imgui:2313", + "location": "imgui:2425", "ov_cimguiname": "ImGuiListClipper_End", "ret": "void", "signature": "()", @@ -6453,7 +6701,7 @@ "cimguiname": "ImGuiListClipper_ForceDisplayRangeByIndices", "defaults": {}, "funcname": "ForceDisplayRangeByIndices", - "location": "imgui:2317", + "location": "imgui:2429", "ov_cimguiname": "ImGuiListClipper_ForceDisplayRangeByIndices", "ret": "void", "signature": "(int,int)", @@ -6470,7 +6718,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiListClipper", - "location": "imgui:2310", + "location": "imgui:2422", "ov_cimguiname": "ImGuiListClipper_ImGuiListClipper", "signature": "()", "stname": "ImGuiListClipper" @@ -6490,7 +6738,7 @@ "cimguiname": "ImGuiListClipper_Step", "defaults": {}, "funcname": "Step", - "location": "imgui:2314", + "location": "imgui:2426", "ov_cimguiname": "ImGuiListClipper_Step", "ret": "bool", "signature": "()", @@ -6510,7 +6758,7 @@ "cimguiname": "ImGuiListClipper_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2311", + "location": "imgui:2423", "ov_cimguiname": "ImGuiListClipper_destroy", "realdestructor": true, "ret": "void", @@ -6536,7 +6784,7 @@ "cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth", "defaults": {}, "funcname": "CalcNextTotalWidth", - "location": "imgui_internal:1024", + "location": "imgui_internal:1003", "ov_cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth", "ret": "void", "signature": "(bool)", @@ -6573,7 +6821,7 @@ "cimguiname": "ImGuiMenuColumns_DeclColumns", "defaults": {}, "funcname": "DeclColumns", - "location": "imgui_internal:1023", + "location": "imgui_internal:1002", "ov_cimguiname": "ImGuiMenuColumns_DeclColumns", "ret": "float", "signature": "(float,float,float,float)", @@ -6590,7 +6838,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiMenuColumns", - "location": "imgui_internal:1021", + "location": "imgui_internal:1000", "ov_cimguiname": "ImGuiMenuColumns_ImGuiMenuColumns", "signature": "()", "stname": "ImGuiMenuColumns" @@ -6618,7 +6866,7 @@ "cimguiname": "ImGuiMenuColumns_Update", "defaults": {}, "funcname": "Update", - "location": "imgui_internal:1022", + "location": "imgui_internal:1001", "ov_cimguiname": "ImGuiMenuColumns_Update", "ret": "void", "signature": "(float,bool)", @@ -6654,7 +6902,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiMetricsConfig", - "location": "imgui_internal:1613", + "location": "imgui_internal:1670", "ov_cimguiname": "ImGuiMetricsConfig_ImGuiMetricsConfig", "signature": "()", "stname": "ImGuiMetricsConfig" @@ -6693,7 +6941,7 @@ "cimguiname": "ImGuiNavItemData_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:1305", + "location": "imgui_internal:1362", "ov_cimguiname": "ImGuiNavItemData_Clear", "ret": "void", "signature": "()", @@ -6710,7 +6958,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNavItemData", - "location": "imgui_internal:1304", + "location": "imgui_internal:1361", "ov_cimguiname": "ImGuiNavItemData_ImGuiNavItemData", "signature": "()", "stname": "ImGuiNavItemData" @@ -6749,7 +6997,7 @@ "cimguiname": "ImGuiNextItemData_ClearFlags", "defaults": {}, "funcname": "ClearFlags", - "location": "imgui_internal:1138", + "location": "imgui_internal:1117", "ov_cimguiname": "ImGuiNextItemData_ClearFlags", "ret": "void", "signature": "()", @@ -6766,7 +7014,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNextItemData", - "location": "imgui_internal:1137", + "location": "imgui_internal:1116", "ov_cimguiname": "ImGuiNextItemData_ImGuiNextItemData", "signature": "()", "stname": "ImGuiNextItemData" @@ -6805,7 +7053,7 @@ "cimguiname": "ImGuiNextWindowData_ClearFlags", "defaults": {}, "funcname": "ClearFlags", - "location": "imgui_internal:1119", + "location": "imgui_internal:1098", "ov_cimguiname": "ImGuiNextWindowData_ClearFlags", "ret": "void", "signature": "()", @@ -6822,7 +7070,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiNextWindowData", - "location": "imgui_internal:1118", + "location": "imgui_internal:1097", "ov_cimguiname": "ImGuiNextWindowData_ImGuiNextWindowData", "signature": "()", "stname": "ImGuiNextWindowData" @@ -6857,7 +7105,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOldColumnData", - "location": "imgui_internal:1340", + "location": "imgui_internal:1397", "ov_cimguiname": "ImGuiOldColumnData_ImGuiOldColumnData", "signature": "()", "stname": "ImGuiOldColumnData" @@ -6892,7 +7140,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOldColumns", - "location": "imgui_internal:1361", + "location": "imgui_internal:1418", "ov_cimguiname": "ImGuiOldColumns_ImGuiOldColumns", "signature": "()", "stname": "ImGuiOldColumns" @@ -6927,7 +7175,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiOnceUponAFrame", - "location": "imgui:2176", + "location": "imgui:2288", "ov_cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame", "signature": "()", "stname": "ImGuiOnceUponAFrame" @@ -6966,7 +7214,7 @@ "cimguiname": "ImGuiPayload_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2130", + "location": "imgui:2242", "ov_cimguiname": "ImGuiPayload_Clear", "ret": "void", "signature": "()", @@ -6983,7 +7231,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPayload", - "location": "imgui:2129", + "location": "imgui:2241", "ov_cimguiname": "ImGuiPayload_ImGuiPayload", "signature": "()", "stname": "ImGuiPayload" @@ -7007,7 +7255,7 @@ "cimguiname": "ImGuiPayload_IsDataType", "defaults": {}, "funcname": "IsDataType", - "location": "imgui:2131", + "location": "imgui:2243", "ov_cimguiname": "ImGuiPayload_IsDataType", "ret": "bool", "signature": "(const char*)const", @@ -7028,7 +7276,7 @@ "cimguiname": "ImGuiPayload_IsDelivery", "defaults": {}, "funcname": "IsDelivery", - "location": "imgui:2133", + "location": "imgui:2245", "ov_cimguiname": "ImGuiPayload_IsDelivery", "ret": "bool", "signature": "()const", @@ -7049,7 +7297,7 @@ "cimguiname": "ImGuiPayload_IsPreview", "defaults": {}, "funcname": "IsPreview", - "location": "imgui:2132", + "location": "imgui:2244", "ov_cimguiname": "ImGuiPayload_IsPreview", "ret": "bool", "signature": "()const", @@ -7085,7 +7333,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPlatformIO", - "location": "imgui:3068", + "location": "imgui:3179", "ov_cimguiname": "ImGuiPlatformIO_ImGuiPlatformIO", "signature": "()", "stname": "ImGuiPlatformIO" @@ -7110,6 +7358,41 @@ "stname": "ImGuiPlatformIO" } ], + "ImGuiPlatformImeData_ImGuiPlatformImeData": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuiPlatformImeData_ImGuiPlatformImeData", + "constructor": true, + "defaults": {}, + "funcname": "ImGuiPlatformImeData", + "location": "imgui:3199", + "ov_cimguiname": "ImGuiPlatformImeData_ImGuiPlatformImeData", + "signature": "()", + "stname": "ImGuiPlatformImeData" + } + ], + "ImGuiPlatformImeData_destroy": [ + { + "args": "(ImGuiPlatformImeData* self)", + "argsT": [ + { + "name": "self", + "type": "ImGuiPlatformImeData*" + } + ], + "call_args": "(self)", + "cimguiname": "ImGuiPlatformImeData_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImGuiPlatformImeData_destroy", + "ret": "void", + "signature": "(ImGuiPlatformImeData*)", + "stname": "ImGuiPlatformImeData" + } + ], "ImGuiPlatformMonitor_ImGuiPlatformMonitor": [ { "args": "()", @@ -7120,7 +7403,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPlatformMonitor", - "location": "imgui:3078", + "location": "imgui:3189", "ov_cimguiname": "ImGuiPlatformMonitor_ImGuiPlatformMonitor", "signature": "()", "stname": "ImGuiPlatformMonitor" @@ -7155,7 +7438,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPopupData", - "location": "imgui_internal:1075", + "location": "imgui_internal:1054", "ov_cimguiname": "ImGuiPopupData_ImGuiPopupData", "signature": "()", "stname": "ImGuiPopupData" @@ -7195,7 +7478,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPtrOrIndex", - "location": "imgui_internal:1190", + "location": "imgui_internal:1169", "ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr", "signature": "(void*)", "stname": "ImGuiPtrOrIndex" @@ -7214,7 +7497,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiPtrOrIndex", - "location": "imgui_internal:1191", + "location": "imgui_internal:1170", "ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int", "signature": "(int)", "stname": "ImGuiPtrOrIndex" @@ -7249,7 +7532,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiSettingsHandler", - "location": "imgui_internal:1594", + "location": "imgui_internal:1651", "ov_cimguiname": "ImGuiSettingsHandler_ImGuiSettingsHandler", "signature": "()", "stname": "ImGuiSettingsHandler" @@ -7284,7 +7567,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStackLevelInfo", - "location": "imgui_internal:1634", + "location": "imgui_internal:1691", "ov_cimguiname": "ImGuiStackLevelInfo_ImGuiStackLevelInfo", "signature": "()", "stname": "ImGuiStackLevelInfo" @@ -7323,7 +7606,7 @@ "cimguiname": "ImGuiStackSizes_CompareWithCurrentState", "defaults": {}, "funcname": "CompareWithCurrentState", - "location": "imgui_internal:1168", + "location": "imgui_internal:1147", "ov_cimguiname": "ImGuiStackSizes_CompareWithCurrentState", "ret": "void", "signature": "()", @@ -7340,7 +7623,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStackSizes", - "location": "imgui_internal:1166", + "location": "imgui_internal:1145", "ov_cimguiname": "ImGuiStackSizes_ImGuiStackSizes", "signature": "()", "stname": "ImGuiStackSizes" @@ -7360,7 +7643,7 @@ "cimguiname": "ImGuiStackSizes_SetToCurrentState", "defaults": {}, "funcname": "SetToCurrentState", - "location": "imgui_internal:1167", + "location": "imgui_internal:1146", "ov_cimguiname": "ImGuiStackSizes_SetToCurrentState", "ret": "void", "signature": "()", @@ -7396,7 +7679,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStackTool", - "location": "imgui_internal:1645", + "location": "imgui_internal:1702", "ov_cimguiname": "ImGuiStackTool_ImGuiStackTool", "signature": "()", "stname": "ImGuiStackTool" @@ -7440,7 +7723,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2243", + "location": "imgui:2355", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Int", "signature": "(ImGuiID,int)", "stname": "ImGuiStoragePair" @@ -7463,7 +7746,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2244", + "location": "imgui:2356", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Float", "signature": "(ImGuiID,float)", "stname": "ImGuiStoragePair" @@ -7486,7 +7769,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStoragePair", - "location": "imgui:2245", + "location": "imgui:2357", "ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Ptr", "signature": "(ImGuiID,void*)", "stname": "ImGuiStoragePair" @@ -7525,7 +7808,7 @@ "cimguiname": "ImGuiStorage_BuildSortByKey", "defaults": {}, "funcname": "BuildSortByKey", - "location": "imgui:2276", + "location": "imgui:2388", "ov_cimguiname": "ImGuiStorage_BuildSortByKey", "ret": "void", "signature": "()", @@ -7546,7 +7829,7 @@ "cimguiname": "ImGuiStorage_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2253", + "location": "imgui:2365", "ov_cimguiname": "ImGuiStorage_Clear", "ret": "void", "signature": "()", @@ -7577,7 +7860,7 @@ "default_val": "false" }, "funcname": "GetBool", - "location": "imgui:2256", + "location": "imgui:2368", "ov_cimguiname": "ImGuiStorage_GetBool", "ret": "bool", "signature": "(ImGuiID,bool)const", @@ -7608,7 +7891,7 @@ "default_val": "false" }, "funcname": "GetBoolRef", - "location": "imgui:2268", + "location": "imgui:2380", "ov_cimguiname": "ImGuiStorage_GetBoolRef", "ret": "bool*", "signature": "(ImGuiID,bool)", @@ -7639,7 +7922,7 @@ "default_val": "0.0f" }, "funcname": "GetFloat", - "location": "imgui:2258", + "location": "imgui:2370", "ov_cimguiname": "ImGuiStorage_GetFloat", "ret": "float", "signature": "(ImGuiID,float)const", @@ -7670,7 +7953,7 @@ "default_val": "0.0f" }, "funcname": "GetFloatRef", - "location": "imgui:2269", + "location": "imgui:2381", "ov_cimguiname": "ImGuiStorage_GetFloatRef", "ret": "float*", "signature": "(ImGuiID,float)", @@ -7701,7 +7984,7 @@ "default_val": "0" }, "funcname": "GetInt", - "location": "imgui:2254", + "location": "imgui:2366", "ov_cimguiname": "ImGuiStorage_GetInt", "ret": "int", "signature": "(ImGuiID,int)const", @@ -7732,7 +8015,7 @@ "default_val": "0" }, "funcname": "GetIntRef", - "location": "imgui:2267", + "location": "imgui:2379", "ov_cimguiname": "ImGuiStorage_GetIntRef", "ret": "int*", "signature": "(ImGuiID,int)", @@ -7757,7 +8040,7 @@ "cimguiname": "ImGuiStorage_GetVoidPtr", "defaults": {}, "funcname": "GetVoidPtr", - "location": "imgui:2260", + "location": "imgui:2372", "ov_cimguiname": "ImGuiStorage_GetVoidPtr", "ret": "void*", "signature": "(ImGuiID)const", @@ -7788,7 +8071,7 @@ "default_val": "NULL" }, "funcname": "GetVoidPtrRef", - "location": "imgui:2270", + "location": "imgui:2382", "ov_cimguiname": "ImGuiStorage_GetVoidPtrRef", "ret": "void**", "signature": "(ImGuiID,void*)", @@ -7813,7 +8096,7 @@ "cimguiname": "ImGuiStorage_SetAllInt", "defaults": {}, "funcname": "SetAllInt", - "location": "imgui:2273", + "location": "imgui:2385", "ov_cimguiname": "ImGuiStorage_SetAllInt", "ret": "void", "signature": "(int)", @@ -7842,7 +8125,7 @@ "cimguiname": "ImGuiStorage_SetBool", "defaults": {}, "funcname": "SetBool", - "location": "imgui:2257", + "location": "imgui:2369", "ov_cimguiname": "ImGuiStorage_SetBool", "ret": "void", "signature": "(ImGuiID,bool)", @@ -7871,7 +8154,7 @@ "cimguiname": "ImGuiStorage_SetFloat", "defaults": {}, "funcname": "SetFloat", - "location": "imgui:2259", + "location": "imgui:2371", "ov_cimguiname": "ImGuiStorage_SetFloat", "ret": "void", "signature": "(ImGuiID,float)", @@ -7900,7 +8183,7 @@ "cimguiname": "ImGuiStorage_SetInt", "defaults": {}, "funcname": "SetInt", - "location": "imgui:2255", + "location": "imgui:2367", "ov_cimguiname": "ImGuiStorage_SetInt", "ret": "void", "signature": "(ImGuiID,int)", @@ -7929,7 +8212,7 @@ "cimguiname": "ImGuiStorage_SetVoidPtr", "defaults": {}, "funcname": "SetVoidPtr", - "location": "imgui:2261", + "location": "imgui:2373", "ov_cimguiname": "ImGuiStorage_SetVoidPtr", "ret": "void", "signature": "(ImGuiID,void*)", @@ -7955,7 +8238,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:975", + "location": "imgui_internal:954", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Int", "signature": "(ImGuiStyleVar,int)", "stname": "ImGuiStyleMod" @@ -7978,7 +8261,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:976", + "location": "imgui_internal:955", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Float", "signature": "(ImGuiStyleVar,float)", "stname": "ImGuiStyleMod" @@ -8001,7 +8284,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyleMod", - "location": "imgui_internal:977", + "location": "imgui_internal:956", "ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Vec2", "signature": "(ImGuiStyleVar,ImVec2)", "stname": "ImGuiStyleMod" @@ -8036,7 +8319,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiStyle", - "location": "imgui:1886", + "location": "imgui:1960", "ov_cimguiname": "ImGuiStyle_ImGuiStyle", "signature": "()", "stname": "ImGuiStyle" @@ -8060,7 +8343,7 @@ "cimguiname": "ImGuiStyle_ScaleAllSizes", "defaults": {}, "funcname": "ScaleAllSizes", - "location": "imgui:1887", + "location": "imgui:1961", "ov_cimguiname": "ImGuiStyle_ScaleAllSizes", "ret": "void", "signature": "(float)", @@ -8104,7 +8387,7 @@ "cimguiname": "ImGuiTabBar_GetTabName", "defaults": {}, "funcname": "GetTabName", - "location": "imgui_internal:2370", + "location": "imgui_internal:2431", "ov_cimguiname": "ImGuiTabBar_GetTabName", "ret": "const char*", "signature": "(const ImGuiTabItem*)const", @@ -8129,7 +8412,7 @@ "cimguiname": "ImGuiTabBar_GetTabOrder", "defaults": {}, "funcname": "GetTabOrder", - "location": "imgui_internal:2369", + "location": "imgui_internal:2430", "ov_cimguiname": "ImGuiTabBar_GetTabOrder", "ret": "int", "signature": "(const ImGuiTabItem*)const", @@ -8146,7 +8429,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTabBar", - "location": "imgui_internal:2368", + "location": "imgui_internal:2429", "ov_cimguiname": "ImGuiTabBar_ImGuiTabBar", "signature": "()", "stname": "ImGuiTabBar" @@ -8181,7 +8464,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTabItem", - "location": "imgui_internal:2330", + "location": "imgui_internal:2391", "ov_cimguiname": "ImGuiTabItem_ImGuiTabItem", "signature": "()", "stname": "ImGuiTabItem" @@ -8216,7 +8499,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumnSettings", - "location": "imgui_internal:2606", + "location": "imgui_internal:2667", "ov_cimguiname": "ImGuiTableColumnSettings_ImGuiTableColumnSettings", "signature": "()", "stname": "ImGuiTableColumnSettings" @@ -8251,7 +8534,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumnSortSpecs", - "location": "imgui:2144", + "location": "imgui:2256", "ov_cimguiname": "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs", "signature": "()", "stname": "ImGuiTableColumnSortSpecs" @@ -8286,7 +8569,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableColumn", - "location": "imgui_internal:2439", + "location": "imgui_internal:2500", "ov_cimguiname": "ImGuiTableColumn_ImGuiTableColumn", "signature": "()", "stname": "ImGuiTableColumn" @@ -8325,7 +8608,7 @@ "cimguiname": "ImGuiTableSettings_GetColumnSettings", "defaults": {}, "funcname": "GetColumnSettings", - "location": "imgui_internal:2629", + "location": "imgui_internal:2690", "ov_cimguiname": "ImGuiTableSettings_GetColumnSettings", "ret": "ImGuiTableColumnSettings*", "signature": "()", @@ -8342,7 +8625,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableSettings", - "location": "imgui_internal:2628", + "location": "imgui_internal:2689", "ov_cimguiname": "ImGuiTableSettings_ImGuiTableSettings", "signature": "()", "stname": "ImGuiTableSettings" @@ -8377,7 +8660,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableSortSpecs", - "location": "imgui:2157", + "location": "imgui:2269", "ov_cimguiname": "ImGuiTableSortSpecs_ImGuiTableSortSpecs", "signature": "()", "stname": "ImGuiTableSortSpecs" @@ -8412,7 +8695,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTableTempData", - "location": "imgui_internal:2591", + "location": "imgui_internal:2652", "ov_cimguiname": "ImGuiTableTempData_ImGuiTableTempData", "signature": "()", "stname": "ImGuiTableTempData" @@ -8447,7 +8730,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTable", - "location": "imgui_internal:2567", + "location": "imgui_internal:2628", "ov_cimguiname": "ImGuiTable_ImGuiTable", "signature": "()", "stname": "ImGuiTable" @@ -8466,7 +8749,7 @@ "cimguiname": "ImGuiTable_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2568", + "location": "imgui_internal:2629", "ov_cimguiname": "ImGuiTable_destroy", "realdestructor": true, "ret": "void", @@ -8484,7 +8767,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextBuffer", - "location": "imgui:2214", + "location": "imgui:2326", "ov_cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer", "signature": "()", "stname": "ImGuiTextBuffer" @@ -8514,7 +8797,7 @@ "str_end": "NULL" }, "funcname": "append", - "location": "imgui:2223", + "location": "imgui:2335", "ov_cimguiname": "ImGuiTextBuffer_append", "ret": "void", "signature": "(const char*,const char*)", @@ -8544,7 +8827,7 @@ "defaults": {}, "funcname": "appendf", "isvararg": "...)", - "location": "imgui:2224", + "location": "imgui:2336", "manual": true, "ov_cimguiname": "ImGuiTextBuffer_appendf", "ret": "void", @@ -8574,7 +8857,7 @@ "cimguiname": "ImGuiTextBuffer_appendfv", "defaults": {}, "funcname": "appendfv", - "location": "imgui:2225", + "location": "imgui:2337", "ov_cimguiname": "ImGuiTextBuffer_appendfv", "ret": "void", "signature": "(const char*,va_list)", @@ -8595,7 +8878,7 @@ "cimguiname": "ImGuiTextBuffer_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:2216", + "location": "imgui:2328", "ov_cimguiname": "ImGuiTextBuffer_begin", "ret": "const char*", "signature": "()const", @@ -8616,7 +8899,7 @@ "cimguiname": "ImGuiTextBuffer_c_str", "defaults": {}, "funcname": "c_str", - "location": "imgui:2222", + "location": "imgui:2334", "ov_cimguiname": "ImGuiTextBuffer_c_str", "ret": "const char*", "signature": "()const", @@ -8637,7 +8920,7 @@ "cimguiname": "ImGuiTextBuffer_clear", "defaults": {}, "funcname": "clear", - "location": "imgui:2220", + "location": "imgui:2332", "ov_cimguiname": "ImGuiTextBuffer_clear", "ret": "void", "signature": "()", @@ -8677,7 +8960,7 @@ "cimguiname": "ImGuiTextBuffer_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:2219", + "location": "imgui:2331", "ov_cimguiname": "ImGuiTextBuffer_empty", "ret": "bool", "signature": "()const", @@ -8698,7 +8981,7 @@ "cimguiname": "ImGuiTextBuffer_end", "defaults": {}, "funcname": "end", - "location": "imgui:2217", + "location": "imgui:2329", "ov_cimguiname": "ImGuiTextBuffer_end", "ret": "const char*", "signature": "()const", @@ -8723,7 +9006,7 @@ "cimguiname": "ImGuiTextBuffer_reserve", "defaults": {}, "funcname": "reserve", - "location": "imgui:2221", + "location": "imgui:2333", "ov_cimguiname": "ImGuiTextBuffer_reserve", "ret": "void", "signature": "(int)", @@ -8744,7 +9027,7 @@ "cimguiname": "ImGuiTextBuffer_size", "defaults": {}, "funcname": "size", - "location": "imgui:2218", + "location": "imgui:2330", "ov_cimguiname": "ImGuiTextBuffer_size", "ret": "int", "signature": "()const", @@ -8765,7 +9048,7 @@ "cimguiname": "ImGuiTextFilter_Build", "defaults": {}, "funcname": "Build", - "location": "imgui:2187", + "location": "imgui:2299", "ov_cimguiname": "ImGuiTextFilter_Build", "ret": "void", "signature": "()", @@ -8786,7 +9069,7 @@ "cimguiname": "ImGuiTextFilter_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui:2188", + "location": "imgui:2300", "ov_cimguiname": "ImGuiTextFilter_Clear", "ret": "void", "signature": "()", @@ -8818,7 +9101,7 @@ "width": "0.0f" }, "funcname": "Draw", - "location": "imgui:2185", + "location": "imgui:2297", "ov_cimguiname": "ImGuiTextFilter_Draw", "ret": "bool", "signature": "(const char*,float)", @@ -8842,7 +9125,7 @@ "default_filter": "\"\"" }, "funcname": "ImGuiTextFilter", - "location": "imgui:2184", + "location": "imgui:2296", "ov_cimguiname": "ImGuiTextFilter_ImGuiTextFilter", "signature": "(const char*)", "stname": "ImGuiTextFilter" @@ -8862,7 +9145,7 @@ "cimguiname": "ImGuiTextFilter_IsActive", "defaults": {}, "funcname": "IsActive", - "location": "imgui:2189", + "location": "imgui:2301", "ov_cimguiname": "ImGuiTextFilter_IsActive", "ret": "bool", "signature": "()const", @@ -8893,7 +9176,7 @@ "text_end": "NULL" }, "funcname": "PassFilter", - "location": "imgui:2186", + "location": "imgui:2298", "ov_cimguiname": "ImGuiTextFilter_PassFilter", "ret": "bool", "signature": "(const char*,const char*)const", @@ -8929,7 +9212,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextRange", - "location": "imgui:2197", + "location": "imgui:2309", "ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Nil", "signature": "()", "stname": "ImGuiTextRange" @@ -8952,7 +9235,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiTextRange", - "location": "imgui:2198", + "location": "imgui:2310", "ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Str", "signature": "(const char*,const char*)", "stname": "ImGuiTextRange" @@ -8991,7 +9274,7 @@ "cimguiname": "ImGuiTextRange_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:2199", + "location": "imgui:2311", "ov_cimguiname": "ImGuiTextRange_empty", "ret": "bool", "signature": "()const", @@ -9020,7 +9303,7 @@ "cimguiname": "ImGuiTextRange_split", "defaults": {}, "funcname": "split", - "location": "imgui:2200", + "location": "imgui:2312", "ov_cimguiname": "ImGuiTextRange_split", "ret": "void", "signature": "(char,ImVector_ImGuiTextRange*)const", @@ -9049,7 +9332,7 @@ "cimguiname": "ImGuiViewportP_CalcWorkRectPos", "defaults": {}, "funcname": "CalcWorkRectPos", - "location": "imgui_internal:1548", + "location": "imgui_internal:1605", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_CalcWorkRectPos", "ret": "void", @@ -9083,7 +9366,7 @@ "cimguiname": "ImGuiViewportP_CalcWorkRectSize", "defaults": {}, "funcname": "CalcWorkRectSize", - "location": "imgui_internal:1549", + "location": "imgui_internal:1606", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_CalcWorkRectSize", "ret": "void", @@ -9105,7 +9388,7 @@ "cimguiname": "ImGuiViewportP_ClearRequestFlags", "defaults": {}, "funcname": "ClearRequestFlags", - "location": "imgui_internal:1545", + "location": "imgui_internal:1602", "ov_cimguiname": "ImGuiViewportP_ClearRequestFlags", "ret": "void", "signature": "()", @@ -9130,7 +9413,7 @@ "cimguiname": "ImGuiViewportP_GetBuildWorkRect", "defaults": {}, "funcname": "GetBuildWorkRect", - "location": "imgui_internal:1555", + "location": "imgui_internal:1612", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetBuildWorkRect", "ret": "void", @@ -9156,7 +9439,7 @@ "cimguiname": "ImGuiViewportP_GetMainRect", "defaults": {}, "funcname": "GetMainRect", - "location": "imgui_internal:1553", + "location": "imgui_internal:1610", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetMainRect", "ret": "void", @@ -9182,7 +9465,7 @@ "cimguiname": "ImGuiViewportP_GetWorkRect", "defaults": {}, "funcname": "GetWorkRect", - "location": "imgui_internal:1554", + "location": "imgui_internal:1611", "nonUDT": 1, "ov_cimguiname": "ImGuiViewportP_GetWorkRect", "ret": "void", @@ -9200,7 +9483,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiViewportP", - "location": "imgui_internal:1543", + "location": "imgui_internal:1600", "ov_cimguiname": "ImGuiViewportP_ImGuiViewportP", "signature": "()", "stname": "ImGuiViewportP" @@ -9220,7 +9503,7 @@ "cimguiname": "ImGuiViewportP_UpdateWorkRect", "defaults": {}, "funcname": "UpdateWorkRect", - "location": "imgui_internal:1550", + "location": "imgui_internal:1607", "ov_cimguiname": "ImGuiViewportP_UpdateWorkRect", "ret": "void", "signature": "()", @@ -9240,7 +9523,7 @@ "cimguiname": "ImGuiViewportP_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:1544", + "location": "imgui_internal:1601", "ov_cimguiname": "ImGuiViewportP_destroy", "realdestructor": true, "ret": "void", @@ -9266,7 +9549,7 @@ "cimguiname": "ImGuiViewport_GetCenter", "defaults": {}, "funcname": "GetCenter", - "location": "imgui:2955", + "location": "imgui:3067", "nonUDT": 1, "ov_cimguiname": "ImGuiViewport_GetCenter", "ret": "void", @@ -9292,7 +9575,7 @@ "cimguiname": "ImGuiViewport_GetWorkCenter", "defaults": {}, "funcname": "GetWorkCenter", - "location": "imgui:2956", + "location": "imgui:3068", "nonUDT": 1, "ov_cimguiname": "ImGuiViewport_GetWorkCenter", "ret": "void", @@ -9310,7 +9593,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiViewport", - "location": "imgui:2951", + "location": "imgui:3063", "ov_cimguiname": "ImGuiViewport_ImGuiViewport", "signature": "()", "stname": "ImGuiViewport" @@ -9329,7 +9612,7 @@ "cimguiname": "ImGuiViewport_destroy", "defaults": {}, "destructor": true, - "location": "imgui:2952", + "location": "imgui:3064", "ov_cimguiname": "ImGuiViewport_destroy", "realdestructor": true, "ret": "void", @@ -9347,7 +9630,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindowClass", - "location": "imgui:2111", + "location": "imgui:2223", "ov_cimguiname": "ImGuiWindowClass_ImGuiWindowClass", "signature": "()", "stname": "ImGuiWindowClass" @@ -9386,7 +9669,7 @@ "cimguiname": "ImGuiWindowSettings_GetName", "defaults": {}, "funcname": "GetName", - "location": "imgui_internal:1579", + "location": "imgui_internal:1636", "ov_cimguiname": "ImGuiWindowSettings_GetName", "ret": "char*", "signature": "()", @@ -9403,7 +9686,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindowSettings", - "location": "imgui_internal:1578", + "location": "imgui_internal:1635", "ov_cimguiname": "ImGuiWindowSettings_ImGuiWindowSettings", "signature": "()", "stname": "ImGuiWindowSettings" @@ -9442,7 +9725,7 @@ "cimguiname": "ImGuiWindow_CalcFontSize", "defaults": {}, "funcname": "CalcFontSize", - "location": "imgui_internal:2285", + "location": "imgui_internal:2346", "ov_cimguiname": "ImGuiWindow_CalcFontSize", "ret": "float", "signature": "()const", @@ -9473,7 +9756,7 @@ "str_end": "NULL" }, "funcname": "GetID", - "location": "imgui_internal:2275", + "location": "imgui_internal:2336", "ov_cimguiname": "ImGuiWindow_GetID_Str", "ret": "ImGuiID", "signature": "(const char*,const char*)", @@ -9496,7 +9779,7 @@ "cimguiname": "ImGuiWindow_GetID", "defaults": {}, "funcname": "GetID", - "location": "imgui_internal:2276", + "location": "imgui_internal:2337", "ov_cimguiname": "ImGuiWindow_GetID_Ptr", "ret": "ImGuiID", "signature": "(const void*)", @@ -9519,7 +9802,7 @@ "cimguiname": "ImGuiWindow_GetID", "defaults": {}, "funcname": "GetID", - "location": "imgui_internal:2277", + "location": "imgui_internal:2338", "ov_cimguiname": "ImGuiWindow_GetID_Int", "ret": "ImGuiID", "signature": "(int)", @@ -9544,7 +9827,7 @@ "cimguiname": "ImGuiWindow_GetIDFromRectangle", "defaults": {}, "funcname": "GetIDFromRectangle", - "location": "imgui_internal:2281", + "location": "imgui_internal:2342", "ov_cimguiname": "ImGuiWindow_GetIDFromRectangle", "ret": "ImGuiID", "signature": "(const ImRect)", @@ -9575,7 +9858,7 @@ "str_end": "NULL" }, "funcname": "GetIDNoKeepAlive", - "location": "imgui_internal:2278", + "location": "imgui_internal:2339", "ov_cimguiname": "ImGuiWindow_GetIDNoKeepAlive_Str", "ret": "ImGuiID", "signature": "(const char*,const char*)", @@ -9598,7 +9881,7 @@ "cimguiname": "ImGuiWindow_GetIDNoKeepAlive", "defaults": {}, "funcname": "GetIDNoKeepAlive", - "location": "imgui_internal:2279", + "location": "imgui_internal:2340", "ov_cimguiname": "ImGuiWindow_GetIDNoKeepAlive_Ptr", "ret": "ImGuiID", "signature": "(const void*)", @@ -9621,7 +9904,7 @@ "cimguiname": "ImGuiWindow_GetIDNoKeepAlive", "defaults": {}, "funcname": "GetIDNoKeepAlive", - "location": "imgui_internal:2280", + "location": "imgui_internal:2341", "ov_cimguiname": "ImGuiWindow_GetIDNoKeepAlive_Int", "ret": "ImGuiID", "signature": "(int)", @@ -9647,7 +9930,7 @@ "constructor": true, "defaults": {}, "funcname": "ImGuiWindow", - "location": "imgui_internal:2271", + "location": "imgui_internal:2332", "ov_cimguiname": "ImGuiWindow_ImGuiWindow", "signature": "(ImGuiContext*,const char*)", "stname": "ImGuiWindow" @@ -9667,7 +9950,7 @@ "cimguiname": "ImGuiWindow_MenuBarHeight", "defaults": {}, "funcname": "MenuBarHeight", - "location": "imgui_internal:2288", + "location": "imgui_internal:2349", "ov_cimguiname": "ImGuiWindow_MenuBarHeight", "ret": "float", "signature": "()const", @@ -9692,7 +9975,7 @@ "cimguiname": "ImGuiWindow_MenuBarRect", "defaults": {}, "funcname": "MenuBarRect", - "location": "imgui_internal:2289", + "location": "imgui_internal:2350", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_MenuBarRect", "ret": "void", @@ -9718,7 +10001,7 @@ "cimguiname": "ImGuiWindow_Rect", "defaults": {}, "funcname": "Rect", - "location": "imgui_internal:2284", + "location": "imgui_internal:2345", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_Rect", "ret": "void", @@ -9740,7 +10023,7 @@ "cimguiname": "ImGuiWindow_TitleBarHeight", "defaults": {}, "funcname": "TitleBarHeight", - "location": "imgui_internal:2286", + "location": "imgui_internal:2347", "ov_cimguiname": "ImGuiWindow_TitleBarHeight", "ret": "float", "signature": "()const", @@ -9765,7 +10048,7 @@ "cimguiname": "ImGuiWindow_TitleBarRect", "defaults": {}, "funcname": "TitleBarRect", - "location": "imgui_internal:2287", + "location": "imgui_internal:2348", "nonUDT": 1, "ov_cimguiname": "ImGuiWindow_TitleBarRect", "ret": "void", @@ -9786,7 +10069,7 @@ "cimguiname": "ImGuiWindow_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:2273", + "location": "imgui_internal:2334", "ov_cimguiname": "ImGuiWindow_destroy", "realdestructor": true, "ret": "void", @@ -9808,7 +10091,7 @@ "cimguiname": "ImPool_Add", "defaults": {}, "funcname": "Add", - "location": "imgui_internal:651", + "location": "imgui_internal:652", "ov_cimguiname": "ImPool_Add", "ret": "T*", "signature": "()", @@ -9830,7 +10113,7 @@ "cimguiname": "ImPool_Clear", "defaults": {}, "funcname": "Clear", - "location": "imgui_internal:650", + "location": "imgui_internal:651", "ov_cimguiname": "ImPool_Clear", "ret": "void", "signature": "()", @@ -9856,7 +10139,7 @@ "cimguiname": "ImPool_Contains", "defaults": {}, "funcname": "Contains", - "location": "imgui_internal:649", + "location": "imgui_internal:650", "ov_cimguiname": "ImPool_Contains", "ret": "bool", "signature": "(const T*)const", @@ -9878,7 +10161,7 @@ "cimguiname": "ImPool_GetAliveCount", "defaults": {}, "funcname": "GetAliveCount", - "location": "imgui_internal:658", + "location": "imgui_internal:659", "ov_cimguiname": "ImPool_GetAliveCount", "ret": "int", "signature": "()const", @@ -9900,7 +10183,7 @@ "cimguiname": "ImPool_GetBufSize", "defaults": {}, "funcname": "GetBufSize", - "location": "imgui_internal:659", + "location": "imgui_internal:660", "ov_cimguiname": "ImPool_GetBufSize", "ret": "int", "signature": "()const", @@ -9926,7 +10209,7 @@ "cimguiname": "ImPool_GetByIndex", "defaults": {}, "funcname": "GetByIndex", - "location": "imgui_internal:646", + "location": "imgui_internal:647", "ov_cimguiname": "ImPool_GetByIndex", "ret": "T*", "signature": "(ImPoolIdx)", @@ -9952,7 +10235,7 @@ "cimguiname": "ImPool_GetByKey", "defaults": {}, "funcname": "GetByKey", - "location": "imgui_internal:645", + "location": "imgui_internal:646", "ov_cimguiname": "ImPool_GetByKey", "ret": "T*", "signature": "(ImGuiID)", @@ -9978,7 +10261,7 @@ "cimguiname": "ImPool_GetIndex", "defaults": {}, "funcname": "GetIndex", - "location": "imgui_internal:647", + "location": "imgui_internal:648", "ov_cimguiname": "ImPool_GetIndex", "ret": "ImPoolIdx", "signature": "(const T*)const", @@ -10000,7 +10283,7 @@ "cimguiname": "ImPool_GetMapSize", "defaults": {}, "funcname": "GetMapSize", - "location": "imgui_internal:660", + "location": "imgui_internal:661", "ov_cimguiname": "ImPool_GetMapSize", "ret": "int", "signature": "()const", @@ -10026,7 +10309,7 @@ "cimguiname": "ImPool_GetOrAddByKey", "defaults": {}, "funcname": "GetOrAddByKey", - "location": "imgui_internal:648", + "location": "imgui_internal:649", "ov_cimguiname": "ImPool_GetOrAddByKey", "ret": "T*", "signature": "(ImGuiID)", @@ -10044,7 +10327,7 @@ "constructor": true, "defaults": {}, "funcname": "ImPool", - "location": "imgui_internal:643", + "location": "imgui_internal:644", "ov_cimguiname": "ImPool_ImPool", "signature": "()", "stname": "ImPool", @@ -10073,7 +10356,7 @@ "cimguiname": "ImPool_Remove", "defaults": {}, "funcname": "Remove", - "location": "imgui_internal:652", + "location": "imgui_internal:653", "ov_cimguiname": "ImPool_Remove_TPtr", "ret": "void", "signature": "(ImGuiID,const T*)", @@ -10101,7 +10384,7 @@ "cimguiname": "ImPool_Remove", "defaults": {}, "funcname": "Remove", - "location": "imgui_internal:653", + "location": "imgui_internal:654", "ov_cimguiname": "ImPool_Remove_PoolIdx", "ret": "void", "signature": "(ImGuiID,ImPoolIdx)", @@ -10127,7 +10410,7 @@ "cimguiname": "ImPool_Reserve", "defaults": {}, "funcname": "Reserve", - "location": "imgui_internal:654", + "location": "imgui_internal:655", "ov_cimguiname": "ImPool_Reserve", "ret": "void", "signature": "(int)", @@ -10153,7 +10436,7 @@ "cimguiname": "ImPool_TryGetMapData", "defaults": {}, "funcname": "TryGetMapData", - "location": "imgui_internal:661", + "location": "imgui_internal:662", "ov_cimguiname": "ImPool_TryGetMapData", "ret": "T*", "signature": "(ImPoolIdx)", @@ -10174,7 +10457,7 @@ "cimguiname": "ImPool_destroy", "defaults": {}, "destructor": true, - "location": "imgui_internal:644", + "location": "imgui_internal:645", "ov_cimguiname": "ImPool_destroy", "realdestructor": true, "ret": "void", @@ -10886,7 +11169,7 @@ "cimguiname": "ImSpanAllocator_GetArenaSizeInBytes", "defaults": {}, "funcname": "GetArenaSizeInBytes", - "location": "imgui_internal:623", + "location": "imgui_internal:624", "ov_cimguiname": "ImSpanAllocator_GetArenaSizeInBytes", "ret": "int", "signature": "()", @@ -10912,7 +11195,7 @@ "cimguiname": "ImSpanAllocator_GetSpanPtrBegin", "defaults": {}, "funcname": "GetSpanPtrBegin", - "location": "imgui_internal:625", + "location": "imgui_internal:626", "ov_cimguiname": "ImSpanAllocator_GetSpanPtrBegin", "ret": "void*", "signature": "(int)", @@ -10938,7 +11221,7 @@ "cimguiname": "ImSpanAllocator_GetSpanPtrEnd", "defaults": {}, "funcname": "GetSpanPtrEnd", - "location": "imgui_internal:626", + "location": "imgui_internal:627", "ov_cimguiname": "ImSpanAllocator_GetSpanPtrEnd", "ret": "void*", "signature": "(int)", @@ -10956,7 +11239,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpanAllocator", - "location": "imgui_internal:621", + "location": "imgui_internal:622", "ov_cimguiname": "ImSpanAllocator_ImSpanAllocator", "signature": "()", "stname": "ImSpanAllocator", @@ -10991,7 +11274,7 @@ "a": "4" }, "funcname": "Reserve", - "location": "imgui_internal:622", + "location": "imgui_internal:623", "ov_cimguiname": "ImSpanAllocator_Reserve", "ret": "void", "signature": "(int,size_t,int)", @@ -11017,7 +11300,7 @@ "cimguiname": "ImSpanAllocator_SetArenaBasePtr", "defaults": {}, "funcname": "SetArenaBasePtr", - "location": "imgui_internal:624", + "location": "imgui_internal:625", "ov_cimguiname": "ImSpanAllocator_SetArenaBasePtr", "ret": "void", "signature": "(void*)", @@ -11055,7 +11338,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:589", + "location": "imgui_internal:590", "ov_cimguiname": "ImSpan_ImSpan_Nil", "signature": "()", "stname": "ImSpan", @@ -11079,7 +11362,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:590", + "location": "imgui_internal:591", "ov_cimguiname": "ImSpan_ImSpan_TPtrInt", "signature": "(T*,int)", "stname": "ImSpan", @@ -11103,7 +11386,7 @@ "constructor": true, "defaults": {}, "funcname": "ImSpan", - "location": "imgui_internal:591", + "location": "imgui_internal:592", "ov_cimguiname": "ImSpan_ImSpan_TPtrTPtr", "signature": "(T*,T*)", "stname": "ImSpan", @@ -11124,7 +11407,7 @@ "cimguiname": "ImSpan_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:600", + "location": "imgui_internal:601", "ov_cimguiname": "ImSpan_begin_Nil", "ret": "T*", "signature": "()", @@ -11144,7 +11427,7 @@ "cimguiname": "ImSpan_begin", "defaults": {}, "funcname": "begin", - "location": "imgui_internal:601", + "location": "imgui_internal:602", "ov_cimguiname": "ImSpan_begin__const", "ret": "const T*", "signature": "()const", @@ -11186,7 +11469,7 @@ "cimguiname": "ImSpan_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:602", + "location": "imgui_internal:603", "ov_cimguiname": "ImSpan_end_Nil", "ret": "T*", "signature": "()", @@ -11206,7 +11489,7 @@ "cimguiname": "ImSpan_end", "defaults": {}, "funcname": "end", - "location": "imgui_internal:603", + "location": "imgui_internal:604", "ov_cimguiname": "ImSpan_end__const", "ret": "const T*", "signature": "()const", @@ -11232,7 +11515,7 @@ "cimguiname": "ImSpan_index_from_ptr", "defaults": {}, "funcname": "index_from_ptr", - "location": "imgui_internal:606", + "location": "imgui_internal:607", "ov_cimguiname": "ImSpan_index_from_ptr", "ret": "int", "signature": "(const T*)const", @@ -11262,7 +11545,7 @@ "cimguiname": "ImSpan_set", "defaults": {}, "funcname": "set", - "location": "imgui_internal:593", + "location": "imgui_internal:594", "ov_cimguiname": "ImSpan_set_Int", "ret": "void", "signature": "(T*,int)", @@ -11290,7 +11573,7 @@ "cimguiname": "ImSpan_set", "defaults": {}, "funcname": "set", - "location": "imgui_internal:594", + "location": "imgui_internal:595", "ov_cimguiname": "ImSpan_set_TPtr", "ret": "void", "signature": "(T*,T*)", @@ -11312,7 +11595,7 @@ "cimguiname": "ImSpan_size", "defaults": {}, "funcname": "size", - "location": "imgui_internal:595", + "location": "imgui_internal:596", "ov_cimguiname": "ImSpan_size", "ret": "int", "signature": "()const", @@ -11334,7 +11617,7 @@ "cimguiname": "ImSpan_size_in_bytes", "defaults": {}, "funcname": "size_in_bytes", - "location": "imgui_internal:596", + "location": "imgui_internal:597", "ov_cimguiname": "ImSpan_size_in_bytes", "ret": "int", "signature": "()const", @@ -11406,7 +11689,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2", - "location": "imgui:269", + "location": "imgui:258", "ov_cimguiname": "ImVec2_ImVec2_Nil", "signature": "()", "stname": "ImVec2" @@ -11429,7 +11712,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec2", - "location": "imgui:270", + "location": "imgui:259", "ov_cimguiname": "ImVec2_ImVec2_Float", "signature": "(float,float)", "stname": "ImVec2" @@ -11541,7 +11824,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec4", - "location": "imgui:282", + "location": "imgui:271", "ov_cimguiname": "ImVec4_ImVec4_Nil", "signature": "()", "stname": "ImVec4" @@ -11572,7 +11855,7 @@ "constructor": true, "defaults": {}, "funcname": "ImVec4", - "location": "imgui:283", + "location": "imgui:272", "ov_cimguiname": "ImVec4_ImVec4_Float", "signature": "(float,float,float,float)", "stname": "ImVec4" @@ -11607,18 +11890,18 @@ "constructor": true, "defaults": {}, "funcname": "ImVector", - "location": "imgui:1784", + "location": "imgui:1858", "ov_cimguiname": "ImVector_ImVector_Nil", "signature": "()", "stname": "ImVector", "templated": true }, { - "args": "(const ImVector src)", + "args": "(const ImVector_T src)", "argsT": [ { "name": "src", - "type": "const ImVector" + "type": "const ImVector_T " } ], "argsoriginal": "(const ImVector& src)", @@ -11627,9 +11910,9 @@ "constructor": true, "defaults": {}, "funcname": "ImVector", - "location": "imgui:1785", - "ov_cimguiname": "ImVector_ImVector_Vector", - "signature": "(const ImVector)", + "location": "imgui:1859", + "ov_cimguiname": "ImVector_ImVector_Vector_T_", + "signature": "(const ImVector_T )", "stname": "ImVector", "templated": true } @@ -11652,7 +11935,7 @@ "cimguiname": "ImVector__grow_capacity", "defaults": {}, "funcname": "_grow_capacity", - "location": "imgui:1811", + "location": "imgui:1885", "ov_cimguiname": "ImVector__grow_capacity", "ret": "int", "signature": "(int)const", @@ -11674,7 +11957,7 @@ "cimguiname": "ImVector_back", "defaults": {}, "funcname": "back", - "location": "imgui:1807", + "location": "imgui:1881", "ov_cimguiname": "ImVector_back_Nil", "ret": "T*", "retref": "&", @@ -11695,7 +11978,7 @@ "cimguiname": "ImVector_back", "defaults": {}, "funcname": "back", - "location": "imgui:1808", + "location": "imgui:1882", "ov_cimguiname": "ImVector_back__const", "ret": "const T*", "retref": "&", @@ -11718,7 +12001,7 @@ "cimguiname": "ImVector_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:1801", + "location": "imgui:1875", "ov_cimguiname": "ImVector_begin_Nil", "ret": "T*", "signature": "()", @@ -11738,7 +12021,7 @@ "cimguiname": "ImVector_begin", "defaults": {}, "funcname": "begin", - "location": "imgui:1802", + "location": "imgui:1876", "ov_cimguiname": "ImVector_begin__const", "ret": "const T*", "signature": "()const", @@ -11760,7 +12043,7 @@ "cimguiname": "ImVector_capacity", "defaults": {}, "funcname": "capacity", - "location": "imgui:1797", + "location": "imgui:1871", "ov_cimguiname": "ImVector_capacity", "ret": "int", "signature": "()const", @@ -11782,7 +12065,7 @@ "cimguiname": "ImVector_clear", "defaults": {}, "funcname": "clear", - "location": "imgui:1789", + "location": "imgui:1863", "ov_cimguiname": "ImVector_clear", "ret": "void", "signature": "()", @@ -11804,7 +12087,7 @@ "cimguiname": "ImVector_clear_delete", "defaults": {}, "funcname": "clear_delete", - "location": "imgui:1790", + "location": "imgui:1864", "ov_cimguiname": "ImVector_clear_delete", "ret": "void", "signature": "()", @@ -11826,7 +12109,7 @@ "cimguiname": "ImVector_clear_destruct", "defaults": {}, "funcname": "clear_destruct", - "location": "imgui:1791", + "location": "imgui:1865", "ov_cimguiname": "ImVector_clear_destruct", "ret": "void", "signature": "()", @@ -11852,7 +12135,7 @@ "cimguiname": "ImVector_contains", "defaults": {}, "funcname": "contains", - "location": "imgui:1825", + "location": "imgui:1899", "ov_cimguiname": "ImVector_contains", "ret": "bool", "signature": "(const T)const", @@ -11873,7 +12156,7 @@ "cimguiname": "ImVector_destroy", "defaults": {}, "destructor": true, - "location": "imgui:1787", + "location": "imgui:1861", "ov_cimguiname": "ImVector_destroy", "realdestructor": true, "ret": "void", @@ -11896,7 +12179,7 @@ "cimguiname": "ImVector_empty", "defaults": {}, "funcname": "empty", - "location": "imgui:1793", + "location": "imgui:1867", "ov_cimguiname": "ImVector_empty", "ret": "bool", "signature": "()const", @@ -11918,7 +12201,7 @@ "cimguiname": "ImVector_end", "defaults": {}, "funcname": "end", - "location": "imgui:1803", + "location": "imgui:1877", "ov_cimguiname": "ImVector_end_Nil", "ret": "T*", "signature": "()", @@ -11938,7 +12221,7 @@ "cimguiname": "ImVector_end", "defaults": {}, "funcname": "end", - "location": "imgui:1804", + "location": "imgui:1878", "ov_cimguiname": "ImVector_end__const", "ret": "const T*", "signature": "()const", @@ -11964,7 +12247,7 @@ "cimguiname": "ImVector_erase", "defaults": {}, "funcname": "erase", - "location": "imgui:1821", + "location": "imgui:1895", "ov_cimguiname": "ImVector_erase_Nil", "ret": "T*", "signature": "(const T*)", @@ -11992,7 +12275,7 @@ "cimguiname": "ImVector_erase", "defaults": {}, "funcname": "erase", - "location": "imgui:1822", + "location": "imgui:1896", "ov_cimguiname": "ImVector_erase_TPtr", "ret": "T*", "signature": "(const T*,const T*)", @@ -12018,7 +12301,7 @@ "cimguiname": "ImVector_erase_unsorted", "defaults": {}, "funcname": "erase_unsorted", - "location": "imgui:1823", + "location": "imgui:1897", "ov_cimguiname": "ImVector_erase_unsorted", "ret": "T*", "signature": "(const T*)", @@ -12044,7 +12327,7 @@ "cimguiname": "ImVector_find", "defaults": {}, "funcname": "find", - "location": "imgui:1826", + "location": "imgui:1900", "ov_cimguiname": "ImVector_find_Nil", "ret": "T*", "signature": "(const T)", @@ -12068,7 +12351,7 @@ "cimguiname": "ImVector_find", "defaults": {}, "funcname": "find", - "location": "imgui:1827", + "location": "imgui:1901", "ov_cimguiname": "ImVector_find__const", "ret": "const T*", "signature": "(const T)const", @@ -12094,7 +12377,7 @@ "cimguiname": "ImVector_find_erase", "defaults": {}, "funcname": "find_erase", - "location": "imgui:1828", + "location": "imgui:1902", "ov_cimguiname": "ImVector_find_erase", "ret": "bool", "signature": "(const T)", @@ -12120,7 +12403,7 @@ "cimguiname": "ImVector_find_erase_unsorted", "defaults": {}, "funcname": "find_erase_unsorted", - "location": "imgui:1829", + "location": "imgui:1903", "ov_cimguiname": "ImVector_find_erase_unsorted", "ret": "bool", "signature": "(const T)", @@ -12142,7 +12425,7 @@ "cimguiname": "ImVector_front", "defaults": {}, "funcname": "front", - "location": "imgui:1805", + "location": "imgui:1879", "ov_cimguiname": "ImVector_front_Nil", "ret": "T*", "retref": "&", @@ -12163,7 +12446,7 @@ "cimguiname": "ImVector_front", "defaults": {}, "funcname": "front", - "location": "imgui:1806", + "location": "imgui:1880", "ov_cimguiname": "ImVector_front__const", "ret": "const T*", "retref": "&", @@ -12190,7 +12473,7 @@ "cimguiname": "ImVector_index_from_ptr", "defaults": {}, "funcname": "index_from_ptr", - "location": "imgui:1830", + "location": "imgui:1904", "ov_cimguiname": "ImVector_index_from_ptr", "ret": "int", "signature": "(const T*)const", @@ -12220,7 +12503,7 @@ "cimguiname": "ImVector_insert", "defaults": {}, "funcname": "insert", - "location": "imgui:1824", + "location": "imgui:1898", "ov_cimguiname": "ImVector_insert", "ret": "T*", "signature": "(const T*,const T)", @@ -12242,7 +12525,7 @@ "cimguiname": "ImVector_max_size", "defaults": {}, "funcname": "max_size", - "location": "imgui:1796", + "location": "imgui:1870", "ov_cimguiname": "ImVector_max_size", "ret": "int", "signature": "()const", @@ -12264,7 +12547,7 @@ "cimguiname": "ImVector_pop_back", "defaults": {}, "funcname": "pop_back", - "location": "imgui:1819", + "location": "imgui:1893", "ov_cimguiname": "ImVector_pop_back", "ret": "void", "signature": "()", @@ -12290,7 +12573,7 @@ "cimguiname": "ImVector_push_back", "defaults": {}, "funcname": "push_back", - "location": "imgui:1818", + "location": "imgui:1892", "ov_cimguiname": "ImVector_push_back", "ret": "void", "signature": "(const T)", @@ -12316,7 +12599,7 @@ "cimguiname": "ImVector_push_front", "defaults": {}, "funcname": "push_front", - "location": "imgui:1820", + "location": "imgui:1894", "ov_cimguiname": "ImVector_push_front", "ret": "void", "signature": "(const T)", @@ -12342,7 +12625,7 @@ "cimguiname": "ImVector_reserve", "defaults": {}, "funcname": "reserve", - "location": "imgui:1815", + "location": "imgui:1889", "ov_cimguiname": "ImVector_reserve", "ret": "void", "signature": "(int)", @@ -12368,7 +12651,7 @@ "cimguiname": "ImVector_resize", "defaults": {}, "funcname": "resize", - "location": "imgui:1812", + "location": "imgui:1886", "ov_cimguiname": "ImVector_resize_Nil", "ret": "void", "signature": "(int)", @@ -12396,7 +12679,7 @@ "cimguiname": "ImVector_resize", "defaults": {}, "funcname": "resize", - "location": "imgui:1813", + "location": "imgui:1887", "ov_cimguiname": "ImVector_resize_T", "ret": "void", "signature": "(int,const T)", @@ -12422,7 +12705,7 @@ "cimguiname": "ImVector_shrink", "defaults": {}, "funcname": "shrink", - "location": "imgui:1814", + "location": "imgui:1888", "ov_cimguiname": "ImVector_shrink", "ret": "void", "signature": "(int)", @@ -12444,7 +12727,7 @@ "cimguiname": "ImVector_size", "defaults": {}, "funcname": "size", - "location": "imgui:1794", + "location": "imgui:1868", "ov_cimguiname": "ImVector_size", "ret": "int", "signature": "()const", @@ -12466,7 +12749,7 @@ "cimguiname": "ImVector_size_in_bytes", "defaults": {}, "funcname": "size_in_bytes", - "location": "imgui:1795", + "location": "imgui:1869", "ov_cimguiname": "ImVector_size_in_bytes", "ret": "int", "signature": "()const", @@ -12476,7 +12759,7 @@ ], "ImVector_swap": [ { - "args": "(ImVector* self,ImVector* rhs)", + "args": "(ImVector* self,ImVector_T * rhs)", "argsT": [ { "name": "self", @@ -12485,7 +12768,7 @@ { "name": "rhs", "reftoptr": true, - "type": "ImVector*" + "type": "ImVector_T *" } ], "argsoriginal": "(ImVector& rhs)", @@ -12493,10 +12776,10 @@ "cimguiname": "ImVector_swap", "defaults": {}, "funcname": "swap", - "location": "imgui:1809", + "location": "imgui:1883", "ov_cimguiname": "ImVector_swap", "ret": "void", - "signature": "(ImVector*)", + "signature": "(ImVector_T *)", "stname": "ImVector", "templated": true } @@ -12521,7 +12804,7 @@ "flags": "0" }, "funcname": "AcceptDragDropPayload", - "location": "imgui:844", + "location": "imgui:834", "namespace": "ImGui", "ov_cimguiname": "igAcceptDragDropPayload", "ret": "const ImGuiPayload*", @@ -12543,7 +12826,7 @@ "cimguiname": "igActivateItem", "defaults": {}, "funcname": "ActivateItem", - "location": "imgui_internal:2812", + "location": "imgui_internal:2876", "namespace": "ImGui", "ov_cimguiname": "igActivateItem", "ret": "void", @@ -12569,7 +12852,7 @@ "cimguiname": "igAddContextHook", "defaults": {}, "funcname": "AddContextHook", - "location": "imgui_internal:2688", + "location": "imgui_internal:2750", "namespace": "ImGui", "ov_cimguiname": "igAddContextHook", "ret": "ImGuiID", @@ -12586,7 +12869,7 @@ "cimguiname": "igAlignTextToFramePadding", "defaults": {}, "funcname": "AlignTextToFramePadding", - "location": "imgui:468", + "location": "imgui:457", "namespace": "ImGui", "ov_cimguiname": "igAlignTextToFramePadding", "ret": "void", @@ -12612,7 +12895,7 @@ "cimguiname": "igArrowButton", "defaults": {}, "funcname": "ArrowButton", - "location": "imgui:515", + "location": "imgui:504", "namespace": "ImGui", "ov_cimguiname": "igArrowButton", "ret": "bool", @@ -12648,7 +12931,7 @@ "flags": "0" }, "funcname": "ArrowButtonEx", - "location": "imgui_internal:3006", + "location": "imgui_internal:3077", "namespace": "ImGui", "ov_cimguiname": "igArrowButtonEx", "ret": "bool", @@ -12681,7 +12964,7 @@ "p_open": "NULL" }, "funcname": "Begin", - "location": "imgui:342", + "location": "imgui:331", "namespace": "ImGui", "ov_cimguiname": "igBegin", "ret": "bool", @@ -12719,7 +13002,7 @@ "size": "ImVec2(0,0)" }, "funcname": "BeginChild", - "location": "imgui:353", + "location": "imgui:342", "namespace": "ImGui", "ov_cimguiname": "igBeginChild_Str", "ret": "bool", @@ -12755,7 +13038,7 @@ "size": "ImVec2(0,0)" }, "funcname": "BeginChild", - "location": "imgui:354", + "location": "imgui:343", "namespace": "ImGui", "ov_cimguiname": "igBeginChild_ID", "ret": "bool", @@ -12793,7 +13076,7 @@ "cimguiname": "igBeginChildEx", "defaults": {}, "funcname": "BeginChildEx", - "location": "imgui_internal:2775", + "location": "imgui_internal:2838", "namespace": "ImGui", "ov_cimguiname": "igBeginChildEx", "ret": "bool", @@ -12825,7 +13108,7 @@ "flags": "0" }, "funcname": "BeginChildFrame", - "location": "imgui:905", + "location": "imgui:895", "namespace": "ImGui", "ov_cimguiname": "igBeginChildFrame", "ret": "bool", @@ -12857,7 +13140,7 @@ "flags": "0" }, "funcname": "BeginColumns", - "location": "imgui_internal:2894", + "location": "imgui_internal:2965", "namespace": "ImGui", "ov_cimguiname": "igBeginColumns", "ret": "void", @@ -12889,7 +13172,7 @@ "flags": "0" }, "funcname": "BeginCombo", - "location": "imgui:529", + "location": "imgui:518", "namespace": "ImGui", "ov_cimguiname": "igBeginCombo", "ret": "bool", @@ -12919,7 +13202,7 @@ "cimguiname": "igBeginComboPopup", "defaults": {}, "funcname": "BeginComboPopup", - "location": "imgui_internal:2795", + "location": "imgui_internal:2858", "namespace": "ImGui", "ov_cimguiname": "igBeginComboPopup", "ret": "bool", @@ -12936,7 +13219,7 @@ "cimguiname": "igBeginComboPreview", "defaults": {}, "funcname": "BeginComboPreview", - "location": "imgui_internal:2796", + "location": "imgui_internal:2859", "namespace": "ImGui", "ov_cimguiname": "igBeginComboPreview", "ret": "bool", @@ -12960,7 +13243,7 @@ "disabled": "true" }, "funcname": "BeginDisabled", - "location": "imgui:852", + "location": "imgui:842", "namespace": "ImGui", "ov_cimguiname": "igBeginDisabled", "ret": "void", @@ -12982,7 +13265,7 @@ "cimguiname": "igBeginDockableDragDropSource", "defaults": {}, "funcname": "BeginDockableDragDropSource", - "location": "imgui_internal:2859", + "location": "imgui_internal:2930", "namespace": "ImGui", "ov_cimguiname": "igBeginDockableDragDropSource", "ret": "void", @@ -13004,7 +13287,7 @@ "cimguiname": "igBeginDockableDragDropTarget", "defaults": {}, "funcname": "BeginDockableDragDropTarget", - "location": "imgui_internal:2860", + "location": "imgui_internal:2931", "namespace": "ImGui", "ov_cimguiname": "igBeginDockableDragDropTarget", "ret": "void", @@ -13030,7 +13313,7 @@ "cimguiname": "igBeginDocked", "defaults": {}, "funcname": "BeginDocked", - "location": "imgui_internal:2858", + "location": "imgui_internal:2929", "namespace": "ImGui", "ov_cimguiname": "igBeginDocked", "ret": "void", @@ -13054,7 +13337,7 @@ "flags": "0" }, "funcname": "BeginDragDropSource", - "location": "imgui:840", + "location": "imgui:830", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropSource", "ret": "bool", @@ -13071,7 +13354,7 @@ "cimguiname": "igBeginDragDropTarget", "defaults": {}, "funcname": "BeginDragDropTarget", - "location": "imgui:843", + "location": "imgui:833", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropTarget", "ret": "bool", @@ -13097,7 +13380,7 @@ "cimguiname": "igBeginDragDropTargetCustom", "defaults": {}, "funcname": "BeginDragDropTargetCustom", - "location": "imgui_internal:2888", + "location": "imgui_internal:2959", "namespace": "ImGui", "ov_cimguiname": "igBeginDragDropTargetCustom", "ret": "bool", @@ -13114,7 +13397,7 @@ "cimguiname": "igBeginGroup", "defaults": {}, "funcname": "BeginGroup", - "location": "imgui:457", + "location": "imgui:446", "namespace": "ImGui", "ov_cimguiname": "igBeginGroup", "ret": "void", @@ -13142,7 +13425,7 @@ "size": "ImVec2(0,0)" }, "funcname": "BeginListBox", - "location": "imgui:640", + "location": "imgui:630", "namespace": "ImGui", "ov_cimguiname": "igBeginListBox", "ret": "bool", @@ -13159,7 +13442,7 @@ "cimguiname": "igBeginMainMenuBar", "defaults": {}, "funcname": "BeginMainMenuBar", - "location": "imgui:666", + "location": "imgui:656", "namespace": "ImGui", "ov_cimguiname": "igBeginMainMenuBar", "ret": "bool", @@ -13187,7 +13470,7 @@ "enabled": "true" }, "funcname": "BeginMenu", - "location": "imgui:668", + "location": "imgui:658", "namespace": "ImGui", "ov_cimguiname": "igBeginMenu", "ret": "bool", @@ -13204,7 +13487,7 @@ "cimguiname": "igBeginMenuBar", "defaults": {}, "funcname": "BeginMenuBar", - "location": "imgui:664", + "location": "imgui:654", "namespace": "ImGui", "ov_cimguiname": "igBeginMenuBar", "ret": "bool", @@ -13236,7 +13519,7 @@ "enabled": "true" }, "funcname": "BeginMenuEx", - "location": "imgui_internal:2791", + "location": "imgui_internal:2854", "namespace": "ImGui", "ov_cimguiname": "igBeginMenuEx", "ret": "bool", @@ -13264,7 +13547,7 @@ "flags": "0" }, "funcname": "BeginPopup", - "location": "imgui:692", + "location": "imgui:682", "namespace": "ImGui", "ov_cimguiname": "igBeginPopup", "ret": "bool", @@ -13293,7 +13576,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextItem", - "location": "imgui:713", + "location": "imgui:704", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextItem", "ret": "bool", @@ -13322,7 +13605,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextVoid", - "location": "imgui:715", + "location": "imgui:706", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextVoid", "ret": "bool", @@ -13351,7 +13634,7 @@ "str_id": "NULL" }, "funcname": "BeginPopupContextWindow", - "location": "imgui:714", + "location": "imgui:705", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupContextWindow", "ret": "bool", @@ -13377,7 +13660,7 @@ "cimguiname": "igBeginPopupEx", "defaults": {}, "funcname": "BeginPopupEx", - "location": "imgui_internal:2781", + "location": "imgui_internal:2844", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupEx", "ret": "bool", @@ -13410,7 +13693,7 @@ "p_open": "NULL" }, "funcname": "BeginPopupModal", - "location": "imgui:693", + "location": "imgui:683", "namespace": "ImGui", "ov_cimguiname": "igBeginPopupModal", "ret": "bool", @@ -13438,7 +13721,7 @@ "flags": "0" }, "funcname": "BeginTabBar", - "location": "imgui:798", + "location": "imgui:788", "namespace": "ImGui", "ov_cimguiname": "igBeginTabBar", "ret": "bool", @@ -13472,7 +13755,7 @@ "cimguiname": "igBeginTabBarEx", "defaults": {}, "funcname": "BeginTabBarEx", - "location": "imgui_internal:2956", + "location": "imgui_internal:3027", "namespace": "ImGui", "ov_cimguiname": "igBeginTabBarEx", "ret": "bool", @@ -13505,7 +13788,7 @@ "p_open": "NULL" }, "funcname": "BeginTabItem", - "location": "imgui:800", + "location": "imgui:790", "namespace": "ImGui", "ov_cimguiname": "igBeginTabItem", "ret": "bool", @@ -13547,7 +13830,7 @@ "outer_size": "ImVec2(0.0f,0.0f)" }, "funcname": "BeginTable", - "location": "imgui:748", + "location": "imgui:738", "namespace": "ImGui", "ov_cimguiname": "igBeginTable", "ret": "bool", @@ -13593,7 +13876,7 @@ "outer_size": "ImVec2(0,0)" }, "funcname": "BeginTableEx", - "location": "imgui_internal:2916", + "location": "imgui_internal:2987", "namespace": "ImGui", "ov_cimguiname": "igBeginTableEx", "ret": "bool", @@ -13610,7 +13893,7 @@ "cimguiname": "igBeginTooltip", "defaults": {}, "funcname": "BeginTooltip", - "location": "imgui:675", + "location": "imgui:665", "namespace": "ImGui", "ov_cimguiname": "igBeginTooltip", "ret": "void", @@ -13636,7 +13919,7 @@ "cimguiname": "igBeginTooltipEx", "defaults": {}, "funcname": "BeginTooltipEx", - "location": "imgui_internal:2782", + "location": "imgui_internal:2845", "namespace": "ImGui", "ov_cimguiname": "igBeginTooltipEx", "ret": "void", @@ -13674,7 +13957,7 @@ "cimguiname": "igBeginViewportSideBar", "defaults": {}, "funcname": "BeginViewportSideBar", - "location": "imgui_internal:2790", + "location": "imgui_internal:2853", "namespace": "ImGui", "ov_cimguiname": "igBeginViewportSideBar", "ret": "bool", @@ -13696,7 +13979,7 @@ "cimguiname": "igBringWindowToDisplayBack", "defaults": {}, "funcname": "BringWindowToDisplayBack", - "location": "imgui_internal:2666", + "location": "imgui_internal:2727", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayBack", "ret": "void", @@ -13722,7 +14005,7 @@ "cimguiname": "igBringWindowToDisplayBehind", "defaults": {}, "funcname": "BringWindowToDisplayBehind", - "location": "imgui_internal:2667", + "location": "imgui_internal:2728", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayBehind", "ret": "void", @@ -13744,7 +14027,7 @@ "cimguiname": "igBringWindowToDisplayFront", "defaults": {}, "funcname": "BringWindowToDisplayFront", - "location": "imgui_internal:2665", + "location": "imgui_internal:2726", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToDisplayFront", "ret": "void", @@ -13766,7 +14049,7 @@ "cimguiname": "igBringWindowToFocusFront", "defaults": {}, "funcname": "BringWindowToFocusFront", - "location": "imgui_internal:2664", + "location": "imgui_internal:2725", "namespace": "ImGui", "ov_cimguiname": "igBringWindowToFocusFront", "ret": "void", @@ -13783,7 +14066,7 @@ "cimguiname": "igBullet", "defaults": {}, "funcname": "Bullet", - "location": "imgui:524", + "location": "imgui:513", "namespace": "ImGui", "ov_cimguiname": "igBullet", "ret": "void", @@ -13810,7 +14093,7 @@ "defaults": {}, "funcname": "BulletText", "isvararg": "...)", - "location": "imgui:506", + "location": "imgui:495", "namespace": "ImGui", "ov_cimguiname": "igBulletText", "ret": "void", @@ -13836,7 +14119,7 @@ "cimguiname": "igBulletTextV", "defaults": {}, "funcname": "BulletTextV", - "location": "imgui:507", + "location": "imgui:496", "namespace": "ImGui", "ov_cimguiname": "igBulletTextV", "ret": "void", @@ -13864,7 +14147,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Button", - "location": "imgui:512", + "location": "imgui:501", "namespace": "ImGui", "ov_cimguiname": "igButton", "ret": "bool", @@ -13904,7 +14187,7 @@ "flags": "0" }, "funcname": "ButtonBehavior", - "location": "imgui_internal:3019", + "location": "imgui_internal:3090", "namespace": "ImGui", "ov_cimguiname": "igButtonBehavior", "ret": "bool", @@ -13937,7 +14220,7 @@ "size_arg": "ImVec2(0,0)" }, "funcname": "ButtonEx", - "location": "imgui_internal:3003", + "location": "imgui_internal:3074", "namespace": "ImGui", "ov_cimguiname": "igButtonEx", "ret": "bool", @@ -13971,7 +14254,7 @@ "cimguiname": "igCalcItemSize", "defaults": {}, "funcname": "CalcItemSize", - "location": "imgui_internal:2746", + "location": "imgui_internal:2809", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcItemSize", @@ -13989,7 +14272,7 @@ "cimguiname": "igCalcItemWidth", "defaults": {}, "funcname": "CalcItemWidth", - "location": "imgui:429", + "location": "imgui:418", "namespace": "ImGui", "ov_cimguiname": "igCalcItemWidth", "ret": "float", @@ -14019,7 +14302,7 @@ "cimguiname": "igCalcRoundingFlagsForRectInRect", "defaults": {}, "funcname": "CalcRoundingFlagsForRectInRect", - "location": "imgui_internal:2993", + "location": "imgui_internal:3064", "namespace": "ImGui", "ov_cimguiname": "igCalcRoundingFlagsForRectInRect", "ret": "ImDrawFlags", @@ -14061,7 +14344,7 @@ "wrap_width": "-1.0f" }, "funcname": "CalcTextSize", - "location": "imgui:909", + "location": "imgui:899", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcTextSize", @@ -14096,7 +14379,7 @@ "cimguiname": "igCalcTypematicRepeatAmount", "defaults": {}, "funcname": "CalcTypematicRepeatAmount", - "location": "imgui_internal:2811", + "location": "imgui_internal:2875", "namespace": "ImGui", "ov_cimguiname": "igCalcTypematicRepeatAmount", "ret": "int", @@ -14122,7 +14405,7 @@ "cimguiname": "igCalcWindowNextAutoFitSize", "defaults": {}, "funcname": "CalcWindowNextAutoFitSize", - "location": "imgui_internal:2649", + "location": "imgui_internal:2710", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igCalcWindowNextAutoFitSize", @@ -14149,7 +14432,7 @@ "cimguiname": "igCalcWrapWidthForPos", "defaults": {}, "funcname": "CalcWrapWidthForPos", - "location": "imgui_internal:2747", + "location": "imgui_internal:2810", "namespace": "ImGui", "ov_cimguiname": "igCalcWrapWidthForPos", "ret": "float", @@ -14175,7 +14458,7 @@ "cimguiname": "igCallContextHooks", "defaults": {}, "funcname": "CallContextHooks", - "location": "imgui_internal:2690", + "location": "imgui_internal:2752", "namespace": "ImGui", "ov_cimguiname": "igCallContextHooks", "ret": "void", @@ -14199,7 +14482,7 @@ "want_capture_keyboard_value": "true" }, "funcname": "CaptureKeyboardFromApp", - "location": "imgui:925", + "location": "imgui:918", "namespace": "ImGui", "ov_cimguiname": "igCaptureKeyboardFromApp", "ret": "void", @@ -14223,7 +14506,7 @@ "want_capture_mouse_value": "true" }, "funcname": "CaptureMouseFromApp", - "location": "imgui:946", + "location": "imgui:939", "namespace": "ImGui", "ov_cimguiname": "igCaptureMouseFromApp", "ret": "void", @@ -14249,7 +14532,7 @@ "cimguiname": "igCheckbox", "defaults": {}, "funcname": "Checkbox", - "location": "imgui:518", + "location": "imgui:507", "namespace": "ImGui", "ov_cimguiname": "igCheckbox", "ret": "bool", @@ -14279,7 +14562,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui:519", + "location": "imgui:508", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_IntPtr", "ret": "bool", @@ -14307,7 +14590,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui:520", + "location": "imgui:509", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_UintPtr", "ret": "bool", @@ -14335,7 +14618,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui_internal:3015", + "location": "imgui_internal:3086", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_S64Ptr", "ret": "bool", @@ -14363,7 +14646,7 @@ "cimguiname": "igCheckboxFlags", "defaults": {}, "funcname": "CheckboxFlags", - "location": "imgui_internal:3016", + "location": "imgui_internal:3087", "namespace": "ImGui", "ov_cimguiname": "igCheckboxFlags_U64Ptr", "ret": "bool", @@ -14380,7 +14663,7 @@ "cimguiname": "igClearActiveID", "defaults": {}, "funcname": "ClearActiveID", - "location": "imgui_internal:2731", + "location": "imgui_internal:2794", "namespace": "ImGui", "ov_cimguiname": "igClearActiveID", "ret": "void", @@ -14397,7 +14680,7 @@ "cimguiname": "igClearDragDrop", "defaults": {}, "funcname": "ClearDragDrop", - "location": "imgui_internal:2889", + "location": "imgui_internal:2960", "namespace": "ImGui", "ov_cimguiname": "igClearDragDrop", "ret": "void", @@ -14414,7 +14697,7 @@ "cimguiname": "igClearIniSettings", "defaults": {}, "funcname": "ClearIniSettings", - "location": "imgui_internal:2702", + "location": "imgui_internal:2765", "namespace": "ImGui", "ov_cimguiname": "igClearIniSettings", "ret": "void", @@ -14440,7 +14723,7 @@ "cimguiname": "igCloseButton", "defaults": {}, "funcname": "CloseButton", - "location": "imgui_internal:3004", + "location": "imgui_internal:3075", "namespace": "ImGui", "ov_cimguiname": "igCloseButton", "ret": "bool", @@ -14457,7 +14740,7 @@ "cimguiname": "igCloseCurrentPopup", "defaults": {}, "funcname": "CloseCurrentPopup", - "location": "imgui:706", + "location": "imgui:697", "namespace": "ImGui", "ov_cimguiname": "igCloseCurrentPopup", "ret": "void", @@ -14483,7 +14766,7 @@ "cimguiname": "igClosePopupToLevel", "defaults": {}, "funcname": "ClosePopupToLevel", - "location": "imgui_internal:2777", + "location": "imgui_internal:2840", "namespace": "ImGui", "ov_cimguiname": "igClosePopupToLevel", "ret": "void", @@ -14500,7 +14783,7 @@ "cimguiname": "igClosePopupsExceptModals", "defaults": {}, "funcname": "ClosePopupsExceptModals", - "location": "imgui_internal:2779", + "location": "imgui_internal:2842", "namespace": "ImGui", "ov_cimguiname": "igClosePopupsExceptModals", "ret": "void", @@ -14526,7 +14809,7 @@ "cimguiname": "igClosePopupsOverWindow", "defaults": {}, "funcname": "ClosePopupsOverWindow", - "location": "imgui_internal:2778", + "location": "imgui_internal:2841", "namespace": "ImGui", "ov_cimguiname": "igClosePopupsOverWindow", "ret": "void", @@ -14556,7 +14839,7 @@ "cimguiname": "igCollapseButton", "defaults": {}, "funcname": "CollapseButton", - "location": "imgui_internal:3005", + "location": "imgui_internal:3076", "namespace": "ImGui", "ov_cimguiname": "igCollapseButton", "ret": "bool", @@ -14584,7 +14867,7 @@ "flags": "0" }, "funcname": "CollapsingHeader", - "location": "imgui:624", + "location": "imgui:614", "namespace": "ImGui", "ov_cimguiname": "igCollapsingHeader_TreeNodeFlags", "ret": "bool", @@ -14614,7 +14897,7 @@ "flags": "0" }, "funcname": "CollapsingHeader", - "location": "imgui:625", + "location": "imgui:615", "namespace": "ImGui", "ov_cimguiname": "igCollapsingHeader_BoolPtr", "ret": "bool", @@ -14651,7 +14934,7 @@ "size": "ImVec2(0,0)" }, "funcname": "ColorButton", - "location": "imgui:605", + "location": "imgui:595", "namespace": "ImGui", "ov_cimguiname": "igColorButton", "ret": "bool", @@ -14673,7 +14956,7 @@ "cimguiname": "igColorConvertFloat4ToU32", "defaults": {}, "funcname": "ColorConvertFloat4ToU32", - "location": "imgui:913", + "location": "imgui:903", "namespace": "ImGui", "ov_cimguiname": "igColorConvertFloat4ToU32", "ret": "ImU32", @@ -14718,7 +15001,7 @@ "cimguiname": "igColorConvertHSVtoRGB", "defaults": {}, "funcname": "ColorConvertHSVtoRGB", - "location": "imgui:915", + "location": "imgui:905", "namespace": "ImGui", "ov_cimguiname": "igColorConvertHSVtoRGB", "ret": "void", @@ -14763,7 +15046,7 @@ "cimguiname": "igColorConvertRGBtoHSV", "defaults": {}, "funcname": "ColorConvertRGBtoHSV", - "location": "imgui:914", + "location": "imgui:904", "namespace": "ImGui", "ov_cimguiname": "igColorConvertRGBtoHSV", "ret": "void", @@ -14789,7 +15072,7 @@ "cimguiname": "igColorConvertU32ToFloat4", "defaults": {}, "funcname": "ColorConvertU32ToFloat4", - "location": "imgui:912", + "location": "imgui:902", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igColorConvertU32ToFloat4", @@ -14822,7 +15105,7 @@ "flags": "0" }, "funcname": "ColorEdit3", - "location": "imgui:601", + "location": "imgui:591", "namespace": "ImGui", "ov_cimguiname": "igColorEdit3", "ret": "bool", @@ -14854,7 +15137,7 @@ "flags": "0" }, "funcname": "ColorEdit4", - "location": "imgui:602", + "location": "imgui:592", "namespace": "ImGui", "ov_cimguiname": "igColorEdit4", "ret": "bool", @@ -14880,7 +15163,7 @@ "cimguiname": "igColorEditOptionsPopup", "defaults": {}, "funcname": "ColorEditOptionsPopup", - "location": "imgui_internal:3054", + "location": "imgui_internal:3125", "namespace": "ImGui", "ov_cimguiname": "igColorEditOptionsPopup", "ret": "void", @@ -14912,7 +15195,7 @@ "flags": "0" }, "funcname": "ColorPicker3", - "location": "imgui:603", + "location": "imgui:593", "namespace": "ImGui", "ov_cimguiname": "igColorPicker3", "ret": "bool", @@ -14949,7 +15232,7 @@ "ref_col": "NULL" }, "funcname": "ColorPicker4", - "location": "imgui:604", + "location": "imgui:594", "namespace": "ImGui", "ov_cimguiname": "igColorPicker4", "ret": "bool", @@ -14975,7 +15258,7 @@ "cimguiname": "igColorPickerOptionsPopup", "defaults": {}, "funcname": "ColorPickerOptionsPopup", - "location": "imgui_internal:3055", + "location": "imgui_internal:3126", "namespace": "ImGui", "ov_cimguiname": "igColorPickerOptionsPopup", "ret": "void", @@ -15005,7 +15288,7 @@ "cimguiname": "igColorTooltip", "defaults": {}, "funcname": "ColorTooltip", - "location": "imgui_internal:3053", + "location": "imgui_internal:3124", "namespace": "ImGui", "ov_cimguiname": "igColorTooltip", "ret": "void", @@ -15039,7 +15322,7 @@ "id": "NULL" }, "funcname": "Columns", - "location": "imgui:787", + "location": "imgui:777", "namespace": "ImGui", "ov_cimguiname": "igColumns", "ret": "void", @@ -15079,7 +15362,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:531", + "location": "imgui:520", "namespace": "ImGui", "ov_cimguiname": "igCombo_Str_arr", "ret": "bool", @@ -15113,7 +15396,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:532", + "location": "imgui:521", "namespace": "ImGui", "ov_cimguiname": "igCombo_Str", "ret": "bool", @@ -15157,7 +15440,7 @@ "popup_max_height_in_items": "-1" }, "funcname": "Combo", - "location": "imgui:533", + "location": "imgui:522", "namespace": "ImGui", "ov_cimguiname": "igCombo_FnBoolPtr", "ret": "bool", @@ -15181,7 +15464,7 @@ "shared_font_atlas": "NULL" }, "funcname": "CreateContext", - "location": "imgui:301", + "location": "imgui:290", "namespace": "ImGui", "ov_cimguiname": "igCreateContext", "ret": "ImGuiContext*", @@ -15203,7 +15486,7 @@ "cimguiname": "igCreateNewWindowSettings", "defaults": {}, "funcname": "CreateNewWindowSettings", - "location": "imgui_internal:2703", + "location": "imgui_internal:2766", "namespace": "ImGui", "ov_cimguiname": "igCreateNewWindowSettings", "ret": "ImGuiWindowSettings*", @@ -15211,6 +15494,40 @@ "stname": "" } ], + "igDataTypeApplyFromText": [ + { + "args": "(const char* buf,ImGuiDataType data_type,void* p_data,const char* format)", + "argsT": [ + { + "name": "buf", + "type": "const char*" + }, + { + "name": "data_type", + "type": "ImGuiDataType" + }, + { + "name": "p_data", + "type": "void*" + }, + { + "name": "format", + "type": "const char*" + } + ], + "argsoriginal": "(const char* buf,ImGuiDataType data_type,void* p_data,const char* format)", + "call_args": "(buf,data_type,p_data,format)", + "cimguiname": "igDataTypeApplyFromText", + "defaults": {}, + "funcname": "DataTypeApplyFromText", + "location": "imgui_internal:3112", + "namespace": "ImGui", + "ov_cimguiname": "igDataTypeApplyFromText", + "ret": "bool", + "signature": "(const char*,ImGuiDataType,void*,const char*)", + "stname": "" + } + ], "igDataTypeApplyOp": [ { "args": "(ImGuiDataType data_type,int op,void* output,const void* arg_1,const void* arg_2)", @@ -15241,7 +15558,7 @@ "cimguiname": "igDataTypeApplyOp", "defaults": {}, "funcname": "DataTypeApplyOp", - "location": "imgui_internal:3040", + "location": "imgui_internal:3111", "namespace": "ImGui", "ov_cimguiname": "igDataTypeApplyOp", "ret": "void", @@ -15249,44 +15566,6 @@ "stname": "" } ], - "igDataTypeApplyOpFromText": [ - { - "args": "(const char* buf,const char* initial_value_buf,ImGuiDataType data_type,void* p_data,const char* format)", - "argsT": [ - { - "name": "buf", - "type": "const char*" - }, - { - "name": "initial_value_buf", - "type": "const char*" - }, - { - "name": "data_type", - "type": "ImGuiDataType" - }, - { - "name": "p_data", - "type": "void*" - }, - { - "name": "format", - "type": "const char*" - } - ], - "argsoriginal": "(const char* buf,const char* initial_value_buf,ImGuiDataType data_type,void* p_data,const char* format)", - "call_args": "(buf,initial_value_buf,data_type,p_data,format)", - "cimguiname": "igDataTypeApplyOpFromText", - "defaults": {}, - "funcname": "DataTypeApplyOpFromText", - "location": "imgui_internal:3041", - "namespace": "ImGui", - "ov_cimguiname": "igDataTypeApplyOpFromText", - "ret": "bool", - "signature": "(const char*,const char*,ImGuiDataType,void*,const char*)", - "stname": "" - } - ], "igDataTypeClamp": [ { "args": "(ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max)", @@ -15313,7 +15592,7 @@ "cimguiname": "igDataTypeClamp", "defaults": {}, "funcname": "DataTypeClamp", - "location": "imgui_internal:3043", + "location": "imgui_internal:3114", "namespace": "ImGui", "ov_cimguiname": "igDataTypeClamp", "ret": "bool", @@ -15343,7 +15622,7 @@ "cimguiname": "igDataTypeCompare", "defaults": {}, "funcname": "DataTypeCompare", - "location": "imgui_internal:3042", + "location": "imgui_internal:3113", "namespace": "ImGui", "ov_cimguiname": "igDataTypeCompare", "ret": "int", @@ -15381,7 +15660,7 @@ "cimguiname": "igDataTypeFormatString", "defaults": {}, "funcname": "DataTypeFormatString", - "location": "imgui_internal:3039", + "location": "imgui_internal:3110", "namespace": "ImGui", "ov_cimguiname": "igDataTypeFormatString", "ret": "int", @@ -15403,7 +15682,7 @@ "cimguiname": "igDataTypeGetInfo", "defaults": {}, "funcname": "DataTypeGetInfo", - "location": "imgui_internal:3038", + "location": "imgui_internal:3109", "namespace": "ImGui", "ov_cimguiname": "igDataTypeGetInfo", "ret": "const ImGuiDataTypeInfo*", @@ -15449,7 +15728,7 @@ "cimguiname": "igDebugCheckVersionAndDataLayout", "defaults": {}, "funcname": "DebugCheckVersionAndDataLayout", - "location": "imgui:964", + "location": "imgui:957", "namespace": "ImGui", "ov_cimguiname": "igDebugCheckVersionAndDataLayout", "ret": "bool", @@ -15473,7 +15752,7 @@ "col": "4278190335" }, "funcname": "DebugDrawItemRect", - "location": "imgui_internal:3072", + "location": "imgui_internal:3143", "namespace": "ImGui", "ov_cimguiname": "igDebugDrawItemRect", "ret": "void", @@ -15507,7 +15786,7 @@ "cimguiname": "igDebugHookIdInfo", "defaults": {}, "funcname": "DebugHookIdInfo", - "location": "imgui_internal:3076", + "location": "imgui_internal:3147", "namespace": "ImGui", "ov_cimguiname": "igDebugHookIdInfo", "ret": "void", @@ -15529,7 +15808,7 @@ "cimguiname": "igDebugNodeColumns", "defaults": {}, "funcname": "DebugNodeColumns", - "location": "imgui_internal:3077", + "location": "imgui_internal:3148", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeColumns", "ret": "void", @@ -15555,7 +15834,7 @@ "cimguiname": "igDebugNodeDockNode", "defaults": {}, "funcname": "DebugNodeDockNode", - "location": "imgui_internal:3078", + "location": "imgui_internal:3149", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDockNode", "ret": "void", @@ -15593,7 +15872,7 @@ "cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox", "defaults": {}, "funcname": "DebugNodeDrawCmdShowMeshAndBoundingBox", - "location": "imgui_internal:3080", + "location": "imgui_internal:3151", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox", "ret": "void", @@ -15627,7 +15906,7 @@ "cimguiname": "igDebugNodeDrawList", "defaults": {}, "funcname": "DebugNodeDrawList", - "location": "imgui_internal:3079", + "location": "imgui_internal:3150", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeDrawList", "ret": "void", @@ -15649,7 +15928,7 @@ "cimguiname": "igDebugNodeFont", "defaults": {}, "funcname": "DebugNodeFont", - "location": "imgui_internal:3081", + "location": "imgui_internal:3152", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeFont", "ret": "void", @@ -15675,7 +15954,7 @@ "cimguiname": "igDebugNodeStorage", "defaults": {}, "funcname": "DebugNodeStorage", - "location": "imgui_internal:3082", + "location": "imgui_internal:3153", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeStorage", "ret": "void", @@ -15701,7 +15980,7 @@ "cimguiname": "igDebugNodeTabBar", "defaults": {}, "funcname": "DebugNodeTabBar", - "location": "imgui_internal:3083", + "location": "imgui_internal:3154", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTabBar", "ret": "void", @@ -15723,7 +16002,7 @@ "cimguiname": "igDebugNodeTable", "defaults": {}, "funcname": "DebugNodeTable", - "location": "imgui_internal:3084", + "location": "imgui_internal:3155", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTable", "ret": "void", @@ -15745,7 +16024,7 @@ "cimguiname": "igDebugNodeTableSettings", "defaults": {}, "funcname": "DebugNodeTableSettings", - "location": "imgui_internal:3085", + "location": "imgui_internal:3156", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeTableSettings", "ret": "void", @@ -15767,7 +16046,7 @@ "cimguiname": "igDebugNodeViewport", "defaults": {}, "funcname": "DebugNodeViewport", - "location": "imgui_internal:3090", + "location": "imgui_internal:3161", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeViewport", "ret": "void", @@ -15793,7 +16072,7 @@ "cimguiname": "igDebugNodeWindow", "defaults": {}, "funcname": "DebugNodeWindow", - "location": "imgui_internal:3086", + "location": "imgui_internal:3157", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindow", "ret": "void", @@ -15815,7 +16094,7 @@ "cimguiname": "igDebugNodeWindowSettings", "defaults": {}, "funcname": "DebugNodeWindowSettings", - "location": "imgui_internal:3087", + "location": "imgui_internal:3158", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowSettings", "ret": "void", @@ -15841,7 +16120,7 @@ "cimguiname": "igDebugNodeWindowsList", "defaults": {}, "funcname": "DebugNodeWindowsList", - "location": "imgui_internal:3088", + "location": "imgui_internal:3159", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowsList", "ret": "void", @@ -15871,7 +16150,7 @@ "cimguiname": "igDebugNodeWindowsListByBeginStackParent", "defaults": {}, "funcname": "DebugNodeWindowsListByBeginStackParent", - "location": "imgui_internal:3089", + "location": "imgui_internal:3160", "namespace": "ImGui", "ov_cimguiname": "igDebugNodeWindowsListByBeginStackParent", "ret": "void", @@ -15901,7 +16180,7 @@ "cimguiname": "igDebugRenderViewportThumbnail", "defaults": {}, "funcname": "DebugRenderViewportThumbnail", - "location": "imgui_internal:3091", + "location": "imgui_internal:3162", "namespace": "ImGui", "ov_cimguiname": "igDebugRenderViewportThumbnail", "ret": "void", @@ -15918,7 +16197,7 @@ "cimguiname": "igDebugStartItemPicker", "defaults": {}, "funcname": "DebugStartItemPicker", - "location": "imgui_internal:3073", + "location": "imgui_internal:3144", "namespace": "ImGui", "ov_cimguiname": "igDebugStartItemPicker", "ret": "void", @@ -15942,7 +16221,7 @@ "ctx": "NULL" }, "funcname": "DestroyContext", - "location": "imgui:302", + "location": "imgui:291", "namespace": "ImGui", "ov_cimguiname": "igDestroyContext", "ret": "void", @@ -15964,7 +16243,7 @@ "cimguiname": "igDestroyPlatformWindow", "defaults": {}, "funcname": "DestroyPlatformWindow", - "location": "imgui_internal:2695", + "location": "imgui_internal:2757", "namespace": "ImGui", "ov_cimguiname": "igDestroyPlatformWindow", "ret": "void", @@ -15981,7 +16260,7 @@ "cimguiname": "igDestroyPlatformWindows", "defaults": {}, "funcname": "DestroyPlatformWindows", - "location": "imgui:981", + "location": "imgui:974", "namespace": "ImGui", "ov_cimguiname": "igDestroyPlatformWindows", "ret": "void", @@ -16010,7 +16289,7 @@ "node_id": "0" }, "funcname": "DockBuilderAddNode", - "location": "imgui_internal:2875", + "location": "imgui_internal:2946", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderAddNode", "ret": "ImGuiID", @@ -16040,7 +16319,7 @@ "cimguiname": "igDockBuilderCopyDockSpace", "defaults": {}, "funcname": "DockBuilderCopyDockSpace", - "location": "imgui_internal:2882", + "location": "imgui_internal:2953", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyDockSpace", "ret": "void", @@ -16070,7 +16349,7 @@ "cimguiname": "igDockBuilderCopyNode", "defaults": {}, "funcname": "DockBuilderCopyNode", - "location": "imgui_internal:2883", + "location": "imgui_internal:2954", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyNode", "ret": "void", @@ -16096,7 +16375,7 @@ "cimguiname": "igDockBuilderCopyWindowSettings", "defaults": {}, "funcname": "DockBuilderCopyWindowSettings", - "location": "imgui_internal:2884", + "location": "imgui_internal:2955", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderCopyWindowSettings", "ret": "void", @@ -16122,7 +16401,7 @@ "cimguiname": "igDockBuilderDockWindow", "defaults": {}, "funcname": "DockBuilderDockWindow", - "location": "imgui_internal:2872", + "location": "imgui_internal:2943", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderDockWindow", "ret": "void", @@ -16144,7 +16423,7 @@ "cimguiname": "igDockBuilderFinish", "defaults": {}, "funcname": "DockBuilderFinish", - "location": "imgui_internal:2885", + "location": "imgui_internal:2956", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderFinish", "ret": "void", @@ -16166,7 +16445,7 @@ "cimguiname": "igDockBuilderGetCentralNode", "defaults": {}, "funcname": "DockBuilderGetCentralNode", - "location": "imgui_internal:2874", + "location": "imgui_internal:2945", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderGetCentralNode", "ret": "ImGuiDockNode*", @@ -16188,7 +16467,7 @@ "cimguiname": "igDockBuilderGetNode", "defaults": {}, "funcname": "DockBuilderGetNode", - "location": "imgui_internal:2873", + "location": "imgui_internal:2944", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderGetNode", "ret": "ImGuiDockNode*", @@ -16210,7 +16489,7 @@ "cimguiname": "igDockBuilderRemoveNode", "defaults": {}, "funcname": "DockBuilderRemoveNode", - "location": "imgui_internal:2876", + "location": "imgui_internal:2947", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNode", "ret": "void", @@ -16232,7 +16511,7 @@ "cimguiname": "igDockBuilderRemoveNodeChildNodes", "defaults": {}, "funcname": "DockBuilderRemoveNodeChildNodes", - "location": "imgui_internal:2878", + "location": "imgui_internal:2949", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNodeChildNodes", "ret": "void", @@ -16260,7 +16539,7 @@ "clear_settings_refs": "true" }, "funcname": "DockBuilderRemoveNodeDockedWindows", - "location": "imgui_internal:2877", + "location": "imgui_internal:2948", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderRemoveNodeDockedWindows", "ret": "void", @@ -16286,7 +16565,7 @@ "cimguiname": "igDockBuilderSetNodePos", "defaults": {}, "funcname": "DockBuilderSetNodePos", - "location": "imgui_internal:2879", + "location": "imgui_internal:2950", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSetNodePos", "ret": "void", @@ -16312,7 +16591,7 @@ "cimguiname": "igDockBuilderSetNodeSize", "defaults": {}, "funcname": "DockBuilderSetNodeSize", - "location": "imgui_internal:2880", + "location": "imgui_internal:2951", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSetNodeSize", "ret": "void", @@ -16350,7 +16629,7 @@ "cimguiname": "igDockBuilderSplitNode", "defaults": {}, "funcname": "DockBuilderSplitNode", - "location": "imgui_internal:2881", + "location": "imgui_internal:2952", "namespace": "ImGui", "ov_cimguiname": "igDockBuilderSplitNode", "ret": "ImGuiID", @@ -16392,7 +16671,7 @@ "cimguiname": "igDockContextCalcDropPosForDocking", "defaults": {}, "funcname": "DockContextCalcDropPosForDocking", - "location": "imgui_internal:2849", + "location": "imgui_internal:2920", "namespace": "ImGui", "ov_cimguiname": "igDockContextCalcDropPosForDocking", "ret": "bool", @@ -16422,7 +16701,7 @@ "cimguiname": "igDockContextClearNodes", "defaults": {}, "funcname": "DockContextClearNodes", - "location": "imgui_internal:2840", + "location": "imgui_internal:2911", "namespace": "ImGui", "ov_cimguiname": "igDockContextClearNodes", "ret": "void", @@ -16444,7 +16723,7 @@ "cimguiname": "igDockContextEndFrame", "defaults": {}, "funcname": "DockContextEndFrame", - "location": "imgui_internal:2844", + "location": "imgui_internal:2915", "namespace": "ImGui", "ov_cimguiname": "igDockContextEndFrame", "ret": "void", @@ -16466,7 +16745,7 @@ "cimguiname": "igDockContextGenNodeID", "defaults": {}, "funcname": "DockContextGenNodeID", - "location": "imgui_internal:2845", + "location": "imgui_internal:2916", "namespace": "ImGui", "ov_cimguiname": "igDockContextGenNodeID", "ret": "ImGuiID", @@ -16488,7 +16767,7 @@ "cimguiname": "igDockContextInitialize", "defaults": {}, "funcname": "DockContextInitialize", - "location": "imgui_internal:2838", + "location": "imgui_internal:2909", "namespace": "ImGui", "ov_cimguiname": "igDockContextInitialize", "ret": "void", @@ -16510,7 +16789,7 @@ "cimguiname": "igDockContextNewFrameUpdateDocking", "defaults": {}, "funcname": "DockContextNewFrameUpdateDocking", - "location": "imgui_internal:2843", + "location": "imgui_internal:2914", "namespace": "ImGui", "ov_cimguiname": "igDockContextNewFrameUpdateDocking", "ret": "void", @@ -16532,7 +16811,7 @@ "cimguiname": "igDockContextNewFrameUpdateUndocking", "defaults": {}, "funcname": "DockContextNewFrameUpdateUndocking", - "location": "imgui_internal:2842", + "location": "imgui_internal:2913", "namespace": "ImGui", "ov_cimguiname": "igDockContextNewFrameUpdateUndocking", "ret": "void", @@ -16578,7 +16857,7 @@ "cimguiname": "igDockContextQueueDock", "defaults": {}, "funcname": "DockContextQueueDock", - "location": "imgui_internal:2846", + "location": "imgui_internal:2917", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueDock", "ret": "void", @@ -16604,7 +16883,7 @@ "cimguiname": "igDockContextQueueUndockNode", "defaults": {}, "funcname": "DockContextQueueUndockNode", - "location": "imgui_internal:2848", + "location": "imgui_internal:2919", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueUndockNode", "ret": "void", @@ -16630,7 +16909,7 @@ "cimguiname": "igDockContextQueueUndockWindow", "defaults": {}, "funcname": "DockContextQueueUndockWindow", - "location": "imgui_internal:2847", + "location": "imgui_internal:2918", "namespace": "ImGui", "ov_cimguiname": "igDockContextQueueUndockWindow", "ret": "void", @@ -16652,7 +16931,7 @@ "cimguiname": "igDockContextRebuildNodes", "defaults": {}, "funcname": "DockContextRebuildNodes", - "location": "imgui_internal:2841", + "location": "imgui_internal:2912", "namespace": "ImGui", "ov_cimguiname": "igDockContextRebuildNodes", "ret": "void", @@ -16674,7 +16953,7 @@ "cimguiname": "igDockContextShutdown", "defaults": {}, "funcname": "DockContextShutdown", - "location": "imgui_internal:2839", + "location": "imgui_internal:2910", "namespace": "ImGui", "ov_cimguiname": "igDockContextShutdown", "ret": "void", @@ -16696,7 +16975,7 @@ "cimguiname": "igDockNodeBeginAmendTabBar", "defaults": {}, "funcname": "DockNodeBeginAmendTabBar", - "location": "imgui_internal:2850", + "location": "imgui_internal:2921", "namespace": "ImGui", "ov_cimguiname": "igDockNodeBeginAmendTabBar", "ret": "bool", @@ -16713,7 +16992,7 @@ "cimguiname": "igDockNodeEndAmendTabBar", "defaults": {}, "funcname": "DockNodeEndAmendTabBar", - "location": "imgui_internal:2851", + "location": "imgui_internal:2922", "namespace": "ImGui", "ov_cimguiname": "igDockNodeEndAmendTabBar", "ret": "void", @@ -16735,7 +17014,7 @@ "cimguiname": "igDockNodeGetDepth", "defaults": {}, "funcname": "DockNodeGetDepth", - "location": "imgui_internal:2854", + "location": "imgui_internal:2925", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetDepth", "ret": "int", @@ -16757,7 +17036,7 @@ "cimguiname": "igDockNodeGetRootNode", "defaults": {}, "funcname": "DockNodeGetRootNode", - "location": "imgui_internal:2852", + "location": "imgui_internal:2923", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetRootNode", "ret": "ImGuiDockNode*", @@ -16779,7 +17058,7 @@ "cimguiname": "igDockNodeGetWindowMenuButtonId", "defaults": {}, "funcname": "DockNodeGetWindowMenuButtonId", - "location": "imgui_internal:2855", + "location": "imgui_internal:2926", "namespace": "ImGui", "ov_cimguiname": "igDockNodeGetWindowMenuButtonId", "ret": "ImGuiID", @@ -16805,7 +17084,7 @@ "cimguiname": "igDockNodeIsInHierarchyOf", "defaults": {}, "funcname": "DockNodeIsInHierarchyOf", - "location": "imgui_internal:2853", + "location": "imgui_internal:2924", "namespace": "ImGui", "ov_cimguiname": "igDockNodeIsInHierarchyOf", "ret": "bool", @@ -16843,7 +17122,7 @@ "window_class": "NULL" }, "funcname": "DockSpace", - "location": "imgui:818", + "location": "imgui:808", "namespace": "ImGui", "ov_cimguiname": "igDockSpace", "ret": "ImGuiID", @@ -16877,7 +17156,7 @@ "window_class": "NULL" }, "funcname": "DockSpaceOverViewport", - "location": "imgui:819", + "location": "imgui:809", "namespace": "ImGui", "ov_cimguiname": "igDockSpaceOverViewport", "ret": "ImGuiID", @@ -16927,7 +17206,7 @@ "cimguiname": "igDragBehavior", "defaults": {}, "funcname": "DragBehavior", - "location": "imgui_internal:3020", + "location": "imgui_internal:3091", "namespace": "ImGui", "ov_cimguiname": "igDragBehavior", "ret": "bool", @@ -16979,7 +17258,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat", - "location": "imgui:546", + "location": "imgui:536", "namespace": "ImGui", "ov_cimguiname": "igDragFloat", "ret": "bool", @@ -17031,7 +17310,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat2", - "location": "imgui:547", + "location": "imgui:537", "namespace": "ImGui", "ov_cimguiname": "igDragFloat2", "ret": "bool", @@ -17083,7 +17362,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat3", - "location": "imgui:548", + "location": "imgui:538", "namespace": "ImGui", "ov_cimguiname": "igDragFloat3", "ret": "bool", @@ -17135,7 +17414,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloat4", - "location": "imgui:549", + "location": "imgui:539", "namespace": "ImGui", "ov_cimguiname": "igDragFloat4", "ret": "bool", @@ -17196,7 +17475,7 @@ "v_speed": "1.0f" }, "funcname": "DragFloatRange2", - "location": "imgui:550", + "location": "imgui:540", "namespace": "ImGui", "ov_cimguiname": "igDragFloatRange2", "ret": "bool", @@ -17248,7 +17527,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt", - "location": "imgui:551", + "location": "imgui:541", "namespace": "ImGui", "ov_cimguiname": "igDragInt", "ret": "bool", @@ -17300,7 +17579,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt2", - "location": "imgui:552", + "location": "imgui:542", "namespace": "ImGui", "ov_cimguiname": "igDragInt2", "ret": "bool", @@ -17352,7 +17631,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt3", - "location": "imgui:553", + "location": "imgui:543", "namespace": "ImGui", "ov_cimguiname": "igDragInt3", "ret": "bool", @@ -17404,7 +17683,7 @@ "v_speed": "1.0f" }, "funcname": "DragInt4", - "location": "imgui:554", + "location": "imgui:544", "namespace": "ImGui", "ov_cimguiname": "igDragInt4", "ret": "bool", @@ -17465,7 +17744,7 @@ "v_speed": "1.0f" }, "funcname": "DragIntRange2", - "location": "imgui:555", + "location": "imgui:545", "namespace": "ImGui", "ov_cimguiname": "igDragIntRange2", "ret": "bool", @@ -17521,7 +17800,7 @@ "v_speed": "1.0f" }, "funcname": "DragScalar", - "location": "imgui:556", + "location": "imgui:546", "namespace": "ImGui", "ov_cimguiname": "igDragScalar", "ret": "bool", @@ -17581,7 +17860,7 @@ "v_speed": "1.0f" }, "funcname": "DragScalarN", - "location": "imgui:557", + "location": "imgui:547", "namespace": "ImGui", "ov_cimguiname": "igDragScalarN", "ret": "bool", @@ -17603,7 +17882,7 @@ "cimguiname": "igDummy", "defaults": {}, "funcname": "Dummy", - "location": "imgui:454", + "location": "imgui:443", "namespace": "ImGui", "ov_cimguiname": "igDummy", "ret": "void", @@ -17620,7 +17899,7 @@ "cimguiname": "igEnd", "defaults": {}, "funcname": "End", - "location": "imgui:343", + "location": "imgui:332", "namespace": "ImGui", "ov_cimguiname": "igEnd", "ret": "void", @@ -17637,7 +17916,7 @@ "cimguiname": "igEndChild", "defaults": {}, "funcname": "EndChild", - "location": "imgui:355", + "location": "imgui:344", "namespace": "ImGui", "ov_cimguiname": "igEndChild", "ret": "void", @@ -17654,7 +17933,7 @@ "cimguiname": "igEndChildFrame", "defaults": {}, "funcname": "EndChildFrame", - "location": "imgui:906", + "location": "imgui:896", "namespace": "ImGui", "ov_cimguiname": "igEndChildFrame", "ret": "void", @@ -17671,7 +17950,7 @@ "cimguiname": "igEndColumns", "defaults": {}, "funcname": "EndColumns", - "location": "imgui_internal:2895", + "location": "imgui_internal:2966", "namespace": "ImGui", "ov_cimguiname": "igEndColumns", "ret": "void", @@ -17688,7 +17967,7 @@ "cimguiname": "igEndCombo", "defaults": {}, "funcname": "EndCombo", - "location": "imgui:530", + "location": "imgui:519", "namespace": "ImGui", "ov_cimguiname": "igEndCombo", "ret": "void", @@ -17705,7 +17984,7 @@ "cimguiname": "igEndComboPreview", "defaults": {}, "funcname": "EndComboPreview", - "location": "imgui_internal:2797", + "location": "imgui_internal:2860", "namespace": "ImGui", "ov_cimguiname": "igEndComboPreview", "ret": "void", @@ -17722,7 +18001,7 @@ "cimguiname": "igEndDisabled", "defaults": {}, "funcname": "EndDisabled", - "location": "imgui:853", + "location": "imgui:843", "namespace": "ImGui", "ov_cimguiname": "igEndDisabled", "ret": "void", @@ -17739,7 +18018,7 @@ "cimguiname": "igEndDragDropSource", "defaults": {}, "funcname": "EndDragDropSource", - "location": "imgui:842", + "location": "imgui:832", "namespace": "ImGui", "ov_cimguiname": "igEndDragDropSource", "ret": "void", @@ -17756,7 +18035,7 @@ "cimguiname": "igEndDragDropTarget", "defaults": {}, "funcname": "EndDragDropTarget", - "location": "imgui:845", + "location": "imgui:835", "namespace": "ImGui", "ov_cimguiname": "igEndDragDropTarget", "ret": "void", @@ -17773,7 +18052,7 @@ "cimguiname": "igEndFrame", "defaults": {}, "funcname": "EndFrame", - "location": "imgui:310", + "location": "imgui:299", "namespace": "ImGui", "ov_cimguiname": "igEndFrame", "ret": "void", @@ -17790,7 +18069,7 @@ "cimguiname": "igEndGroup", "defaults": {}, "funcname": "EndGroup", - "location": "imgui:458", + "location": "imgui:447", "namespace": "ImGui", "ov_cimguiname": "igEndGroup", "ret": "void", @@ -17807,7 +18086,7 @@ "cimguiname": "igEndListBox", "defaults": {}, "funcname": "EndListBox", - "location": "imgui:641", + "location": "imgui:631", "namespace": "ImGui", "ov_cimguiname": "igEndListBox", "ret": "void", @@ -17824,7 +18103,7 @@ "cimguiname": "igEndMainMenuBar", "defaults": {}, "funcname": "EndMainMenuBar", - "location": "imgui:667", + "location": "imgui:657", "namespace": "ImGui", "ov_cimguiname": "igEndMainMenuBar", "ret": "void", @@ -17841,7 +18120,7 @@ "cimguiname": "igEndMenu", "defaults": {}, "funcname": "EndMenu", - "location": "imgui:669", + "location": "imgui:659", "namespace": "ImGui", "ov_cimguiname": "igEndMenu", "ret": "void", @@ -17858,7 +18137,7 @@ "cimguiname": "igEndMenuBar", "defaults": {}, "funcname": "EndMenuBar", - "location": "imgui:665", + "location": "imgui:655", "namespace": "ImGui", "ov_cimguiname": "igEndMenuBar", "ret": "void", @@ -17875,7 +18154,7 @@ "cimguiname": "igEndPopup", "defaults": {}, "funcname": "EndPopup", - "location": "imgui:694", + "location": "imgui:684", "namespace": "ImGui", "ov_cimguiname": "igEndPopup", "ret": "void", @@ -17892,7 +18171,7 @@ "cimguiname": "igEndTabBar", "defaults": {}, "funcname": "EndTabBar", - "location": "imgui:799", + "location": "imgui:789", "namespace": "ImGui", "ov_cimguiname": "igEndTabBar", "ret": "void", @@ -17909,7 +18188,7 @@ "cimguiname": "igEndTabItem", "defaults": {}, "funcname": "EndTabItem", - "location": "imgui:801", + "location": "imgui:791", "namespace": "ImGui", "ov_cimguiname": "igEndTabItem", "ret": "void", @@ -17926,7 +18205,7 @@ "cimguiname": "igEndTable", "defaults": {}, "funcname": "EndTable", - "location": "imgui:749", + "location": "imgui:739", "namespace": "ImGui", "ov_cimguiname": "igEndTable", "ret": "void", @@ -17943,7 +18222,7 @@ "cimguiname": "igEndTooltip", "defaults": {}, "funcname": "EndTooltip", - "location": "imgui:676", + "location": "imgui:666", "namespace": "ImGui", "ov_cimguiname": "igEndTooltip", "ret": "void", @@ -17971,7 +18250,7 @@ "user_data": "NULL" }, "funcname": "ErrorCheckEndFrameRecover", - "location": "imgui_internal:3070", + "location": "imgui_internal:3141", "namespace": "ImGui", "ov_cimguiname": "igErrorCheckEndFrameRecover", "ret": "void", @@ -17999,7 +18278,7 @@ "user_data": "NULL" }, "funcname": "ErrorCheckEndWindowRecover", - "location": "imgui_internal:3071", + "location": "imgui_internal:3142", "namespace": "ImGui", "ov_cimguiname": "igErrorCheckEndWindowRecover", "ret": "void", @@ -18025,7 +18304,7 @@ "cimguiname": "igFindBestWindowPosForPopup", "defaults": {}, "funcname": "FindBestWindowPosForPopup", - "location": "imgui_internal:2786", + "location": "imgui_internal:2849", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igFindBestWindowPosForPopup", @@ -18072,7 +18351,7 @@ "cimguiname": "igFindBestWindowPosForPopupEx", "defaults": {}, "funcname": "FindBestWindowPosForPopupEx", - "location": "imgui_internal:2787", + "location": "imgui_internal:2850", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igFindBestWindowPosForPopupEx", @@ -18095,7 +18374,7 @@ "cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack", "defaults": {}, "funcname": "FindBottomMostVisibleWindowWithinBeginStack", - "location": "imgui_internal:2669", + "location": "imgui_internal:2730", "namespace": "ImGui", "ov_cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack", "ret": "ImGuiWindow*", @@ -18103,6 +18382,28 @@ "stname": "" } ], + "igFindHoveredViewportFromPlatformWindowStack": [ + { + "args": "(const ImVec2 mouse_platform_pos)", + "argsT": [ + { + "name": "mouse_platform_pos", + "type": "const ImVec2" + } + ], + "argsoriginal": "(const ImVec2& mouse_platform_pos)", + "call_args": "(mouse_platform_pos)", + "cimguiname": "igFindHoveredViewportFromPlatformWindowStack", + "defaults": {}, + "funcname": "FindHoveredViewportFromPlatformWindowStack", + "location": "imgui_internal:2760", + "namespace": "ImGui", + "ov_cimguiname": "igFindHoveredViewportFromPlatformWindowStack", + "ret": "ImGuiViewportP*", + "signature": "(const ImVec2)", + "stname": "" + } + ], "igFindOrCreateColumns": [ { "args": "(ImGuiWindow* window,ImGuiID id)", @@ -18121,7 +18422,7 @@ "cimguiname": "igFindOrCreateColumns", "defaults": {}, "funcname": "FindOrCreateColumns", - "location": "imgui_internal:2900", + "location": "imgui_internal:2971", "namespace": "ImGui", "ov_cimguiname": "igFindOrCreateColumns", "ret": "ImGuiOldColumns*", @@ -18143,7 +18444,7 @@ "cimguiname": "igFindOrCreateWindowSettings", "defaults": {}, "funcname": "FindOrCreateWindowSettings", - "location": "imgui_internal:2705", + "location": "imgui_internal:2768", "namespace": "ImGui", "ov_cimguiname": "igFindOrCreateWindowSettings", "ret": "ImGuiWindowSettings*", @@ -18171,7 +18472,7 @@ "text_end": "NULL" }, "funcname": "FindRenderedTextEnd", - "location": "imgui_internal:2982", + "location": "imgui_internal:3053", "namespace": "ImGui", "ov_cimguiname": "igFindRenderedTextEnd", "ret": "const char*", @@ -18193,7 +18494,7 @@ "cimguiname": "igFindSettingsHandler", "defaults": {}, "funcname": "FindSettingsHandler", - "location": "imgui_internal:2706", + "location": "imgui_internal:2769", "namespace": "ImGui", "ov_cimguiname": "igFindSettingsHandler", "ret": "ImGuiSettingsHandler*", @@ -18215,7 +18516,7 @@ "cimguiname": "igFindViewportByID", "defaults": {}, "funcname": "FindViewportByID", - "location": "imgui:982", + "location": "imgui:975", "namespace": "ImGui", "ov_cimguiname": "igFindViewportByID", "ret": "ImGuiViewport*", @@ -18237,7 +18538,7 @@ "cimguiname": "igFindViewportByPlatformHandle", "defaults": {}, "funcname": "FindViewportByPlatformHandle", - "location": "imgui:983", + "location": "imgui:976", "namespace": "ImGui", "ov_cimguiname": "igFindViewportByPlatformHandle", "ret": "ImGuiViewport*", @@ -18259,7 +18560,7 @@ "cimguiname": "igFindWindowByID", "defaults": {}, "funcname": "FindWindowByID", - "location": "imgui_internal:2646", + "location": "imgui_internal:2707", "namespace": "ImGui", "ov_cimguiname": "igFindWindowByID", "ret": "ImGuiWindow*", @@ -18281,7 +18582,7 @@ "cimguiname": "igFindWindowByName", "defaults": {}, "funcname": "FindWindowByName", - "location": "imgui_internal:2647", + "location": "imgui_internal:2708", "namespace": "ImGui", "ov_cimguiname": "igFindWindowByName", "ret": "ImGuiWindow*", @@ -18303,7 +18604,7 @@ "cimguiname": "igFindWindowDisplayIndex", "defaults": {}, "funcname": "FindWindowDisplayIndex", - "location": "imgui_internal:2668", + "location": "imgui_internal:2729", "namespace": "ImGui", "ov_cimguiname": "igFindWindowDisplayIndex", "ret": "int", @@ -18325,7 +18626,7 @@ "cimguiname": "igFindWindowSettings", "defaults": {}, "funcname": "FindWindowSettings", - "location": "imgui_internal:2704", + "location": "imgui_internal:2767", "namespace": "ImGui", "ov_cimguiname": "igFindWindowSettings", "ret": "ImGuiWindowSettings*", @@ -18351,7 +18652,7 @@ "cimguiname": "igFocusTopMostWindowUnderOne", "defaults": {}, "funcname": "FocusTopMostWindowUnderOne", - "location": "imgui_internal:2663", + "location": "imgui_internal:2724", "namespace": "ImGui", "ov_cimguiname": "igFocusTopMostWindowUnderOne", "ret": "void", @@ -18373,7 +18674,7 @@ "cimguiname": "igFocusWindow", "defaults": {}, "funcname": "FocusWindow", - "location": "imgui_internal:2662", + "location": "imgui_internal:2723", "namespace": "ImGui", "ov_cimguiname": "igFocusWindow", "ret": "void", @@ -18395,7 +18696,7 @@ "cimguiname": "igGcAwakeTransientWindowBuffers", "defaults": {}, "funcname": "GcAwakeTransientWindowBuffers", - "location": "imgui_internal:3067", + "location": "imgui_internal:3138", "namespace": "ImGui", "ov_cimguiname": "igGcAwakeTransientWindowBuffers", "ret": "void", @@ -18412,7 +18713,7 @@ "cimguiname": "igGcCompactTransientMiscBuffers", "defaults": {}, "funcname": "GcCompactTransientMiscBuffers", - "location": "imgui_internal:3065", + "location": "imgui_internal:3136", "namespace": "ImGui", "ov_cimguiname": "igGcCompactTransientMiscBuffers", "ret": "void", @@ -18434,7 +18735,7 @@ "cimguiname": "igGcCompactTransientWindowBuffers", "defaults": {}, "funcname": "GcCompactTransientWindowBuffers", - "location": "imgui_internal:3066", + "location": "imgui_internal:3137", "namespace": "ImGui", "ov_cimguiname": "igGcCompactTransientWindowBuffers", "ret": "void", @@ -18451,7 +18752,7 @@ "cimguiname": "igGetActiveID", "defaults": {}, "funcname": "GetActiveID", - "location": "imgui_internal:2727", + "location": "imgui_internal:2790", "namespace": "ImGui", "ov_cimguiname": "igGetActiveID", "ret": "ImGuiID", @@ -18481,7 +18782,7 @@ "cimguiname": "igGetAllocatorFunctions", "defaults": {}, "funcname": "GetAllocatorFunctions", - "location": "imgui:971", + "location": "imgui:964", "namespace": "ImGui", "ov_cimguiname": "igGetAllocatorFunctions", "ret": "void", @@ -18498,7 +18799,7 @@ "cimguiname": "igGetBackgroundDrawList", "defaults": {}, "funcname": "GetBackgroundDrawList", - "location": "imgui:897", + "location": "imgui:887", "namespace": "ImGui", "ov_cimguiname": "igGetBackgroundDrawList_Nil", "ret": "ImDrawList*", @@ -18518,7 +18819,7 @@ "cimguiname": "igGetBackgroundDrawList", "defaults": {}, "funcname": "GetBackgroundDrawList", - "location": "imgui:899", + "location": "imgui:889", "namespace": "ImGui", "ov_cimguiname": "igGetBackgroundDrawList_ViewportPtr", "ret": "ImDrawList*", @@ -18535,7 +18836,7 @@ "cimguiname": "igGetClipboardText", "defaults": {}, "funcname": "GetClipboardText", - "location": "imgui:950", + "location": "imgui:943", "namespace": "ImGui", "ov_cimguiname": "igGetClipboardText", "ret": "const char*", @@ -18563,7 +18864,7 @@ "alpha_mul": "1.0f" }, "funcname": "GetColorU32", - "location": "imgui:438", + "location": "imgui:427", "namespace": "ImGui", "ov_cimguiname": "igGetColorU32_Col", "ret": "ImU32", @@ -18583,7 +18884,7 @@ "cimguiname": "igGetColorU32", "defaults": {}, "funcname": "GetColorU32", - "location": "imgui:439", + "location": "imgui:428", "namespace": "ImGui", "ov_cimguiname": "igGetColorU32_Vec4", "ret": "ImU32", @@ -18603,7 +18904,7 @@ "cimguiname": "igGetColorU32", "defaults": {}, "funcname": "GetColorU32", - "location": "imgui:440", + "location": "imgui:429", "namespace": "ImGui", "ov_cimguiname": "igGetColorU32_U32", "ret": "ImU32", @@ -18620,7 +18921,7 @@ "cimguiname": "igGetColumnIndex", "defaults": {}, "funcname": "GetColumnIndex", - "location": "imgui:789", + "location": "imgui:779", "namespace": "ImGui", "ov_cimguiname": "igGetColumnIndex", "ret": "int", @@ -18646,7 +18947,7 @@ "cimguiname": "igGetColumnNormFromOffset", "defaults": {}, "funcname": "GetColumnNormFromOffset", - "location": "imgui_internal:2902", + "location": "imgui_internal:2973", "namespace": "ImGui", "ov_cimguiname": "igGetColumnNormFromOffset", "ret": "float", @@ -18670,7 +18971,7 @@ "column_index": "-1" }, "funcname": "GetColumnOffset", - "location": "imgui:792", + "location": "imgui:782", "namespace": "ImGui", "ov_cimguiname": "igGetColumnOffset", "ret": "float", @@ -18696,7 +18997,7 @@ "cimguiname": "igGetColumnOffsetFromNorm", "defaults": {}, "funcname": "GetColumnOffsetFromNorm", - "location": "imgui_internal:2901", + "location": "imgui_internal:2972", "namespace": "ImGui", "ov_cimguiname": "igGetColumnOffsetFromNorm", "ret": "float", @@ -18720,7 +19021,7 @@ "column_index": "-1" }, "funcname": "GetColumnWidth", - "location": "imgui:790", + "location": "imgui:780", "namespace": "ImGui", "ov_cimguiname": "igGetColumnWidth", "ret": "float", @@ -18737,7 +19038,7 @@ "cimguiname": "igGetColumnsCount", "defaults": {}, "funcname": "GetColumnsCount", - "location": "imgui:794", + "location": "imgui:784", "namespace": "ImGui", "ov_cimguiname": "igGetColumnsCount", "ret": "int", @@ -18763,7 +19064,7 @@ "cimguiname": "igGetColumnsID", "defaults": {}, "funcname": "GetColumnsID", - "location": "imgui_internal:2899", + "location": "imgui_internal:2970", "namespace": "ImGui", "ov_cimguiname": "igGetColumnsID", "ret": "ImGuiID", @@ -18785,7 +19086,7 @@ "cimguiname": "igGetContentRegionAvail", "defaults": {}, "funcname": "GetContentRegionAvail", - "location": "imgui:394", + "location": "imgui:383", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetContentRegionAvail", @@ -18808,7 +19109,7 @@ "cimguiname": "igGetContentRegionMax", "defaults": {}, "funcname": "GetContentRegionMax", - "location": "imgui:395", + "location": "imgui:384", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetContentRegionMax", @@ -18831,7 +19132,7 @@ "cimguiname": "igGetContentRegionMaxAbs", "defaults": {}, "funcname": "GetContentRegionMaxAbs", - "location": "imgui_internal:2750", + "location": "imgui_internal:2813", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetContentRegionMaxAbs", @@ -18849,7 +19150,7 @@ "cimguiname": "igGetCurrentContext", "defaults": {}, "funcname": "GetCurrentContext", - "location": "imgui:303", + "location": "imgui:292", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentContext", "ret": "ImGuiContext*", @@ -18866,7 +19167,7 @@ "cimguiname": "igGetCurrentTable", "defaults": {}, "funcname": "GetCurrentTable", - "location": "imgui_internal:2914", + "location": "imgui_internal:2985", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentTable", "ret": "ImGuiTable*", @@ -18883,7 +19184,7 @@ "cimguiname": "igGetCurrentWindow", "defaults": {}, "funcname": "GetCurrentWindow", - "location": "imgui_internal:2645", + "location": "imgui_internal:2706", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentWindow", "ret": "ImGuiWindow*", @@ -18900,7 +19201,7 @@ "cimguiname": "igGetCurrentWindowRead", "defaults": {}, "funcname": "GetCurrentWindowRead", - "location": "imgui_internal:2644", + "location": "imgui_internal:2705", "namespace": "ImGui", "ov_cimguiname": "igGetCurrentWindowRead", "ret": "ImGuiWindow*", @@ -18922,7 +19223,7 @@ "cimguiname": "igGetCursorPos", "defaults": {}, "funcname": "GetCursorPos", - "location": "imgui:459", + "location": "imgui:448", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetCursorPos", @@ -18940,7 +19241,7 @@ "cimguiname": "igGetCursorPosX", "defaults": {}, "funcname": "GetCursorPosX", - "location": "imgui:460", + "location": "imgui:449", "namespace": "ImGui", "ov_cimguiname": "igGetCursorPosX", "ret": "float", @@ -18957,7 +19258,7 @@ "cimguiname": "igGetCursorPosY", "defaults": {}, "funcname": "GetCursorPosY", - "location": "imgui:461", + "location": "imgui:450", "namespace": "ImGui", "ov_cimguiname": "igGetCursorPosY", "ret": "float", @@ -18979,7 +19280,7 @@ "cimguiname": "igGetCursorScreenPos", "defaults": {}, "funcname": "GetCursorScreenPos", - "location": "imgui:466", + "location": "imgui:455", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetCursorScreenPos", @@ -19002,7 +19303,7 @@ "cimguiname": "igGetCursorStartPos", "defaults": {}, "funcname": "GetCursorStartPos", - "location": "imgui:465", + "location": "imgui:454", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetCursorStartPos", @@ -19020,7 +19321,7 @@ "cimguiname": "igGetDefaultFont", "defaults": {}, "funcname": "GetDefaultFont", - "location": "imgui_internal:2673", + "location": "imgui_internal:2734", "namespace": "ImGui", "ov_cimguiname": "igGetDefaultFont", "ret": "ImFont*", @@ -19037,7 +19338,7 @@ "cimguiname": "igGetDragDropPayload", "defaults": {}, "funcname": "GetDragDropPayload", - "location": "imgui:846", + "location": "imgui:836", "namespace": "ImGui", "ov_cimguiname": "igGetDragDropPayload", "ret": "const ImGuiPayload*", @@ -19054,7 +19355,7 @@ "cimguiname": "igGetDrawData", "defaults": {}, "funcname": "GetDrawData", - "location": "imgui:312", + "location": "imgui:301", "namespace": "ImGui", "ov_cimguiname": "igGetDrawData", "ret": "ImDrawData*", @@ -19071,7 +19372,7 @@ "cimguiname": "igGetDrawListSharedData", "defaults": {}, "funcname": "GetDrawListSharedData", - "location": "imgui:901", + "location": "imgui:891", "namespace": "ImGui", "ov_cimguiname": "igGetDrawListSharedData", "ret": "ImDrawListSharedData*", @@ -19088,7 +19389,7 @@ "cimguiname": "igGetFocusID", "defaults": {}, "funcname": "GetFocusID", - "location": "imgui_internal:2728", + "location": "imgui_internal:2791", "namespace": "ImGui", "ov_cimguiname": "igGetFocusID", "ret": "ImGuiID", @@ -19105,7 +19406,7 @@ "cimguiname": "igGetFocusScope", "defaults": {}, "funcname": "GetFocusScope", - "location": "imgui_internal:2821", + "location": "imgui_internal:2885", "namespace": "ImGui", "ov_cimguiname": "igGetFocusScope", "ret": "ImGuiID", @@ -19122,7 +19423,7 @@ "cimguiname": "igGetFocusedFocusScope", "defaults": {}, "funcname": "GetFocusedFocusScope", - "location": "imgui_internal:2820", + "location": "imgui_internal:2884", "namespace": "ImGui", "ov_cimguiname": "igGetFocusedFocusScope", "ret": "ImGuiID", @@ -19139,7 +19440,7 @@ "cimguiname": "igGetFont", "defaults": {}, "funcname": "GetFont", - "location": "imgui:435", + "location": "imgui:424", "namespace": "ImGui", "ov_cimguiname": "igGetFont", "ret": "ImFont*", @@ -19156,7 +19457,7 @@ "cimguiname": "igGetFontSize", "defaults": {}, "funcname": "GetFontSize", - "location": "imgui:436", + "location": "imgui:425", "namespace": "ImGui", "ov_cimguiname": "igGetFontSize", "ret": "float", @@ -19178,7 +19479,7 @@ "cimguiname": "igGetFontTexUvWhitePixel", "defaults": {}, "funcname": "GetFontTexUvWhitePixel", - "location": "imgui:437", + "location": "imgui:426", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetFontTexUvWhitePixel", @@ -19196,7 +19497,7 @@ "cimguiname": "igGetForegroundDrawList", "defaults": {}, "funcname": "GetForegroundDrawList", - "location": "imgui:898", + "location": "imgui:888", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_Nil", "ret": "ImDrawList*", @@ -19216,7 +19517,7 @@ "cimguiname": "igGetForegroundDrawList", "defaults": {}, "funcname": "GetForegroundDrawList", - "location": "imgui:900", + "location": "imgui:890", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_ViewportPtr", "ret": "ImDrawList*", @@ -19236,7 +19537,7 @@ "cimguiname": "igGetForegroundDrawList", "defaults": {}, "funcname": "GetForegroundDrawList", - "location": "imgui_internal:2674", + "location": "imgui_internal:2735", "namespace": "ImGui", "ov_cimguiname": "igGetForegroundDrawList_WindowPtr", "ret": "ImDrawList*", @@ -19253,7 +19554,7 @@ "cimguiname": "igGetFrameCount", "defaults": {}, "funcname": "GetFrameCount", - "location": "imgui:896", + "location": "imgui:886", "namespace": "ImGui", "ov_cimguiname": "igGetFrameCount", "ret": "int", @@ -19270,7 +19571,7 @@ "cimguiname": "igGetFrameHeight", "defaults": {}, "funcname": "GetFrameHeight", - "location": "imgui:471", + "location": "imgui:460", "namespace": "ImGui", "ov_cimguiname": "igGetFrameHeight", "ret": "float", @@ -19287,7 +19588,7 @@ "cimguiname": "igGetFrameHeightWithSpacing", "defaults": {}, "funcname": "GetFrameHeightWithSpacing", - "location": "imgui:472", + "location": "imgui:461", "namespace": "ImGui", "ov_cimguiname": "igGetFrameHeightWithSpacing", "ret": "float", @@ -19304,7 +19605,7 @@ "cimguiname": "igGetHoveredID", "defaults": {}, "funcname": "GetHoveredID", - "location": "imgui_internal:2732", + "location": "imgui_internal:2795", "namespace": "ImGui", "ov_cimguiname": "igGetHoveredID", "ret": "ImGuiID", @@ -19326,7 +19627,7 @@ "cimguiname": "igGetID", "defaults": {}, "funcname": "GetID", - "location": "imgui:490", + "location": "imgui:479", "namespace": "ImGui", "ov_cimguiname": "igGetID_Str", "ret": "ImGuiID", @@ -19350,7 +19651,7 @@ "cimguiname": "igGetID", "defaults": {}, "funcname": "GetID", - "location": "imgui:491", + "location": "imgui:480", "namespace": "ImGui", "ov_cimguiname": "igGetID_StrStr", "ret": "ImGuiID", @@ -19370,7 +19671,7 @@ "cimguiname": "igGetID", "defaults": {}, "funcname": "GetID", - "location": "imgui:492", + "location": "imgui:481", "namespace": "ImGui", "ov_cimguiname": "igGetID_Ptr", "ret": "ImGuiID", @@ -19400,7 +19701,7 @@ "cimguiname": "igGetIDWithSeed", "defaults": {}, "funcname": "GetIDWithSeed", - "location": "imgui_internal:2737", + "location": "imgui_internal:2800", "namespace": "ImGui", "ov_cimguiname": "igGetIDWithSeed", "ret": "ImGuiID", @@ -19417,7 +19718,7 @@ "cimguiname": "igGetIO", "defaults": {}, "funcname": "GetIO", - "location": "imgui:307", + "location": "imgui:296", "namespace": "ImGui", "ov_cimguiname": "igGetIO", "ret": "ImGuiIO*", @@ -19440,7 +19741,7 @@ "cimguiname": "igGetInputTextState", "defaults": {}, "funcname": "GetInputTextState", - "location": "imgui_internal:3050", + "location": "imgui_internal:3121", "namespace": "ImGui", "ov_cimguiname": "igGetInputTextState", "ret": "ImGuiInputTextState*", @@ -19457,7 +19758,7 @@ "cimguiname": "igGetItemFlags", "defaults": {}, "funcname": "GetItemFlags", - "location": "imgui_internal:2726", + "location": "imgui_internal:2789", "namespace": "ImGui", "ov_cimguiname": "igGetItemFlags", "ret": "ImGuiItemFlags", @@ -19474,7 +19775,7 @@ "cimguiname": "igGetItemID", "defaults": {}, "funcname": "GetItemID", - "location": "imgui_internal:2724", + "location": "imgui_internal:2787", "namespace": "ImGui", "ov_cimguiname": "igGetItemID", "ret": "ImGuiID", @@ -19496,7 +19797,7 @@ "cimguiname": "igGetItemRectMax", "defaults": {}, "funcname": "GetItemRectMax", - "location": "imgui:882", + "location": "imgui:872", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectMax", @@ -19519,7 +19820,7 @@ "cimguiname": "igGetItemRectMin", "defaults": {}, "funcname": "GetItemRectMin", - "location": "imgui:881", + "location": "imgui:871", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectMin", @@ -19542,7 +19843,7 @@ "cimguiname": "igGetItemRectSize", "defaults": {}, "funcname": "GetItemRectSize", - "location": "imgui:883", + "location": "imgui:873", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetItemRectSize", @@ -19560,7 +19861,7 @@ "cimguiname": "igGetItemStatusFlags", "defaults": {}, "funcname": "GetItemStatusFlags", - "location": "imgui_internal:2725", + "location": "imgui_internal:2788", "namespace": "ImGui", "ov_cimguiname": "igGetItemStatusFlags", "ret": "ImGuiItemStatusFlags", @@ -19568,21 +19869,43 @@ "stname": "" } ], + "igGetKeyData": [ + { + "args": "(ImGuiKey key)", + "argsT": [ + { + "name": "key", + "type": "ImGuiKey" + } + ], + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", + "cimguiname": "igGetKeyData", + "defaults": {}, + "funcname": "GetKeyData", + "location": "imgui_internal:2892", + "namespace": "ImGui", + "ov_cimguiname": "igGetKeyData", + "ret": "ImGuiKeyData*", + "signature": "(ImGuiKey)", + "stname": "" + } + ], "igGetKeyIndex": [ { - "args": "(ImGuiKey imgui_key)", + "args": "(ImGuiKey key)", "argsT": [ { - "name": "imgui_key", + "name": "key", "type": "ImGuiKey" } ], - "argsoriginal": "(ImGuiKey imgui_key)", - "call_args": "(imgui_key)", + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", "cimguiname": "igGetKeyIndex", "defaults": {}, "funcname": "GetKeyIndex", - "location": "imgui:920", + "location": "imgui:3211", "namespace": "ImGui", "ov_cimguiname": "igGetKeyIndex", "ret": "int", @@ -19590,13 +19913,35 @@ "stname": "" } ], + "igGetKeyName": [ + { + "args": "(ImGuiKey key)", + "argsT": [ + { + "name": "key", + "type": "ImGuiKey" + } + ], + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", + "cimguiname": "igGetKeyName", + "defaults": {}, + "funcname": "GetKeyName", + "location": "imgui:917", + "namespace": "ImGui", + "ov_cimguiname": "igGetKeyName", + "ret": "const char*", + "signature": "(ImGuiKey)", + "stname": "" + } + ], "igGetKeyPressedAmount": [ { - "args": "(int key_index,float repeat_delay,float rate)", + "args": "(ImGuiKey key,float repeat_delay,float rate)", "argsT": [ { - "name": "key_index", - "type": "int" + "name": "key", + "type": "ImGuiKey" }, { "name": "repeat_delay", @@ -19607,16 +19952,16 @@ "type": "float" } ], - "argsoriginal": "(int key_index,float repeat_delay,float rate)", - "call_args": "(key_index,repeat_delay,rate)", + "argsoriginal": "(ImGuiKey key,float repeat_delay,float rate)", + "call_args": "(key,repeat_delay,rate)", "cimguiname": "igGetKeyPressedAmount", "defaults": {}, "funcname": "GetKeyPressedAmount", - "location": "imgui:924", + "location": "imgui:916", "namespace": "ImGui", "ov_cimguiname": "igGetKeyPressedAmount", "ret": "int", - "signature": "(int,float,float)", + "signature": "(ImGuiKey,float,float)", "stname": "" } ], @@ -19629,7 +19974,7 @@ "cimguiname": "igGetMainViewport", "defaults": {}, "funcname": "GetMainViewport", - "location": "imgui:890", + "location": "imgui:880", "namespace": "ImGui", "ov_cimguiname": "igGetMainViewport", "ret": "ImGuiViewport*", @@ -19646,7 +19991,7 @@ "cimguiname": "igGetMergedKeyModFlags", "defaults": {}, "funcname": "GetMergedKeyModFlags", - "location": "imgui_internal:2834", + "location": "imgui_internal:2902", "namespace": "ImGui", "ov_cimguiname": "igGetMergedKeyModFlags", "ret": "ImGuiKeyModFlags", @@ -19668,7 +20013,7 @@ "cimguiname": "igGetMouseClickedCount", "defaults": {}, "funcname": "GetMouseClickedCount", - "location": "imgui:935", + "location": "imgui:928", "namespace": "ImGui", "ov_cimguiname": "igGetMouseClickedCount", "ret": "int", @@ -19685,7 +20030,7 @@ "cimguiname": "igGetMouseCursor", "defaults": {}, "funcname": "GetMouseCursor", - "location": "imgui:944", + "location": "imgui:937", "namespace": "ImGui", "ov_cimguiname": "igGetMouseCursor", "ret": "ImGuiMouseCursor", @@ -19718,7 +20063,7 @@ "lock_threshold": "-1.0f" }, "funcname": "GetMouseDragDelta", - "location": "imgui:942", + "location": "imgui:935", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMouseDragDelta", @@ -19741,7 +20086,7 @@ "cimguiname": "igGetMousePos", "defaults": {}, "funcname": "GetMousePos", - "location": "imgui:939", + "location": "imgui:932", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMousePos", @@ -19764,7 +20109,7 @@ "cimguiname": "igGetMousePosOnOpeningCurrentPopup", "defaults": {}, "funcname": "GetMousePosOnOpeningCurrentPopup", - "location": "imgui:940", + "location": "imgui:933", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetMousePosOnOpeningCurrentPopup", @@ -19791,7 +20136,7 @@ "cimguiname": "igGetNavInputAmount", "defaults": {}, "funcname": "GetNavInputAmount", - "location": "imgui_internal:2809", + "location": "imgui_internal:2873", "namespace": "ImGui", "ov_cimguiname": "igGetNavInputAmount", "ret": "float", @@ -19832,7 +20177,7 @@ "slow_factor": "0.0f" }, "funcname": "GetNavInputAmount2d", - "location": "imgui_internal:2810", + "location": "imgui_internal:2874", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetNavInputAmount2d", @@ -19841,6 +20186,28 @@ "stname": "" } ], + "igGetNavInputName": [ + { + "args": "(ImGuiNavInput n)", + "argsT": [ + { + "name": "n", + "type": "ImGuiNavInput" + } + ], + "argsoriginal": "(ImGuiNavInput n)", + "call_args": "(n)", + "cimguiname": "igGetNavInputName", + "defaults": {}, + "funcname": "GetNavInputName", + "location": "imgui_internal:2872", + "namespace": "ImGui", + "ov_cimguiname": "igGetNavInputName", + "ret": "const char*", + "signature": "(ImGuiNavInput)", + "stname": "" + } + ], "igGetPlatformIO": [ { "args": "()", @@ -19850,7 +20217,7 @@ "cimguiname": "igGetPlatformIO", "defaults": {}, "funcname": "GetPlatformIO", - "location": "imgui:978", + "location": "imgui:971", "namespace": "ImGui", "ov_cimguiname": "igGetPlatformIO", "ret": "ImGuiPlatformIO*", @@ -19877,7 +20244,7 @@ "cimguiname": "igGetPopupAllowedExtentRect", "defaults": {}, "funcname": "GetPopupAllowedExtentRect", - "location": "imgui_internal:2783", + "location": "imgui_internal:2846", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetPopupAllowedExtentRect", @@ -19895,7 +20262,7 @@ "cimguiname": "igGetScrollMaxX", "defaults": {}, "funcname": "GetScrollMaxX", - "location": "imgui:404", + "location": "imgui:393", "namespace": "ImGui", "ov_cimguiname": "igGetScrollMaxX", "ret": "float", @@ -19912,7 +20279,7 @@ "cimguiname": "igGetScrollMaxY", "defaults": {}, "funcname": "GetScrollMaxY", - "location": "imgui:405", + "location": "imgui:394", "namespace": "ImGui", "ov_cimguiname": "igGetScrollMaxY", "ret": "float", @@ -19929,7 +20296,7 @@ "cimguiname": "igGetScrollX", "defaults": {}, "funcname": "GetScrollX", - "location": "imgui:400", + "location": "imgui:389", "namespace": "ImGui", "ov_cimguiname": "igGetScrollX", "ret": "float", @@ -19946,7 +20313,7 @@ "cimguiname": "igGetScrollY", "defaults": {}, "funcname": "GetScrollY", - "location": "imgui:401", + "location": "imgui:390", "namespace": "ImGui", "ov_cimguiname": "igGetScrollY", "ret": "float", @@ -19963,7 +20330,7 @@ "cimguiname": "igGetStateStorage", "defaults": {}, "funcname": "GetStateStorage", - "location": "imgui:904", + "location": "imgui:894", "namespace": "ImGui", "ov_cimguiname": "igGetStateStorage", "ret": "ImGuiStorage*", @@ -19980,7 +20347,7 @@ "cimguiname": "igGetStyle", "defaults": {}, "funcname": "GetStyle", - "location": "imgui:308", + "location": "imgui:297", "namespace": "ImGui", "ov_cimguiname": "igGetStyle", "ret": "ImGuiStyle*", @@ -20003,7 +20370,7 @@ "cimguiname": "igGetStyleColorName", "defaults": {}, "funcname": "GetStyleColorName", - "location": "imgui:902", + "location": "imgui:892", "namespace": "ImGui", "ov_cimguiname": "igGetStyleColorName", "ret": "const char*", @@ -20025,7 +20392,7 @@ "cimguiname": "igGetStyleColorVec4", "defaults": {}, "funcname": "GetStyleColorVec4", - "location": "imgui:441", + "location": "imgui:430", "namespace": "ImGui", "ov_cimguiname": "igGetStyleColorVec4", "ret": "const ImVec4*", @@ -20043,7 +20410,7 @@ "cimguiname": "igGetTextLineHeight", "defaults": {}, "funcname": "GetTextLineHeight", - "location": "imgui:469", + "location": "imgui:458", "namespace": "ImGui", "ov_cimguiname": "igGetTextLineHeight", "ret": "float", @@ -20060,7 +20427,7 @@ "cimguiname": "igGetTextLineHeightWithSpacing", "defaults": {}, "funcname": "GetTextLineHeightWithSpacing", - "location": "imgui:470", + "location": "imgui:459", "namespace": "ImGui", "ov_cimguiname": "igGetTextLineHeightWithSpacing", "ret": "float", @@ -20077,7 +20444,7 @@ "cimguiname": "igGetTime", "defaults": {}, "funcname": "GetTime", - "location": "imgui:895", + "location": "imgui:885", "namespace": "ImGui", "ov_cimguiname": "igGetTime", "ret": "double", @@ -20094,7 +20461,7 @@ "cimguiname": "igGetTopMostAndVisiblePopupModal", "defaults": {}, "funcname": "GetTopMostAndVisiblePopupModal", - "location": "imgui_internal:2785", + "location": "imgui_internal:2848", "namespace": "ImGui", "ov_cimguiname": "igGetTopMostAndVisiblePopupModal", "ret": "ImGuiWindow*", @@ -20111,7 +20478,7 @@ "cimguiname": "igGetTopMostPopupModal", "defaults": {}, "funcname": "GetTopMostPopupModal", - "location": "imgui_internal:2784", + "location": "imgui_internal:2847", "namespace": "ImGui", "ov_cimguiname": "igGetTopMostPopupModal", "ret": "ImGuiWindow*", @@ -20128,7 +20495,7 @@ "cimguiname": "igGetTreeNodeToLabelSpacing", "defaults": {}, "funcname": "GetTreeNodeToLabelSpacing", - "location": "imgui:623", + "location": "imgui:613", "namespace": "ImGui", "ov_cimguiname": "igGetTreeNodeToLabelSpacing", "ret": "float", @@ -20145,7 +20512,7 @@ "cimguiname": "igGetVersion", "defaults": {}, "funcname": "GetVersion", - "location": "imgui:323", + "location": "imgui:312", "namespace": "ImGui", "ov_cimguiname": "igGetVersion", "ret": "const char*", @@ -20167,7 +20534,7 @@ "cimguiname": "igGetViewportPlatformMonitor", "defaults": {}, "funcname": "GetViewportPlatformMonitor", - "location": "imgui_internal:2697", + "location": "imgui_internal:2759", "namespace": "ImGui", "ov_cimguiname": "igGetViewportPlatformMonitor", "ret": "const ImGuiPlatformMonitor*", @@ -20189,7 +20556,7 @@ "cimguiname": "igGetWindowAlwaysWantOwnTabBar", "defaults": {}, "funcname": "GetWindowAlwaysWantOwnTabBar", - "location": "imgui_internal:2857", + "location": "imgui_internal:2928", "namespace": "ImGui", "ov_cimguiname": "igGetWindowAlwaysWantOwnTabBar", "ret": "bool", @@ -20211,7 +20578,7 @@ "cimguiname": "igGetWindowContentRegionMax", "defaults": {}, "funcname": "GetWindowContentRegionMax", - "location": "imgui:397", + "location": "imgui:386", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowContentRegionMax", @@ -20234,7 +20601,7 @@ "cimguiname": "igGetWindowContentRegionMin", "defaults": {}, "funcname": "GetWindowContentRegionMin", - "location": "imgui:396", + "location": "imgui:385", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowContentRegionMin", @@ -20252,7 +20619,7 @@ "cimguiname": "igGetWindowDockID", "defaults": {}, "funcname": "GetWindowDockID", - "location": "imgui:822", + "location": "imgui:812", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDockID", "ret": "ImGuiID", @@ -20269,7 +20636,7 @@ "cimguiname": "igGetWindowDockNode", "defaults": {}, "funcname": "GetWindowDockNode", - "location": "imgui_internal:2856", + "location": "imgui_internal:2927", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDockNode", "ret": "ImGuiDockNode*", @@ -20286,7 +20653,7 @@ "cimguiname": "igGetWindowDpiScale", "defaults": {}, "funcname": "GetWindowDpiScale", - "location": "imgui:364", + "location": "imgui:353", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDpiScale", "ret": "float", @@ -20303,7 +20670,7 @@ "cimguiname": "igGetWindowDrawList", "defaults": {}, "funcname": "GetWindowDrawList", - "location": "imgui:363", + "location": "imgui:352", "namespace": "ImGui", "ov_cimguiname": "igGetWindowDrawList", "ret": "ImDrawList*", @@ -20320,7 +20687,7 @@ "cimguiname": "igGetWindowHeight", "defaults": {}, "funcname": "GetWindowHeight", - "location": "imgui:368", + "location": "imgui:357", "namespace": "ImGui", "ov_cimguiname": "igGetWindowHeight", "ret": "float", @@ -20342,7 +20709,7 @@ "cimguiname": "igGetWindowPos", "defaults": {}, "funcname": "GetWindowPos", - "location": "imgui:365", + "location": "imgui:354", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowPos", @@ -20369,7 +20736,7 @@ "cimguiname": "igGetWindowResizeBorderID", "defaults": {}, "funcname": "GetWindowResizeBorderID", - "location": "imgui_internal:3013", + "location": "imgui_internal:3084", "namespace": "ImGui", "ov_cimguiname": "igGetWindowResizeBorderID", "ret": "ImGuiID", @@ -20395,7 +20762,7 @@ "cimguiname": "igGetWindowResizeCornerID", "defaults": {}, "funcname": "GetWindowResizeCornerID", - "location": "imgui_internal:3012", + "location": "imgui_internal:3083", "namespace": "ImGui", "ov_cimguiname": "igGetWindowResizeCornerID", "ret": "ImGuiID", @@ -20421,7 +20788,7 @@ "cimguiname": "igGetWindowScrollbarID", "defaults": {}, "funcname": "GetWindowScrollbarID", - "location": "imgui_internal:3011", + "location": "imgui_internal:3082", "namespace": "ImGui", "ov_cimguiname": "igGetWindowScrollbarID", "ret": "ImGuiID", @@ -20451,7 +20818,7 @@ "cimguiname": "igGetWindowScrollbarRect", "defaults": {}, "funcname": "GetWindowScrollbarRect", - "location": "imgui_internal:3010", + "location": "imgui_internal:3081", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowScrollbarRect", @@ -20474,7 +20841,7 @@ "cimguiname": "igGetWindowSize", "defaults": {}, "funcname": "GetWindowSize", - "location": "imgui:366", + "location": "imgui:355", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igGetWindowSize", @@ -20492,7 +20859,7 @@ "cimguiname": "igGetWindowViewport", "defaults": {}, "funcname": "GetWindowViewport", - "location": "imgui:369", + "location": "imgui:358", "namespace": "ImGui", "ov_cimguiname": "igGetWindowViewport", "ret": "ImGuiViewport*", @@ -20509,7 +20876,7 @@ "cimguiname": "igGetWindowWidth", "defaults": {}, "funcname": "GetWindowWidth", - "location": "imgui:367", + "location": "imgui:356", "namespace": "ImGui", "ov_cimguiname": "igGetWindowWidth", "ret": "float", @@ -20531,7 +20898,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:423", + "location": "imgui_internal:422", "ov_cimguiname": "igImAbs_Int", "ret": "int", "signature": "(int)", @@ -20550,7 +20917,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:424", + "location": "imgui_internal:423", "ov_cimguiname": "igImAbs_Float", "ret": "float", "signature": "(float)", @@ -20569,7 +20936,7 @@ "cimguiname": "igImAbs", "defaults": {}, "funcname": "ImAbs", - "location": "imgui_internal:425", + "location": "imgui_internal:424", "ov_cimguiname": "igImAbs_double", "ret": "double", "signature": "(double)", @@ -20594,7 +20961,7 @@ "cimguiname": "igImAlphaBlendColors", "defaults": {}, "funcname": "ImAlphaBlendColors", - "location": "imgui_internal:322", + "location": "imgui_internal:321", "ov_cimguiname": "igImAlphaBlendColors", "ret": "ImU32", "signature": "(ImU32,ImU32)", @@ -20891,7 +21258,7 @@ "cimguiname": "igImCharIsBlankA", "defaults": {}, "funcname": "ImCharIsBlankA", - "location": "imgui_internal:348", + "location": "imgui_internal:347", "ov_cimguiname": "igImCharIsBlankA", "ret": "bool", "signature": "(char)", @@ -20912,7 +21279,7 @@ "cimguiname": "igImCharIsBlankW", "defaults": {}, "funcname": "ImCharIsBlankW", - "location": "imgui_internal:349", + "location": "imgui_internal:348", "ov_cimguiname": "igImCharIsBlankW", "ret": "bool", "signature": "(unsigned int)", @@ -20945,7 +21312,7 @@ "cimguiname": "igImClamp", "defaults": {}, "funcname": "ImClamp", - "location": "imgui_internal:447", + "location": "imgui_internal:446", "nonUDT": 1, "ov_cimguiname": "igImClamp", "ret": "void", @@ -20992,7 +21359,7 @@ "cimguiname": "igImFileClose", "defaults": {}, "funcname": "ImFileClose", - "location": "imgui_internal:396", + "location": "imgui_internal:395", "ov_cimguiname": "igImFileClose", "ret": "bool", "signature": "(ImFileHandle)", @@ -21013,7 +21380,7 @@ "cimguiname": "igImFileGetSize", "defaults": {}, "funcname": "ImFileGetSize", - "location": "imgui_internal:397", + "location": "imgui_internal:396", "ov_cimguiname": "igImFileGetSize", "ret": "ImU64", "signature": "(ImFileHandle)", @@ -21049,7 +21416,7 @@ "padding_bytes": "0" }, "funcname": "ImFileLoadToMemory", - "location": "imgui_internal:403", + "location": "imgui_internal:402", "ov_cimguiname": "igImFileLoadToMemory", "ret": "void*", "signature": "(const char*,const char*,size_t*,int)", @@ -21074,7 +21441,7 @@ "cimguiname": "igImFileOpen", "defaults": {}, "funcname": "ImFileOpen", - "location": "imgui_internal:395", + "location": "imgui_internal:394", "ov_cimguiname": "igImFileOpen", "ret": "ImFileHandle", "signature": "(const char*,const char*)", @@ -21107,7 +21474,7 @@ "cimguiname": "igImFileRead", "defaults": {}, "funcname": "ImFileRead", - "location": "imgui_internal:398", + "location": "imgui_internal:397", "ov_cimguiname": "igImFileRead", "ret": "ImU64", "signature": "(void*,ImU64,ImU64,ImFileHandle)", @@ -21140,7 +21507,7 @@ "cimguiname": "igImFileWrite", "defaults": {}, "funcname": "ImFileWrite", - "location": "imgui_internal:399", + "location": "imgui_internal:398", "ov_cimguiname": "igImFileWrite", "ret": "ImU64", "signature": "(const void*,ImU64,ImU64,ImFileHandle)", @@ -21161,7 +21528,7 @@ "cimguiname": "igImFloor", "defaults": {}, "funcname": "ImFloor", - "location": "imgui_internal:455", + "location": "imgui_internal:454", "ov_cimguiname": "igImFloor_Float", "ret": "float", "signature": "(float)", @@ -21184,7 +21551,7 @@ "cimguiname": "igImFloor", "defaults": {}, "funcname": "ImFloor", - "location": "imgui_internal:457", + "location": "imgui_internal:456", "nonUDT": 1, "ov_cimguiname": "igImFloor_Vec2", "ret": "void", @@ -21206,11 +21573,35 @@ "cimguiname": "igImFloorSigned", "defaults": {}, "funcname": "ImFloorSigned", - "location": "imgui_internal:456", - "ov_cimguiname": "igImFloorSigned", + "location": "imgui_internal:455", + "ov_cimguiname": "igImFloorSigned_Float", "ret": "float", "signature": "(float)", "stname": "" + }, + { + "args": "(ImVec2 *pOut,const ImVec2 v)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "v", + "type": "const ImVec2" + } + ], + "argsoriginal": "(const ImVec2& v)", + "call_args": "(v)", + "cimguiname": "igImFloorSigned", + "defaults": {}, + "funcname": "ImFloorSigned", + "location": "imgui_internal:457", + "nonUDT": 1, + "ov_cimguiname": "igImFloorSigned_Vec2", + "ret": "void", + "signature": "(const ImVec2)", + "stname": "" } ], "igImFontAtlasBuildFinish": [ @@ -21227,7 +21618,7 @@ "cimguiname": "igImFontAtlasBuildFinish", "defaults": {}, "funcname": "ImFontAtlasBuildFinish", - "location": "imgui_internal:3111", + "location": "imgui_internal:3184", "ov_cimguiname": "igImFontAtlasBuildFinish", "ret": "void", "signature": "(ImFontAtlas*)", @@ -21248,7 +21639,7 @@ "cimguiname": "igImFontAtlasBuildInit", "defaults": {}, "funcname": "ImFontAtlasBuildInit", - "location": "imgui_internal:3108", + "location": "imgui_internal:3181", "ov_cimguiname": "igImFontAtlasBuildInit", "ret": "void", "signature": "(ImFontAtlas*)", @@ -21273,7 +21664,7 @@ "cimguiname": "igImFontAtlasBuildMultiplyCalcLookupTable", "defaults": {}, "funcname": "ImFontAtlasBuildMultiplyCalcLookupTable", - "location": "imgui_internal:3114", + "location": "imgui_internal:3187", "ov_cimguiname": "igImFontAtlasBuildMultiplyCalcLookupTable", "ret": "void", "signature": "(unsigned char[256],float)", @@ -21318,7 +21709,7 @@ "cimguiname": "igImFontAtlasBuildMultiplyRectAlpha8", "defaults": {}, "funcname": "ImFontAtlasBuildMultiplyRectAlpha8", - "location": "imgui_internal:3115", + "location": "imgui_internal:3188", "ov_cimguiname": "igImFontAtlasBuildMultiplyRectAlpha8", "ret": "void", "signature": "(const unsigned char[256],unsigned char*,int,int,int,int,int)", @@ -21343,7 +21734,7 @@ "cimguiname": "igImFontAtlasBuildPackCustomRects", "defaults": {}, "funcname": "ImFontAtlasBuildPackCustomRects", - "location": "imgui_internal:3110", + "location": "imgui_internal:3183", "ov_cimguiname": "igImFontAtlasBuildPackCustomRects", "ret": "void", "signature": "(ImFontAtlas*,void*)", @@ -21392,7 +21783,7 @@ "cimguiname": "igImFontAtlasBuildRender32bppRectFromString", "defaults": {}, "funcname": "ImFontAtlasBuildRender32bppRectFromString", - "location": "imgui_internal:3113", + "location": "imgui_internal:3186", "ov_cimguiname": "igImFontAtlasBuildRender32bppRectFromString", "ret": "void", "signature": "(ImFontAtlas*,int,int,int,int,const char*,char,unsigned int)", @@ -21441,7 +21832,7 @@ "cimguiname": "igImFontAtlasBuildRender8bppRectFromString", "defaults": {}, "funcname": "ImFontAtlasBuildRender8bppRectFromString", - "location": "imgui_internal:3112", + "location": "imgui_internal:3185", "ov_cimguiname": "igImFontAtlasBuildRender8bppRectFromString", "ret": "void", "signature": "(ImFontAtlas*,int,int,int,int,const char*,char,unsigned char)", @@ -21478,7 +21869,7 @@ "cimguiname": "igImFontAtlasBuildSetupFont", "defaults": {}, "funcname": "ImFontAtlasBuildSetupFont", - "location": "imgui_internal:3109", + "location": "imgui_internal:3182", "ov_cimguiname": "igImFontAtlasBuildSetupFont", "ret": "void", "signature": "(ImFontAtlas*,ImFont*,ImFontConfig*,float,float)", @@ -21494,7 +21885,7 @@ "cimguiname": "igImFontAtlasGetBuilderForStbTruetype", "defaults": {}, "funcname": "ImFontAtlasGetBuilderForStbTruetype", - "location": "imgui_internal:3107", + "location": "imgui_internal:3179", "ov_cimguiname": "igImFontAtlasGetBuilderForStbTruetype", "ret": "const ImFontBuilderIO*", "signature": "()", @@ -21528,7 +21919,7 @@ "defaults": {}, "funcname": "ImFormatString", "isvararg": "...)", - "location": "imgui_internal:342", + "location": "imgui_internal:341", "ov_cimguiname": "igImFormatString", "ret": "int", "signature": "(char*,size_t,const char*,...)", @@ -21561,7 +21952,7 @@ "cimguiname": "igImFormatStringV", "defaults": {}, "funcname": "ImFormatStringV", - "location": "imgui_internal:343", + "location": "imgui_internal:342", "ov_cimguiname": "igImFormatStringV", "ret": "int", "signature": "(char*,size_t,const char*,va_list)", @@ -21617,7 +22008,7 @@ "seed": "0" }, "funcname": "ImHashData", - "location": "imgui_internal:310", + "location": "imgui_internal:309", "ov_cimguiname": "igImHashData", "ret": "ImGuiID", "signature": "(const void*,size_t,ImU32)", @@ -21649,7 +22040,7 @@ "seed": "0" }, "funcname": "ImHashStr", - "location": "imgui_internal:311", + "location": "imgui_internal:310", "ov_cimguiname": "igImHashStr", "ret": "ImGuiID", "signature": "(const char*,size_t,ImU32)", @@ -21674,7 +22065,7 @@ "cimguiname": "igImInvLength", "defaults": {}, "funcname": "ImInvLength", - "location": "imgui_internal:454", + "location": "imgui_internal:453", "ov_cimguiname": "igImInvLength", "ret": "float", "signature": "(const ImVec2,float)", @@ -21716,7 +22107,7 @@ "cimguiname": "igImIsPowerOfTwo", "defaults": {}, "funcname": "ImIsPowerOfTwo", - "location": "imgui_internal:325", + "location": "imgui_internal:324", "ov_cimguiname": "igImIsPowerOfTwo_Int", "ret": "bool", "signature": "(int)", @@ -21735,7 +22126,7 @@ "cimguiname": "igImIsPowerOfTwo", "defaults": {}, "funcname": "ImIsPowerOfTwo", - "location": "imgui_internal:326", + "location": "imgui_internal:325", "ov_cimguiname": "igImIsPowerOfTwo_U64", "ret": "bool", "signature": "(ImU64)", @@ -21756,7 +22147,7 @@ "cimguiname": "igImLengthSqr", "defaults": {}, "funcname": "ImLengthSqr", - "location": "imgui_internal:452", + "location": "imgui_internal:451", "ov_cimguiname": "igImLengthSqr_Vec2", "ret": "float", "signature": "(const ImVec2)", @@ -21775,7 +22166,7 @@ "cimguiname": "igImLengthSqr", "defaults": {}, "funcname": "ImLengthSqr", - "location": "imgui_internal:453", + "location": "imgui_internal:452", "ov_cimguiname": "igImLengthSqr_Vec4", "ret": "float", "signature": "(const ImVec4)", @@ -21808,7 +22199,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:448", + "location": "imgui_internal:447", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec2Float", "ret": "void", @@ -21840,7 +22231,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:449", + "location": "imgui_internal:448", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec2Vec2", "ret": "void", @@ -21872,7 +22263,7 @@ "cimguiname": "igImLerp", "defaults": {}, "funcname": "ImLerp", - "location": "imgui_internal:450", + "location": "imgui_internal:449", "nonUDT": 1, "ov_cimguiname": "igImLerp_Vec4", "ret": "void", @@ -21957,7 +22348,7 @@ "cimguiname": "igImLog", "defaults": {}, "funcname": "ImLog", - "location": "imgui_internal:421", + "location": "imgui_internal:420", "ov_cimguiname": "igImLog_Float", "ret": "float", "signature": "(float)", @@ -21976,7 +22367,7 @@ "cimguiname": "igImLog", "defaults": {}, "funcname": "ImLog", - "location": "imgui_internal:422", + "location": "imgui_internal:421", "ov_cimguiname": "igImLog_double", "ret": "double", "signature": "(double)", @@ -22005,7 +22396,7 @@ "cimguiname": "igImMax", "defaults": {}, "funcname": "ImMax", - "location": "imgui_internal:446", + "location": "imgui_internal:445", "nonUDT": 1, "ov_cimguiname": "igImMax", "ret": "void", @@ -22035,7 +22426,7 @@ "cimguiname": "igImMin", "defaults": {}, "funcname": "ImMin", - "location": "imgui_internal:445", + "location": "imgui_internal:444", "nonUDT": 1, "ov_cimguiname": "igImMin", "ret": "void", @@ -22112,7 +22503,7 @@ "cimguiname": "igImParseFormatFindEnd", "defaults": {}, "funcname": "ImParseFormatFindEnd", - "location": "imgui_internal:345", + "location": "imgui_internal:344", "ov_cimguiname": "igImParseFormatFindEnd", "ret": "const char*", "signature": "(const char*)", @@ -22133,7 +22524,7 @@ "cimguiname": "igImParseFormatFindStart", "defaults": {}, "funcname": "ImParseFormatFindStart", - "location": "imgui_internal:344", + "location": "imgui_internal:343", "ov_cimguiname": "igImParseFormatFindStart", "ret": "const char*", "signature": "(const char*)", @@ -22158,7 +22549,7 @@ "cimguiname": "igImParseFormatPrecision", "defaults": {}, "funcname": "ImParseFormatPrecision", - "location": "imgui_internal:347", + "location": "imgui_internal:346", "ov_cimguiname": "igImParseFormatPrecision", "ret": "int", "signature": "(const char*,int)", @@ -22187,7 +22578,7 @@ "cimguiname": "igImParseFormatTrimDecorations", "defaults": {}, "funcname": "ImParseFormatTrimDecorations", - "location": "imgui_internal:346", + "location": "imgui_internal:345", "ov_cimguiname": "igImParseFormatTrimDecorations", "ret": "const char*", "signature": "(const char*,char*,size_t)", @@ -22212,7 +22603,7 @@ "cimguiname": "igImPow", "defaults": {}, "funcname": "ImPow", - "location": "imgui_internal:419", + "location": "imgui_internal:418", "ov_cimguiname": "igImPow_Float", "ret": "float", "signature": "(float,float)", @@ -22235,7 +22626,7 @@ "cimguiname": "igImPow", "defaults": {}, "funcname": "ImPow", - "location": "imgui_internal:420", + "location": "imgui_internal:419", "ov_cimguiname": "igImPow_double", "ret": "double", "signature": "(double,double)", @@ -22270,7 +22661,7 @@ "cimguiname": "igImQsort", "defaults": {}, "funcname": "ImQsort", - "location": "imgui_internal:318", + "location": "imgui_internal:317", "ov_cimguiname": "igImQsort", "ret": "void", "signature": "(void*,size_t,size_t,int(*)(void const*,void const*))", @@ -22325,7 +22716,7 @@ "cimguiname": "igImRsqrt", "defaults": {}, "funcname": "ImRsqrt", - "location": "imgui_internal:429", + "location": "imgui_internal:430", "ov_cimguiname": "igImRsqrt_Float", "ret": "float", "signature": "(float)", @@ -22344,7 +22735,7 @@ "cimguiname": "igImRsqrt", "defaults": {}, "funcname": "ImRsqrt", - "location": "imgui_internal:433", + "location": "imgui_internal:432", "ov_cimguiname": "igImRsqrt_double", "ret": "double", "signature": "(double)", @@ -22365,7 +22756,7 @@ "cimguiname": "igImSaturate", "defaults": {}, "funcname": "ImSaturate", - "location": "imgui_internal:451", + "location": "imgui_internal:450", "ov_cimguiname": "igImSaturate", "ret": "float", "signature": "(float)", @@ -22386,7 +22777,7 @@ "cimguiname": "igImSign", "defaults": {}, "funcname": "ImSign", - "location": "imgui_internal:426", + "location": "imgui_internal:425", "ov_cimguiname": "igImSign_Float", "ret": "float", "signature": "(float)", @@ -22405,7 +22796,7 @@ "cimguiname": "igImSign", "defaults": {}, "funcname": "ImSign", - "location": "imgui_internal:427", + "location": "imgui_internal:426", "ov_cimguiname": "igImSign_double", "ret": "double", "signature": "(double)", @@ -22426,7 +22817,7 @@ "cimguiname": "igImStrSkipBlank", "defaults": {}, "funcname": "ImStrSkipBlank", - "location": "imgui_internal:341", + "location": "imgui_internal:340", "ov_cimguiname": "igImStrSkipBlank", "ret": "const char*", "signature": "(const char*)", @@ -22447,7 +22838,7 @@ "cimguiname": "igImStrTrimBlanks", "defaults": {}, "funcname": "ImStrTrimBlanks", - "location": "imgui_internal:340", + "location": "imgui_internal:339", "ov_cimguiname": "igImStrTrimBlanks", "ret": "void", "signature": "(char*)", @@ -22472,7 +22863,7 @@ "cimguiname": "igImStrbolW", "defaults": {}, "funcname": "ImStrbolW", - "location": "imgui_internal:338", + "location": "imgui_internal:337", "ov_cimguiname": "igImStrbolW", "ret": "const ImWchar*", "signature": "(const ImWchar*,const ImWchar*)", @@ -22501,7 +22892,7 @@ "cimguiname": "igImStrchrRange", "defaults": {}, "funcname": "ImStrchrRange", - "location": "imgui_internal:335", + "location": "imgui_internal:334", "ov_cimguiname": "igImStrchrRange", "ret": "const char*", "signature": "(const char*,const char*,char)", @@ -22522,7 +22913,7 @@ "cimguiname": "igImStrdup", "defaults": {}, "funcname": "ImStrdup", - "location": "imgui_internal:333", + "location": "imgui_internal:332", "ov_cimguiname": "igImStrdup", "ret": "char*", "signature": "(const char*)", @@ -22551,7 +22942,7 @@ "cimguiname": "igImStrdupcpy", "defaults": {}, "funcname": "ImStrdupcpy", - "location": "imgui_internal:334", + "location": "imgui_internal:333", "ov_cimguiname": "igImStrdupcpy", "ret": "char*", "signature": "(char*,size_t*,const char*)", @@ -22576,7 +22967,7 @@ "cimguiname": "igImStreolRange", "defaults": {}, "funcname": "ImStreolRange", - "location": "imgui_internal:337", + "location": "imgui_internal:336", "ov_cimguiname": "igImStreolRange", "ret": "const char*", "signature": "(const char*,const char*)", @@ -22601,7 +22992,7 @@ "cimguiname": "igImStricmp", "defaults": {}, "funcname": "ImStricmp", - "location": "imgui_internal:330", + "location": "imgui_internal:329", "ov_cimguiname": "igImStricmp", "ret": "int", "signature": "(const char*,const char*)", @@ -22634,7 +23025,7 @@ "cimguiname": "igImStristr", "defaults": {}, "funcname": "ImStristr", - "location": "imgui_internal:339", + "location": "imgui_internal:338", "ov_cimguiname": "igImStristr", "ret": "const char*", "signature": "(const char*,const char*,const char*,const char*)", @@ -22655,7 +23046,7 @@ "cimguiname": "igImStrlenW", "defaults": {}, "funcname": "ImStrlenW", - "location": "imgui_internal:336", + "location": "imgui_internal:335", "ov_cimguiname": "igImStrlenW", "ret": "int", "signature": "(const ImWchar*)", @@ -22684,7 +23075,7 @@ "cimguiname": "igImStrncpy", "defaults": {}, "funcname": "ImStrncpy", - "location": "imgui_internal:332", + "location": "imgui_internal:331", "ov_cimguiname": "igImStrncpy", "ret": "void", "signature": "(char*,const char*,size_t)", @@ -22713,7 +23104,7 @@ "cimguiname": "igImStrnicmp", "defaults": {}, "funcname": "ImStrnicmp", - "location": "imgui_internal:331", + "location": "imgui_internal:330", "ov_cimguiname": "igImStrnicmp", "ret": "int", "signature": "(const char*,const char*,size_t)", @@ -22742,7 +23133,7 @@ "cimguiname": "igImTextCharFromUtf8", "defaults": {}, "funcname": "ImTextCharFromUtf8", - "location": "imgui_internal:354", + "location": "imgui_internal:353", "ov_cimguiname": "igImTextCharFromUtf8", "ret": "int", "signature": "(unsigned int*,const char*,const char*)", @@ -22767,7 +23158,7 @@ "cimguiname": "igImTextCharToUtf8", "defaults": {}, "funcname": "ImTextCharToUtf8", - "location": "imgui_internal:352", + "location": "imgui_internal:351", "ov_cimguiname": "igImTextCharToUtf8", "ret": "const char*", "signature": "(char[5],unsigned int)", @@ -22792,7 +23183,7 @@ "cimguiname": "igImTextCountCharsFromUtf8", "defaults": {}, "funcname": "ImTextCountCharsFromUtf8", - "location": "imgui_internal:356", + "location": "imgui_internal:355", "ov_cimguiname": "igImTextCountCharsFromUtf8", "ret": "int", "signature": "(const char*,const char*)", @@ -22817,7 +23208,7 @@ "cimguiname": "igImTextCountUtf8BytesFromChar", "defaults": {}, "funcname": "ImTextCountUtf8BytesFromChar", - "location": "imgui_internal:357", + "location": "imgui_internal:356", "ov_cimguiname": "igImTextCountUtf8BytesFromChar", "ret": "int", "signature": "(const char*,const char*)", @@ -22842,7 +23233,7 @@ "cimguiname": "igImTextCountUtf8BytesFromStr", "defaults": {}, "funcname": "ImTextCountUtf8BytesFromStr", - "location": "imgui_internal:358", + "location": "imgui_internal:357", "ov_cimguiname": "igImTextCountUtf8BytesFromStr", "ret": "int", "signature": "(const ImWchar*,const ImWchar*)", @@ -22881,7 +23272,7 @@ "in_remaining": "NULL" }, "funcname": "ImTextStrFromUtf8", - "location": "imgui_internal:355", + "location": "imgui_internal:354", "ov_cimguiname": "igImTextStrFromUtf8", "ret": "int", "signature": "(ImWchar*,int,const char*,const char*,const char**)", @@ -22914,7 +23305,7 @@ "cimguiname": "igImTextStrToUtf8", "defaults": {}, "funcname": "ImTextStrToUtf8", - "location": "imgui_internal:353", + "location": "imgui_internal:352", "ov_cimguiname": "igImTextStrToUtf8", "ret": "int", "signature": "(char*,int,const ImWchar*,const ImWchar*)", @@ -23083,7 +23474,7 @@ "cimguiname": "igImUpperPowerOfTwo", "defaults": {}, "funcname": "ImUpperPowerOfTwo", - "location": "imgui_internal:327", + "location": "imgui_internal:326", "ov_cimguiname": "igImUpperPowerOfTwo", "ret": "int", "signature": "(int)", @@ -23129,7 +23520,7 @@ "uv1": "ImVec2(1,1)" }, "funcname": "Image", - "location": "imgui:516", + "location": "imgui:505", "namespace": "ImGui", "ov_cimguiname": "igImage", "ret": "void", @@ -23181,7 +23572,7 @@ "uv1": "ImVec2(1,1)" }, "funcname": "ImageButton", - "location": "imgui:517", + "location": "imgui:506", "namespace": "ImGui", "ov_cimguiname": "igImageButton", "ret": "bool", @@ -23231,7 +23622,7 @@ "cimguiname": "igImageButtonEx", "defaults": {}, "funcname": "ImageButtonEx", - "location": "imgui_internal:3009", + "location": "imgui_internal:3080", "namespace": "ImGui", "ov_cimguiname": "igImageButtonEx", "ret": "bool", @@ -23255,7 +23646,7 @@ "indent_w": "0.0f" }, "funcname": "Indent", - "location": "imgui:455", + "location": "imgui:444", "namespace": "ImGui", "ov_cimguiname": "igIndent", "ret": "void", @@ -23277,7 +23668,7 @@ "cimguiname": "igInitialize", "defaults": {}, "funcname": "Initialize", - "location": "imgui_internal:2677", + "location": "imgui_internal:2738", "namespace": "ImGui", "ov_cimguiname": "igInitialize", "ret": "void", @@ -23324,7 +23715,7 @@ "step_fast": "0.0" }, "funcname": "InputDouble", - "location": "imgui:594", + "location": "imgui:584", "namespace": "ImGui", "ov_cimguiname": "igInputDouble", "ret": "bool", @@ -23371,7 +23762,7 @@ "step_fast": "0.0f" }, "funcname": "InputFloat", - "location": "imgui:586", + "location": "imgui:576", "namespace": "ImGui", "ov_cimguiname": "igInputFloat", "ret": "bool", @@ -23408,7 +23799,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat2", - "location": "imgui:587", + "location": "imgui:577", "namespace": "ImGui", "ov_cimguiname": "igInputFloat2", "ret": "bool", @@ -23445,7 +23836,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat3", - "location": "imgui:588", + "location": "imgui:578", "namespace": "ImGui", "ov_cimguiname": "igInputFloat3", "ret": "bool", @@ -23482,7 +23873,7 @@ "format": "\"%.3f\"" }, "funcname": "InputFloat4", - "location": "imgui:589", + "location": "imgui:579", "namespace": "ImGui", "ov_cimguiname": "igInputFloat4", "ret": "bool", @@ -23524,7 +23915,7 @@ "step_fast": "100" }, "funcname": "InputInt", - "location": "imgui:590", + "location": "imgui:580", "namespace": "ImGui", "ov_cimguiname": "igInputInt", "ret": "bool", @@ -23556,7 +23947,7 @@ "flags": "0" }, "funcname": "InputInt2", - "location": "imgui:591", + "location": "imgui:581", "namespace": "ImGui", "ov_cimguiname": "igInputInt2", "ret": "bool", @@ -23588,7 +23979,7 @@ "flags": "0" }, "funcname": "InputInt3", - "location": "imgui:592", + "location": "imgui:582", "namespace": "ImGui", "ov_cimguiname": "igInputInt3", "ret": "bool", @@ -23620,7 +24011,7 @@ "flags": "0" }, "funcname": "InputInt4", - "location": "imgui:593", + "location": "imgui:583", "namespace": "ImGui", "ov_cimguiname": "igInputInt4", "ret": "bool", @@ -23671,7 +24062,7 @@ "p_step_fast": "NULL" }, "funcname": "InputScalar", - "location": "imgui:595", + "location": "imgui:585", "namespace": "ImGui", "ov_cimguiname": "igInputScalar", "ret": "bool", @@ -23726,7 +24117,7 @@ "p_step_fast": "NULL" }, "funcname": "InputScalarN", - "location": "imgui:596", + "location": "imgui:586", "namespace": "ImGui", "ov_cimguiname": "igInputScalarN", "ret": "bool", @@ -23772,7 +24163,7 @@ "user_data": "NULL" }, "funcname": "InputText", - "location": "imgui:583", + "location": "imgui:573", "namespace": "ImGui", "ov_cimguiname": "igInputText", "ret": "bool", @@ -23825,7 +24216,7 @@ "user_data": "NULL" }, "funcname": "InputTextEx", - "location": "imgui_internal:3046", + "location": "imgui_internal:3117", "namespace": "ImGui", "ov_cimguiname": "igInputTextEx", "ret": "bool", @@ -23876,7 +24267,7 @@ "user_data": "NULL" }, "funcname": "InputTextMultiline", - "location": "imgui:584", + "location": "imgui:574", "namespace": "ImGui", "ov_cimguiname": "igInputTextMultiline", "ret": "bool", @@ -23926,7 +24317,7 @@ "user_data": "NULL" }, "funcname": "InputTextWithHint", - "location": "imgui:585", + "location": "imgui:575", "namespace": "ImGui", "ov_cimguiname": "igInputTextWithHint", "ret": "bool", @@ -23958,7 +24349,7 @@ "flags": "0" }, "funcname": "InvisibleButton", - "location": "imgui:514", + "location": "imgui:503", "namespace": "ImGui", "ov_cimguiname": "igInvisibleButton", "ret": "bool", @@ -23980,7 +24371,7 @@ "cimguiname": "igIsActiveIdUsingKey", "defaults": {}, "funcname": "IsActiveIdUsingKey", - "location": "imgui_internal:2829", + "location": "imgui_internal:2897", "namespace": "ImGui", "ov_cimguiname": "igIsActiveIdUsingKey", "ret": "bool", @@ -24002,7 +24393,7 @@ "cimguiname": "igIsActiveIdUsingNavDir", "defaults": {}, "funcname": "IsActiveIdUsingNavDir", - "location": "imgui_internal:2827", + "location": "imgui_internal:2895", "namespace": "ImGui", "ov_cimguiname": "igIsActiveIdUsingNavDir", "ret": "bool", @@ -24024,7 +24415,7 @@ "cimguiname": "igIsActiveIdUsingNavInput", "defaults": {}, "funcname": "IsActiveIdUsingNavInput", - "location": "imgui_internal:2828", + "location": "imgui_internal:2896", "namespace": "ImGui", "ov_cimguiname": "igIsActiveIdUsingNavInput", "ret": "bool", @@ -24041,7 +24432,7 @@ "cimguiname": "igIsAnyItemActive", "defaults": {}, "funcname": "IsAnyItemActive", - "location": "imgui:879", + "location": "imgui:869", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemActive", "ret": "bool", @@ -24058,7 +24449,7 @@ "cimguiname": "igIsAnyItemFocused", "defaults": {}, "funcname": "IsAnyItemFocused", - "location": "imgui:880", + "location": "imgui:870", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemFocused", "ret": "bool", @@ -24075,7 +24466,7 @@ "cimguiname": "igIsAnyItemHovered", "defaults": {}, "funcname": "IsAnyItemHovered", - "location": "imgui:878", + "location": "imgui:868", "namespace": "ImGui", "ov_cimguiname": "igIsAnyItemHovered", "ret": "bool", @@ -24092,7 +24483,7 @@ "cimguiname": "igIsAnyMouseDown", "defaults": {}, "funcname": "IsAnyMouseDown", - "location": "imgui:938", + "location": "imgui:931", "namespace": "ImGui", "ov_cimguiname": "igIsAnyMouseDown", "ret": "bool", @@ -24118,7 +24509,7 @@ "cimguiname": "igIsClippedEx", "defaults": {}, "funcname": "IsClippedEx", - "location": "imgui_internal:2744", + "location": "imgui_internal:2807", "namespace": "ImGui", "ov_cimguiname": "igIsClippedEx", "ret": "bool", @@ -24135,7 +24526,7 @@ "cimguiname": "igIsDragDropPayloadBeingAccepted", "defaults": {}, "funcname": "IsDragDropPayloadBeingAccepted", - "location": "imgui_internal:2890", + "location": "imgui_internal:2961", "namespace": "ImGui", "ov_cimguiname": "igIsDragDropPayloadBeingAccepted", "ret": "bool", @@ -24143,6 +24534,28 @@ "stname": "" } ], + "igIsGamepadKey": [ + { + "args": "(ImGuiKey key)", + "argsT": [ + { + "name": "key", + "type": "ImGuiKey" + } + ], + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", + "cimguiname": "igIsGamepadKey", + "defaults": {}, + "funcname": "IsGamepadKey", + "location": "imgui_internal:2891", + "namespace": "ImGui", + "ov_cimguiname": "igIsGamepadKey", + "ret": "bool", + "signature": "(ImGuiKey)", + "stname": "" + } + ], "igIsItemActivated": [ { "args": "()", @@ -24152,7 +24565,7 @@ "cimguiname": "igIsItemActivated", "defaults": {}, "funcname": "IsItemActivated", - "location": "imgui:874", + "location": "imgui:864", "namespace": "ImGui", "ov_cimguiname": "igIsItemActivated", "ret": "bool", @@ -24169,7 +24582,7 @@ "cimguiname": "igIsItemActive", "defaults": {}, "funcname": "IsItemActive", - "location": "imgui:869", + "location": "imgui:859", "namespace": "ImGui", "ov_cimguiname": "igIsItemActive", "ret": "bool", @@ -24193,7 +24606,7 @@ "mouse_button": "0" }, "funcname": "IsItemClicked", - "location": "imgui:871", + "location": "imgui:861", "namespace": "ImGui", "ov_cimguiname": "igIsItemClicked", "ret": "bool", @@ -24210,7 +24623,7 @@ "cimguiname": "igIsItemDeactivated", "defaults": {}, "funcname": "IsItemDeactivated", - "location": "imgui:875", + "location": "imgui:865", "namespace": "ImGui", "ov_cimguiname": "igIsItemDeactivated", "ret": "bool", @@ -24227,7 +24640,7 @@ "cimguiname": "igIsItemDeactivatedAfterEdit", "defaults": {}, "funcname": "IsItemDeactivatedAfterEdit", - "location": "imgui:876", + "location": "imgui:866", "namespace": "ImGui", "ov_cimguiname": "igIsItemDeactivatedAfterEdit", "ret": "bool", @@ -24244,7 +24657,7 @@ "cimguiname": "igIsItemEdited", "defaults": {}, "funcname": "IsItemEdited", - "location": "imgui:873", + "location": "imgui:863", "namespace": "ImGui", "ov_cimguiname": "igIsItemEdited", "ret": "bool", @@ -24261,7 +24674,7 @@ "cimguiname": "igIsItemFocused", "defaults": {}, "funcname": "IsItemFocused", - "location": "imgui:870", + "location": "imgui:860", "namespace": "ImGui", "ov_cimguiname": "igIsItemFocused", "ret": "bool", @@ -24285,7 +24698,7 @@ "flags": "0" }, "funcname": "IsItemHovered", - "location": "imgui:868", + "location": "imgui:858", "namespace": "ImGui", "ov_cimguiname": "igIsItemHovered", "ret": "bool", @@ -24302,7 +24715,7 @@ "cimguiname": "igIsItemToggledOpen", "defaults": {}, "funcname": "IsItemToggledOpen", - "location": "imgui:877", + "location": "imgui:867", "namespace": "ImGui", "ov_cimguiname": "igIsItemToggledOpen", "ret": "bool", @@ -24319,7 +24732,7 @@ "cimguiname": "igIsItemToggledSelection", "defaults": {}, "funcname": "IsItemToggledSelection", - "location": "imgui_internal:2749", + "location": "imgui_internal:2812", "namespace": "ImGui", "ov_cimguiname": "igIsItemToggledSelection", "ret": "bool", @@ -24336,7 +24749,7 @@ "cimguiname": "igIsItemVisible", "defaults": {}, "funcname": "IsItemVisible", - "location": "imgui:872", + "location": "imgui:862", "namespace": "ImGui", "ov_cimguiname": "igIsItemVisible", "ret": "bool", @@ -24346,51 +24759,51 @@ ], "igIsKeyDown": [ { - "args": "(int user_key_index)", + "args": "(ImGuiKey key)", "argsT": [ { - "name": "user_key_index", - "type": "int" + "name": "key", + "type": "ImGuiKey" } ], - "argsoriginal": "(int user_key_index)", - "call_args": "(user_key_index)", + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", "cimguiname": "igIsKeyDown", "defaults": {}, "funcname": "IsKeyDown", - "location": "imgui:921", + "location": "imgui:913", "namespace": "ImGui", "ov_cimguiname": "igIsKeyDown", "ret": "bool", - "signature": "(int)", + "signature": "(ImGuiKey)", "stname": "" } ], "igIsKeyPressed": [ { - "args": "(int user_key_index,bool repeat)", + "args": "(ImGuiKey key,bool repeat)", "argsT": [ { - "name": "user_key_index", - "type": "int" + "name": "key", + "type": "ImGuiKey" }, { "name": "repeat", "type": "bool" } ], - "argsoriginal": "(int user_key_index,bool repeat=true)", - "call_args": "(user_key_index,repeat)", + "argsoriginal": "(ImGuiKey key,bool repeat=true)", + "call_args": "(key,repeat)", "cimguiname": "igIsKeyPressed", "defaults": { "repeat": "true" }, "funcname": "IsKeyPressed", - "location": "imgui:922", + "location": "imgui:914", "namespace": "ImGui", "ov_cimguiname": "igIsKeyPressed", "ret": "bool", - "signature": "(int,bool)", + "signature": "(ImGuiKey,bool)", "stname": "" } ], @@ -24414,7 +24827,7 @@ "repeat": "true" }, "funcname": "IsKeyPressedMap", - "location": "imgui_internal:2831", + "location": "imgui_internal:2904", "namespace": "ImGui", "ov_cimguiname": "igIsKeyPressedMap", "ret": "bool", @@ -24424,23 +24837,45 @@ ], "igIsKeyReleased": [ { - "args": "(int user_key_index)", + "args": "(ImGuiKey key)", "argsT": [ { - "name": "user_key_index", - "type": "int" + "name": "key", + "type": "ImGuiKey" } ], - "argsoriginal": "(int user_key_index)", - "call_args": "(user_key_index)", + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", "cimguiname": "igIsKeyReleased", "defaults": {}, "funcname": "IsKeyReleased", - "location": "imgui:923", + "location": "imgui:915", "namespace": "ImGui", "ov_cimguiname": "igIsKeyReleased", "ret": "bool", - "signature": "(int)", + "signature": "(ImGuiKey)", + "stname": "" + } + ], + "igIsLegacyKey": [ + { + "args": "(ImGuiKey key)", + "argsT": [ + { + "name": "key", + "type": "ImGuiKey" + } + ], + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", + "cimguiname": "igIsLegacyKey", + "defaults": {}, + "funcname": "IsLegacyKey", + "location": "imgui_internal:2890", + "namespace": "ImGui", + "ov_cimguiname": "igIsLegacyKey", + "ret": "bool", + "signature": "(ImGuiKey)", "stname": "" } ], @@ -24464,7 +24899,7 @@ "repeat": "false" }, "funcname": "IsMouseClicked", - "location": "imgui:932", + "location": "imgui:925", "namespace": "ImGui", "ov_cimguiname": "igIsMouseClicked", "ret": "bool", @@ -24486,7 +24921,7 @@ "cimguiname": "igIsMouseDoubleClicked", "defaults": {}, "funcname": "IsMouseDoubleClicked", - "location": "imgui:934", + "location": "imgui:927", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDoubleClicked", "ret": "bool", @@ -24508,7 +24943,7 @@ "cimguiname": "igIsMouseDown", "defaults": {}, "funcname": "IsMouseDown", - "location": "imgui:931", + "location": "imgui:924", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDown", "ret": "bool", @@ -24536,7 +24971,7 @@ "lock_threshold": "-1.0f" }, "funcname": "IsMouseDragPastThreshold", - "location": "imgui_internal:2830", + "location": "imgui_internal:2899", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDragPastThreshold", "ret": "bool", @@ -24564,7 +24999,7 @@ "lock_threshold": "-1.0f" }, "funcname": "IsMouseDragging", - "location": "imgui:941", + "location": "imgui:934", "namespace": "ImGui", "ov_cimguiname": "igIsMouseDragging", "ret": "bool", @@ -24596,7 +25031,7 @@ "clip": "true" }, "funcname": "IsMouseHoveringRect", - "location": "imgui:936", + "location": "imgui:929", "namespace": "ImGui", "ov_cimguiname": "igIsMouseHoveringRect", "ret": "bool", @@ -24620,7 +25055,7 @@ "mouse_pos": "NULL" }, "funcname": "IsMousePosValid", - "location": "imgui:937", + "location": "imgui:930", "namespace": "ImGui", "ov_cimguiname": "igIsMousePosValid", "ret": "bool", @@ -24642,7 +25077,7 @@ "cimguiname": "igIsMouseReleased", "defaults": {}, "funcname": "IsMouseReleased", - "location": "imgui:933", + "location": "imgui:926", "namespace": "ImGui", "ov_cimguiname": "igIsMouseReleased", "ret": "bool", @@ -24650,6 +25085,28 @@ "stname": "" } ], + "igIsNamedKey": [ + { + "args": "(ImGuiKey key)", + "argsT": [ + { + "name": "key", + "type": "ImGuiKey" + } + ], + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", + "cimguiname": "igIsNamedKey", + "defaults": {}, + "funcname": "IsNamedKey", + "location": "imgui_internal:2889", + "namespace": "ImGui", + "ov_cimguiname": "igIsNamedKey", + "ret": "bool", + "signature": "(ImGuiKey)", + "stname": "" + } + ], "igIsNavInputDown": [ { "args": "(ImGuiNavInput n)", @@ -24664,7 +25121,7 @@ "cimguiname": "igIsNavInputDown", "defaults": {}, "funcname": "IsNavInputDown", - "location": "imgui_internal:2832", + "location": "imgui_internal:2900", "namespace": "ImGui", "ov_cimguiname": "igIsNavInputDown", "ret": "bool", @@ -24690,7 +25147,7 @@ "cimguiname": "igIsNavInputTest", "defaults": {}, "funcname": "IsNavInputTest", - "location": "imgui_internal:2833", + "location": "imgui_internal:2901", "namespace": "ImGui", "ov_cimguiname": "igIsNavInputTest", "ret": "bool", @@ -24718,7 +25175,7 @@ "flags": "0" }, "funcname": "IsPopupOpen", - "location": "imgui:721", + "location": "imgui:712", "namespace": "ImGui", "ov_cimguiname": "igIsPopupOpen_Str", "ret": "bool", @@ -24742,7 +25199,7 @@ "cimguiname": "igIsPopupOpen", "defaults": {}, "funcname": "IsPopupOpen", - "location": "imgui_internal:2780", + "location": "imgui_internal:2843", "namespace": "ImGui", "ov_cimguiname": "igIsPopupOpen_ID", "ret": "bool", @@ -24764,7 +25221,7 @@ "cimguiname": "igIsRectVisible", "defaults": {}, "funcname": "IsRectVisible", - "location": "imgui:893", + "location": "imgui:883", "namespace": "ImGui", "ov_cimguiname": "igIsRectVisible_Nil", "ret": "bool", @@ -24788,7 +25245,7 @@ "cimguiname": "igIsRectVisible", "defaults": {}, "funcname": "IsRectVisible", - "location": "imgui:894", + "location": "imgui:884", "namespace": "ImGui", "ov_cimguiname": "igIsRectVisible_Vec2", "ret": "bool", @@ -24814,7 +25271,7 @@ "cimguiname": "igIsWindowAbove", "defaults": {}, "funcname": "IsWindowAbove", - "location": "imgui_internal:2652", + "location": "imgui_internal:2713", "namespace": "ImGui", "ov_cimguiname": "igIsWindowAbove", "ret": "bool", @@ -24831,7 +25288,7 @@ "cimguiname": "igIsWindowAppearing", "defaults": {}, "funcname": "IsWindowAppearing", - "location": "imgui:359", + "location": "imgui:348", "namespace": "ImGui", "ov_cimguiname": "igIsWindowAppearing", "ret": "bool", @@ -24865,7 +25322,7 @@ "cimguiname": "igIsWindowChildOf", "defaults": {}, "funcname": "IsWindowChildOf", - "location": "imgui_internal:2650", + "location": "imgui_internal:2711", "namespace": "ImGui", "ov_cimguiname": "igIsWindowChildOf", "ret": "bool", @@ -24882,7 +25339,7 @@ "cimguiname": "igIsWindowCollapsed", "defaults": {}, "funcname": "IsWindowCollapsed", - "location": "imgui:360", + "location": "imgui:349", "namespace": "ImGui", "ov_cimguiname": "igIsWindowCollapsed", "ret": "bool", @@ -24899,7 +25356,7 @@ "cimguiname": "igIsWindowDocked", "defaults": {}, "funcname": "IsWindowDocked", - "location": "imgui:823", + "location": "imgui:813", "namespace": "ImGui", "ov_cimguiname": "igIsWindowDocked", "ret": "bool", @@ -24923,7 +25380,7 @@ "flags": "0" }, "funcname": "IsWindowFocused", - "location": "imgui:361", + "location": "imgui:350", "namespace": "ImGui", "ov_cimguiname": "igIsWindowFocused", "ret": "bool", @@ -24947,7 +25404,7 @@ "flags": "0" }, "funcname": "IsWindowHovered", - "location": "imgui:362", + "location": "imgui:351", "namespace": "ImGui", "ov_cimguiname": "igIsWindowHovered", "ret": "bool", @@ -24969,7 +25426,7 @@ "cimguiname": "igIsWindowNavFocusable", "defaults": {}, "funcname": "IsWindowNavFocusable", - "location": "imgui_internal:2653", + "location": "imgui_internal:2714", "namespace": "ImGui", "ov_cimguiname": "igIsWindowNavFocusable", "ret": "bool", @@ -24995,7 +25452,7 @@ "cimguiname": "igIsWindowWithinBeginStackOf", "defaults": {}, "funcname": "IsWindowWithinBeginStackOf", - "location": "imgui_internal:2651", + "location": "imgui_internal:2712", "namespace": "ImGui", "ov_cimguiname": "igIsWindowWithinBeginStackOf", "ret": "bool", @@ -25032,7 +25489,7 @@ "nav_bb": "NULL" }, "funcname": "ItemAdd", - "location": "imgui_internal:2742", + "location": "imgui_internal:2805", "namespace": "ImGui", "ov_cimguiname": "igItemAdd", "ret": "bool", @@ -25058,7 +25515,7 @@ "cimguiname": "igItemHoverable", "defaults": {}, "funcname": "ItemHoverable", - "location": "imgui_internal:2743", + "location": "imgui_internal:2806", "namespace": "ImGui", "ov_cimguiname": "igItemHoverable", "ret": "bool", @@ -25086,7 +25543,7 @@ "text_baseline_y": "-1.0f" }, "funcname": "ItemSize", - "location": "imgui_internal:2740", + "location": "imgui_internal:2803", "namespace": "ImGui", "ov_cimguiname": "igItemSize_Vec2", "ret": "void", @@ -25112,7 +25569,7 @@ "text_baseline_y": "-1.0f" }, "funcname": "ItemSize", - "location": "imgui_internal:2741", + "location": "imgui_internal:2804", "namespace": "ImGui", "ov_cimguiname": "igItemSize_Rect", "ret": "void", @@ -25134,7 +25591,7 @@ "cimguiname": "igKeepAliveID", "defaults": {}, "funcname": "KeepAliveID", - "location": "imgui_internal:2734", + "location": "imgui_internal:2797", "namespace": "ImGui", "ov_cimguiname": "igKeepAliveID", "ret": "void", @@ -25165,7 +25622,7 @@ "defaults": {}, "funcname": "LabelText", "isvararg": "...)", - "location": "imgui:504", + "location": "imgui:493", "namespace": "ImGui", "ov_cimguiname": "igLabelText", "ret": "void", @@ -25195,7 +25652,7 @@ "cimguiname": "igLabelTextV", "defaults": {}, "funcname": "LabelTextV", - "location": "imgui:505", + "location": "imgui:494", "namespace": "ImGui", "ov_cimguiname": "igLabelTextV", "ret": "void", @@ -25235,7 +25692,7 @@ "height_in_items": "-1" }, "funcname": "ListBox", - "location": "imgui:642", + "location": "imgui:632", "namespace": "ImGui", "ov_cimguiname": "igListBox_Str_arr", "ret": "bool", @@ -25279,7 +25736,7 @@ "height_in_items": "-1" }, "funcname": "ListBox", - "location": "imgui:643", + "location": "imgui:633", "namespace": "ImGui", "ov_cimguiname": "igListBox_FnBoolPtr", "ret": "bool", @@ -25301,7 +25758,7 @@ "cimguiname": "igLoadIniSettingsFromDisk", "defaults": {}, "funcname": "LoadIniSettingsFromDisk", - "location": "imgui:957", + "location": "imgui:950", "namespace": "ImGui", "ov_cimguiname": "igLoadIniSettingsFromDisk", "ret": "void", @@ -25329,7 +25786,7 @@ "ini_size": "0" }, "funcname": "LoadIniSettingsFromMemory", - "location": "imgui:958", + "location": "imgui:951", "namespace": "ImGui", "ov_cimguiname": "igLoadIniSettingsFromMemory", "ret": "void", @@ -25355,7 +25812,7 @@ "cimguiname": "igLogBegin", "defaults": {}, "funcname": "LogBegin", - "location": "imgui_internal:2769", + "location": "imgui_internal:2832", "namespace": "ImGui", "ov_cimguiname": "igLogBegin", "ret": "void", @@ -25372,7 +25829,7 @@ "cimguiname": "igLogButtons", "defaults": {}, "funcname": "LogButtons", - "location": "imgui:831", + "location": "imgui:821", "namespace": "ImGui", "ov_cimguiname": "igLogButtons", "ret": "void", @@ -25389,7 +25846,7 @@ "cimguiname": "igLogFinish", "defaults": {}, "funcname": "LogFinish", - "location": "imgui:830", + "location": "imgui:820", "namespace": "ImGui", "ov_cimguiname": "igLogFinish", "ret": "void", @@ -25421,7 +25878,7 @@ "text_end": "NULL" }, "funcname": "LogRenderedText", - "location": "imgui_internal:2771", + "location": "imgui_internal:2834", "namespace": "ImGui", "ov_cimguiname": "igLogRenderedText", "ret": "void", @@ -25447,7 +25904,7 @@ "cimguiname": "igLogSetNextTextDecoration", "defaults": {}, "funcname": "LogSetNextTextDecoration", - "location": "imgui_internal:2772", + "location": "imgui_internal:2835", "namespace": "ImGui", "ov_cimguiname": "igLogSetNextTextDecoration", "ret": "void", @@ -25474,7 +25931,7 @@ "defaults": {}, "funcname": "LogText", "isvararg": "...)", - "location": "imgui:832", + "location": "imgui:822", "manual": true, "namespace": "ImGui", "ov_cimguiname": "igLogText", @@ -25501,7 +25958,7 @@ "cimguiname": "igLogTextV", "defaults": {}, "funcname": "LogTextV", - "location": "imgui:833", + "location": "imgui:823", "namespace": "ImGui", "ov_cimguiname": "igLogTextV", "ret": "void", @@ -25525,7 +25982,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToBuffer", - "location": "imgui_internal:2770", + "location": "imgui_internal:2833", "namespace": "ImGui", "ov_cimguiname": "igLogToBuffer", "ret": "void", @@ -25549,7 +26006,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToClipboard", - "location": "imgui:829", + "location": "imgui:819", "namespace": "ImGui", "ov_cimguiname": "igLogToClipboard", "ret": "void", @@ -25578,7 +26035,7 @@ "filename": "NULL" }, "funcname": "LogToFile", - "location": "imgui:828", + "location": "imgui:818", "namespace": "ImGui", "ov_cimguiname": "igLogToFile", "ret": "void", @@ -25602,7 +26059,7 @@ "auto_open_depth": "-1" }, "funcname": "LogToTTY", - "location": "imgui:827", + "location": "imgui:817", "namespace": "ImGui", "ov_cimguiname": "igLogToTTY", "ret": "void", @@ -25619,7 +26076,7 @@ "cimguiname": "igMarkIniSettingsDirty", "defaults": {}, "funcname": "MarkIniSettingsDirty", - "location": "imgui_internal:2700", + "location": "imgui_internal:2763", "namespace": "ImGui", "ov_cimguiname": "igMarkIniSettingsDirty_Nil", "ret": "void", @@ -25639,7 +26096,7 @@ "cimguiname": "igMarkIniSettingsDirty", "defaults": {}, "funcname": "MarkIniSettingsDirty", - "location": "imgui_internal:2701", + "location": "imgui_internal:2764", "namespace": "ImGui", "ov_cimguiname": "igMarkIniSettingsDirty_WindowPtr", "ret": "void", @@ -25661,7 +26118,7 @@ "cimguiname": "igMarkItemEdited", "defaults": {}, "funcname": "MarkItemEdited", - "location": "imgui_internal:2735", + "location": "imgui_internal:2798", "namespace": "ImGui", "ov_cimguiname": "igMarkItemEdited", "ret": "void", @@ -25683,7 +26140,7 @@ "cimguiname": "igMemAlloc", "defaults": {}, "funcname": "MemAlloc", - "location": "imgui:972", + "location": "imgui:965", "namespace": "ImGui", "ov_cimguiname": "igMemAlloc", "ret": "void*", @@ -25705,7 +26162,7 @@ "cimguiname": "igMemFree", "defaults": {}, "funcname": "MemFree", - "location": "imgui:973", + "location": "imgui:966", "namespace": "ImGui", "ov_cimguiname": "igMemFree", "ret": "void", @@ -25743,7 +26200,7 @@ "shortcut": "NULL" }, "funcname": "MenuItem", - "location": "imgui:670", + "location": "imgui:660", "namespace": "ImGui", "ov_cimguiname": "igMenuItem_Bool", "ret": "bool", @@ -25777,7 +26234,7 @@ "enabled": "true" }, "funcname": "MenuItem", - "location": "imgui:671", + "location": "imgui:661", "namespace": "ImGui", "ov_cimguiname": "igMenuItem_BoolPtr", "ret": "bool", @@ -25819,7 +26276,7 @@ "shortcut": "NULL" }, "funcname": "MenuItemEx", - "location": "imgui_internal:2792", + "location": "imgui_internal:2855", "namespace": "ImGui", "ov_cimguiname": "igMenuItemEx", "ret": "bool", @@ -25836,7 +26293,7 @@ "cimguiname": "igNavInitRequestApplyResult", "defaults": {}, "funcname": "NavInitRequestApplyResult", - "location": "imgui_internal:2801", + "location": "imgui_internal:2864", "namespace": "ImGui", "ov_cimguiname": "igNavInitRequestApplyResult", "ret": "void", @@ -25862,7 +26319,7 @@ "cimguiname": "igNavInitWindow", "defaults": {}, "funcname": "NavInitWindow", - "location": "imgui_internal:2800", + "location": "imgui_internal:2863", "namespace": "ImGui", "ov_cimguiname": "igNavInitWindow", "ret": "void", @@ -25879,7 +26336,7 @@ "cimguiname": "igNavMoveRequestApplyResult", "defaults": {}, "funcname": "NavMoveRequestApplyResult", - "location": "imgui_internal:2807", + "location": "imgui_internal:2870", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestApplyResult", "ret": "void", @@ -25896,7 +26353,7 @@ "cimguiname": "igNavMoveRequestButNoResultYet", "defaults": {}, "funcname": "NavMoveRequestButNoResultYet", - "location": "imgui_internal:2802", + "location": "imgui_internal:2865", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestButNoResultYet", "ret": "bool", @@ -25913,7 +26370,7 @@ "cimguiname": "igNavMoveRequestCancel", "defaults": {}, "funcname": "NavMoveRequestCancel", - "location": "imgui_internal:2806", + "location": "imgui_internal:2869", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestCancel", "ret": "void", @@ -25947,7 +26404,7 @@ "cimguiname": "igNavMoveRequestForward", "defaults": {}, "funcname": "NavMoveRequestForward", - "location": "imgui_internal:2804", + "location": "imgui_internal:2867", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestForward", "ret": "void", @@ -25969,7 +26426,7 @@ "cimguiname": "igNavMoveRequestResolveWithLastItem", "defaults": {}, "funcname": "NavMoveRequestResolveWithLastItem", - "location": "imgui_internal:2805", + "location": "imgui_internal:2868", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestResolveWithLastItem", "ret": "void", @@ -26003,7 +26460,7 @@ "cimguiname": "igNavMoveRequestSubmit", "defaults": {}, "funcname": "NavMoveRequestSubmit", - "location": "imgui_internal:2803", + "location": "imgui_internal:2866", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestSubmit", "ret": "void", @@ -26029,7 +26486,7 @@ "cimguiname": "igNavMoveRequestTryWrapping", "defaults": {}, "funcname": "NavMoveRequestTryWrapping", - "location": "imgui_internal:2808", + "location": "imgui_internal:2871", "namespace": "ImGui", "ov_cimguiname": "igNavMoveRequestTryWrapping", "ret": "void", @@ -26046,7 +26503,7 @@ "cimguiname": "igNewFrame", "defaults": {}, "funcname": "NewFrame", - "location": "imgui:309", + "location": "imgui:298", "namespace": "ImGui", "ov_cimguiname": "igNewFrame", "ret": "void", @@ -26063,7 +26520,7 @@ "cimguiname": "igNewLine", "defaults": {}, "funcname": "NewLine", - "location": "imgui:452", + "location": "imgui:441", "namespace": "ImGui", "ov_cimguiname": "igNewLine", "ret": "void", @@ -26080,7 +26537,7 @@ "cimguiname": "igNextColumn", "defaults": {}, "funcname": "NextColumn", - "location": "imgui:788", + "location": "imgui:778", "namespace": "ImGui", "ov_cimguiname": "igNextColumn", "ret": "void", @@ -26108,7 +26565,7 @@ "popup_flags": "0" }, "funcname": "OpenPopup", - "location": "imgui:703", + "location": "imgui:694", "namespace": "ImGui", "ov_cimguiname": "igOpenPopup_Str", "ret": "void", @@ -26134,7 +26591,7 @@ "popup_flags": "0" }, "funcname": "OpenPopup", - "location": "imgui:704", + "location": "imgui:695", "namespace": "ImGui", "ov_cimguiname": "igOpenPopup_ID", "ret": "void", @@ -26162,7 +26619,7 @@ "popup_flags": "ImGuiPopupFlags_None" }, "funcname": "OpenPopupEx", - "location": "imgui_internal:2776", + "location": "imgui_internal:2839", "namespace": "ImGui", "ov_cimguiname": "igOpenPopupEx", "ret": "void", @@ -26191,7 +26648,7 @@ "str_id": "NULL" }, "funcname": "OpenPopupOnItemClick", - "location": "imgui:705", + "location": "imgui:696", "namespace": "ImGui", "ov_cimguiname": "igOpenPopupOnItemClick", "ret": "void", @@ -26251,7 +26708,7 @@ "cimguiname": "igPlotEx", "defaults": {}, "funcname": "PlotEx", - "location": "imgui_internal:3058", + "location": "imgui_internal:3129", "namespace": "ImGui", "ov_cimguiname": "igPlotEx", "ret": "int", @@ -26312,7 +26769,7 @@ "values_offset": "0" }, "funcname": "PlotHistogram", - "location": "imgui:649", + "location": "imgui:639", "namespace": "ImGui", "ov_cimguiname": "igPlotHistogram_FloatPtr", "ret": "void", @@ -26372,7 +26829,7 @@ "values_offset": "0" }, "funcname": "PlotHistogram", - "location": "imgui:650", + "location": "imgui:640", "namespace": "ImGui", "ov_cimguiname": "igPlotHistogram_FnFloatPtr", "ret": "void", @@ -26433,7 +26890,7 @@ "values_offset": "0" }, "funcname": "PlotLines", - "location": "imgui:647", + "location": "imgui:637", "namespace": "ImGui", "ov_cimguiname": "igPlotLines_FloatPtr", "ret": "void", @@ -26493,7 +26950,7 @@ "values_offset": "0" }, "funcname": "PlotLines", - "location": "imgui:648", + "location": "imgui:638", "namespace": "ImGui", "ov_cimguiname": "igPlotLines_FnFloatPtr", "ret": "void", @@ -26510,7 +26967,7 @@ "cimguiname": "igPopAllowKeyboardFocus", "defaults": {}, "funcname": "PopAllowKeyboardFocus", - "location": "imgui:421", + "location": "imgui:410", "namespace": "ImGui", "ov_cimguiname": "igPopAllowKeyboardFocus", "ret": "void", @@ -26527,7 +26984,7 @@ "cimguiname": "igPopButtonRepeat", "defaults": {}, "funcname": "PopButtonRepeat", - "location": "imgui:423", + "location": "imgui:412", "namespace": "ImGui", "ov_cimguiname": "igPopButtonRepeat", "ret": "void", @@ -26544,7 +27001,7 @@ "cimguiname": "igPopClipRect", "defaults": {}, "funcname": "PopClipRect", - "location": "imgui:858", + "location": "imgui:848", "namespace": "ImGui", "ov_cimguiname": "igPopClipRect", "ret": "void", @@ -26561,7 +27018,7 @@ "cimguiname": "igPopColumnsBackground", "defaults": {}, "funcname": "PopColumnsBackground", - "location": "imgui_internal:2898", + "location": "imgui_internal:2969", "namespace": "ImGui", "ov_cimguiname": "igPopColumnsBackground", "ret": "void", @@ -26578,7 +27035,7 @@ "cimguiname": "igPopFocusScope", "defaults": {}, "funcname": "PopFocusScope", - "location": "imgui_internal:2819", + "location": "imgui_internal:2883", "namespace": "ImGui", "ov_cimguiname": "igPopFocusScope", "ret": "void", @@ -26595,7 +27052,7 @@ "cimguiname": "igPopFont", "defaults": {}, "funcname": "PopFont", - "location": "imgui:413", + "location": "imgui:402", "namespace": "ImGui", "ov_cimguiname": "igPopFont", "ret": "void", @@ -26612,7 +27069,7 @@ "cimguiname": "igPopID", "defaults": {}, "funcname": "PopID", - "location": "imgui:489", + "location": "imgui:478", "namespace": "ImGui", "ov_cimguiname": "igPopID", "ret": "void", @@ -26629,7 +27086,7 @@ "cimguiname": "igPopItemFlag", "defaults": {}, "funcname": "PopItemFlag", - "location": "imgui_internal:2755", + "location": "imgui_internal:2818", "namespace": "ImGui", "ov_cimguiname": "igPopItemFlag", "ret": "void", @@ -26646,7 +27103,7 @@ "cimguiname": "igPopItemWidth", "defaults": {}, "funcname": "PopItemWidth", - "location": "imgui:427", + "location": "imgui:416", "namespace": "ImGui", "ov_cimguiname": "igPopItemWidth", "ret": "void", @@ -26670,7 +27127,7 @@ "count": "1" }, "funcname": "PopStyleColor", - "location": "imgui:416", + "location": "imgui:405", "namespace": "ImGui", "ov_cimguiname": "igPopStyleColor", "ret": "void", @@ -26694,7 +27151,7 @@ "count": "1" }, "funcname": "PopStyleVar", - "location": "imgui:419", + "location": "imgui:408", "namespace": "ImGui", "ov_cimguiname": "igPopStyleVar", "ret": "void", @@ -26711,7 +27168,7 @@ "cimguiname": "igPopTextWrapPos", "defaults": {}, "funcname": "PopTextWrapPos", - "location": "imgui:431", + "location": "imgui:420", "namespace": "ImGui", "ov_cimguiname": "igPopTextWrapPos", "ret": "void", @@ -26744,7 +27201,7 @@ "size_arg": "ImVec2(-FLT_MIN,0)" }, "funcname": "ProgressBar", - "location": "imgui:523", + "location": "imgui:512", "namespace": "ImGui", "ov_cimguiname": "igProgressBar", "ret": "void", @@ -26766,7 +27223,7 @@ "cimguiname": "igPushAllowKeyboardFocus", "defaults": {}, "funcname": "PushAllowKeyboardFocus", - "location": "imgui:420", + "location": "imgui:409", "namespace": "ImGui", "ov_cimguiname": "igPushAllowKeyboardFocus", "ret": "void", @@ -26788,7 +27245,7 @@ "cimguiname": "igPushButtonRepeat", "defaults": {}, "funcname": "PushButtonRepeat", - "location": "imgui:422", + "location": "imgui:411", "namespace": "ImGui", "ov_cimguiname": "igPushButtonRepeat", "ret": "void", @@ -26818,7 +27275,7 @@ "cimguiname": "igPushClipRect", "defaults": {}, "funcname": "PushClipRect", - "location": "imgui:857", + "location": "imgui:847", "namespace": "ImGui", "ov_cimguiname": "igPushClipRect", "ret": "void", @@ -26840,7 +27297,7 @@ "cimguiname": "igPushColumnClipRect", "defaults": {}, "funcname": "PushColumnClipRect", - "location": "imgui_internal:2896", + "location": "imgui_internal:2967", "namespace": "ImGui", "ov_cimguiname": "igPushColumnClipRect", "ret": "void", @@ -26857,7 +27314,7 @@ "cimguiname": "igPushColumnsBackground", "defaults": {}, "funcname": "PushColumnsBackground", - "location": "imgui_internal:2897", + "location": "imgui_internal:2968", "namespace": "ImGui", "ov_cimguiname": "igPushColumnsBackground", "ret": "void", @@ -26879,7 +27336,7 @@ "cimguiname": "igPushFocusScope", "defaults": {}, "funcname": "PushFocusScope", - "location": "imgui_internal:2818", + "location": "imgui_internal:2882", "namespace": "ImGui", "ov_cimguiname": "igPushFocusScope", "ret": "void", @@ -26901,7 +27358,7 @@ "cimguiname": "igPushFont", "defaults": {}, "funcname": "PushFont", - "location": "imgui:412", + "location": "imgui:401", "namespace": "ImGui", "ov_cimguiname": "igPushFont", "ret": "void", @@ -26923,7 +27380,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:485", + "location": "imgui:474", "namespace": "ImGui", "ov_cimguiname": "igPushID_Str", "ret": "void", @@ -26947,7 +27404,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:486", + "location": "imgui:475", "namespace": "ImGui", "ov_cimguiname": "igPushID_StrStr", "ret": "void", @@ -26967,7 +27424,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:487", + "location": "imgui:476", "namespace": "ImGui", "ov_cimguiname": "igPushID_Ptr", "ret": "void", @@ -26987,7 +27444,7 @@ "cimguiname": "igPushID", "defaults": {}, "funcname": "PushID", - "location": "imgui:488", + "location": "imgui:477", "namespace": "ImGui", "ov_cimguiname": "igPushID_Int", "ret": "void", @@ -27013,7 +27470,7 @@ "cimguiname": "igPushItemFlag", "defaults": {}, "funcname": "PushItemFlag", - "location": "imgui_internal:2754", + "location": "imgui_internal:2817", "namespace": "ImGui", "ov_cimguiname": "igPushItemFlag", "ret": "void", @@ -27035,7 +27492,7 @@ "cimguiname": "igPushItemWidth", "defaults": {}, "funcname": "PushItemWidth", - "location": "imgui:426", + "location": "imgui:415", "namespace": "ImGui", "ov_cimguiname": "igPushItemWidth", "ret": "void", @@ -27061,7 +27518,7 @@ "cimguiname": "igPushMultiItemsWidths", "defaults": {}, "funcname": "PushMultiItemsWidths", - "location": "imgui_internal:2748", + "location": "imgui_internal:2811", "namespace": "ImGui", "ov_cimguiname": "igPushMultiItemsWidths", "ret": "void", @@ -27083,7 +27540,7 @@ "cimguiname": "igPushOverrideID", "defaults": {}, "funcname": "PushOverrideID", - "location": "imgui_internal:2736", + "location": "imgui_internal:2799", "namespace": "ImGui", "ov_cimguiname": "igPushOverrideID", "ret": "void", @@ -27109,7 +27566,7 @@ "cimguiname": "igPushStyleColor", "defaults": {}, "funcname": "PushStyleColor", - "location": "imgui:414", + "location": "imgui:403", "namespace": "ImGui", "ov_cimguiname": "igPushStyleColor_U32", "ret": "void", @@ -27133,7 +27590,7 @@ "cimguiname": "igPushStyleColor", "defaults": {}, "funcname": "PushStyleColor", - "location": "imgui:415", + "location": "imgui:404", "namespace": "ImGui", "ov_cimguiname": "igPushStyleColor_Vec4", "ret": "void", @@ -27159,7 +27616,7 @@ "cimguiname": "igPushStyleVar", "defaults": {}, "funcname": "PushStyleVar", - "location": "imgui:417", + "location": "imgui:406", "namespace": "ImGui", "ov_cimguiname": "igPushStyleVar_Float", "ret": "void", @@ -27183,7 +27640,7 @@ "cimguiname": "igPushStyleVar", "defaults": {}, "funcname": "PushStyleVar", - "location": "imgui:418", + "location": "imgui:407", "namespace": "ImGui", "ov_cimguiname": "igPushStyleVar_Vec2", "ret": "void", @@ -27207,7 +27664,7 @@ "wrap_local_pos_x": "0.0f" }, "funcname": "PushTextWrapPos", - "location": "imgui:430", + "location": "imgui:419", "namespace": "ImGui", "ov_cimguiname": "igPushTextWrapPos", "ret": "void", @@ -27233,7 +27690,7 @@ "cimguiname": "igRadioButton", "defaults": {}, "funcname": "RadioButton", - "location": "imgui:521", + "location": "imgui:510", "namespace": "ImGui", "ov_cimguiname": "igRadioButton_Bool", "ret": "bool", @@ -27261,7 +27718,7 @@ "cimguiname": "igRadioButton", "defaults": {}, "funcname": "RadioButton", - "location": "imgui:522", + "location": "imgui:511", "namespace": "ImGui", "ov_cimguiname": "igRadioButton_IntPtr", "ret": "bool", @@ -27287,7 +27744,7 @@ "cimguiname": "igRemoveContextHook", "defaults": {}, "funcname": "RemoveContextHook", - "location": "imgui_internal:2689", + "location": "imgui_internal:2751", "namespace": "ImGui", "ov_cimguiname": "igRemoveContextHook", "ret": "void", @@ -27304,7 +27761,7 @@ "cimguiname": "igRender", "defaults": {}, "funcname": "Render", - "location": "imgui:311", + "location": "imgui:300", "namespace": "ImGui", "ov_cimguiname": "igRender", "ret": "void", @@ -27344,7 +27801,7 @@ "scale": "1.0f" }, "funcname": "RenderArrow", - "location": "imgui_internal:2985", + "location": "imgui_internal:3056", "namespace": "ImGui", "ov_cimguiname": "igRenderArrow", "ret": "void", @@ -27378,7 +27835,7 @@ "cimguiname": "igRenderArrowDockMenu", "defaults": {}, "funcname": "RenderArrowDockMenu", - "location": "imgui_internal:2990", + "location": "imgui_internal:3061", "namespace": "ImGui", "ov_cimguiname": "igRenderArrowDockMenu", "ret": "void", @@ -27416,7 +27873,7 @@ "cimguiname": "igRenderArrowPointingAt", "defaults": {}, "funcname": "RenderArrowPointingAt", - "location": "imgui_internal:2989", + "location": "imgui_internal:3060", "namespace": "ImGui", "ov_cimguiname": "igRenderArrowPointingAt", "ret": "void", @@ -27446,7 +27903,7 @@ "cimguiname": "igRenderBullet", "defaults": {}, "funcname": "RenderBullet", - "location": "imgui_internal:2986", + "location": "imgui_internal:3057", "namespace": "ImGui", "ov_cimguiname": "igRenderBullet", "ret": "void", @@ -27480,7 +27937,7 @@ "cimguiname": "igRenderCheckMark", "defaults": {}, "funcname": "RenderCheckMark", - "location": "imgui_internal:2987", + "location": "imgui_internal:3058", "namespace": "ImGui", "ov_cimguiname": "igRenderCheckMark", "ret": "void", @@ -27533,7 +27990,7 @@ "rounding": "0.0f" }, "funcname": "RenderColorRectWithAlphaCheckerboard", - "location": "imgui_internal:2980", + "location": "imgui_internal:3051", "namespace": "ImGui", "ov_cimguiname": "igRenderColorRectWithAlphaCheckerboard", "ret": "void", @@ -27574,7 +28031,7 @@ "rounding": "0.0f" }, "funcname": "RenderFrame", - "location": "imgui_internal:2978", + "location": "imgui_internal:3049", "namespace": "ImGui", "ov_cimguiname": "igRenderFrame", "ret": "void", @@ -27606,7 +28063,7 @@ "rounding": "0.0f" }, "funcname": "RenderFrameBorder", - "location": "imgui_internal:2979", + "location": "imgui_internal:3050", "namespace": "ImGui", "ov_cimguiname": "igRenderFrameBorder", "ret": "void", @@ -27652,7 +28109,7 @@ "cimguiname": "igRenderMouseCursor", "defaults": {}, "funcname": "RenderMouseCursor", - "location": "imgui_internal:2988", + "location": "imgui_internal:3059", "namespace": "ImGui", "ov_cimguiname": "igRenderMouseCursor", "ret": "void", @@ -27684,7 +28141,7 @@ "flags": "ImGuiNavHighlightFlags_TypeDefault" }, "funcname": "RenderNavHighlight", - "location": "imgui_internal:2981", + "location": "imgui_internal:3052", "namespace": "ImGui", "ov_cimguiname": "igRenderNavHighlight", "ret": "void", @@ -27713,7 +28170,7 @@ "renderer_render_arg": "NULL" }, "funcname": "RenderPlatformWindowsDefault", - "location": "imgui:980", + "location": "imgui:973", "namespace": "ImGui", "ov_cimguiname": "igRenderPlatformWindowsDefault", "ret": "void", @@ -27755,7 +28212,7 @@ "cimguiname": "igRenderRectFilledRangeH", "defaults": {}, "funcname": "RenderRectFilledRangeH", - "location": "imgui_internal:2991", + "location": "imgui_internal:3062", "namespace": "ImGui", "ov_cimguiname": "igRenderRectFilledRangeH", "ret": "void", @@ -27793,7 +28250,7 @@ "cimguiname": "igRenderRectFilledWithHole", "defaults": {}, "funcname": "RenderRectFilledWithHole", - "location": "imgui_internal:2992", + "location": "imgui_internal:3063", "namespace": "ImGui", "ov_cimguiname": "igRenderRectFilledWithHole", "ret": "void", @@ -27830,7 +28287,7 @@ "text_end": "NULL" }, "funcname": "RenderText", - "location": "imgui_internal:2973", + "location": "imgui_internal:3044", "namespace": "ImGui", "ov_cimguiname": "igRenderText", "ret": "void", @@ -27879,7 +28336,7 @@ "clip_rect": "NULL" }, "funcname": "RenderTextClipped", - "location": "imgui_internal:2975", + "location": "imgui_internal:3046", "namespace": "ImGui", "ov_cimguiname": "igRenderTextClipped", "ret": "void", @@ -27932,7 +28389,7 @@ "clip_rect": "NULL" }, "funcname": "RenderTextClippedEx", - "location": "imgui_internal:2976", + "location": "imgui_internal:3047", "namespace": "ImGui", "ov_cimguiname": "igRenderTextClippedEx", "ret": "void", @@ -27982,7 +28439,7 @@ "cimguiname": "igRenderTextEllipsis", "defaults": {}, "funcname": "RenderTextEllipsis", - "location": "imgui_internal:2977", + "location": "imgui_internal:3048", "namespace": "ImGui", "ov_cimguiname": "igRenderTextEllipsis", "ret": "void", @@ -28016,7 +28473,7 @@ "cimguiname": "igRenderTextWrapped", "defaults": {}, "funcname": "RenderTextWrapped", - "location": "imgui_internal:2974", + "location": "imgui_internal:3045", "namespace": "ImGui", "ov_cimguiname": "igRenderTextWrapped", "ret": "void", @@ -28040,7 +28497,7 @@ "button": "0" }, "funcname": "ResetMouseDragDelta", - "location": "imgui:943", + "location": "imgui:936", "namespace": "ImGui", "ov_cimguiname": "igResetMouseDragDelta", "ret": "void", @@ -28069,7 +28526,7 @@ "spacing": "-1.0f" }, "funcname": "SameLine", - "location": "imgui:451", + "location": "imgui:440", "namespace": "ImGui", "ov_cimguiname": "igSameLine", "ret": "void", @@ -28091,7 +28548,7 @@ "cimguiname": "igSaveIniSettingsToDisk", "defaults": {}, "funcname": "SaveIniSettingsToDisk", - "location": "imgui:959", + "location": "imgui:952", "namespace": "ImGui", "ov_cimguiname": "igSaveIniSettingsToDisk", "ret": "void", @@ -28115,7 +28572,7 @@ "out_ini_size": "NULL" }, "funcname": "SaveIniSettingsToMemory", - "location": "imgui:960", + "location": "imgui:953", "namespace": "ImGui", "ov_cimguiname": "igSaveIniSettingsToMemory", "ret": "const char*", @@ -28141,7 +28598,7 @@ "cimguiname": "igScaleWindowsInViewport", "defaults": {}, "funcname": "ScaleWindowsInViewport", - "location": "imgui_internal:2694", + "location": "imgui_internal:2756", "namespace": "ImGui", "ov_cimguiname": "igScaleWindowsInViewport", "ret": "void", @@ -28167,7 +28624,7 @@ "cimguiname": "igScrollToBringRectIntoView", "defaults": {}, "funcname": "ScrollToBringRectIntoView", - "location": "imgui_internal:2720", + "location": "imgui_internal:2783", "namespace": "ImGui", "ov_cimguiname": "igScrollToBringRectIntoView", "ret": "void", @@ -28191,7 +28648,7 @@ "flags": "0" }, "funcname": "ScrollToItem", - "location": "imgui_internal:2716", + "location": "imgui_internal:2779", "namespace": "ImGui", "ov_cimguiname": "igScrollToItem", "ret": "void", @@ -28223,7 +28680,7 @@ "flags": "0" }, "funcname": "ScrollToRect", - "location": "imgui_internal:2717", + "location": "imgui_internal:2780", "namespace": "ImGui", "ov_cimguiname": "igScrollToRect", "ret": "void", @@ -28259,7 +28716,7 @@ "flags": "0" }, "funcname": "ScrollToRectEx", - "location": "imgui_internal:2718", + "location": "imgui_internal:2781", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igScrollToRectEx", @@ -28282,7 +28739,7 @@ "cimguiname": "igScrollbar", "defaults": {}, "funcname": "Scrollbar", - "location": "imgui_internal:3007", + "location": "imgui_internal:3078", "namespace": "ImGui", "ov_cimguiname": "igScrollbar", "ret": "void", @@ -28328,7 +28785,7 @@ "cimguiname": "igScrollbarEx", "defaults": {}, "funcname": "ScrollbarEx", - "location": "imgui_internal:3008", + "location": "imgui_internal:3079", "namespace": "ImGui", "ov_cimguiname": "igScrollbarEx", "ret": "bool", @@ -28366,7 +28823,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Selectable", - "location": "imgui:631", + "location": "imgui:621", "namespace": "ImGui", "ov_cimguiname": "igSelectable_Bool", "ret": "bool", @@ -28401,7 +28858,7 @@ "size": "ImVec2(0,0)" }, "funcname": "Selectable", - "location": "imgui:632", + "location": "imgui:622", "namespace": "ImGui", "ov_cimguiname": "igSelectable_BoolPtr", "ret": "bool", @@ -28418,7 +28875,7 @@ "cimguiname": "igSeparator", "defaults": {}, "funcname": "Separator", - "location": "imgui:450", + "location": "imgui:439", "namespace": "ImGui", "ov_cimguiname": "igSeparator", "ret": "void", @@ -28440,7 +28897,7 @@ "cimguiname": "igSeparatorEx", "defaults": {}, "funcname": "SeparatorEx", - "location": "imgui_internal:3014", + "location": "imgui_internal:3085", "namespace": "ImGui", "ov_cimguiname": "igSeparatorEx", "ret": "void", @@ -28466,7 +28923,7 @@ "cimguiname": "igSetActiveID", "defaults": {}, "funcname": "SetActiveID", - "location": "imgui_internal:2729", + "location": "imgui_internal:2792", "namespace": "ImGui", "ov_cimguiname": "igSetActiveID", "ret": "void", @@ -28474,6 +28931,28 @@ "stname": "" } ], + "igSetActiveIdUsingKey": [ + { + "args": "(ImGuiKey key)", + "argsT": [ + { + "name": "key", + "type": "ImGuiKey" + } + ], + "argsoriginal": "(ImGuiKey key)", + "call_args": "(key)", + "cimguiname": "igSetActiveIdUsingKey", + "defaults": {}, + "funcname": "SetActiveIdUsingKey", + "location": "imgui_internal:2898", + "namespace": "ImGui", + "ov_cimguiname": "igSetActiveIdUsingKey", + "ret": "void", + "signature": "(ImGuiKey)", + "stname": "" + } + ], "igSetActiveIdUsingNavAndKeys": [ { "args": "()", @@ -28483,7 +28962,7 @@ "cimguiname": "igSetActiveIdUsingNavAndKeys", "defaults": {}, "funcname": "SetActiveIdUsingNavAndKeys", - "location": "imgui_internal:2826", + "location": "imgui_internal:2894", "namespace": "ImGui", "ov_cimguiname": "igSetActiveIdUsingNavAndKeys", "ret": "void", @@ -28515,7 +28994,7 @@ "user_data": "NULL" }, "funcname": "SetAllocatorFunctions", - "location": "imgui:970", + "location": "imgui:963", "namespace": "ImGui", "ov_cimguiname": "igSetAllocatorFunctions", "ret": "void", @@ -28537,7 +29016,7 @@ "cimguiname": "igSetClipboardText", "defaults": {}, "funcname": "SetClipboardText", - "location": "imgui:951", + "location": "imgui:944", "namespace": "ImGui", "ov_cimguiname": "igSetClipboardText", "ret": "void", @@ -28559,7 +29038,7 @@ "cimguiname": "igSetColorEditOptions", "defaults": {}, "funcname": "SetColorEditOptions", - "location": "imgui:606", + "location": "imgui:596", "namespace": "ImGui", "ov_cimguiname": "igSetColorEditOptions", "ret": "void", @@ -28585,7 +29064,7 @@ "cimguiname": "igSetColumnOffset", "defaults": {}, "funcname": "SetColumnOffset", - "location": "imgui:793", + "location": "imgui:783", "namespace": "ImGui", "ov_cimguiname": "igSetColumnOffset", "ret": "void", @@ -28611,7 +29090,7 @@ "cimguiname": "igSetColumnWidth", "defaults": {}, "funcname": "SetColumnWidth", - "location": "imgui:791", + "location": "imgui:781", "namespace": "ImGui", "ov_cimguiname": "igSetColumnWidth", "ret": "void", @@ -28633,7 +29112,7 @@ "cimguiname": "igSetCurrentContext", "defaults": {}, "funcname": "SetCurrentContext", - "location": "imgui:304", + "location": "imgui:293", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentContext", "ret": "void", @@ -28655,7 +29134,7 @@ "cimguiname": "igSetCurrentFont", "defaults": {}, "funcname": "SetCurrentFont", - "location": "imgui_internal:2672", + "location": "imgui_internal:2733", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentFont", "ret": "void", @@ -28681,7 +29160,7 @@ "cimguiname": "igSetCurrentViewport", "defaults": {}, "funcname": "SetCurrentViewport", - "location": "imgui_internal:2696", + "location": "imgui_internal:2758", "namespace": "ImGui", "ov_cimguiname": "igSetCurrentViewport", "ret": "void", @@ -28703,7 +29182,7 @@ "cimguiname": "igSetCursorPos", "defaults": {}, "funcname": "SetCursorPos", - "location": "imgui:462", + "location": "imgui:451", "namespace": "ImGui", "ov_cimguiname": "igSetCursorPos", "ret": "void", @@ -28725,7 +29204,7 @@ "cimguiname": "igSetCursorPosX", "defaults": {}, "funcname": "SetCursorPosX", - "location": "imgui:463", + "location": "imgui:452", "namespace": "ImGui", "ov_cimguiname": "igSetCursorPosX", "ret": "void", @@ -28747,7 +29226,7 @@ "cimguiname": "igSetCursorPosY", "defaults": {}, "funcname": "SetCursorPosY", - "location": "imgui:464", + "location": "imgui:453", "namespace": "ImGui", "ov_cimguiname": "igSetCursorPosY", "ret": "void", @@ -28769,7 +29248,7 @@ "cimguiname": "igSetCursorScreenPos", "defaults": {}, "funcname": "SetCursorScreenPos", - "location": "imgui:467", + "location": "imgui:456", "namespace": "ImGui", "ov_cimguiname": "igSetCursorScreenPos", "ret": "void", @@ -28805,7 +29284,7 @@ "cond": "0" }, "funcname": "SetDragDropPayload", - "location": "imgui:841", + "location": "imgui:831", "namespace": "ImGui", "ov_cimguiname": "igSetDragDropPayload", "ret": "bool", @@ -28831,7 +29310,7 @@ "cimguiname": "igSetFocusID", "defaults": {}, "funcname": "SetFocusID", - "location": "imgui_internal:2730", + "location": "imgui_internal:2793", "namespace": "ImGui", "ov_cimguiname": "igSetFocusID", "ret": "void", @@ -28853,7 +29332,7 @@ "cimguiname": "igSetHoveredID", "defaults": {}, "funcname": "SetHoveredID", - "location": "imgui_internal:2733", + "location": "imgui_internal:2796", "namespace": "ImGui", "ov_cimguiname": "igSetHoveredID", "ret": "void", @@ -28870,7 +29349,7 @@ "cimguiname": "igSetItemAllowOverlap", "defaults": {}, "funcname": "SetItemAllowOverlap", - "location": "imgui:884", + "location": "imgui:874", "namespace": "ImGui", "ov_cimguiname": "igSetItemAllowOverlap", "ret": "void", @@ -28887,7 +29366,7 @@ "cimguiname": "igSetItemDefaultFocus", "defaults": {}, "funcname": "SetItemDefaultFocus", - "location": "imgui:862", + "location": "imgui:852", "namespace": "ImGui", "ov_cimguiname": "igSetItemDefaultFocus", "ret": "void", @@ -28904,7 +29383,7 @@ "cimguiname": "igSetItemUsingMouseWheel", "defaults": {}, "funcname": "SetItemUsingMouseWheel", - "location": "imgui_internal:2825", + "location": "imgui_internal:2893", "namespace": "ImGui", "ov_cimguiname": "igSetItemUsingMouseWheel", "ret": "void", @@ -28928,7 +29407,7 @@ "offset": "0" }, "funcname": "SetKeyboardFocusHere", - "location": "imgui:863", + "location": "imgui:853", "namespace": "ImGui", "ov_cimguiname": "igSetKeyboardFocusHere", "ret": "void", @@ -28962,7 +29441,7 @@ "cimguiname": "igSetLastItemData", "defaults": {}, "funcname": "SetLastItemData", - "location": "imgui_internal:2745", + "location": "imgui_internal:2808", "namespace": "ImGui", "ov_cimguiname": "igSetLastItemData", "ret": "void", @@ -28984,7 +29463,7 @@ "cimguiname": "igSetMouseCursor", "defaults": {}, "funcname": "SetMouseCursor", - "location": "imgui:945", + "location": "imgui:938", "namespace": "ImGui", "ov_cimguiname": "igSetMouseCursor", "ret": "void", @@ -29018,7 +29497,7 @@ "cimguiname": "igSetNavID", "defaults": {}, "funcname": "SetNavID", - "location": "imgui_internal:2813", + "location": "imgui_internal:2877", "namespace": "ImGui", "ov_cimguiname": "igSetNavID", "ret": "void", @@ -29046,7 +29525,7 @@ "cond": "0" }, "funcname": "SetNextItemOpen", - "location": "imgui:626", + "location": "imgui:616", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemOpen", "ret": "void", @@ -29068,7 +29547,7 @@ "cimguiname": "igSetNextItemWidth", "defaults": {}, "funcname": "SetNextItemWidth", - "location": "imgui:428", + "location": "imgui:417", "namespace": "ImGui", "ov_cimguiname": "igSetNextItemWidth", "ret": "void", @@ -29090,7 +29569,7 @@ "cimguiname": "igSetNextWindowBgAlpha", "defaults": {}, "funcname": "SetNextWindowBgAlpha", - "location": "imgui:379", + "location": "imgui:368", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowBgAlpha", "ret": "void", @@ -29112,7 +29591,7 @@ "cimguiname": "igSetNextWindowClass", "defaults": {}, "funcname": "SetNextWindowClass", - "location": "imgui:821", + "location": "imgui:811", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowClass", "ret": "void", @@ -29140,7 +29619,7 @@ "cond": "0" }, "funcname": "SetNextWindowCollapsed", - "location": "imgui:377", + "location": "imgui:366", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowCollapsed", "ret": "void", @@ -29162,7 +29641,7 @@ "cimguiname": "igSetNextWindowContentSize", "defaults": {}, "funcname": "SetNextWindowContentSize", - "location": "imgui:376", + "location": "imgui:365", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowContentSize", "ret": "void", @@ -29190,7 +29669,7 @@ "cond": "0" }, "funcname": "SetNextWindowDockID", - "location": "imgui:820", + "location": "imgui:810", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowDockID", "ret": "void", @@ -29207,7 +29686,7 @@ "cimguiname": "igSetNextWindowFocus", "defaults": {}, "funcname": "SetNextWindowFocus", - "location": "imgui:378", + "location": "imgui:367", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowFocus", "ret": "void", @@ -29240,7 +29719,7 @@ "pivot": "ImVec2(0,0)" }, "funcname": "SetNextWindowPos", - "location": "imgui:373", + "location": "imgui:362", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowPos", "ret": "void", @@ -29262,7 +29741,7 @@ "cimguiname": "igSetNextWindowScroll", "defaults": {}, "funcname": "SetNextWindowScroll", - "location": "imgui_internal:2709", + "location": "imgui_internal:2772", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowScroll", "ret": "void", @@ -29290,7 +29769,7 @@ "cond": "0" }, "funcname": "SetNextWindowSize", - "location": "imgui:374", + "location": "imgui:363", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowSize", "ret": "void", @@ -29327,7 +29806,7 @@ "custom_callback_data": "NULL" }, "funcname": "SetNextWindowSizeConstraints", - "location": "imgui:375", + "location": "imgui:364", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowSizeConstraints", "ret": "void", @@ -29349,7 +29828,7 @@ "cimguiname": "igSetNextWindowViewport", "defaults": {}, "funcname": "SetNextWindowViewport", - "location": "imgui:380", + "location": "imgui:369", "namespace": "ImGui", "ov_cimguiname": "igSetNextWindowViewport", "ret": "void", @@ -29377,7 +29856,7 @@ "center_x_ratio": "0.5f" }, "funcname": "SetScrollFromPosX", - "location": "imgui:408", + "location": "imgui:397", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosX_Float", "ret": "void", @@ -29405,7 +29884,7 @@ "cimguiname": "igSetScrollFromPosX", "defaults": {}, "funcname": "SetScrollFromPosX", - "location": "imgui_internal:2712", + "location": "imgui_internal:2775", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosX_WindowPtr", "ret": "void", @@ -29433,7 +29912,7 @@ "center_y_ratio": "0.5f" }, "funcname": "SetScrollFromPosY", - "location": "imgui:409", + "location": "imgui:398", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosY_Float", "ret": "void", @@ -29461,7 +29940,7 @@ "cimguiname": "igSetScrollFromPosY", "defaults": {}, "funcname": "SetScrollFromPosY", - "location": "imgui_internal:2713", + "location": "imgui_internal:2776", "namespace": "ImGui", "ov_cimguiname": "igSetScrollFromPosY_WindowPtr", "ret": "void", @@ -29485,7 +29964,7 @@ "center_x_ratio": "0.5f" }, "funcname": "SetScrollHereX", - "location": "imgui:406", + "location": "imgui:395", "namespace": "ImGui", "ov_cimguiname": "igSetScrollHereX", "ret": "void", @@ -29509,7 +29988,7 @@ "center_y_ratio": "0.5f" }, "funcname": "SetScrollHereY", - "location": "imgui:407", + "location": "imgui:396", "namespace": "ImGui", "ov_cimguiname": "igSetScrollHereY", "ret": "void", @@ -29531,7 +30010,7 @@ "cimguiname": "igSetScrollX", "defaults": {}, "funcname": "SetScrollX", - "location": "imgui:402", + "location": "imgui:391", "namespace": "ImGui", "ov_cimguiname": "igSetScrollX_Float", "ret": "void", @@ -29555,7 +30034,7 @@ "cimguiname": "igSetScrollX", "defaults": {}, "funcname": "SetScrollX", - "location": "imgui_internal:2710", + "location": "imgui_internal:2773", "namespace": "ImGui", "ov_cimguiname": "igSetScrollX_WindowPtr", "ret": "void", @@ -29577,7 +30056,7 @@ "cimguiname": "igSetScrollY", "defaults": {}, "funcname": "SetScrollY", - "location": "imgui:403", + "location": "imgui:392", "namespace": "ImGui", "ov_cimguiname": "igSetScrollY_Float", "ret": "void", @@ -29601,7 +30080,7 @@ "cimguiname": "igSetScrollY", "defaults": {}, "funcname": "SetScrollY", - "location": "imgui_internal:2711", + "location": "imgui_internal:2774", "namespace": "ImGui", "ov_cimguiname": "igSetScrollY_WindowPtr", "ret": "void", @@ -29623,7 +30102,7 @@ "cimguiname": "igSetStateStorage", "defaults": {}, "funcname": "SetStateStorage", - "location": "imgui:903", + "location": "imgui:893", "namespace": "ImGui", "ov_cimguiname": "igSetStateStorage", "ret": "void", @@ -29645,7 +30124,7 @@ "cimguiname": "igSetTabItemClosed", "defaults": {}, "funcname": "SetTabItemClosed", - "location": "imgui:803", + "location": "imgui:793", "namespace": "ImGui", "ov_cimguiname": "igSetTabItemClosed", "ret": "void", @@ -29672,7 +30151,7 @@ "defaults": {}, "funcname": "SetTooltip", "isvararg": "...)", - "location": "imgui:677", + "location": "imgui:667", "namespace": "ImGui", "ov_cimguiname": "igSetTooltip", "ret": "void", @@ -29698,7 +30177,7 @@ "cimguiname": "igSetTooltipV", "defaults": {}, "funcname": "SetTooltipV", - "location": "imgui:678", + "location": "imgui:668", "namespace": "ImGui", "ov_cimguiname": "igSetTooltipV", "ret": "void", @@ -29724,7 +30203,7 @@ "cimguiname": "igSetWindowClipRectBeforeSetChannel", "defaults": {}, "funcname": "SetWindowClipRectBeforeSetChannel", - "location": "imgui_internal:2893", + "location": "imgui_internal:2964", "namespace": "ImGui", "ov_cimguiname": "igSetWindowClipRectBeforeSetChannel", "ret": "void", @@ -29752,7 +30231,7 @@ "cond": "0" }, "funcname": "SetWindowCollapsed", - "location": "imgui:383", + "location": "imgui:372", "namespace": "ImGui", "ov_cimguiname": "igSetWindowCollapsed_Bool", "ret": "void", @@ -29782,7 +30261,7 @@ "cond": "0" }, "funcname": "SetWindowCollapsed", - "location": "imgui:388", + "location": "imgui:377", "namespace": "ImGui", "ov_cimguiname": "igSetWindowCollapsed_Str", "ret": "void", @@ -29812,7 +30291,7 @@ "cond": "0" }, "funcname": "SetWindowCollapsed", - "location": "imgui_internal:2656", + "location": "imgui_internal:2717", "namespace": "ImGui", "ov_cimguiname": "igSetWindowCollapsed_WindowPtr", "ret": "void", @@ -29842,7 +30321,7 @@ "cimguiname": "igSetWindowDock", "defaults": {}, "funcname": "SetWindowDock", - "location": "imgui_internal:2861", + "location": "imgui_internal:2932", "namespace": "ImGui", "ov_cimguiname": "igSetWindowDock", "ret": "void", @@ -29859,7 +30338,7 @@ "cimguiname": "igSetWindowFocus", "defaults": {}, "funcname": "SetWindowFocus", - "location": "imgui:384", + "location": "imgui:373", "namespace": "ImGui", "ov_cimguiname": "igSetWindowFocus_Nil", "ret": "void", @@ -29879,7 +30358,7 @@ "cimguiname": "igSetWindowFocus", "defaults": {}, "funcname": "SetWindowFocus", - "location": "imgui:389", + "location": "imgui:378", "namespace": "ImGui", "ov_cimguiname": "igSetWindowFocus_Str", "ret": "void", @@ -29901,7 +30380,7 @@ "cimguiname": "igSetWindowFontScale", "defaults": {}, "funcname": "SetWindowFontScale", - "location": "imgui:385", + "location": "imgui:374", "namespace": "ImGui", "ov_cimguiname": "igSetWindowFontScale", "ret": "void", @@ -29931,7 +30410,7 @@ "cimguiname": "igSetWindowHitTestHole", "defaults": {}, "funcname": "SetWindowHitTestHole", - "location": "imgui_internal:2657", + "location": "imgui_internal:2718", "namespace": "ImGui", "ov_cimguiname": "igSetWindowHitTestHole", "ret": "void", @@ -29959,7 +30438,7 @@ "cond": "0" }, "funcname": "SetWindowPos", - "location": "imgui:381", + "location": "imgui:370", "namespace": "ImGui", "ov_cimguiname": "igSetWindowPos_Vec2", "ret": "void", @@ -29989,7 +30468,7 @@ "cond": "0" }, "funcname": "SetWindowPos", - "location": "imgui:386", + "location": "imgui:375", "namespace": "ImGui", "ov_cimguiname": "igSetWindowPos_Str", "ret": "void", @@ -30019,7 +30498,7 @@ "cond": "0" }, "funcname": "SetWindowPos", - "location": "imgui_internal:2654", + "location": "imgui_internal:2715", "namespace": "ImGui", "ov_cimguiname": "igSetWindowPos_WindowPtr", "ret": "void", @@ -30047,7 +30526,7 @@ "cond": "0" }, "funcname": "SetWindowSize", - "location": "imgui:382", + "location": "imgui:371", "namespace": "ImGui", "ov_cimguiname": "igSetWindowSize_Vec2", "ret": "void", @@ -30077,7 +30556,7 @@ "cond": "0" }, "funcname": "SetWindowSize", - "location": "imgui:387", + "location": "imgui:376", "namespace": "ImGui", "ov_cimguiname": "igSetWindowSize_Str", "ret": "void", @@ -30107,7 +30586,7 @@ "cond": "0" }, "funcname": "SetWindowSize", - "location": "imgui_internal:2655", + "location": "imgui_internal:2716", "namespace": "ImGui", "ov_cimguiname": "igSetWindowSize_WindowPtr", "ret": "void", @@ -30153,7 +30632,7 @@ "cimguiname": "igShadeVertsLinearColorGradientKeepAlpha", "defaults": {}, "funcname": "ShadeVertsLinearColorGradientKeepAlpha", - "location": "imgui_internal:3061", + "location": "imgui_internal:3132", "namespace": "ImGui", "ov_cimguiname": "igShadeVertsLinearColorGradientKeepAlpha", "ret": "void", @@ -30203,7 +30682,7 @@ "cimguiname": "igShadeVertsLinearUV", "defaults": {}, "funcname": "ShadeVertsLinearUV", - "location": "imgui_internal:3062", + "location": "imgui_internal:3133", "namespace": "ImGui", "ov_cimguiname": "igShadeVertsLinearUV", "ret": "void", @@ -30227,7 +30706,7 @@ "p_open": "NULL" }, "funcname": "ShowAboutWindow", - "location": "imgui:318", + "location": "imgui:307", "namespace": "ImGui", "ov_cimguiname": "igShowAboutWindow", "ret": "void", @@ -30251,7 +30730,7 @@ "p_open": "NULL" }, "funcname": "ShowDemoWindow", - "location": "imgui:315", + "location": "imgui:304", "namespace": "ImGui", "ov_cimguiname": "igShowDemoWindow", "ret": "void", @@ -30273,7 +30752,7 @@ "cimguiname": "igShowFontAtlas", "defaults": {}, "funcname": "ShowFontAtlas", - "location": "imgui_internal:3075", + "location": "imgui_internal:3146", "namespace": "ImGui", "ov_cimguiname": "igShowFontAtlas", "ret": "void", @@ -30295,7 +30774,7 @@ "cimguiname": "igShowFontSelector", "defaults": {}, "funcname": "ShowFontSelector", - "location": "imgui:321", + "location": "imgui:310", "namespace": "ImGui", "ov_cimguiname": "igShowFontSelector", "ret": "void", @@ -30319,7 +30798,7 @@ "p_open": "NULL" }, "funcname": "ShowMetricsWindow", - "location": "imgui:316", + "location": "imgui:305", "namespace": "ImGui", "ov_cimguiname": "igShowMetricsWindow", "ret": "void", @@ -30343,7 +30822,7 @@ "p_open": "NULL" }, "funcname": "ShowStackToolWindow", - "location": "imgui:317", + "location": "imgui:306", "namespace": "ImGui", "ov_cimguiname": "igShowStackToolWindow", "ret": "void", @@ -30367,7 +30846,7 @@ "ref": "NULL" }, "funcname": "ShowStyleEditor", - "location": "imgui:319", + "location": "imgui:308", "namespace": "ImGui", "ov_cimguiname": "igShowStyleEditor", "ret": "void", @@ -30389,7 +30868,7 @@ "cimguiname": "igShowStyleSelector", "defaults": {}, "funcname": "ShowStyleSelector", - "location": "imgui:320", + "location": "imgui:309", "namespace": "ImGui", "ov_cimguiname": "igShowStyleSelector", "ret": "bool", @@ -30406,7 +30885,7 @@ "cimguiname": "igShowUserGuide", "defaults": {}, "funcname": "ShowUserGuide", - "location": "imgui:322", + "location": "imgui:311", "namespace": "ImGui", "ov_cimguiname": "igShowUserGuide", "ret": "void", @@ -30436,7 +30915,7 @@ "cimguiname": "igShrinkWidths", "defaults": {}, "funcname": "ShrinkWidths", - "location": "imgui_internal:2751", + "location": "imgui_internal:2814", "namespace": "ImGui", "ov_cimguiname": "igShrinkWidths", "ret": "void", @@ -30458,7 +30937,7 @@ "cimguiname": "igShutdown", "defaults": {}, "funcname": "Shutdown", - "location": "imgui_internal:2678", + "location": "imgui_internal:2739", "namespace": "ImGui", "ov_cimguiname": "igShutdown", "ret": "void", @@ -30505,7 +30984,7 @@ "v_degrees_min": "-360.0f" }, "funcname": "SliderAngle", - "location": "imgui:569", + "location": "imgui:559", "namespace": "ImGui", "ov_cimguiname": "igSliderAngle", "ret": "bool", @@ -30559,7 +31038,7 @@ "cimguiname": "igSliderBehavior", "defaults": {}, "funcname": "SliderBehavior", - "location": "imgui_internal:3021", + "location": "imgui_internal:3092", "namespace": "ImGui", "ov_cimguiname": "igSliderBehavior", "ret": "bool", @@ -30604,7 +31083,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat", - "location": "imgui:565", + "location": "imgui:555", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat", "ret": "bool", @@ -30649,7 +31128,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat2", - "location": "imgui:566", + "location": "imgui:556", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat2", "ret": "bool", @@ -30694,7 +31173,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat3", - "location": "imgui:567", + "location": "imgui:557", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat3", "ret": "bool", @@ -30739,7 +31218,7 @@ "format": "\"%.3f\"" }, "funcname": "SliderFloat4", - "location": "imgui:568", + "location": "imgui:558", "namespace": "ImGui", "ov_cimguiname": "igSliderFloat4", "ret": "bool", @@ -30784,7 +31263,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt", - "location": "imgui:570", + "location": "imgui:560", "namespace": "ImGui", "ov_cimguiname": "igSliderInt", "ret": "bool", @@ -30829,7 +31308,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt2", - "location": "imgui:571", + "location": "imgui:561", "namespace": "ImGui", "ov_cimguiname": "igSliderInt2", "ret": "bool", @@ -30874,7 +31353,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt3", - "location": "imgui:572", + "location": "imgui:562", "namespace": "ImGui", "ov_cimguiname": "igSliderInt3", "ret": "bool", @@ -30919,7 +31398,7 @@ "format": "\"%d\"" }, "funcname": "SliderInt4", - "location": "imgui:573", + "location": "imgui:563", "namespace": "ImGui", "ov_cimguiname": "igSliderInt4", "ret": "bool", @@ -30968,7 +31447,7 @@ "format": "NULL" }, "funcname": "SliderScalar", - "location": "imgui:574", + "location": "imgui:564", "namespace": "ImGui", "ov_cimguiname": "igSliderScalar", "ret": "bool", @@ -31021,7 +31500,7 @@ "format": "NULL" }, "funcname": "SliderScalarN", - "location": "imgui:575", + "location": "imgui:565", "namespace": "ImGui", "ov_cimguiname": "igSliderScalarN", "ret": "bool", @@ -31043,7 +31522,7 @@ "cimguiname": "igSmallButton", "defaults": {}, "funcname": "SmallButton", - "location": "imgui:513", + "location": "imgui:502", "namespace": "ImGui", "ov_cimguiname": "igSmallButton", "ret": "bool", @@ -31060,7 +31539,7 @@ "cimguiname": "igSpacing", "defaults": {}, "funcname": "Spacing", - "location": "imgui:453", + "location": "imgui:442", "namespace": "ImGui", "ov_cimguiname": "igSpacing", "ret": "void", @@ -31122,7 +31601,7 @@ "hover_visibility_delay": "0.0f" }, "funcname": "SplitterBehavior", - "location": "imgui_internal:3022", + "location": "imgui_internal:3093", "namespace": "ImGui", "ov_cimguiname": "igSplitterBehavior", "ret": "bool", @@ -31144,7 +31623,7 @@ "cimguiname": "igStartMouseMovingWindow", "defaults": {}, "funcname": "StartMouseMovingWindow", - "location": "imgui_internal:2682", + "location": "imgui_internal:2744", "namespace": "ImGui", "ov_cimguiname": "igStartMouseMovingWindow", "ret": "void", @@ -31174,7 +31653,7 @@ "cimguiname": "igStartMouseMovingWindowOrNode", "defaults": {}, "funcname": "StartMouseMovingWindowOrNode", - "location": "imgui_internal:2683", + "location": "imgui_internal:2745", "namespace": "ImGui", "ov_cimguiname": "igStartMouseMovingWindowOrNode", "ret": "void", @@ -31198,7 +31677,7 @@ "dst": "NULL" }, "funcname": "StyleColorsClassic", - "location": "imgui:328", + "location": "imgui:317", "namespace": "ImGui", "ov_cimguiname": "igStyleColorsClassic", "ret": "void", @@ -31222,7 +31701,7 @@ "dst": "NULL" }, "funcname": "StyleColorsDark", - "location": "imgui:326", + "location": "imgui:315", "namespace": "ImGui", "ov_cimguiname": "igStyleColorsDark", "ret": "void", @@ -31246,7 +31725,7 @@ "dst": "NULL" }, "funcname": "StyleColorsLight", - "location": "imgui:327", + "location": "imgui:316", "namespace": "ImGui", "ov_cimguiname": "igStyleColorsLight", "ret": "void", @@ -31276,7 +31755,7 @@ "cimguiname": "igTabBarAddTab", "defaults": {}, "funcname": "TabBarAddTab", - "location": "imgui_internal:2959", + "location": "imgui_internal:3030", "namespace": "ImGui", "ov_cimguiname": "igTabBarAddTab", "ret": "void", @@ -31302,7 +31781,7 @@ "cimguiname": "igTabBarCloseTab", "defaults": {}, "funcname": "TabBarCloseTab", - "location": "imgui_internal:2961", + "location": "imgui_internal:3032", "namespace": "ImGui", "ov_cimguiname": "igTabBarCloseTab", "ret": "void", @@ -31324,7 +31803,7 @@ "cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow", "defaults": {}, "funcname": "TabBarFindMostRecentlySelectedTabForActiveWindow", - "location": "imgui_internal:2958", + "location": "imgui_internal:3029", "namespace": "ImGui", "ov_cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow", "ret": "ImGuiTabItem*", @@ -31350,7 +31829,7 @@ "cimguiname": "igTabBarFindTabByID", "defaults": {}, "funcname": "TabBarFindTabByID", - "location": "imgui_internal:2957", + "location": "imgui_internal:3028", "namespace": "ImGui", "ov_cimguiname": "igTabBarFindTabByID", "ret": "ImGuiTabItem*", @@ -31372,7 +31851,7 @@ "cimguiname": "igTabBarProcessReorder", "defaults": {}, "funcname": "TabBarProcessReorder", - "location": "imgui_internal:2964", + "location": "imgui_internal:3035", "namespace": "ImGui", "ov_cimguiname": "igTabBarProcessReorder", "ret": "bool", @@ -31402,7 +31881,7 @@ "cimguiname": "igTabBarQueueReorder", "defaults": {}, "funcname": "TabBarQueueReorder", - "location": "imgui_internal:2962", + "location": "imgui_internal:3033", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueReorder", "ret": "void", @@ -31432,7 +31911,7 @@ "cimguiname": "igTabBarQueueReorderFromMousePos", "defaults": {}, "funcname": "TabBarQueueReorderFromMousePos", - "location": "imgui_internal:2963", + "location": "imgui_internal:3034", "namespace": "ImGui", "ov_cimguiname": "igTabBarQueueReorderFromMousePos", "ret": "void", @@ -31458,7 +31937,7 @@ "cimguiname": "igTabBarRemoveTab", "defaults": {}, "funcname": "TabBarRemoveTab", - "location": "imgui_internal:2960", + "location": "imgui_internal:3031", "namespace": "ImGui", "ov_cimguiname": "igTabBarRemoveTab", "ret": "void", @@ -31492,7 +31971,7 @@ "cimguiname": "igTabItemBackground", "defaults": {}, "funcname": "TabItemBackground", - "location": "imgui_internal:2967", + "location": "imgui_internal:3038", "namespace": "ImGui", "ov_cimguiname": "igTabItemBackground", "ret": "void", @@ -31520,7 +31999,7 @@ "flags": "0" }, "funcname": "TabItemButton", - "location": "imgui:802", + "location": "imgui:792", "namespace": "ImGui", "ov_cimguiname": "igTabItemButton", "ret": "bool", @@ -31550,7 +32029,7 @@ "cimguiname": "igTabItemCalcSize", "defaults": {}, "funcname": "TabItemCalcSize", - "location": "imgui_internal:2966", + "location": "imgui_internal:3037", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igTabItemCalcSize", @@ -31589,7 +32068,7 @@ "cimguiname": "igTabItemEx", "defaults": {}, "funcname": "TabItemEx", - "location": "imgui_internal:2965", + "location": "imgui_internal:3036", "namespace": "ImGui", "ov_cimguiname": "igTabItemEx", "ret": "bool", @@ -31647,7 +32126,7 @@ "cimguiname": "igTabItemLabelAndCloseButton", "defaults": {}, "funcname": "TabItemLabelAndCloseButton", - "location": "imgui_internal:2968", + "location": "imgui_internal:3039", "namespace": "ImGui", "ov_cimguiname": "igTabItemLabelAndCloseButton", "ret": "void", @@ -31669,7 +32148,7 @@ "cimguiname": "igTableBeginApplyRequests", "defaults": {}, "funcname": "TableBeginApplyRequests", - "location": "imgui_internal:2918", + "location": "imgui_internal:2989", "namespace": "ImGui", "ov_cimguiname": "igTableBeginApplyRequests", "ret": "void", @@ -31695,7 +32174,7 @@ "cimguiname": "igTableBeginCell", "defaults": {}, "funcname": "TableBeginCell", - "location": "imgui_internal:2933", + "location": "imgui_internal:3004", "namespace": "ImGui", "ov_cimguiname": "igTableBeginCell", "ret": "void", @@ -31721,7 +32200,7 @@ "cimguiname": "igTableBeginInitMemory", "defaults": {}, "funcname": "TableBeginInitMemory", - "location": "imgui_internal:2917", + "location": "imgui_internal:2988", "namespace": "ImGui", "ov_cimguiname": "igTableBeginInitMemory", "ret": "void", @@ -31743,7 +32222,7 @@ "cimguiname": "igTableBeginRow", "defaults": {}, "funcname": "TableBeginRow", - "location": "imgui_internal:2931", + "location": "imgui_internal:3002", "namespace": "ImGui", "ov_cimguiname": "igTableBeginRow", "ret": "void", @@ -31765,7 +32244,7 @@ "cimguiname": "igTableDrawBorders", "defaults": {}, "funcname": "TableDrawBorders", - "location": "imgui_internal:2923", + "location": "imgui_internal:2994", "namespace": "ImGui", "ov_cimguiname": "igTableDrawBorders", "ret": "void", @@ -31787,7 +32266,7 @@ "cimguiname": "igTableDrawContextMenu", "defaults": {}, "funcname": "TableDrawContextMenu", - "location": "imgui_internal:2924", + "location": "imgui_internal:2995", "namespace": "ImGui", "ov_cimguiname": "igTableDrawContextMenu", "ret": "void", @@ -31809,7 +32288,7 @@ "cimguiname": "igTableEndCell", "defaults": {}, "funcname": "TableEndCell", - "location": "imgui_internal:2934", + "location": "imgui_internal:3005", "namespace": "ImGui", "ov_cimguiname": "igTableEndCell", "ret": "void", @@ -31831,7 +32310,7 @@ "cimguiname": "igTableEndRow", "defaults": {}, "funcname": "TableEndRow", - "location": "imgui_internal:2932", + "location": "imgui_internal:3003", "namespace": "ImGui", "ov_cimguiname": "igTableEndRow", "ret": "void", @@ -31853,7 +32332,7 @@ "cimguiname": "igTableFindByID", "defaults": {}, "funcname": "TableFindByID", - "location": "imgui_internal:2915", + "location": "imgui_internal:2986", "namespace": "ImGui", "ov_cimguiname": "igTableFindByID", "ret": "ImGuiTable*", @@ -31879,7 +32358,7 @@ "cimguiname": "igTableFixColumnSortDirection", "defaults": {}, "funcname": "TableFixColumnSortDirection", - "location": "imgui_internal:2929", + "location": "imgui_internal:3000", "namespace": "ImGui", "ov_cimguiname": "igTableFixColumnSortDirection", "ret": "void", @@ -31896,7 +32375,7 @@ "cimguiname": "igTableGcCompactSettings", "defaults": {}, "funcname": "TableGcCompactSettings", - "location": "imgui_internal:2944", + "location": "imgui_internal:3015", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactSettings", "ret": "void", @@ -31918,7 +32397,7 @@ "cimguiname": "igTableGcCompactTransientBuffers", "defaults": {}, "funcname": "TableGcCompactTransientBuffers", - "location": "imgui_internal:2942", + "location": "imgui_internal:3013", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactTransientBuffers_TablePtr", "ret": "void", @@ -31938,7 +32417,7 @@ "cimguiname": "igTableGcCompactTransientBuffers", "defaults": {}, "funcname": "TableGcCompactTransientBuffers", - "location": "imgui_internal:2943", + "location": "imgui_internal:3014", "namespace": "ImGui", "ov_cimguiname": "igTableGcCompactTransientBuffers_TableTempDataPtr", "ret": "void", @@ -31960,7 +32439,7 @@ "cimguiname": "igTableGetBoundSettings", "defaults": {}, "funcname": "TableGetBoundSettings", - "location": "imgui_internal:2950", + "location": "imgui_internal:3021", "namespace": "ImGui", "ov_cimguiname": "igTableGetBoundSettings", "ret": "ImGuiTableSettings*", @@ -31990,7 +32469,7 @@ "cimguiname": "igTableGetCellBgRect", "defaults": {}, "funcname": "TableGetCellBgRect", - "location": "imgui_internal:2935", + "location": "imgui_internal:3006", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igTableGetCellBgRect", @@ -32008,7 +32487,7 @@ "cimguiname": "igTableGetColumnCount", "defaults": {}, "funcname": "TableGetColumnCount", - "location": "imgui:777", + "location": "imgui:767", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnCount", "ret": "int", @@ -32032,7 +32511,7 @@ "column_n": "-1" }, "funcname": "TableGetColumnFlags", - "location": "imgui:781", + "location": "imgui:771", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnFlags", "ret": "ImGuiTableColumnFlags", @@ -32049,7 +32528,7 @@ "cimguiname": "igTableGetColumnIndex", "defaults": {}, "funcname": "TableGetColumnIndex", - "location": "imgui:778", + "location": "imgui:768", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnIndex", "ret": "int", @@ -32073,7 +32552,7 @@ "column_n": "-1" }, "funcname": "TableGetColumnName", - "location": "imgui:780", + "location": "imgui:770", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnName_Int", "ret": "const char*", @@ -32097,7 +32576,7 @@ "cimguiname": "igTableGetColumnName", "defaults": {}, "funcname": "TableGetColumnName", - "location": "imgui_internal:2936", + "location": "imgui_internal:3007", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnName_TablePtr", "ret": "const char*", @@ -32119,7 +32598,7 @@ "cimguiname": "igTableGetColumnNextSortDirection", "defaults": {}, "funcname": "TableGetColumnNextSortDirection", - "location": "imgui_internal:2928", + "location": "imgui_internal:2999", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnNextSortDirection", "ret": "ImGuiSortDirection", @@ -32151,7 +32630,7 @@ "instance_no": "0" }, "funcname": "TableGetColumnResizeID", - "location": "imgui_internal:2937", + "location": "imgui_internal:3008", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnResizeID", "ret": "ImGuiID", @@ -32177,7 +32656,7 @@ "cimguiname": "igTableGetColumnWidthAuto", "defaults": {}, "funcname": "TableGetColumnWidthAuto", - "location": "imgui_internal:2930", + "location": "imgui_internal:3001", "namespace": "ImGui", "ov_cimguiname": "igTableGetColumnWidthAuto", "ret": "float", @@ -32194,7 +32673,7 @@ "cimguiname": "igTableGetHeaderRowHeight", "defaults": {}, "funcname": "TableGetHeaderRowHeight", - "location": "imgui_internal:2909", + "location": "imgui_internal:2980", "namespace": "ImGui", "ov_cimguiname": "igTableGetHeaderRowHeight", "ret": "float", @@ -32211,7 +32690,7 @@ "cimguiname": "igTableGetHoveredColumn", "defaults": {}, "funcname": "TableGetHoveredColumn", - "location": "imgui_internal:2908", + "location": "imgui_internal:2979", "namespace": "ImGui", "ov_cimguiname": "igTableGetHoveredColumn", "ret": "int", @@ -32237,7 +32716,7 @@ "cimguiname": "igTableGetMaxColumnWidth", "defaults": {}, "funcname": "TableGetMaxColumnWidth", - "location": "imgui_internal:2938", + "location": "imgui_internal:3009", "namespace": "ImGui", "ov_cimguiname": "igTableGetMaxColumnWidth", "ret": "float", @@ -32254,7 +32733,7 @@ "cimguiname": "igTableGetRowIndex", "defaults": {}, "funcname": "TableGetRowIndex", - "location": "imgui:779", + "location": "imgui:769", "namespace": "ImGui", "ov_cimguiname": "igTableGetRowIndex", "ret": "int", @@ -32271,7 +32750,7 @@ "cimguiname": "igTableGetSortSpecs", "defaults": {}, "funcname": "TableGetSortSpecs", - "location": "imgui:773", + "location": "imgui:763", "namespace": "ImGui", "ov_cimguiname": "igTableGetSortSpecs", "ret": "ImGuiTableSortSpecs*", @@ -32293,7 +32772,7 @@ "cimguiname": "igTableHeader", "defaults": {}, "funcname": "TableHeader", - "location": "imgui:765", + "location": "imgui:755", "namespace": "ImGui", "ov_cimguiname": "igTableHeader", "ret": "void", @@ -32310,7 +32789,7 @@ "cimguiname": "igTableHeadersRow", "defaults": {}, "funcname": "TableHeadersRow", - "location": "imgui:764", + "location": "imgui:754", "namespace": "ImGui", "ov_cimguiname": "igTableHeadersRow", "ret": "void", @@ -32332,7 +32811,7 @@ "cimguiname": "igTableLoadSettings", "defaults": {}, "funcname": "TableLoadSettings", - "location": "imgui_internal:2947", + "location": "imgui_internal:3018", "namespace": "ImGui", "ov_cimguiname": "igTableLoadSettings", "ret": "void", @@ -32354,7 +32833,7 @@ "cimguiname": "igTableMergeDrawChannels", "defaults": {}, "funcname": "TableMergeDrawChannels", - "location": "imgui_internal:2925", + "location": "imgui_internal:2996", "namespace": "ImGui", "ov_cimguiname": "igTableMergeDrawChannels", "ret": "void", @@ -32371,7 +32850,7 @@ "cimguiname": "igTableNextColumn", "defaults": {}, "funcname": "TableNextColumn", - "location": "imgui:751", + "location": "imgui:741", "namespace": "ImGui", "ov_cimguiname": "igTableNextColumn", "ret": "bool", @@ -32400,7 +32879,7 @@ "row_flags": "0" }, "funcname": "TableNextRow", - "location": "imgui:750", + "location": "imgui:740", "namespace": "ImGui", "ov_cimguiname": "igTableNextRow", "ret": "void", @@ -32424,7 +32903,7 @@ "column_n": "-1" }, "funcname": "TableOpenContextMenu", - "location": "imgui_internal:2905", + "location": "imgui_internal:2976", "namespace": "ImGui", "ov_cimguiname": "igTableOpenContextMenu", "ret": "void", @@ -32441,7 +32920,7 @@ "cimguiname": "igTablePopBackgroundChannel", "defaults": {}, "funcname": "TablePopBackgroundChannel", - "location": "imgui_internal:2911", + "location": "imgui_internal:2982", "namespace": "ImGui", "ov_cimguiname": "igTablePopBackgroundChannel", "ret": "void", @@ -32458,7 +32937,7 @@ "cimguiname": "igTablePushBackgroundChannel", "defaults": {}, "funcname": "TablePushBackgroundChannel", - "location": "imgui_internal:2910", + "location": "imgui_internal:2981", "namespace": "ImGui", "ov_cimguiname": "igTablePushBackgroundChannel", "ret": "void", @@ -32480,7 +32959,7 @@ "cimguiname": "igTableRemove", "defaults": {}, "funcname": "TableRemove", - "location": "imgui_internal:2941", + "location": "imgui_internal:3012", "namespace": "ImGui", "ov_cimguiname": "igTableRemove", "ret": "void", @@ -32502,7 +32981,7 @@ "cimguiname": "igTableResetSettings", "defaults": {}, "funcname": "TableResetSettings", - "location": "imgui_internal:2949", + "location": "imgui_internal:3020", "namespace": "ImGui", "ov_cimguiname": "igTableResetSettings", "ret": "void", @@ -32524,7 +33003,7 @@ "cimguiname": "igTableSaveSettings", "defaults": {}, "funcname": "TableSaveSettings", - "location": "imgui_internal:2948", + "location": "imgui_internal:3019", "namespace": "ImGui", "ov_cimguiname": "igTableSaveSettings", "ret": "void", @@ -32556,7 +33035,7 @@ "column_n": "-1" }, "funcname": "TableSetBgColor", - "location": "imgui:783", + "location": "imgui:773", "namespace": "ImGui", "ov_cimguiname": "igTableSetBgColor", "ret": "void", @@ -32582,7 +33061,7 @@ "cimguiname": "igTableSetColumnEnabled", "defaults": {}, "funcname": "TableSetColumnEnabled", - "location": "imgui:782", + "location": "imgui:772", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnEnabled", "ret": "void", @@ -32604,7 +33083,7 @@ "cimguiname": "igTableSetColumnIndex", "defaults": {}, "funcname": "TableSetColumnIndex", - "location": "imgui:752", + "location": "imgui:742", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnIndex", "ret": "bool", @@ -32634,7 +33113,7 @@ "cimguiname": "igTableSetColumnSortDirection", "defaults": {}, "funcname": "TableSetColumnSortDirection", - "location": "imgui_internal:2907", + "location": "imgui_internal:2978", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnSortDirection", "ret": "void", @@ -32660,7 +33139,7 @@ "cimguiname": "igTableSetColumnWidth", "defaults": {}, "funcname": "TableSetColumnWidth", - "location": "imgui_internal:2906", + "location": "imgui_internal:2977", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidth", "ret": "void", @@ -32682,7 +33161,7 @@ "cimguiname": "igTableSetColumnWidthAutoAll", "defaults": {}, "funcname": "TableSetColumnWidthAutoAll", - "location": "imgui_internal:2940", + "location": "imgui_internal:3011", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidthAutoAll", "ret": "void", @@ -32708,7 +33187,7 @@ "cimguiname": "igTableSetColumnWidthAutoSingle", "defaults": {}, "funcname": "TableSetColumnWidthAutoSingle", - "location": "imgui_internal:2939", + "location": "imgui_internal:3010", "namespace": "ImGui", "ov_cimguiname": "igTableSetColumnWidthAutoSingle", "ret": "void", @@ -32734,7 +33213,7 @@ "cimguiname": "igTableSettingsCreate", "defaults": {}, "funcname": "TableSettingsCreate", - "location": "imgui_internal:2952", + "location": "imgui_internal:3023", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsCreate", "ret": "ImGuiTableSettings*", @@ -32756,7 +33235,7 @@ "cimguiname": "igTableSettingsFindByID", "defaults": {}, "funcname": "TableSettingsFindByID", - "location": "imgui_internal:2953", + "location": "imgui_internal:3024", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsFindByID", "ret": "ImGuiTableSettings*", @@ -32778,7 +33257,7 @@ "cimguiname": "igTableSettingsInstallHandler", "defaults": {}, "funcname": "TableSettingsInstallHandler", - "location": "imgui_internal:2951", + "location": "imgui_internal:3022", "namespace": "ImGui", "ov_cimguiname": "igTableSettingsInstallHandler", "ret": "void", @@ -32816,7 +33295,7 @@ "user_id": "0" }, "funcname": "TableSetupColumn", - "location": "imgui:762", + "location": "imgui:752", "namespace": "ImGui", "ov_cimguiname": "igTableSetupColumn", "ret": "void", @@ -32838,7 +33317,7 @@ "cimguiname": "igTableSetupDrawChannels", "defaults": {}, "funcname": "TableSetupDrawChannels", - "location": "imgui_internal:2919", + "location": "imgui_internal:2990", "namespace": "ImGui", "ov_cimguiname": "igTableSetupDrawChannels", "ret": "void", @@ -32864,7 +33343,7 @@ "cimguiname": "igTableSetupScrollFreeze", "defaults": {}, "funcname": "TableSetupScrollFreeze", - "location": "imgui:763", + "location": "imgui:753", "namespace": "ImGui", "ov_cimguiname": "igTableSetupScrollFreeze", "ret": "void", @@ -32886,7 +33365,7 @@ "cimguiname": "igTableSortSpecsBuild", "defaults": {}, "funcname": "TableSortSpecsBuild", - "location": "imgui_internal:2927", + "location": "imgui_internal:2998", "namespace": "ImGui", "ov_cimguiname": "igTableSortSpecsBuild", "ret": "void", @@ -32908,7 +33387,7 @@ "cimguiname": "igTableSortSpecsSanitize", "defaults": {}, "funcname": "TableSortSpecsSanitize", - "location": "imgui_internal:2926", + "location": "imgui_internal:2997", "namespace": "ImGui", "ov_cimguiname": "igTableSortSpecsSanitize", "ret": "void", @@ -32930,7 +33409,7 @@ "cimguiname": "igTableUpdateBorders", "defaults": {}, "funcname": "TableUpdateBorders", - "location": "imgui_internal:2921", + "location": "imgui_internal:2992", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateBorders", "ret": "void", @@ -32952,7 +33431,7 @@ "cimguiname": "igTableUpdateColumnsWeightFromWidth", "defaults": {}, "funcname": "TableUpdateColumnsWeightFromWidth", - "location": "imgui_internal:2922", + "location": "imgui_internal:2993", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateColumnsWeightFromWidth", "ret": "void", @@ -32974,7 +33453,7 @@ "cimguiname": "igTableUpdateLayout", "defaults": {}, "funcname": "TableUpdateLayout", - "location": "imgui_internal:2920", + "location": "imgui_internal:2991", "namespace": "ImGui", "ov_cimguiname": "igTableUpdateLayout", "ret": "void", @@ -32996,7 +33475,7 @@ "cimguiname": "igTempInputIsActive", "defaults": {}, "funcname": "TempInputIsActive", - "location": "imgui_internal:3049", + "location": "imgui_internal:3120", "namespace": "ImGui", "ov_cimguiname": "igTempInputIsActive", "ret": "bool", @@ -33049,7 +33528,7 @@ "p_clamp_min": "NULL" }, "funcname": "TempInputScalar", - "location": "imgui_internal:3048", + "location": "imgui_internal:3119", "namespace": "ImGui", "ov_cimguiname": "igTempInputScalar", "ret": "bool", @@ -33091,7 +33570,7 @@ "cimguiname": "igTempInputText", "defaults": {}, "funcname": "TempInputText", - "location": "imgui_internal:3047", + "location": "imgui_internal:3118", "namespace": "ImGui", "ov_cimguiname": "igTempInputText", "ret": "bool", @@ -33118,7 +33597,7 @@ "defaults": {}, "funcname": "Text", "isvararg": "...)", - "location": "imgui:496", + "location": "imgui:485", "namespace": "ImGui", "ov_cimguiname": "igText", "ret": "void", @@ -33149,7 +33628,7 @@ "defaults": {}, "funcname": "TextColored", "isvararg": "...)", - "location": "imgui:498", + "location": "imgui:487", "namespace": "ImGui", "ov_cimguiname": "igTextColored", "ret": "void", @@ -33179,7 +33658,7 @@ "cimguiname": "igTextColoredV", "defaults": {}, "funcname": "TextColoredV", - "location": "imgui:499", + "location": "imgui:488", "namespace": "ImGui", "ov_cimguiname": "igTextColoredV", "ret": "void", @@ -33206,7 +33685,7 @@ "defaults": {}, "funcname": "TextDisabled", "isvararg": "...)", - "location": "imgui:500", + "location": "imgui:489", "namespace": "ImGui", "ov_cimguiname": "igTextDisabled", "ret": "void", @@ -33232,7 +33711,7 @@ "cimguiname": "igTextDisabledV", "defaults": {}, "funcname": "TextDisabledV", - "location": "imgui:501", + "location": "imgui:490", "namespace": "ImGui", "ov_cimguiname": "igTextDisabledV", "ret": "void", @@ -33265,7 +33744,7 @@ "text_end": "NULL" }, "funcname": "TextEx", - "location": "imgui_internal:3002", + "location": "imgui_internal:3073", "namespace": "ImGui", "ov_cimguiname": "igTextEx", "ret": "void", @@ -33293,7 +33772,7 @@ "text_end": "NULL" }, "funcname": "TextUnformatted", - "location": "imgui:495", + "location": "imgui:484", "namespace": "ImGui", "ov_cimguiname": "igTextUnformatted", "ret": "void", @@ -33319,7 +33798,7 @@ "cimguiname": "igTextV", "defaults": {}, "funcname": "TextV", - "location": "imgui:497", + "location": "imgui:486", "namespace": "ImGui", "ov_cimguiname": "igTextV", "ret": "void", @@ -33346,7 +33825,7 @@ "defaults": {}, "funcname": "TextWrapped", "isvararg": "...)", - "location": "imgui:502", + "location": "imgui:491", "namespace": "ImGui", "ov_cimguiname": "igTextWrapped", "ret": "void", @@ -33372,7 +33851,7 @@ "cimguiname": "igTextWrappedV", "defaults": {}, "funcname": "TextWrappedV", - "location": "imgui:503", + "location": "imgui:492", "namespace": "ImGui", "ov_cimguiname": "igTextWrappedV", "ret": "void", @@ -33402,7 +33881,7 @@ "cimguiname": "igTranslateWindowsInViewport", "defaults": {}, "funcname": "TranslateWindowsInViewport", - "location": "imgui_internal:2693", + "location": "imgui_internal:2755", "namespace": "ImGui", "ov_cimguiname": "igTranslateWindowsInViewport", "ret": "void", @@ -33424,7 +33903,7 @@ "cimguiname": "igTreeNode", "defaults": {}, "funcname": "TreeNode", - "location": "imgui:610", + "location": "imgui:600", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_Str", "ret": "bool", @@ -33453,7 +33932,7 @@ "defaults": {}, "funcname": "TreeNode", "isvararg": "...)", - "location": "imgui:611", + "location": "imgui:601", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_StrStr", "ret": "bool", @@ -33482,7 +33961,7 @@ "defaults": {}, "funcname": "TreeNode", "isvararg": "...)", - "location": "imgui:612", + "location": "imgui:602", "namespace": "ImGui", "ov_cimguiname": "igTreeNode_Ptr", "ret": "bool", @@ -33518,7 +33997,7 @@ "label_end": "NULL" }, "funcname": "TreeNodeBehavior", - "location": "imgui_internal:3023", + "location": "imgui_internal:3094", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeBehavior", "ret": "bool", @@ -33546,7 +34025,7 @@ "flags": "0" }, "funcname": "TreeNodeBehaviorIsOpen", - "location": "imgui_internal:3024", + "location": "imgui_internal:3095", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeBehaviorIsOpen", "ret": "bool", @@ -33574,7 +34053,7 @@ "flags": "0" }, "funcname": "TreeNodeEx", - "location": "imgui:615", + "location": "imgui:605", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_Str", "ret": "bool", @@ -33607,7 +34086,7 @@ "defaults": {}, "funcname": "TreeNodeEx", "isvararg": "...)", - "location": "imgui:616", + "location": "imgui:606", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_StrStr", "ret": "bool", @@ -33640,7 +34119,7 @@ "defaults": {}, "funcname": "TreeNodeEx", "isvararg": "...)", - "location": "imgui:617", + "location": "imgui:607", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeEx_Ptr", "ret": "bool", @@ -33674,7 +34153,7 @@ "cimguiname": "igTreeNodeExV", "defaults": {}, "funcname": "TreeNodeExV", - "location": "imgui:618", + "location": "imgui:608", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeExV_Str", "ret": "bool", @@ -33706,7 +34185,7 @@ "cimguiname": "igTreeNodeExV", "defaults": {}, "funcname": "TreeNodeExV", - "location": "imgui:619", + "location": "imgui:609", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeExV_Ptr", "ret": "bool", @@ -33736,7 +34215,7 @@ "cimguiname": "igTreeNodeV", "defaults": {}, "funcname": "TreeNodeV", - "location": "imgui:613", + "location": "imgui:603", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeV_Str", "ret": "bool", @@ -33764,7 +34243,7 @@ "cimguiname": "igTreeNodeV", "defaults": {}, "funcname": "TreeNodeV", - "location": "imgui:614", + "location": "imgui:604", "namespace": "ImGui", "ov_cimguiname": "igTreeNodeV_Ptr", "ret": "bool", @@ -33781,7 +34260,7 @@ "cimguiname": "igTreePop", "defaults": {}, "funcname": "TreePop", - "location": "imgui:622", + "location": "imgui:612", "namespace": "ImGui", "ov_cimguiname": "igTreePop", "ret": "void", @@ -33803,7 +34282,7 @@ "cimguiname": "igTreePush", "defaults": {}, "funcname": "TreePush", - "location": "imgui:620", + "location": "imgui:610", "namespace": "ImGui", "ov_cimguiname": "igTreePush_Str", "ret": "void", @@ -33825,7 +34304,7 @@ "ptr_id": "NULL" }, "funcname": "TreePush", - "location": "imgui:621", + "location": "imgui:611", "namespace": "ImGui", "ov_cimguiname": "igTreePush_Ptr", "ret": "void", @@ -33847,7 +34326,7 @@ "cimguiname": "igTreePushOverrideID", "defaults": {}, "funcname": "TreePushOverrideID", - "location": "imgui_internal:3025", + "location": "imgui_internal:3096", "namespace": "ImGui", "ov_cimguiname": "igTreePushOverrideID", "ret": "void", @@ -33871,7 +34350,7 @@ "indent_w": "0.0f" }, "funcname": "Unindent", - "location": "imgui:456", + "location": "imgui:445", "namespace": "ImGui", "ov_cimguiname": "igUnindent", "ret": "void", @@ -33888,7 +34367,7 @@ "cimguiname": "igUpdateHoveredWindowAndCaptureFlags", "defaults": {}, "funcname": "UpdateHoveredWindowAndCaptureFlags", - "location": "imgui_internal:2681", + "location": "imgui_internal:2743", "namespace": "ImGui", "ov_cimguiname": "igUpdateHoveredWindowAndCaptureFlags", "ret": "void", @@ -33896,6 +34375,28 @@ "stname": "" } ], + "igUpdateInputEvents": [ + { + "args": "(bool trickle_fast_inputs)", + "argsT": [ + { + "name": "trickle_fast_inputs", + "type": "bool" + } + ], + "argsoriginal": "(bool trickle_fast_inputs)", + "call_args": "(trickle_fast_inputs)", + "cimguiname": "igUpdateInputEvents", + "defaults": {}, + "funcname": "UpdateInputEvents", + "location": "imgui_internal:2742", + "namespace": "ImGui", + "ov_cimguiname": "igUpdateInputEvents", + "ret": "void", + "signature": "(bool)", + "stname": "" + } + ], "igUpdateMouseMovingWindowEndFrame": [ { "args": "()", @@ -33905,7 +34406,7 @@ "cimguiname": "igUpdateMouseMovingWindowEndFrame", "defaults": {}, "funcname": "UpdateMouseMovingWindowEndFrame", - "location": "imgui_internal:2685", + "location": "imgui_internal:2747", "namespace": "ImGui", "ov_cimguiname": "igUpdateMouseMovingWindowEndFrame", "ret": "void", @@ -33922,7 +34423,7 @@ "cimguiname": "igUpdateMouseMovingWindowNewFrame", "defaults": {}, "funcname": "UpdateMouseMovingWindowNewFrame", - "location": "imgui_internal:2684", + "location": "imgui_internal:2746", "namespace": "ImGui", "ov_cimguiname": "igUpdateMouseMovingWindowNewFrame", "ret": "void", @@ -33939,7 +34440,7 @@ "cimguiname": "igUpdatePlatformWindows", "defaults": {}, "funcname": "UpdatePlatformWindows", - "location": "imgui:979", + "location": "imgui:972", "namespace": "ImGui", "ov_cimguiname": "igUpdatePlatformWindows", "ret": "void", @@ -33969,7 +34470,7 @@ "cimguiname": "igUpdateWindowParentAndRootLinks", "defaults": {}, "funcname": "UpdateWindowParentAndRootLinks", - "location": "imgui_internal:2648", + "location": "imgui_internal:2709", "namespace": "ImGui", "ov_cimguiname": "igUpdateWindowParentAndRootLinks", "ret": "void", @@ -34018,7 +34519,7 @@ "format": "\"%.3f\"" }, "funcname": "VSliderFloat", - "location": "imgui:576", + "location": "imgui:566", "namespace": "ImGui", "ov_cimguiname": "igVSliderFloat", "ret": "bool", @@ -34067,7 +34568,7 @@ "format": "\"%d\"" }, "funcname": "VSliderInt", - "location": "imgui:577", + "location": "imgui:567", "namespace": "ImGui", "ov_cimguiname": "igVSliderInt", "ret": "bool", @@ -34120,7 +34621,7 @@ "format": "NULL" }, "funcname": "VSliderScalar", - "location": "imgui:578", + "location": "imgui:568", "namespace": "ImGui", "ov_cimguiname": "igVSliderScalar", "ret": "bool", @@ -34146,7 +34647,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:654", + "location": "imgui:644", "namespace": "ImGui", "ov_cimguiname": "igValue_Bool", "ret": "void", @@ -34170,7 +34671,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:655", + "location": "imgui:645", "namespace": "ImGui", "ov_cimguiname": "igValue_Int", "ret": "void", @@ -34194,7 +34695,7 @@ "cimguiname": "igValue", "defaults": {}, "funcname": "Value", - "location": "imgui:656", + "location": "imgui:646", "namespace": "ImGui", "ov_cimguiname": "igValue_Uint", "ret": "void", @@ -34224,7 +34725,7 @@ "float_format": "NULL" }, "funcname": "Value", - "location": "imgui:657", + "location": "imgui:647", "namespace": "ImGui", "ov_cimguiname": "igValue_Float", "ret": "void", @@ -34254,7 +34755,7 @@ "cimguiname": "igWindowRectAbsToRel", "defaults": {}, "funcname": "WindowRectAbsToRel", - "location": "imgui_internal:2658", + "location": "imgui_internal:2719", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igWindowRectAbsToRel", @@ -34285,7 +34786,7 @@ "cimguiname": "igWindowRectRelToAbs", "defaults": {}, "funcname": "WindowRectRelToAbs", - "location": "imgui_internal:2659", + "location": "imgui_internal:2720", "namespace": "ImGui", "nonUDT": 1, "ov_cimguiname": "igWindowRectRelToAbs", diff --git a/src/CodeGenerator/definitions/cimgui/structs_and_enums.json b/src/CodeGenerator/definitions/cimgui/structs_and_enums.json index eb10620..7b640a7 100644 --- a/src/CodeGenerator/definitions/cimgui/structs_and_enums.json +++ b/src/CodeGenerator/definitions/cimgui/structs_and_enums.json @@ -1375,6 +1375,53 @@ "value": "ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows" } ], + "ImGuiInputEventType": [ + { + "calc_value": 0, + "name": "ImGuiInputEventType_None", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImGuiInputEventType_MousePos", + "value": "1" + }, + { + "calc_value": 2, + "name": "ImGuiInputEventType_MouseWheel", + "value": "2" + }, + { + "calc_value": 3, + "name": "ImGuiInputEventType_MouseButton", + "value": "3" + }, + { + "calc_value": 4, + "name": "ImGuiInputEventType_MouseViewport", + "value": "4" + }, + { + "calc_value": 5, + "name": "ImGuiInputEventType_Key", + "value": "5" + }, + { + "calc_value": 6, + "name": "ImGuiInputEventType_Char", + "value": "6" + }, + { + "calc_value": 7, + "name": "ImGuiInputEventType_Focus", + "value": "7" + }, + { + "calc_value": 8, + "name": "ImGuiInputEventType_COUNT", + "value": "8" + } + ], "ImGuiInputReadMode": [ { "calc_value": 0, @@ -1430,12 +1477,12 @@ }, { "calc_value": 4, - "name": "ImGuiInputSource_Nav", + "name": "ImGuiInputSource_Clipboard", "value": "4" }, { "calc_value": 5, - "name": "ImGuiInputSource_Clipboard", + "name": "ImGuiInputSource_Nav", "value": "5" }, { @@ -1699,121 +1746,728 @@ "value": "1 << 3" } ], + "ImGuiKeyPrivate_": [ + { + "calc_value": 0, + "name": "ImGuiKey_LegacyNativeKey_BEGIN", + "value": "0" + }, + { + "calc_value": 512, + "name": "ImGuiKey_LegacyNativeKey_END", + "value": "512" + }, + { + "calc_value": 617, + "name": "ImGuiKey_Gamepad_BEGIN", + "value": "ImGuiKey_GamepadStart" + }, + { + "calc_value": 641, + "name": "ImGuiKey_Gamepad_END", + "value": "ImGuiKey_GamepadRStickRight + 1" + } + ], "ImGuiKey_": [ { "calc_value": 0, - "name": "ImGuiKey_Tab", + "name": "ImGuiKey_None", "value": "0" }, { - "calc_value": 1, + "calc_value": 512, + "name": "ImGuiKey_Tab", + "value": "512" + }, + { + "calc_value": 513, "name": "ImGuiKey_LeftArrow", - "value": "1" + "value": "513" }, { - "calc_value": 2, + "calc_value": 514, "name": "ImGuiKey_RightArrow", - "value": "2" + "value": "514" }, { - "calc_value": 3, + "calc_value": 515, "name": "ImGuiKey_UpArrow", - "value": "3" + "value": "515" }, { - "calc_value": 4, + "calc_value": 516, "name": "ImGuiKey_DownArrow", - "value": "4" + "value": "516" }, { - "calc_value": 5, + "calc_value": 517, "name": "ImGuiKey_PageUp", - "value": "5" + "value": "517" }, { - "calc_value": 6, + "calc_value": 518, "name": "ImGuiKey_PageDown", - "value": "6" + "value": "518" }, { - "calc_value": 7, + "calc_value": 519, "name": "ImGuiKey_Home", - "value": "7" + "value": "519" }, { - "calc_value": 8, + "calc_value": 520, "name": "ImGuiKey_End", - "value": "8" + "value": "520" }, { - "calc_value": 9, + "calc_value": 521, "name": "ImGuiKey_Insert", - "value": "9" + "value": "521" }, { - "calc_value": 10, + "calc_value": 522, "name": "ImGuiKey_Delete", - "value": "10" + "value": "522" }, { - "calc_value": 11, + "calc_value": 523, "name": "ImGuiKey_Backspace", - "value": "11" + "value": "523" + }, + { + "calc_value": 524, + "name": "ImGuiKey_Space", + "value": "524" + }, + { + "calc_value": 525, + "name": "ImGuiKey_Enter", + "value": "525" + }, + { + "calc_value": 526, + "name": "ImGuiKey_Escape", + "value": "526" + }, + { + "calc_value": 527, + "name": "ImGuiKey_LeftCtrl", + "value": "527" + }, + { + "calc_value": 528, + "name": "ImGuiKey_LeftShift", + "value": "528" + }, + { + "calc_value": 529, + "name": "ImGuiKey_LeftAlt", + "value": "529" + }, + { + "calc_value": 530, + "name": "ImGuiKey_LeftSuper", + "value": "530" + }, + { + "calc_value": 531, + "name": "ImGuiKey_RightCtrl", + "value": "531" + }, + { + "calc_value": 532, + "name": "ImGuiKey_RightShift", + "value": "532" + }, + { + "calc_value": 533, + "name": "ImGuiKey_RightAlt", + "value": "533" + }, + { + "calc_value": 534, + "name": "ImGuiKey_RightSuper", + "value": "534" + }, + { + "calc_value": 535, + "name": "ImGuiKey_Menu", + "value": "535" + }, + { + "calc_value": 536, + "name": "ImGuiKey_0", + "value": "536" + }, + { + "calc_value": 537, + "name": "ImGuiKey_1", + "value": "537" + }, + { + "calc_value": 538, + "name": "ImGuiKey_2", + "value": "538" + }, + { + "calc_value": 539, + "name": "ImGuiKey_3", + "value": "539" + }, + { + "calc_value": 540, + "name": "ImGuiKey_4", + "value": "540" + }, + { + "calc_value": 541, + "name": "ImGuiKey_5", + "value": "541" + }, + { + "calc_value": 542, + "name": "ImGuiKey_6", + "value": "542" + }, + { + "calc_value": 543, + "name": "ImGuiKey_7", + "value": "543" + }, + { + "calc_value": 544, + "name": "ImGuiKey_8", + "value": "544" + }, + { + "calc_value": 545, + "name": "ImGuiKey_9", + "value": "545" + }, + { + "calc_value": 546, + "name": "ImGuiKey_A", + "value": "546" + }, + { + "calc_value": 547, + "name": "ImGuiKey_B", + "value": "547" + }, + { + "calc_value": 548, + "name": "ImGuiKey_C", + "value": "548" + }, + { + "calc_value": 549, + "name": "ImGuiKey_D", + "value": "549" + }, + { + "calc_value": 550, + "name": "ImGuiKey_E", + "value": "550" + }, + { + "calc_value": 551, + "name": "ImGuiKey_F", + "value": "551" + }, + { + "calc_value": 552, + "name": "ImGuiKey_G", + "value": "552" + }, + { + "calc_value": 553, + "name": "ImGuiKey_H", + "value": "553" + }, + { + "calc_value": 554, + "name": "ImGuiKey_I", + "value": "554" + }, + { + "calc_value": 555, + "name": "ImGuiKey_J", + "value": "555" + }, + { + "calc_value": 556, + "name": "ImGuiKey_K", + "value": "556" + }, + { + "calc_value": 557, + "name": "ImGuiKey_L", + "value": "557" + }, + { + "calc_value": 558, + "name": "ImGuiKey_M", + "value": "558" + }, + { + "calc_value": 559, + "name": "ImGuiKey_N", + "value": "559" + }, + { + "calc_value": 560, + "name": "ImGuiKey_O", + "value": "560" + }, + { + "calc_value": 561, + "name": "ImGuiKey_P", + "value": "561" + }, + { + "calc_value": 562, + "name": "ImGuiKey_Q", + "value": "562" + }, + { + "calc_value": 563, + "name": "ImGuiKey_R", + "value": "563" + }, + { + "calc_value": 564, + "name": "ImGuiKey_S", + "value": "564" + }, + { + "calc_value": 565, + "name": "ImGuiKey_T", + "value": "565" + }, + { + "calc_value": 566, + "name": "ImGuiKey_U", + "value": "566" + }, + { + "calc_value": 567, + "name": "ImGuiKey_V", + "value": "567" + }, + { + "calc_value": 568, + "name": "ImGuiKey_W", + "value": "568" + }, + { + "calc_value": 569, + "name": "ImGuiKey_X", + "value": "569" + }, + { + "calc_value": 570, + "name": "ImGuiKey_Y", + "value": "570" + }, + { + "calc_value": 571, + "name": "ImGuiKey_Z", + "value": "571" + }, + { + "calc_value": 572, + "name": "ImGuiKey_F1", + "value": "572" + }, + { + "calc_value": 573, + "name": "ImGuiKey_F2", + "value": "573" + }, + { + "calc_value": 574, + "name": "ImGuiKey_F3", + "value": "574" + }, + { + "calc_value": 575, + "name": "ImGuiKey_F4", + "value": "575" + }, + { + "calc_value": 576, + "name": "ImGuiKey_F5", + "value": "576" + }, + { + "calc_value": 577, + "name": "ImGuiKey_F6", + "value": "577" + }, + { + "calc_value": 578, + "name": "ImGuiKey_F7", + "value": "578" + }, + { + "calc_value": 579, + "name": "ImGuiKey_F8", + "value": "579" + }, + { + "calc_value": 580, + "name": "ImGuiKey_F9", + "value": "580" + }, + { + "calc_value": 581, + "name": "ImGuiKey_F10", + "value": "581" + }, + { + "calc_value": 582, + "name": "ImGuiKey_F11", + "value": "582" + }, + { + "calc_value": 583, + "name": "ImGuiKey_F12", + "value": "583" + }, + { + "calc_value": 584, + "name": "ImGuiKey_Apostrophe", + "value": "584" + }, + { + "calc_value": 585, + "name": "ImGuiKey_Comma", + "value": "585" + }, + { + "calc_value": 586, + "name": "ImGuiKey_Minus", + "value": "586" + }, + { + "calc_value": 587, + "name": "ImGuiKey_Period", + "value": "587" + }, + { + "calc_value": 588, + "name": "ImGuiKey_Slash", + "value": "588" + }, + { + "calc_value": 589, + "name": "ImGuiKey_Semicolon", + "value": "589" + }, + { + "calc_value": 590, + "name": "ImGuiKey_Equal", + "value": "590" + }, + { + "calc_value": 591, + "name": "ImGuiKey_LeftBracket", + "value": "591" + }, + { + "calc_value": 592, + "name": "ImGuiKey_Backslash", + "value": "592" + }, + { + "calc_value": 593, + "name": "ImGuiKey_RightBracket", + "value": "593" + }, + { + "calc_value": 594, + "name": "ImGuiKey_GraveAccent", + "value": "594" + }, + { + "calc_value": 595, + "name": "ImGuiKey_CapsLock", + "value": "595" + }, + { + "calc_value": 596, + "name": "ImGuiKey_ScrollLock", + "value": "596" + }, + { + "calc_value": 597, + "name": "ImGuiKey_NumLock", + "value": "597" + }, + { + "calc_value": 598, + "name": "ImGuiKey_PrintScreen", + "value": "598" + }, + { + "calc_value": 599, + "name": "ImGuiKey_Pause", + "value": "599" + }, + { + "calc_value": 600, + "name": "ImGuiKey_Keypad0", + "value": "600" + }, + { + "calc_value": 601, + "name": "ImGuiKey_Keypad1", + "value": "601" + }, + { + "calc_value": 602, + "name": "ImGuiKey_Keypad2", + "value": "602" + }, + { + "calc_value": 603, + "name": "ImGuiKey_Keypad3", + "value": "603" + }, + { + "calc_value": 604, + "name": "ImGuiKey_Keypad4", + "value": "604" + }, + { + "calc_value": 605, + "name": "ImGuiKey_Keypad5", + "value": "605" + }, + { + "calc_value": 606, + "name": "ImGuiKey_Keypad6", + "value": "606" + }, + { + "calc_value": 607, + "name": "ImGuiKey_Keypad7", + "value": "607" + }, + { + "calc_value": 608, + "name": "ImGuiKey_Keypad8", + "value": "608" + }, + { + "calc_value": 609, + "name": "ImGuiKey_Keypad9", + "value": "609" + }, + { + "calc_value": 610, + "name": "ImGuiKey_KeypadDecimal", + "value": "610" + }, + { + "calc_value": 611, + "name": "ImGuiKey_KeypadDivide", + "value": "611" + }, + { + "calc_value": 612, + "name": "ImGuiKey_KeypadMultiply", + "value": "612" + }, + { + "calc_value": 613, + "name": "ImGuiKey_KeypadSubtract", + "value": "613" + }, + { + "calc_value": 614, + "name": "ImGuiKey_KeypadAdd", + "value": "614" + }, + { + "calc_value": 615, + "name": "ImGuiKey_KeypadEnter", + "value": "615" + }, + { + "calc_value": 616, + "name": "ImGuiKey_KeypadEqual", + "value": "616" + }, + { + "calc_value": 617, + "name": "ImGuiKey_GamepadStart", + "value": "617" + }, + { + "calc_value": 618, + "name": "ImGuiKey_GamepadBack", + "value": "618" + }, + { + "calc_value": 619, + "name": "ImGuiKey_GamepadFaceUp", + "value": "619" + }, + { + "calc_value": 620, + "name": "ImGuiKey_GamepadFaceDown", + "value": "620" + }, + { + "calc_value": 621, + "name": "ImGuiKey_GamepadFaceLeft", + "value": "621" + }, + { + "calc_value": 622, + "name": "ImGuiKey_GamepadFaceRight", + "value": "622" + }, + { + "calc_value": 623, + "name": "ImGuiKey_GamepadDpadUp", + "value": "623" + }, + { + "calc_value": 624, + "name": "ImGuiKey_GamepadDpadDown", + "value": "624" + }, + { + "calc_value": 625, + "name": "ImGuiKey_GamepadDpadLeft", + "value": "625" + }, + { + "calc_value": 626, + "name": "ImGuiKey_GamepadDpadRight", + "value": "626" + }, + { + "calc_value": 627, + "name": "ImGuiKey_GamepadL1", + "value": "627" + }, + { + "calc_value": 628, + "name": "ImGuiKey_GamepadR1", + "value": "628" + }, + { + "calc_value": 629, + "name": "ImGuiKey_GamepadL2", + "value": "629" + }, + { + "calc_value": 630, + "name": "ImGuiKey_GamepadR2", + "value": "630" + }, + { + "calc_value": 631, + "name": "ImGuiKey_GamepadL3", + "value": "631" + }, + { + "calc_value": 632, + "name": "ImGuiKey_GamepadR3", + "value": "632" + }, + { + "calc_value": 633, + "name": "ImGuiKey_GamepadLStickUp", + "value": "633" + }, + { + "calc_value": 634, + "name": "ImGuiKey_GamepadLStickDown", + "value": "634" + }, + { + "calc_value": 635, + "name": "ImGuiKey_GamepadLStickLeft", + "value": "635" + }, + { + "calc_value": 636, + "name": "ImGuiKey_GamepadLStickRight", + "value": "636" + }, + { + "calc_value": 637, + "name": "ImGuiKey_GamepadRStickUp", + "value": "637" + }, + { + "calc_value": 638, + "name": "ImGuiKey_GamepadRStickDown", + "value": "638" }, { - "calc_value": 12, - "name": "ImGuiKey_Space", - "value": "12" + "calc_value": 639, + "name": "ImGuiKey_GamepadRStickLeft", + "value": "639" }, { - "calc_value": 13, - "name": "ImGuiKey_Enter", - "value": "13" + "calc_value": 640, + "name": "ImGuiKey_GamepadRStickRight", + "value": "640" }, { - "calc_value": 14, - "name": "ImGuiKey_Escape", - "value": "14" + "calc_value": 641, + "name": "ImGuiKey_ModCtrl", + "value": "641" }, { - "calc_value": 15, - "name": "ImGuiKey_KeyPadEnter", - "value": "15" + "calc_value": 642, + "name": "ImGuiKey_ModShift", + "value": "642" }, { - "calc_value": 16, - "name": "ImGuiKey_A", - "value": "16" + "calc_value": 643, + "name": "ImGuiKey_ModAlt", + "value": "643" }, { - "calc_value": 17, - "name": "ImGuiKey_C", - "value": "17" + "calc_value": 644, + "name": "ImGuiKey_ModSuper", + "value": "644" }, { - "calc_value": 18, - "name": "ImGuiKey_V", - "value": "18" + "calc_value": 645, + "name": "ImGuiKey_COUNT", + "value": "645" }, { - "calc_value": 19, - "name": "ImGuiKey_X", - "value": "19" + "calc_value": 512, + "name": "ImGuiKey_NamedKey_BEGIN", + "value": "512" }, { - "calc_value": 20, - "name": "ImGuiKey_Y", - "value": "20" + "calc_value": 645, + "name": "ImGuiKey_NamedKey_END", + "value": "ImGuiKey_COUNT" }, { - "calc_value": 21, - "name": "ImGuiKey_Z", - "value": "21" + "calc_value": 133, + "name": "ImGuiKey_NamedKey_COUNT", + "value": "ImGuiKey_NamedKey_END - ImGuiKey_NamedKey_BEGIN" }, { - "calc_value": 22, - "name": "ImGuiKey_COUNT", - "value": "22" + "calc_value": 645, + "name": "ImGuiKey_KeysData_SIZE", + "value": "ImGuiKey_COUNT" + }, + { + "calc_value": 0, + "name": "ImGuiKey_KeysData_OFFSET", + "value": "0" } ], "ImGuiLayoutType_": [ @@ -2093,11 +2747,6 @@ "calc_value": 20, "name": "ImGuiNavInput_COUNT", "value": "20" - }, - { - "calc_value": 16, - "name": "ImGuiNavInput_InternalStart_", - "value": "ImGuiNavInput_KeyLeft_" } ], "ImGuiNavLayer": [ @@ -3615,160 +4264,172 @@ }, "enumtypes": [], "locations": { - "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: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", + "ImBitVector": "imgui_internal:571", + "ImColor": "imgui:2459", + "ImDrawChannel": "imgui:2549", + "ImDrawCmd": "imgui:2508", + "ImDrawCmdHeader": "imgui:2541", + "ImDrawData": "imgui:2739", + "ImDrawDataBuilder": "imgui_internal:744", + "ImDrawFlags_": "imgui:2575", + "ImDrawList": "imgui:2613", + "ImDrawListFlags_": "imgui:2595", + "ImDrawListSharedData": "imgui_internal:724", + "ImDrawListSplitter": "imgui:2558", + "ImDrawVert": "imgui:2526", + "ImFont": "imgui:2957", + "ImFontAtlas": "imgui:2856", + "ImFontAtlasCustomRect": "imgui:2818", + "ImFontAtlasFlags_": "imgui:2831", + "ImFontBuilderIO": "imgui_internal:3172", + "ImFontConfig": "imgui:2762", + "ImFontGlyph": "imgui:2791", + "ImFontGlyphRangesBuilder": "imgui:2803", + "ImGuiActivateFlags_": "imgui_internal:1284", + "ImGuiAxis": "imgui_internal:900", + "ImGuiBackendFlags_": "imgui:1588", + "ImGuiButtonFlagsPrivate_": "imgui_internal:807", + "ImGuiButtonFlags_": "imgui:1702", + "ImGuiCol_": "imgui:1603", + "ImGuiColorEditFlags_": "imgui:1715", + "ImGuiColorMod": "imgui_internal:943", + "ImGuiComboFlagsPrivate_": "imgui_internal:830", + "ImGuiComboFlags_": "imgui:1115", + "ImGuiComboPreviewData": "imgui_internal:960", + "ImGuiCond_": "imgui:1805", + "ImGuiConfigFlags_": "imgui:1563", + "ImGuiContext": "imgui_internal:1727", + "ImGuiContextHook": "imgui_internal:1712", + "ImGuiContextHookType": "imgui_internal:1710", + "ImGuiDataAuthority_": "imgui_internal:1461", + "ImGuiDataTypeInfo": "imgui_internal:926", + "ImGuiDataTypePrivate_": "imgui_internal:935", + "ImGuiDataTypeTempStorage": "imgui_internal:920", + "ImGuiDataType_": "imgui:1372", + "ImGuiDir_": "imgui:1388", + "ImGuiDockContext": "imgui_internal:1559", + "ImGuiDockNode": "imgui_internal:1477", + "ImGuiDockNodeFlagsPrivate_": "imgui_internal:1436", + "ImGuiDockNodeFlags_": "imgui:1337", + "ImGuiDockNodeState": "imgui_internal:1468", + "ImGuiDragDropFlags_": "imgui:1350", + "ImGuiFocusedFlags_": "imgui:1303", + "ImGuiGroupData": "imgui_internal:973", + "ImGuiHoveredFlags_": "imgui:1317", + "ImGuiIO": "imgui:1981", + "ImGuiInputEvent": "imgui_internal:1221", + "ImGuiInputEventAppFocused": "imgui_internal:1219", + "ImGuiInputEventKey": "imgui_internal:1217", + "ImGuiInputEventMouseButton": "imgui_internal:1215", + "ImGuiInputEventMousePos": "imgui_internal:1213", + "ImGuiInputEventMouseViewport": "imgui_internal:1216", + "ImGuiInputEventMouseWheel": "imgui_internal:1214", + "ImGuiInputEventText": "imgui_internal:1218", + "ImGuiInputEventType": "imgui_internal:1187", + "ImGuiInputReadMode": "imgui_internal:1241", + "ImGuiInputSource": "imgui_internal:1200", + "ImGuiInputTextCallbackData": "imgui:2166", + "ImGuiInputTextFlagsPrivate_": "imgui_internal:798", + "ImGuiInputTextFlags_": "imgui:1028", + "ImGuiInputTextState": "imgui_internal:1008", + "ImGuiItemFlags_": "imgui_internal:760", + "ImGuiItemStatusFlags_": "imgui_internal:775", + "ImGuiKeyData": "imgui:1973", + "ImGuiKeyModFlags_": "imgui:1520", + "ImGuiKeyPrivate_": "imgui_internal:1179", + "ImGuiKey_": "imgui:1406", + "ImGuiLastItemData": "imgui_internal:1121", + "ImGuiLayoutType_": "imgui_internal:884", + "ImGuiListClipper": "imgui:2411", + "ImGuiListClipperData": "imgui_internal:1268", + "ImGuiListClipperRange": "imgui_internal:1255", + "ImGuiLogType": "imgui_internal:890", + "ImGuiMenuColumns": "imgui_internal:989", + "ImGuiMetricsConfig": "imgui_internal:1658", + "ImGuiMouseButton_": "imgui:1777", + "ImGuiMouseCursor_": "imgui:1787", + "ImGuiNavDirSourceFlags_": "imgui_internal:1316", + "ImGuiNavHighlightFlags_": "imgui_internal:1307", + "ImGuiNavInput_": "imgui:1533", + "ImGuiNavItemData": "imgui_internal:1350", + "ImGuiNavLayer": "imgui_internal:1343", + "ImGuiNavMoveFlags_": "imgui_internal:1325", + "ImGuiNextItemData": "imgui_internal:1108", + "ImGuiNextItemDataFlags_": "imgui_internal:1101", + "ImGuiNextWindowData": "imgui_internal:1074", + "ImGuiNextWindowDataFlags_": "imgui_internal:1057", + "ImGuiOldColumnData": "imgui_internal:1390", + "ImGuiOldColumnFlags_": "imgui_internal:1370", + "ImGuiOldColumns": "imgui_internal:1400", + "ImGuiOnceUponAFrame": "imgui:2286", + "ImGuiPayload": "imgui:2227", + "ImGuiPlatformIO": "imgui:3121", + "ImGuiPlatformImeData": "imgui:3193", + "ImGuiPlatformMonitor": "imgui:3184", + "ImGuiPlotType": "imgui_internal:907", + "ImGuiPopupData": "imgui_internal:1044", + "ImGuiPopupFlags_": "imgui:1088", + "ImGuiPopupPositionPolicy": "imgui_internal:913", + "ImGuiPtrOrIndex": "imgui_internal:1164", + "ImGuiScrollFlags_": "imgui_internal:1293", + "ImGuiSelectableFlagsPrivate_": "imgui_internal:843", + "ImGuiSelectableFlags_": "imgui:1104", + "ImGuiSeparatorFlags_": "imgui_internal:862", + "ImGuiSettingsHandler": "imgui_internal:1639", + "ImGuiShrinkWidthItem": "imgui_internal:1158", + "ImGuiSizeCallbackData": "imgui:2197", + "ImGuiSliderFlagsPrivate_": "imgui_internal:836", + "ImGuiSliderFlags_": "imgui:1760", + "ImGuiSortDirection_": "imgui:1399", + "ImGuiStackLevelInfo": "imgui_internal:1684", + "ImGuiStackSizes": "imgui_internal:1133", + "ImGuiStackTool": "imgui_internal:1695", + "ImGuiStorage": "imgui:2348", + "ImGuiStoragePair": "imgui:2351", + "ImGuiStyle": "imgui:1916", + "ImGuiStyleMod": "imgui_internal:950", + "ImGuiStyleVar_": "imgui:1670", + "ImGuiTabBar": "imgui_internal:2395", + "ImGuiTabBarFlagsPrivate_": "imgui_internal:2358", + "ImGuiTabBarFlags_": "imgui:1129", + "ImGuiTabItem": "imgui_internal:2376", + "ImGuiTabItemFlagsPrivate_": "imgui_internal:2366", + "ImGuiTabItemFlags_": "imgui:1145", + "ImGuiTable": "imgui_internal:2522", + "ImGuiTableBgTarget_": "imgui:1294", + "ImGuiTableCellData": "imgui_internal:2515", + "ImGuiTableColumn": "imgui_internal:2456", + "ImGuiTableColumnFlags_": "imgui:1237", + "ImGuiTableColumnSettings": "imgui_internal:2656", + "ImGuiTableColumnSortSpecs": "imgui:2249", + "ImGuiTableFlags_": "imgui:1180", + "ImGuiTableRowFlags_": "imgui:1279", + "ImGuiTableSettings": "imgui_internal:2680", + "ImGuiTableSortSpecs": "imgui:2263", + "ImGuiTableTempData": "imgui_internal:2635", + "ImGuiTextBuffer": "imgui:2321", + "ImGuiTextFilter": "imgui:2294", + "ImGuiTextFlags_": "imgui_internal:870", + "ImGuiTextRange": "imgui:2304", + "ImGuiTooltipFlags_": "imgui_internal:876", + "ImGuiTreeNodeFlagsPrivate_": "imgui_internal:857", + "ImGuiTreeNodeFlags_": "imgui:1059", + "ImGuiViewport": "imgui:3038", + "ImGuiViewportFlags_": "imgui:3013", + "ImGuiViewportP": "imgui_internal:1576", + "ImGuiWindow": "imgui_internal:2213", + "ImGuiWindowClass": "imgui:2212", + "ImGuiWindowDockStyle": "imgui_internal:1554", + "ImGuiWindowDockStyleCol": "imgui_internal:1543", + "ImGuiWindowFlags_": "imgui:985", + "ImGuiWindowSettings": "imgui_internal:1622", + "ImGuiWindowStackData": "imgui_internal:1151", + "ImGuiWindowTempData": "imgui_internal:2166", "ImRect": "imgui_internal:499", "ImVec1": "imgui_internal:481", - "ImVec2": "imgui:266", + "ImVec2": "imgui:255", "ImVec2ih": "imgui_internal:489", - "ImVec4": "imgui:279", + "ImVec4": "imgui:268", "STB_TexteditState": "imstb_textedit:317", "StbTexteditRow": "imstb_textedit:364", "StbUndoRecord": "imstb_textedit:299", @@ -4435,6 +5096,16 @@ "name": "PlatformIO", "type": "ImGuiPlatformIO" }, + { + "name": "InputEventsQueue", + "template_type": "ImGuiInputEvent", + "type": "ImVector_ImGuiInputEvent" + }, + { + "name": "InputEventsTrail", + "template_type": "ImGuiInputEvent", + "type": "ImVector_ImGuiInputEvent" + }, { "name": "Style", "type": "ImGuiStyle" @@ -4657,7 +5328,7 @@ }, { "name": "ActiveIdUsingKeyInputMask", - "type": "ImU64" + "type": "ImBitArrayForNamedKeys" }, { "name": "ActiveIdClickOffset", @@ -5209,16 +5880,16 @@ "type": "ImVector_ImGuiID" }, { - "name": "PlatformImePos", - "type": "ImVec2" + "name": "PlatformImeData", + "type": "ImGuiPlatformImeData" }, { - "name": "PlatformImeLastPos", - "type": "ImVec2" + "name": "PlatformImeDataPrev", + "type": "ImGuiPlatformImeData" }, { - "name": "PlatformImePosViewport", - "type": "ImGuiViewportP*" + "name": "PlatformImeViewport", + "type": "ImGuiID" }, { "name": "PlatformLocaleDecimalPoint", @@ -5695,11 +6366,6 @@ "name": "MouseDragThreshold", "type": "float" }, - { - "name": "KeyMap[ImGuiKey_COUNT]", - "size": 22, - "type": "int" - }, { "name": "KeyRepeatDelay", "type": "float" @@ -5772,6 +6438,10 @@ "name": "ConfigMacOSXBehaviors", "type": "bool" }, + { + "name": "ConfigInputTrickleEventQueue", + "type": "bool" + }, { "name": "ConfigInputTextCursorBlink", "type": "bool" @@ -5825,51 +6495,12 @@ "type": "void*" }, { - "name": "MousePos", - "type": "ImVec2" - }, - { - "name": "MouseDown[5]", - "size": 5, - "type": "bool" - }, - { - "name": "MouseWheel", - "type": "float" - }, - { - "name": "MouseWheelH", - "type": "float" - }, - { - "name": "MouseHoveredViewport", - "type": "ImGuiID" - }, - { - "name": "KeyCtrl", - "type": "bool" - }, - { - "name": "KeyShift", - "type": "bool" - }, - { - "name": "KeyAlt", - "type": "bool" - }, - { - "name": "KeySuper", - "type": "bool" - }, - { - "name": "KeysDown[512]", - "size": 512, - "type": "bool" + "name": "SetPlatformImeDataFn", + "type": "void(*)(ImGuiViewport* viewport,ImGuiPlatformImeData* data)" }, { - "name": "NavInputs[ImGuiNavInput_COUNT]", - "size": 20, - "type": "float" + "name": "_UnusedPadding", + "type": "void*" }, { "name": "WantCaptureMouse", @@ -5928,9 +6559,57 @@ "type": "ImVec2" }, { - "name": "WantCaptureMouseUnlessPopupClose", + "name": "KeyMap[ImGuiKey_COUNT]", + "size": 645, + "type": "int" + }, + { + "name": "KeysDown[512]", + "size": 512, + "type": "bool" + }, + { + "name": "MousePos", + "type": "ImVec2" + }, + { + "name": "MouseDown[5]", + "size": 5, + "type": "bool" + }, + { + "name": "MouseWheel", + "type": "float" + }, + { + "name": "MouseWheelH", + "type": "float" + }, + { + "name": "MouseHoveredViewport", + "type": "ImGuiID" + }, + { + "name": "KeyCtrl", + "type": "bool" + }, + { + "name": "KeyShift", + "type": "bool" + }, + { + "name": "KeyAlt", + "type": "bool" + }, + { + "name": "KeySuper", "type": "bool" }, + { + "name": "NavInputs[ImGuiNavInput_COUNT]", + "size": 20, + "type": "float" + }, { "name": "KeyMods", "type": "ImGuiKeyModFlags" @@ -5939,6 +6618,15 @@ "name": "KeyModsPrev", "type": "ImGuiKeyModFlags" }, + { + "name": "KeysData[ImGuiKey_KeysData_SIZE]", + "size": 645, + "type": "ImGuiKeyData" + }, + { + "name": "WantCaptureMouseUnlessPopupClose", + "type": "bool" + }, { "name": "MousePosPrev", "type": "ImVec2" @@ -6008,16 +6696,6 @@ "size": 5, "type": "float" }, - { - "name": "KeysDownDuration[512]", - "size": 512, - "type": "float" - }, - { - "name": "KeysDownDurationPrev[512]", - "size": 512, - "type": "float" - }, { "name": "NavInputsDownDuration[ImGuiNavInput_COUNT]", "size": 20, @@ -6036,6 +6714,14 @@ "name": "AppFocusLost", "type": "bool" }, + { + "name": "BackendUsingLegacyKeyArrays", + "type": "ImS8" + }, + { + "name": "BackendUsingLegacyNavInputArray", + "type": "bool" + }, { "name": "InputQueueSurrogate", "type": "ImWchar16" @@ -6046,6 +6732,86 @@ "type": "ImVector_ImWchar" } ], + "ImGuiInputEvent": [ + { + "name": "Type", + "type": "ImGuiInputEventType" + }, + { + "name": "Source", + "type": "ImGuiInputSource" + }, + { + "name": "", + "type": "union { ImGuiInputEventMousePos MousePos; ImGuiInputEventMouseWheel MouseWheel; ImGuiInputEventMouseButton MouseButton; ImGuiInputEventMouseViewport MouseViewport; ImGuiInputEventKey Key; ImGuiInputEventText Text; ImGuiInputEventAppFocused AppFocused;}" + }, + { + "name": "AddedByTestEngine", + "type": "bool" + } + ], + "ImGuiInputEventAppFocused": [ + { + "name": "Focused", + "type": "bool" + } + ], + "ImGuiInputEventKey": [ + { + "name": "Key", + "type": "ImGuiKey" + }, + { + "name": "Down", + "type": "bool" + }, + { + "name": "AnalogValue", + "type": "float" + } + ], + "ImGuiInputEventMouseButton": [ + { + "name": "Button", + "type": "int" + }, + { + "name": "Down", + "type": "bool" + } + ], + "ImGuiInputEventMousePos": [ + { + "name": "PosX", + "type": "float" + }, + { + "name": "PosY", + "type": "float" + } + ], + "ImGuiInputEventMouseViewport": [ + { + "name": "HoveredViewportID", + "type": "ImGuiID" + } + ], + "ImGuiInputEventMouseWheel": [ + { + "name": "WheelX", + "type": "float" + }, + { + "name": "WheelY", + "type": "float" + } + ], + "ImGuiInputEventText": [ + { + "name": "Char", + "type": "unsigned int" + } + ], "ImGuiInputTextCallbackData": [ { "name": "EventFlag", @@ -6161,6 +6927,24 @@ "type": "ImGuiInputTextFlags" } ], + "ImGuiKeyData": [ + { + "name": "Down", + "type": "bool" + }, + { + "name": "DownDuration", + "type": "float" + }, + { + "name": "DownDurationPrev", + "type": "float" + }, + { + "name": "AnalogValue", + "type": "float" + } + ], "ImGuiLastItemData": [ { "name": "ID", @@ -6668,10 +7452,6 @@ "name": "Platform_OnChangedViewport", "type": "void(*)(ImGuiViewport* vp)" }, - { - "name": "Platform_SetImeInputPos", - "type": "void(*)(ImGuiViewport* vp,ImVec2 pos)" - }, { "name": "Platform_CreateVkSurface", "type": "int(*)(ImGuiViewport* vp,ImU64 vk_inst,const void* vk_allocators,ImU64* out_vk_surface)" @@ -6707,6 +7487,20 @@ "type": "ImVector_ImGuiViewportPtr" } ], + "ImGuiPlatformImeData": [ + { + "name": "WantVisible", + "type": "bool" + }, + { + "name": "InputPos", + "type": "ImVec2" + }, + { + "name": "InputLineHeight", + "type": "float" + } + ], "ImGuiPlatformMonitor": [ { "name": "MainPos", @@ -8300,6 +9094,10 @@ "name": "MoveId", "type": "ImGuiID" }, + { + "name": "TabId", + "type": "ImGuiID" + }, { "name": "ChildId", "type": "ImGuiID" diff --git a/src/ImGui.NET/Generated/ImGui.gen.cs b/src/ImGui.NET/Generated/ImGui.gen.cs index da2a0e0..8949b39 100644 --- a/src/ImGui.NET/Generated/ImGui.gen.cs +++ b/src/ImGui.NET/Generated/ImGui.gen.cs @@ -6409,14 +6409,19 @@ namespace ImGuiNET ImGuiNative.igGetItemRectSize(&__retval); return __retval; } - public static int GetKeyIndex(ImGuiKey imgui_key) + public static int GetKeyIndex(ImGuiKey key) { - int ret = ImGuiNative.igGetKeyIndex(imgui_key); + int ret = ImGuiNative.igGetKeyIndex(key); return ret; } - public static int GetKeyPressedAmount(int key_index, float repeat_delay, float rate) + public static string GetKeyName(ImGuiKey key) { - int ret = ImGuiNative.igGetKeyPressedAmount(key_index, repeat_delay, rate); + byte* ret = ImGuiNative.igGetKeyName(key); + return Util.StringFromPtr(ret); + } + public static int GetKeyPressedAmount(ImGuiKey key, float repeat_delay, float rate) + { + int ret = ImGuiNative.igGetKeyPressedAmount(key, repeat_delay, rate); return ret; } public static ImGuiViewportPtr GetMainViewport() @@ -8495,26 +8500,26 @@ namespace ImGuiNET byte ret = ImGuiNative.igIsItemVisible(); return ret != 0; } - public static bool IsKeyDown(int user_key_index) + public static bool IsKeyDown(ImGuiKey key) { - byte ret = ImGuiNative.igIsKeyDown(user_key_index); + byte ret = ImGuiNative.igIsKeyDown(key); return ret != 0; } - public static bool IsKeyPressed(int user_key_index) + public static bool IsKeyPressed(ImGuiKey key) { byte repeat = 1; - byte ret = ImGuiNative.igIsKeyPressed(user_key_index, repeat); + byte ret = ImGuiNative.igIsKeyPressed(key, repeat); return ret != 0; } - public static bool IsKeyPressed(int user_key_index, bool repeat) + public static bool IsKeyPressed(ImGuiKey key, bool repeat) { byte native_repeat = repeat ? (byte)1 : (byte)0; - byte ret = ImGuiNative.igIsKeyPressed(user_key_index, native_repeat); + byte ret = ImGuiNative.igIsKeyPressed(key, native_repeat); return ret != 0; } - public static bool IsKeyReleased(int user_key_index) + public static bool IsKeyReleased(ImGuiKey key) { - byte ret = ImGuiNative.igIsKeyReleased(user_key_index); + byte ret = ImGuiNative.igIsKeyReleased(key); return ret != 0; } public static bool IsMouseClicked(ImGuiMouseButton button) diff --git a/src/ImGui.NET/Generated/ImGuiIO.gen.cs b/src/ImGui.NET/Generated/ImGuiIO.gen.cs index 23637bd..3a4040d 100644 --- a/src/ImGui.NET/Generated/ImGuiIO.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiIO.gen.cs @@ -17,7 +17,6 @@ namespace ImGuiNET public float MouseDoubleClickTime; public float MouseDoubleClickMaxDist; public float MouseDragThreshold; - public fixed int KeyMap[22]; public float KeyRepeatDelay; public float KeyRepeatRate; public void* UserData; @@ -36,6 +35,7 @@ namespace ImGuiNET public byte ConfigViewportsNoDefaultParent; public byte MouseDrawCursor; public byte ConfigMacOSXBehaviors; + public byte ConfigInputTrickleEventQueue; public byte ConfigInputTextCursorBlink; public byte ConfigDragClickToInputText; public byte ConfigWindowsResizeFromEdges; @@ -49,17 +49,8 @@ namespace ImGuiNET public IntPtr GetClipboardTextFn; public IntPtr SetClipboardTextFn; public void* ClipboardUserData; - public Vector2 MousePos; - public fixed byte MouseDown[5]; - public float MouseWheel; - public float MouseWheelH; - public uint MouseHoveredViewport; - public byte KeyCtrl; - public byte KeyShift; - public byte KeyAlt; - public byte KeySuper; - public fixed byte KeysDown[512]; - public fixed float NavInputs[20]; + public IntPtr SetPlatformImeDataFn; + public void* _UnusedPadding; public byte WantCaptureMouse; public byte WantCaptureKeyboard; public byte WantTextInput; @@ -74,9 +65,666 @@ namespace ImGuiNET public int MetricsActiveWindows; public int MetricsActiveAllocations; public Vector2 MouseDelta; - public byte WantCaptureMouseUnlessPopupClose; + public fixed int KeyMap[645]; + public fixed byte KeysDown[512]; + public Vector2 MousePos; + public fixed byte MouseDown[5]; + public float MouseWheel; + public float MouseWheelH; + public uint MouseHoveredViewport; + public byte KeyCtrl; + public byte KeyShift; + public byte KeyAlt; + public byte KeySuper; + public fixed float NavInputs[20]; public ImGuiKeyModFlags KeyMods; public ImGuiKeyModFlags KeyModsPrev; + public ImGuiKeyData KeysData_0; + public ImGuiKeyData KeysData_1; + public ImGuiKeyData KeysData_2; + public ImGuiKeyData KeysData_3; + public ImGuiKeyData KeysData_4; + public ImGuiKeyData KeysData_5; + public ImGuiKeyData KeysData_6; + public ImGuiKeyData KeysData_7; + public ImGuiKeyData KeysData_8; + public ImGuiKeyData KeysData_9; + public ImGuiKeyData KeysData_10; + public ImGuiKeyData KeysData_11; + public ImGuiKeyData KeysData_12; + public ImGuiKeyData KeysData_13; + public ImGuiKeyData KeysData_14; + public ImGuiKeyData KeysData_15; + public ImGuiKeyData KeysData_16; + public ImGuiKeyData KeysData_17; + public ImGuiKeyData KeysData_18; + public ImGuiKeyData KeysData_19; + public ImGuiKeyData KeysData_20; + public ImGuiKeyData KeysData_21; + public ImGuiKeyData KeysData_22; + public ImGuiKeyData KeysData_23; + public ImGuiKeyData KeysData_24; + public ImGuiKeyData KeysData_25; + public ImGuiKeyData KeysData_26; + public ImGuiKeyData KeysData_27; + public ImGuiKeyData KeysData_28; + public ImGuiKeyData KeysData_29; + public ImGuiKeyData KeysData_30; + public ImGuiKeyData KeysData_31; + public ImGuiKeyData KeysData_32; + public ImGuiKeyData KeysData_33; + public ImGuiKeyData KeysData_34; + public ImGuiKeyData KeysData_35; + public ImGuiKeyData KeysData_36; + public ImGuiKeyData KeysData_37; + public ImGuiKeyData KeysData_38; + public ImGuiKeyData KeysData_39; + public ImGuiKeyData KeysData_40; + public ImGuiKeyData KeysData_41; + public ImGuiKeyData KeysData_42; + public ImGuiKeyData KeysData_43; + public ImGuiKeyData KeysData_44; + public ImGuiKeyData KeysData_45; + public ImGuiKeyData KeysData_46; + public ImGuiKeyData KeysData_47; + public ImGuiKeyData KeysData_48; + public ImGuiKeyData KeysData_49; + public ImGuiKeyData KeysData_50; + public ImGuiKeyData KeysData_51; + public ImGuiKeyData KeysData_52; + public ImGuiKeyData KeysData_53; + public ImGuiKeyData KeysData_54; + public ImGuiKeyData KeysData_55; + public ImGuiKeyData KeysData_56; + public ImGuiKeyData KeysData_57; + public ImGuiKeyData KeysData_58; + public ImGuiKeyData KeysData_59; + public ImGuiKeyData KeysData_60; + public ImGuiKeyData KeysData_61; + public ImGuiKeyData KeysData_62; + public ImGuiKeyData KeysData_63; + public ImGuiKeyData KeysData_64; + public ImGuiKeyData KeysData_65; + public ImGuiKeyData KeysData_66; + public ImGuiKeyData KeysData_67; + public ImGuiKeyData KeysData_68; + public ImGuiKeyData KeysData_69; + public ImGuiKeyData KeysData_70; + public ImGuiKeyData KeysData_71; + public ImGuiKeyData KeysData_72; + public ImGuiKeyData KeysData_73; + public ImGuiKeyData KeysData_74; + public ImGuiKeyData KeysData_75; + public ImGuiKeyData KeysData_76; + public ImGuiKeyData KeysData_77; + public ImGuiKeyData KeysData_78; + public ImGuiKeyData KeysData_79; + public ImGuiKeyData KeysData_80; + public ImGuiKeyData KeysData_81; + public ImGuiKeyData KeysData_82; + public ImGuiKeyData KeysData_83; + public ImGuiKeyData KeysData_84; + public ImGuiKeyData KeysData_85; + public ImGuiKeyData KeysData_86; + public ImGuiKeyData KeysData_87; + public ImGuiKeyData KeysData_88; + public ImGuiKeyData KeysData_89; + public ImGuiKeyData KeysData_90; + public ImGuiKeyData KeysData_91; + public ImGuiKeyData KeysData_92; + public ImGuiKeyData KeysData_93; + public ImGuiKeyData KeysData_94; + public ImGuiKeyData KeysData_95; + public ImGuiKeyData KeysData_96; + public ImGuiKeyData KeysData_97; + public ImGuiKeyData KeysData_98; + public ImGuiKeyData KeysData_99; + public ImGuiKeyData KeysData_100; + public ImGuiKeyData KeysData_101; + public ImGuiKeyData KeysData_102; + public ImGuiKeyData KeysData_103; + public ImGuiKeyData KeysData_104; + public ImGuiKeyData KeysData_105; + public ImGuiKeyData KeysData_106; + public ImGuiKeyData KeysData_107; + public ImGuiKeyData KeysData_108; + public ImGuiKeyData KeysData_109; + public ImGuiKeyData KeysData_110; + public ImGuiKeyData KeysData_111; + public ImGuiKeyData KeysData_112; + public ImGuiKeyData KeysData_113; + public ImGuiKeyData KeysData_114; + public ImGuiKeyData KeysData_115; + public ImGuiKeyData KeysData_116; + public ImGuiKeyData KeysData_117; + public ImGuiKeyData KeysData_118; + public ImGuiKeyData KeysData_119; + public ImGuiKeyData KeysData_120; + public ImGuiKeyData KeysData_121; + public ImGuiKeyData KeysData_122; + public ImGuiKeyData KeysData_123; + public ImGuiKeyData KeysData_124; + public ImGuiKeyData KeysData_125; + public ImGuiKeyData KeysData_126; + public ImGuiKeyData KeysData_127; + public ImGuiKeyData KeysData_128; + public ImGuiKeyData KeysData_129; + public ImGuiKeyData KeysData_130; + public ImGuiKeyData KeysData_131; + public ImGuiKeyData KeysData_132; + public ImGuiKeyData KeysData_133; + public ImGuiKeyData KeysData_134; + public ImGuiKeyData KeysData_135; + public ImGuiKeyData KeysData_136; + public ImGuiKeyData KeysData_137; + public ImGuiKeyData KeysData_138; + public ImGuiKeyData KeysData_139; + public ImGuiKeyData KeysData_140; + public ImGuiKeyData KeysData_141; + public ImGuiKeyData KeysData_142; + public ImGuiKeyData KeysData_143; + public ImGuiKeyData KeysData_144; + public ImGuiKeyData KeysData_145; + public ImGuiKeyData KeysData_146; + public ImGuiKeyData KeysData_147; + public ImGuiKeyData KeysData_148; + public ImGuiKeyData KeysData_149; + public ImGuiKeyData KeysData_150; + public ImGuiKeyData KeysData_151; + public ImGuiKeyData KeysData_152; + public ImGuiKeyData KeysData_153; + public ImGuiKeyData KeysData_154; + public ImGuiKeyData KeysData_155; + public ImGuiKeyData KeysData_156; + public ImGuiKeyData KeysData_157; + public ImGuiKeyData KeysData_158; + public ImGuiKeyData KeysData_159; + public ImGuiKeyData KeysData_160; + public ImGuiKeyData KeysData_161; + public ImGuiKeyData KeysData_162; + public ImGuiKeyData KeysData_163; + public ImGuiKeyData KeysData_164; + public ImGuiKeyData KeysData_165; + public ImGuiKeyData KeysData_166; + public ImGuiKeyData KeysData_167; + public ImGuiKeyData KeysData_168; + public ImGuiKeyData KeysData_169; + public ImGuiKeyData KeysData_170; + public ImGuiKeyData KeysData_171; + public ImGuiKeyData KeysData_172; + public ImGuiKeyData KeysData_173; + public ImGuiKeyData KeysData_174; + public ImGuiKeyData KeysData_175; + public ImGuiKeyData KeysData_176; + public ImGuiKeyData KeysData_177; + public ImGuiKeyData KeysData_178; + public ImGuiKeyData KeysData_179; + public ImGuiKeyData KeysData_180; + public ImGuiKeyData KeysData_181; + public ImGuiKeyData KeysData_182; + public ImGuiKeyData KeysData_183; + public ImGuiKeyData KeysData_184; + public ImGuiKeyData KeysData_185; + public ImGuiKeyData KeysData_186; + public ImGuiKeyData KeysData_187; + public ImGuiKeyData KeysData_188; + public ImGuiKeyData KeysData_189; + public ImGuiKeyData KeysData_190; + public ImGuiKeyData KeysData_191; + public ImGuiKeyData KeysData_192; + public ImGuiKeyData KeysData_193; + public ImGuiKeyData KeysData_194; + public ImGuiKeyData KeysData_195; + public ImGuiKeyData KeysData_196; + public ImGuiKeyData KeysData_197; + public ImGuiKeyData KeysData_198; + public ImGuiKeyData KeysData_199; + public ImGuiKeyData KeysData_200; + public ImGuiKeyData KeysData_201; + public ImGuiKeyData KeysData_202; + public ImGuiKeyData KeysData_203; + public ImGuiKeyData KeysData_204; + public ImGuiKeyData KeysData_205; + public ImGuiKeyData KeysData_206; + public ImGuiKeyData KeysData_207; + public ImGuiKeyData KeysData_208; + public ImGuiKeyData KeysData_209; + public ImGuiKeyData KeysData_210; + public ImGuiKeyData KeysData_211; + public ImGuiKeyData KeysData_212; + public ImGuiKeyData KeysData_213; + public ImGuiKeyData KeysData_214; + public ImGuiKeyData KeysData_215; + public ImGuiKeyData KeysData_216; + public ImGuiKeyData KeysData_217; + public ImGuiKeyData KeysData_218; + public ImGuiKeyData KeysData_219; + public ImGuiKeyData KeysData_220; + public ImGuiKeyData KeysData_221; + public ImGuiKeyData KeysData_222; + public ImGuiKeyData KeysData_223; + public ImGuiKeyData KeysData_224; + public ImGuiKeyData KeysData_225; + public ImGuiKeyData KeysData_226; + public ImGuiKeyData KeysData_227; + public ImGuiKeyData KeysData_228; + public ImGuiKeyData KeysData_229; + public ImGuiKeyData KeysData_230; + public ImGuiKeyData KeysData_231; + public ImGuiKeyData KeysData_232; + public ImGuiKeyData KeysData_233; + public ImGuiKeyData KeysData_234; + public ImGuiKeyData KeysData_235; + public ImGuiKeyData KeysData_236; + public ImGuiKeyData KeysData_237; + public ImGuiKeyData KeysData_238; + public ImGuiKeyData KeysData_239; + public ImGuiKeyData KeysData_240; + public ImGuiKeyData KeysData_241; + public ImGuiKeyData KeysData_242; + public ImGuiKeyData KeysData_243; + public ImGuiKeyData KeysData_244; + public ImGuiKeyData KeysData_245; + public ImGuiKeyData KeysData_246; + public ImGuiKeyData KeysData_247; + public ImGuiKeyData KeysData_248; + public ImGuiKeyData KeysData_249; + public ImGuiKeyData KeysData_250; + public ImGuiKeyData KeysData_251; + public ImGuiKeyData KeysData_252; + public ImGuiKeyData KeysData_253; + public ImGuiKeyData KeysData_254; + public ImGuiKeyData KeysData_255; + public ImGuiKeyData KeysData_256; + public ImGuiKeyData KeysData_257; + public ImGuiKeyData KeysData_258; + public ImGuiKeyData KeysData_259; + public ImGuiKeyData KeysData_260; + public ImGuiKeyData KeysData_261; + public ImGuiKeyData KeysData_262; + public ImGuiKeyData KeysData_263; + public ImGuiKeyData KeysData_264; + public ImGuiKeyData KeysData_265; + public ImGuiKeyData KeysData_266; + public ImGuiKeyData KeysData_267; + public ImGuiKeyData KeysData_268; + public ImGuiKeyData KeysData_269; + public ImGuiKeyData KeysData_270; + public ImGuiKeyData KeysData_271; + public ImGuiKeyData KeysData_272; + public ImGuiKeyData KeysData_273; + public ImGuiKeyData KeysData_274; + public ImGuiKeyData KeysData_275; + public ImGuiKeyData KeysData_276; + public ImGuiKeyData KeysData_277; + public ImGuiKeyData KeysData_278; + public ImGuiKeyData KeysData_279; + public ImGuiKeyData KeysData_280; + public ImGuiKeyData KeysData_281; + public ImGuiKeyData KeysData_282; + public ImGuiKeyData KeysData_283; + public ImGuiKeyData KeysData_284; + public ImGuiKeyData KeysData_285; + public ImGuiKeyData KeysData_286; + public ImGuiKeyData KeysData_287; + public ImGuiKeyData KeysData_288; + public ImGuiKeyData KeysData_289; + public ImGuiKeyData KeysData_290; + public ImGuiKeyData KeysData_291; + public ImGuiKeyData KeysData_292; + public ImGuiKeyData KeysData_293; + public ImGuiKeyData KeysData_294; + public ImGuiKeyData KeysData_295; + public ImGuiKeyData KeysData_296; + public ImGuiKeyData KeysData_297; + public ImGuiKeyData KeysData_298; + public ImGuiKeyData KeysData_299; + public ImGuiKeyData KeysData_300; + public ImGuiKeyData KeysData_301; + public ImGuiKeyData KeysData_302; + public ImGuiKeyData KeysData_303; + public ImGuiKeyData KeysData_304; + public ImGuiKeyData KeysData_305; + public ImGuiKeyData KeysData_306; + public ImGuiKeyData KeysData_307; + public ImGuiKeyData KeysData_308; + public ImGuiKeyData KeysData_309; + public ImGuiKeyData KeysData_310; + public ImGuiKeyData KeysData_311; + public ImGuiKeyData KeysData_312; + public ImGuiKeyData KeysData_313; + public ImGuiKeyData KeysData_314; + public ImGuiKeyData KeysData_315; + public ImGuiKeyData KeysData_316; + public ImGuiKeyData KeysData_317; + public ImGuiKeyData KeysData_318; + public ImGuiKeyData KeysData_319; + public ImGuiKeyData KeysData_320; + public ImGuiKeyData KeysData_321; + public ImGuiKeyData KeysData_322; + public ImGuiKeyData KeysData_323; + public ImGuiKeyData KeysData_324; + public ImGuiKeyData KeysData_325; + public ImGuiKeyData KeysData_326; + public ImGuiKeyData KeysData_327; + public ImGuiKeyData KeysData_328; + public ImGuiKeyData KeysData_329; + public ImGuiKeyData KeysData_330; + public ImGuiKeyData KeysData_331; + public ImGuiKeyData KeysData_332; + public ImGuiKeyData KeysData_333; + public ImGuiKeyData KeysData_334; + public ImGuiKeyData KeysData_335; + public ImGuiKeyData KeysData_336; + public ImGuiKeyData KeysData_337; + public ImGuiKeyData KeysData_338; + public ImGuiKeyData KeysData_339; + public ImGuiKeyData KeysData_340; + public ImGuiKeyData KeysData_341; + public ImGuiKeyData KeysData_342; + public ImGuiKeyData KeysData_343; + public ImGuiKeyData KeysData_344; + public ImGuiKeyData KeysData_345; + public ImGuiKeyData KeysData_346; + public ImGuiKeyData KeysData_347; + public ImGuiKeyData KeysData_348; + public ImGuiKeyData KeysData_349; + public ImGuiKeyData KeysData_350; + public ImGuiKeyData KeysData_351; + public ImGuiKeyData KeysData_352; + public ImGuiKeyData KeysData_353; + public ImGuiKeyData KeysData_354; + public ImGuiKeyData KeysData_355; + public ImGuiKeyData KeysData_356; + public ImGuiKeyData KeysData_357; + public ImGuiKeyData KeysData_358; + public ImGuiKeyData KeysData_359; + public ImGuiKeyData KeysData_360; + public ImGuiKeyData KeysData_361; + public ImGuiKeyData KeysData_362; + public ImGuiKeyData KeysData_363; + public ImGuiKeyData KeysData_364; + public ImGuiKeyData KeysData_365; + public ImGuiKeyData KeysData_366; + public ImGuiKeyData KeysData_367; + public ImGuiKeyData KeysData_368; + public ImGuiKeyData KeysData_369; + public ImGuiKeyData KeysData_370; + public ImGuiKeyData KeysData_371; + public ImGuiKeyData KeysData_372; + public ImGuiKeyData KeysData_373; + public ImGuiKeyData KeysData_374; + public ImGuiKeyData KeysData_375; + public ImGuiKeyData KeysData_376; + public ImGuiKeyData KeysData_377; + public ImGuiKeyData KeysData_378; + public ImGuiKeyData KeysData_379; + public ImGuiKeyData KeysData_380; + public ImGuiKeyData KeysData_381; + public ImGuiKeyData KeysData_382; + public ImGuiKeyData KeysData_383; + public ImGuiKeyData KeysData_384; + public ImGuiKeyData KeysData_385; + public ImGuiKeyData KeysData_386; + public ImGuiKeyData KeysData_387; + public ImGuiKeyData KeysData_388; + public ImGuiKeyData KeysData_389; + public ImGuiKeyData KeysData_390; + public ImGuiKeyData KeysData_391; + public ImGuiKeyData KeysData_392; + public ImGuiKeyData KeysData_393; + public ImGuiKeyData KeysData_394; + public ImGuiKeyData KeysData_395; + public ImGuiKeyData KeysData_396; + public ImGuiKeyData KeysData_397; + public ImGuiKeyData KeysData_398; + public ImGuiKeyData KeysData_399; + public ImGuiKeyData KeysData_400; + public ImGuiKeyData KeysData_401; + public ImGuiKeyData KeysData_402; + public ImGuiKeyData KeysData_403; + public ImGuiKeyData KeysData_404; + public ImGuiKeyData KeysData_405; + public ImGuiKeyData KeysData_406; + public ImGuiKeyData KeysData_407; + public ImGuiKeyData KeysData_408; + public ImGuiKeyData KeysData_409; + public ImGuiKeyData KeysData_410; + public ImGuiKeyData KeysData_411; + public ImGuiKeyData KeysData_412; + public ImGuiKeyData KeysData_413; + public ImGuiKeyData KeysData_414; + public ImGuiKeyData KeysData_415; + public ImGuiKeyData KeysData_416; + public ImGuiKeyData KeysData_417; + public ImGuiKeyData KeysData_418; + public ImGuiKeyData KeysData_419; + public ImGuiKeyData KeysData_420; + public ImGuiKeyData KeysData_421; + public ImGuiKeyData KeysData_422; + public ImGuiKeyData KeysData_423; + public ImGuiKeyData KeysData_424; + public ImGuiKeyData KeysData_425; + public ImGuiKeyData KeysData_426; + public ImGuiKeyData KeysData_427; + public ImGuiKeyData KeysData_428; + public ImGuiKeyData KeysData_429; + public ImGuiKeyData KeysData_430; + public ImGuiKeyData KeysData_431; + public ImGuiKeyData KeysData_432; + public ImGuiKeyData KeysData_433; + public ImGuiKeyData KeysData_434; + public ImGuiKeyData KeysData_435; + public ImGuiKeyData KeysData_436; + public ImGuiKeyData KeysData_437; + public ImGuiKeyData KeysData_438; + public ImGuiKeyData KeysData_439; + public ImGuiKeyData KeysData_440; + public ImGuiKeyData KeysData_441; + public ImGuiKeyData KeysData_442; + public ImGuiKeyData KeysData_443; + public ImGuiKeyData KeysData_444; + public ImGuiKeyData KeysData_445; + public ImGuiKeyData KeysData_446; + public ImGuiKeyData KeysData_447; + public ImGuiKeyData KeysData_448; + public ImGuiKeyData KeysData_449; + public ImGuiKeyData KeysData_450; + public ImGuiKeyData KeysData_451; + public ImGuiKeyData KeysData_452; + public ImGuiKeyData KeysData_453; + public ImGuiKeyData KeysData_454; + public ImGuiKeyData KeysData_455; + public ImGuiKeyData KeysData_456; + public ImGuiKeyData KeysData_457; + public ImGuiKeyData KeysData_458; + public ImGuiKeyData KeysData_459; + public ImGuiKeyData KeysData_460; + public ImGuiKeyData KeysData_461; + public ImGuiKeyData KeysData_462; + public ImGuiKeyData KeysData_463; + public ImGuiKeyData KeysData_464; + public ImGuiKeyData KeysData_465; + public ImGuiKeyData KeysData_466; + public ImGuiKeyData KeysData_467; + public ImGuiKeyData KeysData_468; + public ImGuiKeyData KeysData_469; + public ImGuiKeyData KeysData_470; + public ImGuiKeyData KeysData_471; + public ImGuiKeyData KeysData_472; + public ImGuiKeyData KeysData_473; + public ImGuiKeyData KeysData_474; + public ImGuiKeyData KeysData_475; + public ImGuiKeyData KeysData_476; + public ImGuiKeyData KeysData_477; + public ImGuiKeyData KeysData_478; + public ImGuiKeyData KeysData_479; + public ImGuiKeyData KeysData_480; + public ImGuiKeyData KeysData_481; + public ImGuiKeyData KeysData_482; + public ImGuiKeyData KeysData_483; + public ImGuiKeyData KeysData_484; + public ImGuiKeyData KeysData_485; + public ImGuiKeyData KeysData_486; + public ImGuiKeyData KeysData_487; + public ImGuiKeyData KeysData_488; + public ImGuiKeyData KeysData_489; + public ImGuiKeyData KeysData_490; + public ImGuiKeyData KeysData_491; + public ImGuiKeyData KeysData_492; + public ImGuiKeyData KeysData_493; + public ImGuiKeyData KeysData_494; + public ImGuiKeyData KeysData_495; + public ImGuiKeyData KeysData_496; + public ImGuiKeyData KeysData_497; + public ImGuiKeyData KeysData_498; + public ImGuiKeyData KeysData_499; + public ImGuiKeyData KeysData_500; + public ImGuiKeyData KeysData_501; + public ImGuiKeyData KeysData_502; + public ImGuiKeyData KeysData_503; + public ImGuiKeyData KeysData_504; + public ImGuiKeyData KeysData_505; + public ImGuiKeyData KeysData_506; + public ImGuiKeyData KeysData_507; + public ImGuiKeyData KeysData_508; + public ImGuiKeyData KeysData_509; + public ImGuiKeyData KeysData_510; + public ImGuiKeyData KeysData_511; + public ImGuiKeyData KeysData_512; + public ImGuiKeyData KeysData_513; + public ImGuiKeyData KeysData_514; + public ImGuiKeyData KeysData_515; + public ImGuiKeyData KeysData_516; + public ImGuiKeyData KeysData_517; + public ImGuiKeyData KeysData_518; + public ImGuiKeyData KeysData_519; + public ImGuiKeyData KeysData_520; + public ImGuiKeyData KeysData_521; + public ImGuiKeyData KeysData_522; + public ImGuiKeyData KeysData_523; + public ImGuiKeyData KeysData_524; + public ImGuiKeyData KeysData_525; + public ImGuiKeyData KeysData_526; + public ImGuiKeyData KeysData_527; + public ImGuiKeyData KeysData_528; + public ImGuiKeyData KeysData_529; + public ImGuiKeyData KeysData_530; + public ImGuiKeyData KeysData_531; + public ImGuiKeyData KeysData_532; + public ImGuiKeyData KeysData_533; + public ImGuiKeyData KeysData_534; + public ImGuiKeyData KeysData_535; + public ImGuiKeyData KeysData_536; + public ImGuiKeyData KeysData_537; + public ImGuiKeyData KeysData_538; + public ImGuiKeyData KeysData_539; + public ImGuiKeyData KeysData_540; + public ImGuiKeyData KeysData_541; + public ImGuiKeyData KeysData_542; + public ImGuiKeyData KeysData_543; + public ImGuiKeyData KeysData_544; + public ImGuiKeyData KeysData_545; + public ImGuiKeyData KeysData_546; + public ImGuiKeyData KeysData_547; + public ImGuiKeyData KeysData_548; + public ImGuiKeyData KeysData_549; + public ImGuiKeyData KeysData_550; + public ImGuiKeyData KeysData_551; + public ImGuiKeyData KeysData_552; + public ImGuiKeyData KeysData_553; + public ImGuiKeyData KeysData_554; + public ImGuiKeyData KeysData_555; + public ImGuiKeyData KeysData_556; + public ImGuiKeyData KeysData_557; + public ImGuiKeyData KeysData_558; + public ImGuiKeyData KeysData_559; + public ImGuiKeyData KeysData_560; + public ImGuiKeyData KeysData_561; + public ImGuiKeyData KeysData_562; + public ImGuiKeyData KeysData_563; + public ImGuiKeyData KeysData_564; + public ImGuiKeyData KeysData_565; + public ImGuiKeyData KeysData_566; + public ImGuiKeyData KeysData_567; + public ImGuiKeyData KeysData_568; + public ImGuiKeyData KeysData_569; + public ImGuiKeyData KeysData_570; + public ImGuiKeyData KeysData_571; + public ImGuiKeyData KeysData_572; + public ImGuiKeyData KeysData_573; + public ImGuiKeyData KeysData_574; + public ImGuiKeyData KeysData_575; + public ImGuiKeyData KeysData_576; + public ImGuiKeyData KeysData_577; + public ImGuiKeyData KeysData_578; + public ImGuiKeyData KeysData_579; + public ImGuiKeyData KeysData_580; + public ImGuiKeyData KeysData_581; + public ImGuiKeyData KeysData_582; + public ImGuiKeyData KeysData_583; + public ImGuiKeyData KeysData_584; + public ImGuiKeyData KeysData_585; + public ImGuiKeyData KeysData_586; + public ImGuiKeyData KeysData_587; + public ImGuiKeyData KeysData_588; + public ImGuiKeyData KeysData_589; + public ImGuiKeyData KeysData_590; + public ImGuiKeyData KeysData_591; + public ImGuiKeyData KeysData_592; + public ImGuiKeyData KeysData_593; + public ImGuiKeyData KeysData_594; + public ImGuiKeyData KeysData_595; + public ImGuiKeyData KeysData_596; + public ImGuiKeyData KeysData_597; + public ImGuiKeyData KeysData_598; + public ImGuiKeyData KeysData_599; + public ImGuiKeyData KeysData_600; + public ImGuiKeyData KeysData_601; + public ImGuiKeyData KeysData_602; + public ImGuiKeyData KeysData_603; + public ImGuiKeyData KeysData_604; + public ImGuiKeyData KeysData_605; + public ImGuiKeyData KeysData_606; + public ImGuiKeyData KeysData_607; + public ImGuiKeyData KeysData_608; + public ImGuiKeyData KeysData_609; + public ImGuiKeyData KeysData_610; + public ImGuiKeyData KeysData_611; + public ImGuiKeyData KeysData_612; + public ImGuiKeyData KeysData_613; + public ImGuiKeyData KeysData_614; + public ImGuiKeyData KeysData_615; + public ImGuiKeyData KeysData_616; + public ImGuiKeyData KeysData_617; + public ImGuiKeyData KeysData_618; + public ImGuiKeyData KeysData_619; + public ImGuiKeyData KeysData_620; + public ImGuiKeyData KeysData_621; + public ImGuiKeyData KeysData_622; + public ImGuiKeyData KeysData_623; + public ImGuiKeyData KeysData_624; + public ImGuiKeyData KeysData_625; + public ImGuiKeyData KeysData_626; + public ImGuiKeyData KeysData_627; + public ImGuiKeyData KeysData_628; + public ImGuiKeyData KeysData_629; + public ImGuiKeyData KeysData_630; + public ImGuiKeyData KeysData_631; + public ImGuiKeyData KeysData_632; + public ImGuiKeyData KeysData_633; + public ImGuiKeyData KeysData_634; + public ImGuiKeyData KeysData_635; + public ImGuiKeyData KeysData_636; + public ImGuiKeyData KeysData_637; + public ImGuiKeyData KeysData_638; + public ImGuiKeyData KeysData_639; + public ImGuiKeyData KeysData_640; + public ImGuiKeyData KeysData_641; + public ImGuiKeyData KeysData_642; + public ImGuiKeyData KeysData_643; + public ImGuiKeyData KeysData_644; + public byte WantCaptureMouseUnlessPopupClose; public Vector2 MousePosPrev; public Vector2 MouseClickedPos_0; public Vector2 MouseClickedPos_1; @@ -99,12 +747,12 @@ namespace ImGuiNET public Vector2 MouseDragMaxDistanceAbs_3; public Vector2 MouseDragMaxDistanceAbs_4; public fixed float MouseDragMaxDistanceSqr[5]; - public fixed float KeysDownDuration[512]; - public fixed float KeysDownDurationPrev[512]; public fixed float NavInputsDownDuration[20]; public fixed float NavInputsDownDurationPrev[20]; public float PenPressure; public byte AppFocusLost; + public sbyte BackendUsingLegacyKeyArrays; + public byte BackendUsingLegacyNavInputArray; public ushort InputQueueSurrogate; public ImVector InputQueueCharacters; } @@ -126,7 +774,6 @@ namespace ImGuiNET public ref float MouseDoubleClickTime => ref Unsafe.AsRef(&NativePtr->MouseDoubleClickTime); public ref float MouseDoubleClickMaxDist => ref Unsafe.AsRef(&NativePtr->MouseDoubleClickMaxDist); public ref float MouseDragThreshold => ref Unsafe.AsRef(&NativePtr->MouseDragThreshold); - public RangeAccessor KeyMap => new RangeAccessor(NativePtr->KeyMap, 22); public ref float KeyRepeatDelay => ref Unsafe.AsRef(&NativePtr->KeyRepeatDelay); public ref float KeyRepeatRate => ref Unsafe.AsRef(&NativePtr->KeyRepeatRate); public IntPtr UserData { get => (IntPtr)NativePtr->UserData; set => NativePtr->UserData = (void*)value; } @@ -145,6 +792,7 @@ namespace ImGuiNET public ref bool ConfigViewportsNoDefaultParent => ref Unsafe.AsRef(&NativePtr->ConfigViewportsNoDefaultParent); public ref bool MouseDrawCursor => ref Unsafe.AsRef(&NativePtr->MouseDrawCursor); public ref bool ConfigMacOSXBehaviors => ref Unsafe.AsRef(&NativePtr->ConfigMacOSXBehaviors); + public ref bool ConfigInputTrickleEventQueue => ref Unsafe.AsRef(&NativePtr->ConfigInputTrickleEventQueue); public ref bool ConfigInputTextCursorBlink => ref Unsafe.AsRef(&NativePtr->ConfigInputTextCursorBlink); public ref bool ConfigDragClickToInputText => ref Unsafe.AsRef(&NativePtr->ConfigDragClickToInputText); public ref bool ConfigWindowsResizeFromEdges => ref Unsafe.AsRef(&NativePtr->ConfigWindowsResizeFromEdges); @@ -158,17 +806,8 @@ namespace ImGuiNET public ref IntPtr GetClipboardTextFn => ref Unsafe.AsRef(&NativePtr->GetClipboardTextFn); public ref IntPtr SetClipboardTextFn => ref Unsafe.AsRef(&NativePtr->SetClipboardTextFn); public IntPtr ClipboardUserData { get => (IntPtr)NativePtr->ClipboardUserData; set => NativePtr->ClipboardUserData = (void*)value; } - public ref Vector2 MousePos => ref Unsafe.AsRef(&NativePtr->MousePos); - public RangeAccessor MouseDown => new RangeAccessor(NativePtr->MouseDown, 5); - public ref float MouseWheel => ref Unsafe.AsRef(&NativePtr->MouseWheel); - public ref float MouseWheelH => ref Unsafe.AsRef(&NativePtr->MouseWheelH); - public ref uint MouseHoveredViewport => ref Unsafe.AsRef(&NativePtr->MouseHoveredViewport); - public ref bool KeyCtrl => ref Unsafe.AsRef(&NativePtr->KeyCtrl); - public ref bool KeyShift => ref Unsafe.AsRef(&NativePtr->KeyShift); - public ref bool KeyAlt => ref Unsafe.AsRef(&NativePtr->KeyAlt); - public ref bool KeySuper => ref Unsafe.AsRef(&NativePtr->KeySuper); - public RangeAccessor KeysDown => new RangeAccessor(NativePtr->KeysDown, 512); - public RangeAccessor NavInputs => new RangeAccessor(NativePtr->NavInputs, 20); + public ref IntPtr SetPlatformImeDataFn => ref Unsafe.AsRef(&NativePtr->SetPlatformImeDataFn); + public IntPtr _UnusedPadding { get => (IntPtr)NativePtr->_UnusedPadding; set => NativePtr->_UnusedPadding = (void*)value; } public ref bool WantCaptureMouse => ref Unsafe.AsRef(&NativePtr->WantCaptureMouse); public ref bool WantCaptureKeyboard => ref Unsafe.AsRef(&NativePtr->WantCaptureKeyboard); public ref bool WantTextInput => ref Unsafe.AsRef(&NativePtr->WantTextInput); @@ -183,9 +822,22 @@ 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 RangeAccessor KeyMap => new RangeAccessor(NativePtr->KeyMap, 645); + public RangeAccessor KeysDown => new RangeAccessor(NativePtr->KeysDown, 512); + public ref Vector2 MousePos => ref Unsafe.AsRef(&NativePtr->MousePos); + public RangeAccessor MouseDown => new RangeAccessor(NativePtr->MouseDown, 5); + public ref float MouseWheel => ref Unsafe.AsRef(&NativePtr->MouseWheel); + public ref float MouseWheelH => ref Unsafe.AsRef(&NativePtr->MouseWheelH); + public ref uint MouseHoveredViewport => ref Unsafe.AsRef(&NativePtr->MouseHoveredViewport); + public ref bool KeyCtrl => ref Unsafe.AsRef(&NativePtr->KeyCtrl); + public ref bool KeyShift => ref Unsafe.AsRef(&NativePtr->KeyShift); + public ref bool KeyAlt => ref Unsafe.AsRef(&NativePtr->KeyAlt); + public ref bool KeySuper => ref Unsafe.AsRef(&NativePtr->KeySuper); + public RangeAccessor NavInputs => new RangeAccessor(NativePtr->NavInputs, 20); public ref ImGuiKeyModFlags KeyMods => ref Unsafe.AsRef(&NativePtr->KeyMods); public ref ImGuiKeyModFlags KeyModsPrev => ref Unsafe.AsRef(&NativePtr->KeyModsPrev); + public RangeAccessor KeysData => new RangeAccessor(&NativePtr->KeysData_0, 645); + public ref bool WantCaptureMouseUnlessPopupClose => ref Unsafe.AsRef(&NativePtr->WantCaptureMouseUnlessPopupClose); public ref Vector2 MousePosPrev => ref Unsafe.AsRef(&NativePtr->MousePosPrev); public RangeAccessor MouseClickedPos => new RangeAccessor(&NativePtr->MouseClickedPos_0, 5); public RangeAccessor MouseClickedTime => new RangeAccessor(NativePtr->MouseClickedTime, 5); @@ -200,12 +852,12 @@ namespace ImGuiNET public RangeAccessor MouseDownDurationPrev => new RangeAccessor(NativePtr->MouseDownDurationPrev, 5); public RangeAccessor MouseDragMaxDistanceAbs => new RangeAccessor(&NativePtr->MouseDragMaxDistanceAbs_0, 5); public RangeAccessor MouseDragMaxDistanceSqr => new RangeAccessor(NativePtr->MouseDragMaxDistanceSqr, 5); - public RangeAccessor KeysDownDuration => new RangeAccessor(NativePtr->KeysDownDuration, 512); - public RangeAccessor KeysDownDurationPrev => new RangeAccessor(NativePtr->KeysDownDurationPrev, 512); public RangeAccessor NavInputsDownDuration => new RangeAccessor(NativePtr->NavInputsDownDuration, 20); public RangeAccessor NavInputsDownDurationPrev => new RangeAccessor(NativePtr->NavInputsDownDurationPrev, 20); public ref float PenPressure => ref Unsafe.AsRef(&NativePtr->PenPressure); public ref bool AppFocusLost => ref Unsafe.AsRef(&NativePtr->AppFocusLost); + public ref sbyte BackendUsingLegacyKeyArrays => ref Unsafe.AsRef(&NativePtr->BackendUsingLegacyKeyArrays); + public ref bool BackendUsingLegacyNavInputArray => ref Unsafe.AsRef(&NativePtr->BackendUsingLegacyNavInputArray); public ref ushort InputQueueSurrogate => ref Unsafe.AsRef(&NativePtr->InputQueueSurrogate); public ImVector InputQueueCharacters => new ImVector(NativePtr->InputQueueCharacters); public void AddFocusEvent(bool focused) @@ -247,6 +899,33 @@ namespace ImGuiNET { ImGuiNative.ImGuiIO_AddInputCharacterUTF16((ImGuiIO*)(NativePtr), c); } + public void AddKeyAnalogEvent(ImGuiKey key, bool down, float v) + { + byte native_down = down ? (byte)1 : (byte)0; + ImGuiNative.ImGuiIO_AddKeyAnalogEvent((ImGuiIO*)(NativePtr), key, native_down, v); + } + public void AddKeyEvent(ImGuiKey key, bool down) + { + byte native_down = down ? (byte)1 : (byte)0; + ImGuiNative.ImGuiIO_AddKeyEvent((ImGuiIO*)(NativePtr), key, native_down); + } + public void AddMouseButtonEvent(int button, bool down) + { + byte native_down = down ? (byte)1 : (byte)0; + ImGuiNative.ImGuiIO_AddMouseButtonEvent((ImGuiIO*)(NativePtr), button, native_down); + } + public void AddMousePosEvent(float x, float y) + { + ImGuiNative.ImGuiIO_AddMousePosEvent((ImGuiIO*)(NativePtr), x, y); + } + public void AddMouseViewportEvent(uint id) + { + ImGuiNative.ImGuiIO_AddMouseViewportEvent((ImGuiIO*)(NativePtr), id); + } + public void AddMouseWheelEvent(float wh_x, float wh_y) + { + ImGuiNative.ImGuiIO_AddMouseWheelEvent((ImGuiIO*)(NativePtr), wh_x, wh_y); + } public void ClearInputCharacters() { ImGuiNative.ImGuiIO_ClearInputCharacters((ImGuiIO*)(NativePtr)); @@ -259,5 +938,14 @@ namespace ImGuiNET { ImGuiNative.ImGuiIO_destroy((ImGuiIO*)(NativePtr)); } + public void SetKeyEventNativeData(ImGuiKey key, int native_keycode, int native_scancode) + { + int native_legacy_index = -1; + ImGuiNative.ImGuiIO_SetKeyEventNativeData((ImGuiIO*)(NativePtr), key, native_keycode, native_scancode, native_legacy_index); + } + public void SetKeyEventNativeData(ImGuiKey key, int native_keycode, int native_scancode, int native_legacy_index) + { + ImGuiNative.ImGuiIO_SetKeyEventNativeData((ImGuiIO*)(NativePtr), key, native_keycode, native_scancode, native_legacy_index); + } } } diff --git a/src/ImGui.NET/Generated/ImGuiKey.gen.cs b/src/ImGui.NET/Generated/ImGuiKey.gen.cs index 91664c4..cbe2e94 100644 --- a/src/ImGui.NET/Generated/ImGuiKey.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiKey.gen.cs @@ -2,28 +2,145 @@ namespace ImGuiNET { public enum ImGuiKey { - Tab = 0, - LeftArrow = 1, - RightArrow = 2, - UpArrow = 3, - DownArrow = 4, - PageUp = 5, - PageDown = 6, - Home = 7, - End = 8, - Insert = 9, - Delete = 10, - Backspace = 11, - Space = 12, - Enter = 13, - Escape = 14, - KeyPadEnter = 15, - A = 16, - C = 17, - V = 18, - X = 19, - Y = 20, - Z = 21, - COUNT = 22, + None = 0, + Tab = 512, + LeftArrow = 513, + RightArrow = 514, + UpArrow = 515, + DownArrow = 516, + PageUp = 517, + PageDown = 518, + Home = 519, + End = 520, + Insert = 521, + Delete = 522, + Backspace = 523, + Space = 524, + Enter = 525, + Escape = 526, + LeftCtrl = 527, + LeftShift = 528, + LeftAlt = 529, + LeftSuper = 530, + RightCtrl = 531, + RightShift = 532, + RightAlt = 533, + RightSuper = 534, + Menu = 535, + _0 = 536, + _1 = 537, + _2 = 538, + _3 = 539, + _4 = 540, + _5 = 541, + _6 = 542, + _7 = 543, + _8 = 544, + _9 = 545, + A = 546, + B = 547, + C = 548, + D = 549, + E = 550, + F = 551, + G = 552, + H = 553, + I = 554, + J = 555, + K = 556, + L = 557, + M = 558, + N = 559, + O = 560, + P = 561, + Q = 562, + R = 563, + S = 564, + T = 565, + U = 566, + V = 567, + W = 568, + X = 569, + Y = 570, + Z = 571, + F1 = 572, + F2 = 573, + F3 = 574, + F4 = 575, + F5 = 576, + F6 = 577, + F7 = 578, + F8 = 579, + F9 = 580, + F10 = 581, + F11 = 582, + F12 = 583, + Apostrophe = 584, + Comma = 585, + Minus = 586, + Period = 587, + Slash = 588, + Semicolon = 589, + Equal = 590, + LeftBracket = 591, + Backslash = 592, + RightBracket = 593, + GraveAccent = 594, + CapsLock = 595, + ScrollLock = 596, + NumLock = 597, + PrintScreen = 598, + Pause = 599, + Keypad0 = 600, + Keypad1 = 601, + Keypad2 = 602, + Keypad3 = 603, + Keypad4 = 604, + Keypad5 = 605, + Keypad6 = 606, + Keypad7 = 607, + Keypad8 = 608, + Keypad9 = 609, + KeypadDecimal = 610, + KeypadDivide = 611, + KeypadMultiply = 612, + KeypadSubtract = 613, + KeypadAdd = 614, + KeypadEnter = 615, + KeypadEqual = 616, + GamepadStart = 617, + GamepadBack = 618, + GamepadFaceUp = 619, + GamepadFaceDown = 620, + GamepadFaceLeft = 621, + GamepadFaceRight = 622, + GamepadDpadUp = 623, + GamepadDpadDown = 624, + GamepadDpadLeft = 625, + GamepadDpadRight = 626, + GamepadL1 = 627, + GamepadR1 = 628, + GamepadL2 = 629, + GamepadR2 = 630, + GamepadL3 = 631, + GamepadR3 = 632, + GamepadLStickUp = 633, + GamepadLStickDown = 634, + GamepadLStickLeft = 635, + GamepadLStickRight = 636, + GamepadRStickUp = 637, + GamepadRStickDown = 638, + GamepadRStickLeft = 639, + GamepadRStickRight = 640, + ModCtrl = 641, + ModShift = 642, + ModAlt = 643, + ModSuper = 644, + COUNT = 645, + NamedKey_BEGIN = 512, + NamedKey_END = 645, + NamedKey_COUNT = 133, + KeysData_SIZE = 645, + KeysData_OFFSET = 0, } } diff --git a/src/ImGui.NET/Generated/ImGuiKeyData.gen.cs b/src/ImGui.NET/Generated/ImGuiKeyData.gen.cs new file mode 100644 index 0000000..68ebbdc --- /dev/null +++ b/src/ImGui.NET/Generated/ImGuiKeyData.gen.cs @@ -0,0 +1,28 @@ +using System; +using System.Numerics; +using System.Runtime.CompilerServices; +using System.Text; + +namespace ImGuiNET +{ + public unsafe partial struct ImGuiKeyData + { + public byte Down; + public float DownDuration; + public float DownDurationPrev; + public float AnalogValue; + } + public unsafe partial struct ImGuiKeyDataPtr + { + public ImGuiKeyData* NativePtr { get; } + public ImGuiKeyDataPtr(ImGuiKeyData* nativePtr) => NativePtr = nativePtr; + public ImGuiKeyDataPtr(IntPtr nativePtr) => NativePtr = (ImGuiKeyData*)nativePtr; + public static implicit operator ImGuiKeyDataPtr(ImGuiKeyData* nativePtr) => new ImGuiKeyDataPtr(nativePtr); + public static implicit operator ImGuiKeyData* (ImGuiKeyDataPtr wrappedPtr) => wrappedPtr.NativePtr; + public static implicit operator ImGuiKeyDataPtr(IntPtr nativePtr) => new ImGuiKeyDataPtr(nativePtr); + public ref bool Down => ref Unsafe.AsRef(&NativePtr->Down); + public ref float DownDuration => ref Unsafe.AsRef(&NativePtr->DownDuration); + public ref float DownDurationPrev => ref Unsafe.AsRef(&NativePtr->DownDurationPrev); + public ref float AnalogValue => ref Unsafe.AsRef(&NativePtr->AnalogValue); + } +} diff --git a/src/ImGui.NET/Generated/ImGuiNative.gen.cs b/src/ImGui.NET/Generated/ImGuiNative.gen.cs index 2d208af..92840df 100644 --- a/src/ImGui.NET/Generated/ImGuiNative.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiNative.gen.cs @@ -259,9 +259,11 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void igGetItemRectSize(Vector2* pOut); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] - public static extern int igGetKeyIndex(ImGuiKey imgui_key); + public static extern int igGetKeyIndex(ImGuiKey key); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] - public static extern int igGetKeyPressedAmount(int key_index, float repeat_delay, float rate); + public static extern byte* igGetKeyName(ImGuiKey key); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern int igGetKeyPressedAmount(ImGuiKey key, float repeat_delay, float rate); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern ImGuiViewport* igGetMainViewport(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] @@ -387,11 +389,11 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern byte igIsItemVisible(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] - public static extern byte igIsKeyDown(int user_key_index); + public static extern byte igIsKeyDown(ImGuiKey key); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] - public static extern byte igIsKeyPressed(int user_key_index, byte repeat); + public static extern byte igIsKeyPressed(ImGuiKey key, byte repeat); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] - public static extern byte igIsKeyReleased(int user_key_index); + public static extern byte igIsKeyReleased(ImGuiKey key); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern byte igIsMouseClicked(ImGuiMouseButton button, byte repeat); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] @@ -1077,6 +1079,18 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void ImGuiIO_AddInputCharacterUTF16(ImGuiIO* self, ushort c); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiIO_AddKeyAnalogEvent(ImGuiIO* self, ImGuiKey key, byte down, float v); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiIO_AddKeyEvent(ImGuiIO* self, ImGuiKey key, byte down); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiIO_AddMouseButtonEvent(ImGuiIO* self, int button, byte down); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiIO_AddMousePosEvent(ImGuiIO* self, float x, float y); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiIO_AddMouseViewportEvent(ImGuiIO* self, uint id); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiIO_AddMouseWheelEvent(ImGuiIO* self, float wh_x, float wh_y); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void ImGuiIO_ClearInputCharacters(ImGuiIO* self); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void ImGuiIO_ClearInputKeys(ImGuiIO* self); @@ -1085,6 +1099,8 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern ImGuiIO* ImGuiIO_ImGuiIO(); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiIO_SetKeyEventNativeData(ImGuiIO* self, ImGuiKey key, int native_keycode, int native_scancode, int native_legacy_index); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void ImGuiListClipper_Begin(ImGuiListClipper* self, int items_count, float items_height); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void ImGuiListClipper_destroy(ImGuiListClipper* self); @@ -1113,6 +1129,10 @@ namespace ImGuiNET [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern byte ImGuiPayload_IsPreview(ImGuiPayload* self); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern void ImGuiPlatformImeData_destroy(ImGuiPlatformImeData* self); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] + public static extern ImGuiPlatformImeData* ImGuiPlatformImeData_ImGuiPlatformImeData(); + [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern void ImGuiPlatformIO_destroy(ImGuiPlatformIO* self); [DllImport("cimgui", CallingConvention = CallingConvention.Cdecl)] public static extern ImGuiPlatformIO* ImGuiPlatformIO_ImGuiPlatformIO(); diff --git a/src/ImGui.NET/Generated/ImGuiNavInput.gen.cs b/src/ImGui.NET/Generated/ImGuiNavInput.gen.cs index ab53441..b52fc61 100644 --- a/src/ImGui.NET/Generated/ImGuiNavInput.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiNavInput.gen.cs @@ -23,6 +23,5 @@ namespace ImGuiNET KeyUp = 18, KeyDown = 19, COUNT = 20, - InternalStart = 16, } } diff --git a/src/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs b/src/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs index b9e0114..602e369 100644 --- a/src/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs +++ b/src/ImGui.NET/Generated/ImGuiPlatformIO.gen.cs @@ -24,7 +24,6 @@ namespace ImGuiNET public IntPtr Platform_SwapBuffers; public IntPtr Platform_GetWindowDpiScale; public IntPtr Platform_OnChangedViewport; - public IntPtr Platform_SetImeInputPos; public IntPtr Platform_CreateVkSurface; public IntPtr Renderer_CreateWindow; public IntPtr Renderer_DestroyWindow; @@ -59,7 +58,6 @@ namespace ImGuiNET public ref IntPtr Platform_SwapBuffers => ref Unsafe.AsRef(&NativePtr->Platform_SwapBuffers); public ref IntPtr Platform_GetWindowDpiScale => ref Unsafe.AsRef(&NativePtr->Platform_GetWindowDpiScale); public ref IntPtr Platform_OnChangedViewport => ref Unsafe.AsRef(&NativePtr->Platform_OnChangedViewport); - public ref IntPtr Platform_SetImeInputPos => ref Unsafe.AsRef(&NativePtr->Platform_SetImeInputPos); public ref IntPtr Platform_CreateVkSurface => ref Unsafe.AsRef(&NativePtr->Platform_CreateVkSurface); public ref IntPtr Renderer_CreateWindow => ref Unsafe.AsRef(&NativePtr->Renderer_CreateWindow); public ref IntPtr Renderer_DestroyWindow => ref Unsafe.AsRef(&NativePtr->Renderer_DestroyWindow); diff --git a/src/ImGui.NET/Generated/ImGuiPlatformImeData.gen.cs b/src/ImGui.NET/Generated/ImGuiPlatformImeData.gen.cs new file mode 100644 index 0000000..fa0cdcc --- /dev/null +++ b/src/ImGui.NET/Generated/ImGuiPlatformImeData.gen.cs @@ -0,0 +1,30 @@ +using System; +using System.Numerics; +using System.Runtime.CompilerServices; +using System.Text; + +namespace ImGuiNET +{ + public unsafe partial struct ImGuiPlatformImeData + { + public byte WantVisible; + public Vector2 InputPos; + public float InputLineHeight; + } + public unsafe partial struct ImGuiPlatformImeDataPtr + { + public ImGuiPlatformImeData* NativePtr { get; } + public ImGuiPlatformImeDataPtr(ImGuiPlatformImeData* nativePtr) => NativePtr = nativePtr; + public ImGuiPlatformImeDataPtr(IntPtr nativePtr) => NativePtr = (ImGuiPlatformImeData*)nativePtr; + public static implicit operator ImGuiPlatformImeDataPtr(ImGuiPlatformImeData* nativePtr) => new ImGuiPlatformImeDataPtr(nativePtr); + public static implicit operator ImGuiPlatformImeData* (ImGuiPlatformImeDataPtr wrappedPtr) => wrappedPtr.NativePtr; + public static implicit operator ImGuiPlatformImeDataPtr(IntPtr nativePtr) => new ImGuiPlatformImeDataPtr(nativePtr); + public ref bool WantVisible => ref Unsafe.AsRef(&NativePtr->WantVisible); + public ref Vector2 InputPos => ref Unsafe.AsRef(&NativePtr->InputPos); + public ref float InputLineHeight => ref Unsafe.AsRef(&NativePtr->InputLineHeight); + public void Destroy() + { + ImGuiNative.ImGuiPlatformImeData_destroy((ImGuiPlatformImeData*)(NativePtr)); + } + } +} diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 035c25c..642e8c9 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -1,7 +1,7 @@  A .NET wrapper for the Dear ImGui library. - 1.86.0 + 1.87.0 Eric Mellino netstandard2.0 true