From 186ebd8f06cd45f5eb927753696f30a89b449a91 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Fri, 15 Feb 2019 16:54:23 +0100 Subject: [PATCH] drop comments and update README.md for top level functions --- README.md | 2 +- generator/cpp2ffi.lua | 10 +- generator/output/definitions.json | 597 ------------------------- generator/output/definitions.lua | 597 ------------------------- generator/output/impl_definitions.json | 29 -- generator/output/impl_definitions.lua | 29 -- 6 files changed, 6 insertions(+), 1258 deletions(-) diff --git a/README.md b/README.md index a8bf3f7..1e39e37 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Notes: ### definitions description * It is a collection in which key is the cimgui name that would result without overloadings and the value is an array of overloadings (may be only one overloading) * Each overloading is a collection. Some relevant keys and values are: - * stname : the name of the struct the function belongs to (may be ImGui if it is top level in ImGui namespace) + * stname : the name of the struct the function belongs to (will be "" if it is top level in ImGui namespace) * ov_cimguiname : the overloaded cimgui name (if absent it would be taken from cimguiname) * cimguiname : the name without overloading (this should be used if there is not ov_cimguiname) * ret : the return type diff --git a/generator/cpp2ffi.lua b/generator/cpp2ffi.lua index 4362010..9d1a52d 100644 --- a/generator/cpp2ffi.lua +++ b/generator/cpp2ffi.lua @@ -458,7 +458,7 @@ local function parseFunction(self,stname,lineorig,namespace) end local cimguiname = self.getCname(stname,funcname) - table.insert(self.funcdefs,{stname=stname,funcname=funcname,args=args,argsc=argscsinpars,signature=signature,cimguiname=cimguiname,call_args=call_args,ret =ret,comment=comment}) + table.insert(self.funcdefs,{stname=stname,funcname=funcname,args=args,argsc=argscsinpars,signature=signature,cimguiname=cimguiname,call_args=call_args,ret =ret}) local defsT = self.defsT defsT[cimguiname] = defsT[cimguiname] or {} table.insert(defsT[cimguiname],{}) @@ -480,7 +480,7 @@ local function parseFunction(self,stname,lineorig,namespace) defT.call_args = call_args defT.isvararg = signature:match("%.%.%.%)$") defT.location = locat - defT.comment = "" --comment + --defT.comment = "" --comment defT.argsT = argsArr if self.get_manuals(defT) then defT.manual = true @@ -553,7 +553,7 @@ local function ADDnonUDT(FP) defT2.retref = nil defsT[t.cimguiname][#defsT[t.cimguiname] + 1] = defT2 defsT[t.cimguiname][t.signature.."nonUDT"] = defT2 - table.insert(newcdefs,{stname=t.stname,funcname=t.funcname,args=args,argsc=argscsinpars,signature=t.signature.."nonUDT",cimguiname=t.cimguiname,call_args=call_args,ret =t.ret,comment=comment}) + table.insert(newcdefs,{stname=t.stname,funcname=t.funcname,args=args,argsc=argscsinpars,signature=t.signature.."nonUDT",cimguiname=t.cimguiname,call_args=call_args,ret =t.ret}) --converting to Simple type---------------------------------------------------- local defT3 = {} --first strings @@ -574,7 +574,7 @@ local function ADDnonUDT(FP) defT3.retref = nil defsT[t.cimguiname][#defsT[t.cimguiname] + 1] = defT3 defsT[t.cimguiname][t.signature.."nonUDT2"] = defT3 - table.insert(newcdefs,{stname=t.stname,funcname=t.funcname,args=args,argsc=argscsinpars,signature=t.signature.."nonUDT2",cimguiname=t.cimguiname,call_args=call_args,ret =t.ret,comment=comment}) + table.insert(newcdefs,{stname=t.stname,funcname=t.funcname,args=args,argsc=argscsinpars,signature=t.signature.."nonUDT2",cimguiname=t.cimguiname,call_args=call_args,ret =t.ret}) end end --end @@ -1159,7 +1159,7 @@ function M.Parser() defsT[cimguiname] = defsT[cimguiname] or {} defsT[cimguiname][#defsT[cimguiname] + 1] = defTnew defsT[cimguiname][signature] = defTnew - table.insert(newcdefs,{stname=stname,funcname=t.funcname,args=args,argsc=argscsinpars,signature=signature,cimguiname=cimguiname,call_args=call_args,ret =t.ret,comment=comment}) + table.insert(newcdefs,{stname=stname,funcname=t.funcname,args=args,argsc=argscsinpars,signature=signature,cimguiname=cimguiname,call_args=call_args,ret =t.ret}) end end -- templated end --cimguiname diff --git a/generator/output/definitions.json b/generator/output/definitions.json index 62c2c42..65e081b 100644 --- a/generator/output/definitions.json +++ b/generator/output/definitions.json @@ -6,7 +6,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "CustomRect_CustomRect", - "comment": "", "constructor": true, "defaults": [], "funcname": "CustomRect", @@ -27,7 +26,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "CustomRect_IsPacked", - "comment": "", "defaults": [], "funcname": "IsPacked", "ov_cimguiname": "CustomRect_IsPacked", @@ -83,7 +81,6 @@ "argsoriginal": "(float h,float s,float v,float a=1.0f)", "call_args": "(h,s,v,a)", "cimguiname": "ImColor_HSV", - "comment": "", "defaults": { "a": "1.0f" }, @@ -124,7 +121,6 @@ "argsoriginal": "(float h,float s,float v,float a=1.0f)", "call_args": "(h,s,v,a)", "cimguiname": "ImColor_HSV", - "comment": "", "defaults": { "a": "1.0f" }, @@ -162,7 +158,6 @@ "argsoriginal": "(float h,float s,float v,float a=1.0f)", "call_args": "(h,s,v,a)", "cimguiname": "ImColor_HSV", - "comment": "", "defaults": { "a": "1.0f" }, @@ -182,7 +177,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImColor_ImColor", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImColor", @@ -213,7 +207,6 @@ "argsoriginal": "(int r,int g,int b,int a=255)", "call_args": "(r,g,b,a)", "cimguiname": "ImColor_ImColor", - "comment": "", "constructor": true, "defaults": { "a": "255" @@ -234,7 +227,6 @@ "argsoriginal": "(ImU32 rgba)", "call_args": "(rgba)", "cimguiname": "ImColor_ImColor", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImColor", @@ -265,7 +257,6 @@ "argsoriginal": "(float r,float g,float b,float a=1.0f)", "call_args": "(r,g,b,a)", "cimguiname": "ImColor_ImColor", - "comment": "", "constructor": true, "defaults": { "a": "1.0f" @@ -286,7 +277,6 @@ "argsoriginal": "(const ImVec4& col)", "call_args": "(col)", "cimguiname": "ImColor_ImColor", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImColor", @@ -323,7 +313,6 @@ "argsoriginal": "(float h,float s,float v,float a=1.0f)", "call_args": "(h,s,v,a)", "cimguiname": "ImColor_SetHSV", - "comment": "", "defaults": { "a": "1.0f" }, @@ -360,7 +349,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawCmd_ImDrawCmd", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImDrawCmd", @@ -400,7 +388,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawData_Clear", - "comment": "", "defaults": [], "funcname": "Clear", "ov_cimguiname": "ImDrawData_Clear", @@ -421,7 +408,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawData_DeIndexAllBuffers", - "comment": "", "defaults": [], "funcname": "DeIndexAllBuffers", "ov_cimguiname": "ImDrawData_DeIndexAllBuffers", @@ -437,7 +423,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawData_ImDrawData", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImDrawData", @@ -462,7 +447,6 @@ "argsoriginal": "(const ImVec2& sc)", "call_args": "(sc)", "cimguiname": "ImDrawData_ScaleClipRects", - "comment": "", "defaults": [], "funcname": "ScaleClipRects", "ov_cimguiname": "ImDrawData_ScaleClipRects", @@ -530,7 +514,6 @@ "argsoriginal": "(const ImVec2& pos0,const ImVec2& cp0,const ImVec2& cp1,const ImVec2& pos1,ImU32 col,float thickness,int num_segments=0)", "call_args": "(pos0,cp0,cp1,pos1,col,thickness,num_segments)", "cimguiname": "ImDrawList_AddBezierCurve", - "comment": "", "defaults": { "num_segments": "0" }, @@ -561,7 +544,6 @@ "argsoriginal": "(ImDrawCallback callback,void* callback_data)", "call_args": "(callback,callback_data)", "cimguiname": "ImDrawList_AddCallback", - "comment": "", "defaults": [], "funcname": "AddCallback", "ov_cimguiname": "ImDrawList_AddCallback", @@ -602,7 +584,6 @@ "argsoriginal": "(const ImVec2& centre,float radius,ImU32 col,int num_segments=12,float thickness=1.0f)", "call_args": "(centre,radius,col,num_segments,thickness)", "cimguiname": "ImDrawList_AddCircle", - "comment": "", "defaults": { "num_segments": "12", "thickness": "1.0f" @@ -642,7 +623,6 @@ "argsoriginal": "(const ImVec2& centre,float radius,ImU32 col,int num_segments=12)", "call_args": "(centre,radius,col,num_segments)", "cimguiname": "ImDrawList_AddCircleFilled", - "comment": "", "defaults": { "num_segments": "12" }, @@ -677,7 +657,6 @@ "argsoriginal": "(const ImVec2* points,const int num_points,ImU32 col)", "call_args": "(points,num_points,col)", "cimguiname": "ImDrawList_AddConvexPolyFilled", - "comment": "", "defaults": [], "funcname": "AddConvexPolyFilled", "ov_cimguiname": "ImDrawList_AddConvexPolyFilled", @@ -698,7 +677,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_AddDrawCmd", - "comment": "", "defaults": [], "funcname": "AddDrawCmd", "ov_cimguiname": "ImDrawList_AddDrawCmd", @@ -743,7 +721,6 @@ "argsoriginal": "(ImTextureID user_texture_id,const ImVec2& a,const ImVec2& b,const ImVec2& uv_a=ImVec2(0,0),const ImVec2& uv_b=ImVec2(1,1),ImU32 col=0xFFFFFFFF)", "call_args": "(user_texture_id,a,b,uv_a,uv_b,col)", "cimguiname": "ImDrawList_AddImage", - "comment": "", "defaults": { "col": "0xFFFFFFFF", "uv_a": "ImVec2(0,0)", @@ -808,7 +785,6 @@ "argsoriginal": "(ImTextureID user_texture_id,const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,const ImVec2& uv_a=ImVec2(0,0),const ImVec2& uv_b=ImVec2(1,0),const ImVec2& uv_c=ImVec2(1,1),const ImVec2& uv_d=ImVec2(0,1),ImU32 col=0xFFFFFFFF)", "call_args": "(user_texture_id,a,b,c,d,uv_a,uv_b,uv_c,uv_d,col)", "cimguiname": "ImDrawList_AddImageQuad", - "comment": "", "defaults": { "col": "0xFFFFFFFF", "uv_a": "ImVec2(0,0)", @@ -867,7 +843,6 @@ "argsoriginal": "(ImTextureID user_texture_id,const ImVec2& a,const ImVec2& b,const ImVec2& uv_a,const ImVec2& uv_b,ImU32 col,float rounding,int rounding_corners=ImDrawCornerFlags_All)", "call_args": "(user_texture_id,a,b,uv_a,uv_b,col,rounding,rounding_corners)", "cimguiname": "ImDrawList_AddImageRounded", - "comment": "", "defaults": { "rounding_corners": "ImDrawCornerFlags_All" }, @@ -906,7 +881,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,ImU32 col,float thickness=1.0f)", "call_args": "(a,b,col,thickness)", "cimguiname": "ImDrawList_AddLine", - "comment": "", "defaults": { "thickness": "1.0f" }, @@ -949,7 +923,6 @@ "argsoriginal": "(const ImVec2* points,const int num_points,ImU32 col,bool closed,float thickness)", "call_args": "(points,num_points,col,closed,thickness)", "cimguiname": "ImDrawList_AddPolyline", - "comment": "", "defaults": [], "funcname": "AddPolyline", "ov_cimguiname": "ImDrawList_AddPolyline", @@ -994,7 +967,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,ImU32 col,float thickness=1.0f)", "call_args": "(a,b,c,d,col,thickness)", "cimguiname": "ImDrawList_AddQuad", - "comment": "", "defaults": { "thickness": "1.0f" }, @@ -1037,7 +1009,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,ImU32 col)", "call_args": "(a,b,c,d,col)", "cimguiname": "ImDrawList_AddQuadFilled", - "comment": "", "defaults": [], "funcname": "AddQuadFilled", "ov_cimguiname": "ImDrawList_AddQuadFilled", @@ -1082,7 +1053,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,ImU32 col,float rounding=0.0f,int rounding_corners_flags=ImDrawCornerFlags_All,float thickness=1.0f)", "call_args": "(a,b,col,rounding,rounding_corners_flags,thickness)", "cimguiname": "ImDrawList_AddRect", - "comment": "", "defaults": { "rounding": "0.0f", "rounding_corners_flags": "ImDrawCornerFlags_All", @@ -1127,7 +1097,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,ImU32 col,float rounding=0.0f,int rounding_corners_flags=ImDrawCornerFlags_All)", "call_args": "(a,b,col,rounding,rounding_corners_flags)", "cimguiname": "ImDrawList_AddRectFilled", - "comment": "", "defaults": { "rounding": "0.0f", "rounding_corners_flags": "ImDrawCornerFlags_All" @@ -1175,7 +1144,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left)", "call_args": "(a,b,col_upr_left,col_upr_right,col_bot_right,col_bot_left)", "cimguiname": "ImDrawList_AddRectFilledMultiColor", - "comment": "", "defaults": [], "funcname": "AddRectFilledMultiColor", "ov_cimguiname": "ImDrawList_AddRectFilledMultiColor", @@ -1212,7 +1180,6 @@ "argsoriginal": "(const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0))", "call_args": "(pos,col,text_begin,text_end)", "cimguiname": "ImDrawList_AddText", - "comment": "", "defaults": { "text_end": "((void*)0)" }, @@ -1265,7 +1232,6 @@ "argsoriginal": "(const ImFont* font,float font_size,const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0),float wrap_width=0.0f,const ImVec4* cpu_fine_clip_rect=((void*)0))", "call_args": "(font,font_size,pos,col,text_begin,text_end,wrap_width,cpu_fine_clip_rect)", "cimguiname": "ImDrawList_AddText", - "comment": "", "defaults": { "cpu_fine_clip_rect": "((void*)0)", "text_end": "((void*)0)", @@ -1310,7 +1276,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,ImU32 col,float thickness=1.0f)", "call_args": "(a,b,c,col,thickness)", "cimguiname": "ImDrawList_AddTriangle", - "comment": "", "defaults": { "thickness": "1.0f" }, @@ -1349,7 +1314,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,ImU32 col)", "call_args": "(a,b,c,col)", "cimguiname": "ImDrawList_AddTriangleFilled", - "comment": "", "defaults": [], "funcname": "AddTriangleFilled", "ov_cimguiname": "ImDrawList_AddTriangleFilled", @@ -1370,7 +1334,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_ChannelsMerge", - "comment": "", "defaults": [], "funcname": "ChannelsMerge", "ov_cimguiname": "ImDrawList_ChannelsMerge", @@ -1395,7 +1358,6 @@ "argsoriginal": "(int channel_index)", "call_args": "(channel_index)", "cimguiname": "ImDrawList_ChannelsSetCurrent", - "comment": "", "defaults": [], "funcname": "ChannelsSetCurrent", "ov_cimguiname": "ImDrawList_ChannelsSetCurrent", @@ -1420,7 +1382,6 @@ "argsoriginal": "(int channels_count)", "call_args": "(channels_count)", "cimguiname": "ImDrawList_ChannelsSplit", - "comment": "", "defaults": [], "funcname": "ChannelsSplit", "ov_cimguiname": "ImDrawList_ChannelsSplit", @@ -1441,7 +1402,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_Clear", - "comment": "", "defaults": [], "funcname": "Clear", "ov_cimguiname": "ImDrawList_Clear", @@ -1462,7 +1422,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_ClearFreeMemory", - "comment": "", "defaults": [], "funcname": "ClearFreeMemory", "ov_cimguiname": "ImDrawList_ClearFreeMemory", @@ -1483,7 +1442,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_CloneOutput", - "comment": "", "defaults": [], "funcname": "CloneOutput", "ov_cimguiname": "ImDrawList_CloneOutput", @@ -1504,7 +1462,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_GetClipRectMax", - "comment": "", "defaults": [], "funcname": "GetClipRectMax", "ov_cimguiname": "ImDrawList_GetClipRectMax", @@ -1527,7 +1484,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_GetClipRectMax", - "comment": "", "defaults": [], "funcname": "GetClipRectMax", "nonUDT": 1, @@ -1547,7 +1503,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_GetClipRectMax", - "comment": "", "defaults": [], "funcname": "GetClipRectMax", "nonUDT": 2, @@ -1570,7 +1525,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_GetClipRectMin", - "comment": "", "defaults": [], "funcname": "GetClipRectMin", "ov_cimguiname": "ImDrawList_GetClipRectMin", @@ -1593,7 +1547,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_GetClipRectMin", - "comment": "", "defaults": [], "funcname": "GetClipRectMin", "nonUDT": 1, @@ -1613,7 +1566,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_GetClipRectMin", - "comment": "", "defaults": [], "funcname": "GetClipRectMin", "nonUDT": 2, @@ -1636,7 +1588,6 @@ "argsoriginal": "(const ImDrawListSharedData* shared_data)", "call_args": "(shared_data)", "cimguiname": "ImDrawList_ImDrawList", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImDrawList", @@ -1677,7 +1628,6 @@ "argsoriginal": "(const ImVec2& centre,float radius,float a_min,float a_max,int num_segments=10)", "call_args": "(centre,radius,a_min,a_max,num_segments)", "cimguiname": "ImDrawList_PathArcTo", - "comment": "", "defaults": { "num_segments": "10" }, @@ -1716,7 +1666,6 @@ "argsoriginal": "(const ImVec2& centre,float radius,int a_min_of_12,int a_max_of_12)", "call_args": "(centre,radius,a_min_of_12,a_max_of_12)", "cimguiname": "ImDrawList_PathArcToFast", - "comment": "", "defaults": [], "funcname": "PathArcToFast", "ov_cimguiname": "ImDrawList_PathArcToFast", @@ -1753,7 +1702,6 @@ "argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,int num_segments=0)", "call_args": "(p1,p2,p3,num_segments)", "cimguiname": "ImDrawList_PathBezierCurveTo", - "comment": "", "defaults": { "num_segments": "0" }, @@ -1776,7 +1724,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_PathClear", - "comment": "", "defaults": [], "funcname": "PathClear", "ov_cimguiname": "ImDrawList_PathClear", @@ -1801,7 +1748,6 @@ "argsoriginal": "(ImU32 col)", "call_args": "(col)", "cimguiname": "ImDrawList_PathFillConvex", - "comment": "", "defaults": [], "funcname": "PathFillConvex", "ov_cimguiname": "ImDrawList_PathFillConvex", @@ -1826,7 +1772,6 @@ "argsoriginal": "(const ImVec2& pos)", "call_args": "(pos)", "cimguiname": "ImDrawList_PathLineTo", - "comment": "", "defaults": [], "funcname": "PathLineTo", "ov_cimguiname": "ImDrawList_PathLineTo", @@ -1851,7 +1796,6 @@ "argsoriginal": "(const ImVec2& pos)", "call_args": "(pos)", "cimguiname": "ImDrawList_PathLineToMergeDuplicate", - "comment": "", "defaults": [], "funcname": "PathLineToMergeDuplicate", "ov_cimguiname": "ImDrawList_PathLineToMergeDuplicate", @@ -1888,7 +1832,6 @@ "argsoriginal": "(const ImVec2& rect_min,const ImVec2& rect_max,float rounding=0.0f,int rounding_corners_flags=ImDrawCornerFlags_All)", "call_args": "(rect_min,rect_max,rounding,rounding_corners_flags)", "cimguiname": "ImDrawList_PathRect", - "comment": "", "defaults": { "rounding": "0.0f", "rounding_corners_flags": "ImDrawCornerFlags_All" @@ -1924,7 +1867,6 @@ "argsoriginal": "(ImU32 col,bool closed,float thickness=1.0f)", "call_args": "(col,closed,thickness)", "cimguiname": "ImDrawList_PathStroke", - "comment": "", "defaults": { "thickness": "1.0f" }, @@ -1947,7 +1889,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_PopClipRect", - "comment": "", "defaults": [], "funcname": "PopClipRect", "ov_cimguiname": "ImDrawList_PopClipRect", @@ -1968,7 +1909,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_PopTextureID", - "comment": "", "defaults": [], "funcname": "PopTextureID", "ov_cimguiname": "ImDrawList_PopTextureID", @@ -2025,7 +1965,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,const ImVec2& uv_a,const ImVec2& uv_b,const ImVec2& uv_c,const ImVec2& uv_d,ImU32 col)", "call_args": "(a,b,c,d,uv_a,uv_b,uv_c,uv_d,col)", "cimguiname": "ImDrawList_PrimQuadUV", - "comment": "", "defaults": [], "funcname": "PrimQuadUV", "ov_cimguiname": "ImDrawList_PrimQuadUV", @@ -2058,7 +1997,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,ImU32 col)", "call_args": "(a,b,col)", "cimguiname": "ImDrawList_PrimRect", - "comment": "", "defaults": [], "funcname": "PrimRect", "ov_cimguiname": "ImDrawList_PrimRect", @@ -2099,7 +2037,6 @@ "argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& uv_a,const ImVec2& uv_b,ImU32 col)", "call_args": "(a,b,uv_a,uv_b,col)", "cimguiname": "ImDrawList_PrimRectUV", - "comment": "", "defaults": [], "funcname": "PrimRectUV", "ov_cimguiname": "ImDrawList_PrimRectUV", @@ -2128,7 +2065,6 @@ "argsoriginal": "(int idx_count,int vtx_count)", "call_args": "(idx_count,vtx_count)", "cimguiname": "ImDrawList_PrimReserve", - "comment": "", "defaults": [], "funcname": "PrimReserve", "ov_cimguiname": "ImDrawList_PrimReserve", @@ -2161,7 +2097,6 @@ "argsoriginal": "(const ImVec2& pos,const ImVec2& uv,ImU32 col)", "call_args": "(pos,uv,col)", "cimguiname": "ImDrawList_PrimVtx", - "comment": "", "defaults": [], "funcname": "PrimVtx", "ov_cimguiname": "ImDrawList_PrimVtx", @@ -2186,7 +2121,6 @@ "argsoriginal": "(ImDrawIdx idx)", "call_args": "(idx)", "cimguiname": "ImDrawList_PrimWriteIdx", - "comment": "", "defaults": [], "funcname": "PrimWriteIdx", "ov_cimguiname": "ImDrawList_PrimWriteIdx", @@ -2219,7 +2153,6 @@ "argsoriginal": "(const ImVec2& pos,const ImVec2& uv,ImU32 col)", "call_args": "(pos,uv,col)", "cimguiname": "ImDrawList_PrimWriteVtx", - "comment": "", "defaults": [], "funcname": "PrimWriteVtx", "ov_cimguiname": "ImDrawList_PrimWriteVtx", @@ -2252,7 +2185,6 @@ "argsoriginal": "(ImVec2 clip_rect_min,ImVec2 clip_rect_max,bool intersect_with_current_clip_rect=false)", "call_args": "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)", "cimguiname": "ImDrawList_PushClipRect", - "comment": "", "defaults": { "intersect_with_current_clip_rect": "false" }, @@ -2275,7 +2207,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_PushClipRectFullScreen", - "comment": "", "defaults": [], "funcname": "PushClipRectFullScreen", "ov_cimguiname": "ImDrawList_PushClipRectFullScreen", @@ -2300,7 +2231,6 @@ "argsoriginal": "(ImTextureID texture_id)", "call_args": "(texture_id)", "cimguiname": "ImDrawList_PushTextureID", - "comment": "", "defaults": [], "funcname": "PushTextureID", "ov_cimguiname": "ImDrawList_PushTextureID", @@ -2321,7 +2251,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_UpdateClipRect", - "comment": "", "defaults": [], "funcname": "UpdateClipRect", "ov_cimguiname": "ImDrawList_UpdateClipRect", @@ -2342,7 +2271,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImDrawList_UpdateTextureID", - "comment": "", "defaults": [], "funcname": "UpdateTextureID", "ov_cimguiname": "ImDrawList_UpdateTextureID", @@ -2406,7 +2334,6 @@ "argsoriginal": "(ImFont* font,ImWchar id,int width,int height,float advance_x,const ImVec2& offset=ImVec2(0,0))", "call_args": "(font,id,width,height,advance_x,offset)", "cimguiname": "ImFontAtlas_AddCustomRectFontGlyph", - "comment": "", "defaults": { "offset": "ImVec2(0,0)" }, @@ -2441,7 +2368,6 @@ "argsoriginal": "(unsigned int id,int width,int height)", "call_args": "(id,width,height)", "cimguiname": "ImFontAtlas_AddCustomRectRegular", - "comment": "", "defaults": [], "funcname": "AddCustomRectRegular", "ov_cimguiname": "ImFontAtlas_AddCustomRectRegular", @@ -2466,7 +2392,6 @@ "argsoriginal": "(const ImFontConfig* font_cfg)", "call_args": "(font_cfg)", "cimguiname": "ImFontAtlas_AddFont", - "comment": "", "defaults": [], "funcname": "AddFont", "ov_cimguiname": "ImFontAtlas_AddFont", @@ -2491,7 +2416,6 @@ "argsoriginal": "(const ImFontConfig* font_cfg=((void*)0))", "call_args": "(font_cfg)", "cimguiname": "ImFontAtlas_AddFontDefault", - "comment": "", "defaults": { "font_cfg": "((void*)0)" }, @@ -2530,7 +2454,6 @@ "argsoriginal": "(const char* filename,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))", "call_args": "(filename,size_pixels,font_cfg,glyph_ranges)", "cimguiname": "ImFontAtlas_AddFontFromFileTTF", - "comment": "", "defaults": { "font_cfg": "((void*)0)", "glyph_ranges": "((void*)0)" @@ -2570,7 +2493,6 @@ "argsoriginal": "(const char* compressed_font_data_base85,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))", "call_args": "(compressed_font_data_base85,size_pixels,font_cfg,glyph_ranges)", "cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF", - "comment": "", "defaults": { "font_cfg": "((void*)0)", "glyph_ranges": "((void*)0)" @@ -2614,7 +2536,6 @@ "argsoriginal": "(const void* compressed_font_data,int compressed_font_size,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))", "call_args": "(compressed_font_data,compressed_font_size,size_pixels,font_cfg,glyph_ranges)", "cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF", - "comment": "", "defaults": { "font_cfg": "((void*)0)", "glyph_ranges": "((void*)0)" @@ -2658,7 +2579,6 @@ "argsoriginal": "(void* font_data,int font_size,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))", "call_args": "(font_data,font_size,size_pixels,font_cfg,glyph_ranges)", "cimguiname": "ImFontAtlas_AddFontFromMemoryTTF", - "comment": "", "defaults": { "font_cfg": "((void*)0)", "glyph_ranges": "((void*)0)" @@ -2682,7 +2602,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_Build", - "comment": "", "defaults": [], "funcname": "Build", "ov_cimguiname": "ImFontAtlas_Build", @@ -2715,7 +2634,6 @@ "argsoriginal": "(const CustomRect* rect,ImVec2* out_uv_min,ImVec2* out_uv_max)", "call_args": "(rect,out_uv_min,out_uv_max)", "cimguiname": "ImFontAtlas_CalcCustomRectUV", - "comment": "", "defaults": [], "funcname": "CalcCustomRectUV", "ov_cimguiname": "ImFontAtlas_CalcCustomRectUV", @@ -2736,7 +2654,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_Clear", - "comment": "", "defaults": [], "funcname": "Clear", "ov_cimguiname": "ImFontAtlas_Clear", @@ -2757,7 +2674,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_ClearFonts", - "comment": "", "defaults": [], "funcname": "ClearFonts", "ov_cimguiname": "ImFontAtlas_ClearFonts", @@ -2778,7 +2694,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_ClearInputData", - "comment": "", "defaults": [], "funcname": "ClearInputData", "ov_cimguiname": "ImFontAtlas_ClearInputData", @@ -2799,7 +2714,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_ClearTexData", - "comment": "", "defaults": [], "funcname": "ClearTexData", "ov_cimguiname": "ImFontAtlas_ClearTexData", @@ -2824,7 +2738,6 @@ "argsoriginal": "(int index)", "call_args": "(index)", "cimguiname": "ImFontAtlas_GetCustomRectByIndex", - "comment": "", "defaults": [], "funcname": "GetCustomRectByIndex", "ov_cimguiname": "ImFontAtlas_GetCustomRectByIndex", @@ -2845,7 +2758,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull", - "comment": "", "defaults": [], "funcname": "GetGlyphRangesChineseFull", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull", @@ -2866,7 +2778,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon", - "comment": "", "defaults": [], "funcname": "GetGlyphRangesChineseSimplifiedCommon", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon", @@ -2887,7 +2798,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic", - "comment": "", "defaults": [], "funcname": "GetGlyphRangesCyrillic", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic", @@ -2908,7 +2818,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_GetGlyphRangesDefault", - "comment": "", "defaults": [], "funcname": "GetGlyphRangesDefault", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesDefault", @@ -2929,7 +2838,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_GetGlyphRangesJapanese", - "comment": "", "defaults": [], "funcname": "GetGlyphRangesJapanese", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesJapanese", @@ -2950,7 +2858,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_GetGlyphRangesKorean", - "comment": "", "defaults": [], "funcname": "GetGlyphRangesKorean", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesKorean", @@ -2971,7 +2878,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_GetGlyphRangesThai", - "comment": "", "defaults": [], "funcname": "GetGlyphRangesThai", "ov_cimguiname": "ImFontAtlas_GetGlyphRangesThai", @@ -3012,7 +2918,6 @@ "argsoriginal": "(ImGuiMouseCursor cursor,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2])", "call_args": "(cursor,out_offset,out_size,out_uv_border,out_uv_fill)", "cimguiname": "ImFontAtlas_GetMouseCursorTexData", - "comment": "", "defaults": [], "funcname": "GetMouseCursorTexData", "ov_cimguiname": "ImFontAtlas_GetMouseCursorTexData", @@ -3049,7 +2954,6 @@ "argsoriginal": "(unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel=((void*)0))", "call_args": "(out_pixels,out_width,out_height,out_bytes_per_pixel)", "cimguiname": "ImFontAtlas_GetTexDataAsAlpha8", - "comment": "", "defaults": { "out_bytes_per_pixel": "((void*)0)" }, @@ -3088,7 +2992,6 @@ "argsoriginal": "(unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel=((void*)0))", "call_args": "(out_pixels,out_width,out_height,out_bytes_per_pixel)", "cimguiname": "ImFontAtlas_GetTexDataAsRGBA32", - "comment": "", "defaults": { "out_bytes_per_pixel": "((void*)0)" }, @@ -3106,7 +3009,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_ImFontAtlas", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImFontAtlas", @@ -3127,7 +3029,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontAtlas_IsBuilt", - "comment": "", "defaults": [], "funcname": "IsBuilt", "ov_cimguiname": "ImFontAtlas_IsBuilt", @@ -3152,7 +3053,6 @@ "argsoriginal": "(ImTextureID id)", "call_args": "(id)", "cimguiname": "ImFontAtlas_SetTexID", - "comment": "", "defaults": [], "funcname": "SetTexID", "ov_cimguiname": "ImFontAtlas_SetTexID", @@ -3187,7 +3087,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontConfig_ImFontConfig", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImFontConfig", @@ -3231,7 +3130,6 @@ "argsoriginal": "(ImWchar c)", "call_args": "(c)", "cimguiname": "ImFontGlyphRangesBuilder_AddChar", - "comment": "", "defaults": [], "funcname": "AddChar", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddChar", @@ -3256,7 +3154,6 @@ "argsoriginal": "(const ImWchar* ranges)", "call_args": "(ranges)", "cimguiname": "ImFontGlyphRangesBuilder_AddRanges", - "comment": "", "defaults": [], "funcname": "AddRanges", "ov_cimguiname": "ImFontGlyphRangesBuilder_AddRanges", @@ -3285,7 +3182,6 @@ "argsoriginal": "(const char* text,const char* text_end=((void*)0))", "call_args": "(text,text_end)", "cimguiname": "ImFontGlyphRangesBuilder_AddText", - "comment": "", "defaults": { "text_end": "((void*)0)" }, @@ -3312,7 +3208,6 @@ "argsoriginal": "(ImVector* out_ranges)", "call_args": "(out_ranges)", "cimguiname": "ImFontGlyphRangesBuilder_BuildRanges", - "comment": "", "defaults": [], "funcname": "BuildRanges", "ov_cimguiname": "ImFontGlyphRangesBuilder_BuildRanges", @@ -3337,7 +3232,6 @@ "argsoriginal": "(int n)", "call_args": "(n)", "cimguiname": "ImFontGlyphRangesBuilder_GetBit", - "comment": "", "defaults": [], "funcname": "GetBit", "ov_cimguiname": "ImFontGlyphRangesBuilder_GetBit", @@ -3353,7 +3247,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImFontGlyphRangesBuilder", @@ -3378,7 +3271,6 @@ "argsoriginal": "(int n)", "call_args": "(n)", "cimguiname": "ImFontGlyphRangesBuilder_SetBit", - "comment": "", "defaults": [], "funcname": "SetBit", "ov_cimguiname": "ImFontGlyphRangesBuilder_SetBit", @@ -3458,7 +3350,6 @@ "argsoriginal": "(ImWchar c,float x0,float y0,float x1,float y1,float u0,float v0,float u1,float v1,float advance_x)", "call_args": "(c,x0,y0,x1,y1,u0,v0,u1,v1,advance_x)", "cimguiname": "ImFont_AddGlyph", - "comment": "", "defaults": [], "funcname": "AddGlyph", "ov_cimguiname": "ImFont_AddGlyph", @@ -3491,7 +3382,6 @@ "argsoriginal": "(ImWchar dst,ImWchar src,bool overwrite_dst=true)", "call_args": "(dst,src,overwrite_dst)", "cimguiname": "ImFont_AddRemapChar", - "comment": "", "defaults": { "overwrite_dst": "true" }, @@ -3514,7 +3404,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFont_BuildLookupTable", - "comment": "", "defaults": [], "funcname": "BuildLookupTable", "ov_cimguiname": "ImFont_BuildLookupTable", @@ -3559,7 +3448,6 @@ "argsoriginal": "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** remaining=((void*)0))", "call_args": "(size,max_width,wrap_width,text_begin,text_end,remaining)", "cimguiname": "ImFont_CalcTextSizeA", - "comment": "", "defaults": { "remaining": "((void*)0)", "text_end": "((void*)0)" @@ -3609,7 +3497,6 @@ "argsoriginal": "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** remaining=((void*)0))", "call_args": "(size,max_width,wrap_width,text_begin,text_end,remaining)", "cimguiname": "ImFont_CalcTextSizeA", - "comment": "", "defaults": { "remaining": "((void*)0)", "text_end": "((void*)0)" @@ -3656,7 +3543,6 @@ "argsoriginal": "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** remaining=((void*)0))", "call_args": "(size,max_width,wrap_width,text_begin,text_end,remaining)", "cimguiname": "ImFont_CalcTextSizeA", - "comment": "", "defaults": { "remaining": "((void*)0)", "text_end": "((void*)0)" @@ -3698,7 +3584,6 @@ "argsoriginal": "(float scale,const char* text,const char* text_end,float wrap_width)", "call_args": "(scale,text,text_end,wrap_width)", "cimguiname": "ImFont_CalcWordWrapPositionA", - "comment": "", "defaults": [], "funcname": "CalcWordWrapPositionA", "ov_cimguiname": "ImFont_CalcWordWrapPositionA", @@ -3719,7 +3604,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFont_ClearOutputData", - "comment": "", "defaults": [], "funcname": "ClearOutputData", "ov_cimguiname": "ImFont_ClearOutputData", @@ -3744,7 +3628,6 @@ "argsoriginal": "(ImWchar c)", "call_args": "(c)", "cimguiname": "ImFont_FindGlyph", - "comment": "", "defaults": [], "funcname": "FindGlyph", "ov_cimguiname": "ImFont_FindGlyph", @@ -3769,7 +3652,6 @@ "argsoriginal": "(ImWchar c)", "call_args": "(c)", "cimguiname": "ImFont_FindGlyphNoFallback", - "comment": "", "defaults": [], "funcname": "FindGlyphNoFallback", "ov_cimguiname": "ImFont_FindGlyphNoFallback", @@ -3794,7 +3676,6 @@ "argsoriginal": "(ImWchar c)", "call_args": "(c)", "cimguiname": "ImFont_GetCharAdvance", - "comment": "", "defaults": [], "funcname": "GetCharAdvance", "ov_cimguiname": "ImFont_GetCharAdvance", @@ -3815,7 +3696,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFont_GetDebugName", - "comment": "", "defaults": [], "funcname": "GetDebugName", "ov_cimguiname": "ImFont_GetDebugName", @@ -3840,7 +3720,6 @@ "argsoriginal": "(int new_size)", "call_args": "(new_size)", "cimguiname": "ImFont_GrowIndex", - "comment": "", "defaults": [], "funcname": "GrowIndex", "ov_cimguiname": "ImFont_GrowIndex", @@ -3856,7 +3735,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFont_ImFont", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImFont", @@ -3877,7 +3755,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImFont_IsLoaded", - "comment": "", "defaults": [], "funcname": "IsLoaded", "ov_cimguiname": "ImFont_IsLoaded", @@ -3918,7 +3795,6 @@ "argsoriginal": "(ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,ImWchar c)", "call_args": "(draw_list,size,pos,col,c)", "cimguiname": "ImFont_RenderChar", - "comment": "", "defaults": [], "funcname": "RenderChar", "ov_cimguiname": "ImFont_RenderChar", @@ -3975,7 +3851,6 @@ "argsoriginal": "(ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4& clip_rect,const char* text_begin,const char* text_end,float wrap_width=0.0f,bool cpu_fine_clip=false)", "call_args": "(draw_list,size,pos,col,clip_rect,text_begin,text_end,wrap_width,cpu_fine_clip)", "cimguiname": "ImFont_RenderText", - "comment": "", "defaults": { "cpu_fine_clip": "false", "wrap_width": "0.0f" @@ -4003,7 +3878,6 @@ "argsoriginal": "(ImWchar c)", "call_args": "(c)", "cimguiname": "ImFont_SetFallbackChar", - "comment": "", "defaults": [], "funcname": "SetFallbackChar", "ov_cimguiname": "ImFont_SetFallbackChar", @@ -4047,7 +3921,6 @@ "argsoriginal": "(ImWchar c)", "call_args": "(c)", "cimguiname": "ImGuiIO_AddInputCharacter", - "comment": "", "defaults": [], "funcname": "AddInputCharacter", "ov_cimguiname": "ImGuiIO_AddInputCharacter", @@ -4072,7 +3945,6 @@ "argsoriginal": "(const char* str)", "call_args": "(str)", "cimguiname": "ImGuiIO_AddInputCharactersUTF8", - "comment": "", "defaults": [], "funcname": "AddInputCharactersUTF8", "ov_cimguiname": "ImGuiIO_AddInputCharactersUTF8", @@ -4093,7 +3965,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiIO_ClearInputCharacters", - "comment": "", "defaults": [], "funcname": "ClearInputCharacters", "ov_cimguiname": "ImGuiIO_ClearInputCharacters", @@ -4109,7 +3980,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiIO_ImGuiIO", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImGuiIO", @@ -4157,7 +4027,6 @@ "argsoriginal": "(int pos,int bytes_count)", "call_args": "(pos,bytes_count)", "cimguiname": "ImGuiInputTextCallbackData_DeleteChars", - "comment": "", "defaults": [], "funcname": "DeleteChars", "ov_cimguiname": "ImGuiInputTextCallbackData_DeleteChars", @@ -4178,7 +4047,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiInputTextCallbackData_HasSelection", - "comment": "", "defaults": [], "funcname": "HasSelection", "ov_cimguiname": "ImGuiInputTextCallbackData_HasSelection", @@ -4194,7 +4062,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImGuiInputTextCallbackData", @@ -4227,7 +4094,6 @@ "argsoriginal": "(int pos,const char* text,const char* text_end=((void*)0))", "call_args": "(pos,text,text_end)", "cimguiname": "ImGuiInputTextCallbackData_InsertChars", - "comment": "", "defaults": { "text_end": "((void*)0)" }, @@ -4277,7 +4143,6 @@ "argsoriginal": "(int items_count,float items_height=-1.0f)", "call_args": "(items_count,items_height)", "cimguiname": "ImGuiListClipper_Begin", - "comment": "", "defaults": { "items_height": "-1.0f" }, @@ -4300,7 +4165,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiListClipper_End", - "comment": "", "defaults": [], "funcname": "End", "ov_cimguiname": "ImGuiListClipper_End", @@ -4325,7 +4189,6 @@ "argsoriginal": "(int items_count=-1,float items_height=-1.0f)", "call_args": "(items_count,items_height)", "cimguiname": "ImGuiListClipper_ImGuiListClipper", - "comment": "", "constructor": true, "defaults": { "items_count": "-1", @@ -4349,7 +4212,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiListClipper_Step", - "comment": "", "defaults": [], "funcname": "Step", "ov_cimguiname": "ImGuiListClipper_Step", @@ -4384,7 +4246,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImGuiOnceUponAFrame", @@ -4424,7 +4285,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiPayload_Clear", - "comment": "", "defaults": [], "funcname": "Clear", "ov_cimguiname": "ImGuiPayload_Clear", @@ -4440,7 +4300,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiPayload_ImGuiPayload", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImGuiPayload", @@ -4465,7 +4324,6 @@ "argsoriginal": "(const char* type)", "call_args": "(type)", "cimguiname": "ImGuiPayload_IsDataType", - "comment": "", "defaults": [], "funcname": "IsDataType", "ov_cimguiname": "ImGuiPayload_IsDataType", @@ -4486,7 +4344,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiPayload_IsDelivery", - "comment": "", "defaults": [], "funcname": "IsDelivery", "ov_cimguiname": "ImGuiPayload_IsDelivery", @@ -4507,7 +4364,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiPayload_IsPreview", - "comment": "", "defaults": [], "funcname": "IsPreview", "ov_cimguiname": "ImGuiPayload_IsPreview", @@ -4547,7 +4403,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiStorage_BuildSortByKey", - "comment": "", "defaults": [], "funcname": "BuildSortByKey", "ov_cimguiname": "ImGuiStorage_BuildSortByKey", @@ -4568,7 +4423,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiStorage_Clear", - "comment": "", "defaults": [], "funcname": "Clear", "ov_cimguiname": "ImGuiStorage_Clear", @@ -4597,7 +4451,6 @@ "argsoriginal": "(ImGuiID key,bool default_val=false)", "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetBool", - "comment": "", "defaults": { "default_val": "false" }, @@ -4628,7 +4481,6 @@ "argsoriginal": "(ImGuiID key,bool default_val=false)", "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetBoolRef", - "comment": "", "defaults": { "default_val": "false" }, @@ -4659,7 +4511,6 @@ "argsoriginal": "(ImGuiID key,float default_val=0.0f)", "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetFloat", - "comment": "", "defaults": { "default_val": "0.0f" }, @@ -4690,7 +4541,6 @@ "argsoriginal": "(ImGuiID key,float default_val=0.0f)", "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetFloatRef", - "comment": "", "defaults": { "default_val": "0.0f" }, @@ -4721,7 +4571,6 @@ "argsoriginal": "(ImGuiID key,int default_val=0)", "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetInt", - "comment": "", "defaults": { "default_val": "0" }, @@ -4752,7 +4601,6 @@ "argsoriginal": "(ImGuiID key,int default_val=0)", "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetIntRef", - "comment": "", "defaults": { "default_val": "0" }, @@ -4779,7 +4627,6 @@ "argsoriginal": "(ImGuiID key)", "call_args": "(key)", "cimguiname": "ImGuiStorage_GetVoidPtr", - "comment": "", "defaults": [], "funcname": "GetVoidPtr", "ov_cimguiname": "ImGuiStorage_GetVoidPtr", @@ -4808,7 +4655,6 @@ "argsoriginal": "(ImGuiID key,void* default_val=((void*)0))", "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetVoidPtrRef", - "comment": "", "defaults": { "default_val": "((void*)0)" }, @@ -4835,7 +4681,6 @@ "argsoriginal": "(int val)", "call_args": "(val)", "cimguiname": "ImGuiStorage_SetAllInt", - "comment": "", "defaults": [], "funcname": "SetAllInt", "ov_cimguiname": "ImGuiStorage_SetAllInt", @@ -4864,7 +4709,6 @@ "argsoriginal": "(ImGuiID key,bool val)", "call_args": "(key,val)", "cimguiname": "ImGuiStorage_SetBool", - "comment": "", "defaults": [], "funcname": "SetBool", "ov_cimguiname": "ImGuiStorage_SetBool", @@ -4893,7 +4737,6 @@ "argsoriginal": "(ImGuiID key,float val)", "call_args": "(key,val)", "cimguiname": "ImGuiStorage_SetFloat", - "comment": "", "defaults": [], "funcname": "SetFloat", "ov_cimguiname": "ImGuiStorage_SetFloat", @@ -4922,7 +4765,6 @@ "argsoriginal": "(ImGuiID key,int val)", "call_args": "(key,val)", "cimguiname": "ImGuiStorage_SetInt", - "comment": "", "defaults": [], "funcname": "SetInt", "ov_cimguiname": "ImGuiStorage_SetInt", @@ -4951,7 +4793,6 @@ "argsoriginal": "(ImGuiID key,void* val)", "call_args": "(key,val)", "cimguiname": "ImGuiStorage_SetVoidPtr", - "comment": "", "defaults": [], "funcname": "SetVoidPtr", "ov_cimguiname": "ImGuiStorage_SetVoidPtr", @@ -4967,7 +4808,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiStyle_ImGuiStyle", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImGuiStyle", @@ -4992,7 +4832,6 @@ "argsoriginal": "(float scale_factor)", "call_args": "(scale_factor)", "cimguiname": "ImGuiStyle_ScaleAllSizes", - "comment": "", "defaults": [], "funcname": "ScaleAllSizes", "ov_cimguiname": "ImGuiStyle_ScaleAllSizes", @@ -5027,7 +4866,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImGuiTextBuffer", @@ -5056,7 +4894,6 @@ "argsoriginal": "(const char* fmt,...)", "call_args": "(fmt,...)", "cimguiname": "ImGuiTextBuffer_appendf", - "comment": "", "defaults": [], "funcname": "appendf", "isvararg": "...)", @@ -5087,7 +4924,6 @@ "argsoriginal": "(const char* fmt,va_list args)", "call_args": "(fmt,args)", "cimguiname": "ImGuiTextBuffer_appendfv", - "comment": "", "defaults": [], "funcname": "appendfv", "ov_cimguiname": "ImGuiTextBuffer_appendfv", @@ -5108,7 +4944,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextBuffer_begin", - "comment": "", "defaults": [], "funcname": "begin", "ov_cimguiname": "ImGuiTextBuffer_begin", @@ -5129,7 +4964,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextBuffer_c_str", - "comment": "", "defaults": [], "funcname": "c_str", "ov_cimguiname": "ImGuiTextBuffer_c_str", @@ -5150,7 +4984,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextBuffer_clear", - "comment": "", "defaults": [], "funcname": "clear", "ov_cimguiname": "ImGuiTextBuffer_clear", @@ -5190,7 +5023,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextBuffer_empty", - "comment": "", "defaults": [], "funcname": "empty", "ov_cimguiname": "ImGuiTextBuffer_empty", @@ -5211,7 +5043,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextBuffer_end", - "comment": "", "defaults": [], "funcname": "end", "ov_cimguiname": "ImGuiTextBuffer_end", @@ -5236,7 +5067,6 @@ "argsoriginal": "(int capacity)", "call_args": "(capacity)", "cimguiname": "ImGuiTextBuffer_reserve", - "comment": "", "defaults": [], "funcname": "reserve", "ov_cimguiname": "ImGuiTextBuffer_reserve", @@ -5257,7 +5087,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextBuffer_size", - "comment": "", "defaults": [], "funcname": "size", "ov_cimguiname": "ImGuiTextBuffer_size", @@ -5278,7 +5107,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextFilter_Build", - "comment": "", "defaults": [], "funcname": "Build", "ov_cimguiname": "ImGuiTextFilter_Build", @@ -5299,7 +5127,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextFilter_Clear", - "comment": "", "defaults": [], "funcname": "Clear", "ov_cimguiname": "ImGuiTextFilter_Clear", @@ -5328,7 +5155,6 @@ "argsoriginal": "(const char* label=\"Filter(inc,-exc)\",float width=0.0f)", "call_args": "(label,width)", "cimguiname": "ImGuiTextFilter_Draw", - "comment": "", "defaults": { "label": "\"Filter(inc,-exc)\"", "width": "0.0f" @@ -5352,7 +5178,6 @@ "argsoriginal": "(const char* default_filter=\"\")", "call_args": "(default_filter)", "cimguiname": "ImGuiTextFilter_ImGuiTextFilter", - "comment": "", "constructor": true, "defaults": { "default_filter": "\"\"" @@ -5375,7 +5200,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGuiTextFilter_IsActive", - "comment": "", "defaults": [], "funcname": "IsActive", "ov_cimguiname": "ImGuiTextFilter_IsActive", @@ -5404,7 +5228,6 @@ "argsoriginal": "(const char* text,const char* text_end=((void*)0))", "call_args": "(text,text_end)", "cimguiname": "ImGuiTextFilter_PassFilter", - "comment": "", "defaults": { "text_end": "((void*)0)" }, @@ -5441,7 +5264,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVec2_ImVec2", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImVec2", @@ -5464,7 +5286,6 @@ "argsoriginal": "(float _x,float _y)", "call_args": "(_x,_y)", "cimguiname": "ImVec2_ImVec2", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImVec2", @@ -5499,7 +5320,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVec4_ImVec4", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImVec4", @@ -5530,7 +5350,6 @@ "argsoriginal": "(float _x,float _y,float _z,float _w)", "call_args": "(_x,_y,_z,_w)", "cimguiname": "ImVec4_ImVec4", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImVec4", @@ -12429,7 +12248,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_ImVector", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImVector", @@ -12449,7 +12267,6 @@ "argsoriginal": "(const ImVector& src)", "call_args": "(src)", "cimguiname": "ImVector_ImVector", - "comment": "", "constructor": true, "defaults": [], "funcname": "ImVector", @@ -14371,7 +14188,6 @@ "argsoriginal": "(int sz)", "call_args": "(sz)", "cimguiname": "ImVector__grow_capacity", - "comment": "", "defaults": [], "funcname": "_grow_capacity", "ov_cimguiname": "ImVector__grow_capacity", @@ -14393,7 +14209,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_back", - "comment": "", "defaults": [], "funcname": "back", "ov_cimguiname": "ImVector_back", @@ -14414,7 +14229,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_back", - "comment": "", "defaults": [], "funcname": "back", "ov_cimguiname": "ImVector_back_const", @@ -14437,7 +14251,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_begin", - "comment": "", "defaults": [], "funcname": "begin", "ov_cimguiname": "ImVector_begin", @@ -14457,7 +14270,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_begin", - "comment": "", "defaults": [], "funcname": "begin", "ov_cimguiname": "ImVector_begin_const", @@ -14479,7 +14291,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_capacity", - "comment": "", "defaults": [], "funcname": "capacity", "ov_cimguiname": "ImVector_capacity", @@ -15149,7 +14960,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_clear", - "comment": "", "defaults": [], "funcname": "clear", "ov_cimguiname": "ImVector_clear", @@ -15191,7 +15001,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_empty", - "comment": "", "defaults": [], "funcname": "empty", "ov_cimguiname": "ImVector_empty", @@ -15213,7 +15022,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_end", - "comment": "", "defaults": [], "funcname": "end", "ov_cimguiname": "ImVector_end", @@ -15233,7 +15041,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_end", - "comment": "", "defaults": [], "funcname": "end", "ov_cimguiname": "ImVector_end_const", @@ -15259,7 +15066,6 @@ "argsoriginal": "(const T* it)", "call_args": "(it)", "cimguiname": "ImVector_erase", - "comment": "", "defaults": [], "funcname": "erase", "ov_cimguiname": "ImVector_erase", @@ -15287,7 +15093,6 @@ "argsoriginal": "(const T* it,const T* it_last)", "call_args": "(it,it_last)", "cimguiname": "ImVector_erase", - "comment": "", "defaults": [], "funcname": "erase", "ov_cimguiname": "ImVector_eraseTPtr", @@ -15313,7 +15118,6 @@ "argsoriginal": "(const T* it)", "call_args": "(it)", "cimguiname": "ImVector_erase_unsorted", - "comment": "", "defaults": [], "funcname": "erase_unsorted", "ov_cimguiname": "ImVector_erase_unsorted", @@ -15983,7 +15787,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_front", - "comment": "", "defaults": [], "funcname": "front", "ov_cimguiname": "ImVector_front", @@ -16004,7 +15807,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_front", - "comment": "", "defaults": [], "funcname": "front", "ov_cimguiname": "ImVector_front_const", @@ -16031,7 +15833,6 @@ "argsoriginal": "(const T* it)", "call_args": "(it)", "cimguiname": "ImVector_index_from_ptr", - "comment": "", "defaults": [], "funcname": "index_from_ptr", "ov_cimguiname": "ImVector_index_from_ptr", @@ -16061,7 +15862,6 @@ "argsoriginal": "(const T* it,const T& v)", "call_args": "(it,v)", "cimguiname": "ImVector_insert", - "comment": "", "defaults": [], "funcname": "insert", "ov_cimguiname": "ImVector_insert", @@ -16731,7 +16531,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_pop_back", - "comment": "", "defaults": [], "funcname": "pop_back", "ov_cimguiname": "ImVector_pop_back", @@ -16757,7 +16556,6 @@ "argsoriginal": "(const T& v)", "call_args": "(v)", "cimguiname": "ImVector_push_back", - "comment": "", "defaults": [], "funcname": "push_back", "ov_cimguiname": "ImVector_push_back", @@ -16783,7 +16581,6 @@ "argsoriginal": "(const T& v)", "call_args": "(v)", "cimguiname": "ImVector_push_front", - "comment": "", "defaults": [], "funcname": "push_front", "ov_cimguiname": "ImVector_push_front", @@ -16809,7 +16606,6 @@ "argsoriginal": "(int new_capacity)", "call_args": "(new_capacity)", "cimguiname": "ImVector_reserve", - "comment": "", "defaults": [], "funcname": "reserve", "ov_cimguiname": "ImVector_reserve", @@ -16835,7 +16631,6 @@ "argsoriginal": "(int new_size)", "call_args": "(new_size)", "cimguiname": "ImVector_resize", - "comment": "", "defaults": [], "funcname": "resize", "ov_cimguiname": "ImVector_resize", @@ -16863,7 +16658,6 @@ "argsoriginal": "(int new_size,const T& v)", "call_args": "(new_size,v)", "cimguiname": "ImVector_resize", - "comment": "", "defaults": [], "funcname": "resize", "ov_cimguiname": "ImVector_resizeT", @@ -16885,7 +16679,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_size", - "comment": "", "defaults": [], "funcname": "size", "ov_cimguiname": "ImVector_size", @@ -16907,7 +16700,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImVector_size_in_bytes", - "comment": "", "defaults": [], "funcname": "size_in_bytes", "ov_cimguiname": "ImVector_size_in_bytes", @@ -16933,7 +16725,6 @@ "argsoriginal": "(ImVector& rhs)", "call_args": "(rhs)", "cimguiname": "ImVector_swap", - "comment": "", "defaults": [], "funcname": "swap", "ov_cimguiname": "ImVector_swap", @@ -16959,7 +16750,6 @@ "argsoriginal": "(ImGuiID _key,int _val_i)", "call_args": "(_key,_val_i)", "cimguiname": "Pair_Pair", - "comment": "", "constructor": true, "defaults": [], "funcname": "Pair", @@ -16982,7 +16772,6 @@ "argsoriginal": "(ImGuiID _key,float _val_f)", "call_args": "(_key,_val_f)", "cimguiname": "Pair_Pair", - "comment": "", "constructor": true, "defaults": [], "funcname": "Pair", @@ -17005,7 +16794,6 @@ "argsoriginal": "(ImGuiID _key,void* _val_p)", "call_args": "(_key,_val_p)", "cimguiname": "Pair_Pair", - "comment": "", "constructor": true, "defaults": [], "funcname": "Pair", @@ -17040,7 +16828,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "TextRange_TextRange", - "comment": "", "constructor": true, "defaults": [], "funcname": "TextRange", @@ -17063,7 +16850,6 @@ "argsoriginal": "(const char* _b,const char* _e)", "call_args": "(_b,_e)", "cimguiname": "TextRange_TextRange", - "comment": "", "constructor": true, "defaults": [], "funcname": "TextRange", @@ -17084,7 +16870,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "TextRange_begin", - "comment": "", "defaults": [], "funcname": "begin", "ov_cimguiname": "TextRange_begin", @@ -17124,7 +16909,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "TextRange_empty", - "comment": "", "defaults": [], "funcname": "empty", "ov_cimguiname": "TextRange_empty", @@ -17145,7 +16929,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "TextRange_end", - "comment": "", "defaults": [], "funcname": "end", "ov_cimguiname": "TextRange_end", @@ -17174,7 +16957,6 @@ "argsoriginal": "(char separator,ImVector* out)", "call_args": "(separator,out)", "cimguiname": "TextRange_split", - "comment": "", "defaults": [], "funcname": "split", "ov_cimguiname": "TextRange_split", @@ -17199,7 +16981,6 @@ "argsoriginal": "(const char* type,ImGuiDragDropFlags flags=0)", "call_args": "(type,flags)", "cimguiname": "igAcceptDragDropPayload", - "comment": "", "defaults": { "flags": "0" }, @@ -17218,7 +16999,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igAlignTextToFramePadding", - "comment": "", "defaults": [], "funcname": "AlignTextToFramePadding", "namespace": "ImGui", @@ -17244,7 +17024,6 @@ "argsoriginal": "(const char* str_id,ImGuiDir dir)", "call_args": "(str_id,dir)", "cimguiname": "igArrowButton", - "comment": "", "defaults": [], "funcname": "ArrowButton", "namespace": "ImGui", @@ -17274,7 +17053,6 @@ "argsoriginal": "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)", "call_args": "(name,p_open,flags)", "cimguiname": "igBegin", - "comment": "", "defaults": { "flags": "0", "p_open": "((void*)0)" @@ -17311,7 +17089,6 @@ "argsoriginal": "(const char* str_id,const ImVec2& size=ImVec2(0,0),bool border=false,ImGuiWindowFlags flags=0)", "call_args": "(str_id,size,border,flags)", "cimguiname": "igBeginChild", - "comment": "", "defaults": { "border": "false", "flags": "0", @@ -17347,7 +17124,6 @@ "argsoriginal": "(ImGuiID id,const ImVec2& size=ImVec2(0,0),bool border=false,ImGuiWindowFlags flags=0)", "call_args": "(id,size,border,flags)", "cimguiname": "igBeginChild", - "comment": "", "defaults": { "border": "false", "flags": "0", @@ -17381,7 +17157,6 @@ "argsoriginal": "(ImGuiID id,const ImVec2& size,ImGuiWindowFlags flags=0)", "call_args": "(id,size,flags)", "cimguiname": "igBeginChildFrame", - "comment": "", "defaults": { "flags": "0" }, @@ -17413,7 +17188,6 @@ "argsoriginal": "(const char* label,const char* preview_value,ImGuiComboFlags flags=0)", "call_args": "(label,preview_value,flags)", "cimguiname": "igBeginCombo", - "comment": "", "defaults": { "flags": "0" }, @@ -17437,7 +17211,6 @@ "argsoriginal": "(ImGuiDragDropFlags flags=0)", "call_args": "(flags)", "cimguiname": "igBeginDragDropSource", - "comment": "", "defaults": { "flags": "0" }, @@ -17456,7 +17229,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igBeginDragDropTarget", - "comment": "", "defaults": [], "funcname": "BeginDragDropTarget", "namespace": "ImGui", @@ -17473,7 +17245,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igBeginGroup", - "comment": "", "defaults": [], "funcname": "BeginGroup", "namespace": "ImGui", @@ -17490,7 +17261,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igBeginMainMenuBar", - "comment": "", "defaults": [], "funcname": "BeginMainMenuBar", "namespace": "ImGui", @@ -17516,7 +17286,6 @@ "argsoriginal": "(const char* label,bool enabled=true)", "call_args": "(label,enabled)", "cimguiname": "igBeginMenu", - "comment": "", "defaults": { "enabled": "true" }, @@ -17535,7 +17304,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igBeginMenuBar", - "comment": "", "defaults": [], "funcname": "BeginMenuBar", "namespace": "ImGui", @@ -17561,7 +17329,6 @@ "argsoriginal": "(const char* str_id,ImGuiWindowFlags flags=0)", "call_args": "(str_id,flags)", "cimguiname": "igBeginPopup", - "comment": "", "defaults": { "flags": "0" }, @@ -17589,7 +17356,6 @@ "argsoriginal": "(const char* str_id=((void*)0),int mouse_button=1)", "call_args": "(str_id,mouse_button)", "cimguiname": "igBeginPopupContextItem", - "comment": "", "defaults": { "mouse_button": "1", "str_id": "((void*)0)" @@ -17618,7 +17384,6 @@ "argsoriginal": "(const char* str_id=((void*)0),int mouse_button=1)", "call_args": "(str_id,mouse_button)", "cimguiname": "igBeginPopupContextVoid", - "comment": "", "defaults": { "mouse_button": "1", "str_id": "((void*)0)" @@ -17651,7 +17416,6 @@ "argsoriginal": "(const char* str_id=((void*)0),int mouse_button=1,bool also_over_items=true)", "call_args": "(str_id,mouse_button,also_over_items)", "cimguiname": "igBeginPopupContextWindow", - "comment": "", "defaults": { "also_over_items": "true", "mouse_button": "1", @@ -17685,7 +17449,6 @@ "argsoriginal": "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)", "call_args": "(name,p_open,flags)", "cimguiname": "igBeginPopupModal", - "comment": "", "defaults": { "flags": "0", "p_open": "((void*)0)" @@ -17714,7 +17477,6 @@ "argsoriginal": "(const char* str_id,ImGuiTabBarFlags flags=0)", "call_args": "(str_id,flags)", "cimguiname": "igBeginTabBar", - "comment": "", "defaults": { "flags": "0" }, @@ -17746,7 +17508,6 @@ "argsoriginal": "(const char* label,bool* p_open=((void*)0),ImGuiTabItemFlags flags=0)", "call_args": "(label,p_open,flags)", "cimguiname": "igBeginTabItem", - "comment": "", "defaults": { "flags": "0", "p_open": "((void*)0)" @@ -17766,7 +17527,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igBeginTooltip", - "comment": "", "defaults": [], "funcname": "BeginTooltip", "namespace": "ImGui", @@ -17783,7 +17543,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igBullet", - "comment": "", "defaults": [], "funcname": "Bullet", "namespace": "ImGui", @@ -17809,7 +17568,6 @@ "argsoriginal": "(const char* fmt,...)", "call_args": "(fmt,...)", "cimguiname": "igBulletText", - "comment": "", "defaults": [], "funcname": "BulletText", "isvararg": "...)", @@ -17836,7 +17594,6 @@ "argsoriginal": "(const char* fmt,va_list args)", "call_args": "(fmt,args)", "cimguiname": "igBulletTextV", - "comment": "", "defaults": [], "funcname": "BulletTextV", "namespace": "ImGui", @@ -17862,7 +17619,6 @@ "argsoriginal": "(const char* label,const ImVec2& size=ImVec2(0,0))", "call_args": "(label,size)", "cimguiname": "igButton", - "comment": "", "defaults": { "size": "ImVec2(0,0)" }, @@ -17881,7 +17637,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igCalcItemWidth", - "comment": "", "defaults": [], "funcname": "CalcItemWidth", "namespace": "ImGui", @@ -17915,7 +17670,6 @@ "argsoriginal": "(int items_count,float items_height,int* out_items_display_start,int* out_items_display_end)", "call_args": "(items_count,items_height,out_items_display_start,out_items_display_end)", "cimguiname": "igCalcListClipping", - "comment": "", "defaults": [], "funcname": "CalcListClipping", "namespace": "ImGui", @@ -17949,7 +17703,6 @@ "argsoriginal": "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)", "call_args": "(text,text_end,hide_text_after_double_hash,wrap_width)", "cimguiname": "igCalcTextSize", - "comment": "", "defaults": { "hide_text_after_double_hash": "false", "text_end": "((void*)0)", @@ -17989,7 +17742,6 @@ "argsoriginal": "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)", "call_args": "(text,text_end,hide_text_after_double_hash,wrap_width)", "cimguiname": "igCalcTextSize", - "comment": "", "defaults": { "hide_text_after_double_hash": "false", "text_end": "((void*)0)", @@ -18026,7 +17778,6 @@ "argsoriginal": "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)", "call_args": "(text,text_end,hide_text_after_double_hash,wrap_width)", "cimguiname": "igCalcTextSize", - "comment": "", "defaults": { "hide_text_after_double_hash": "false", "text_end": "((void*)0)", @@ -18054,7 +17805,6 @@ "argsoriginal": "(bool want_capture_keyboard_value=true)", "call_args": "(want_capture_keyboard_value)", "cimguiname": "igCaptureKeyboardFromApp", - "comment": "", "defaults": { "want_capture_keyboard_value": "true" }, @@ -18078,7 +17828,6 @@ "argsoriginal": "(bool want_capture_mouse_value=true)", "call_args": "(want_capture_mouse_value)", "cimguiname": "igCaptureMouseFromApp", - "comment": "", "defaults": { "want_capture_mouse_value": "true" }, @@ -18106,7 +17855,6 @@ "argsoriginal": "(const char* label,bool* v)", "call_args": "(label,v)", "cimguiname": "igCheckbox", - "comment": "", "defaults": [], "funcname": "Checkbox", "namespace": "ImGui", @@ -18136,7 +17884,6 @@ "argsoriginal": "(const char* label,unsigned int* flags,unsigned int flags_value)", "call_args": "(label,flags,flags_value)", "cimguiname": "igCheckboxFlags", - "comment": "", "defaults": [], "funcname": "CheckboxFlags", "namespace": "ImGui", @@ -18153,7 +17900,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igCloseCurrentPopup", - "comment": "", "defaults": [], "funcname": "CloseCurrentPopup", "namespace": "ImGui", @@ -18179,7 +17925,6 @@ "argsoriginal": "(const char* label,ImGuiTreeNodeFlags flags=0)", "call_args": "(label,flags)", "cimguiname": "igCollapsingHeader", - "comment": "", "defaults": { "flags": "0" }, @@ -18209,7 +17954,6 @@ "argsoriginal": "(const char* label,bool* p_open,ImGuiTreeNodeFlags flags=0)", "call_args": "(label,p_open,flags)", "cimguiname": "igCollapsingHeader", - "comment": "", "defaults": { "flags": "0" }, @@ -18245,7 +17989,6 @@ "argsoriginal": "(const char* desc_id,const ImVec4& col,ImGuiColorEditFlags flags=0,ImVec2 size=ImVec2(0,0))", "call_args": "(desc_id,col,flags,size)", "cimguiname": "igColorButton", - "comment": "", "defaults": { "flags": "0", "size": "ImVec2(0,0)" @@ -18270,7 +18013,6 @@ "argsoriginal": "(const ImVec4& in)", "call_args": "(in)", "cimguiname": "igColorConvertFloat4ToU32", - "comment": "", "defaults": [], "funcname": "ColorConvertFloat4ToU32", "namespace": "ImGui", @@ -18312,7 +18054,6 @@ "argsoriginal": "(float h,float s,float v,float& out_r,float& out_g,float& out_b)", "call_args": "(h,s,v,out_r,out_g,out_b)", "cimguiname": "igColorConvertHSVtoRGB", - "comment": "", "defaults": [], "funcname": "ColorConvertHSVtoRGB", "manual": true, @@ -18355,7 +18096,6 @@ "argsoriginal": "(float r,float g,float b,float& out_h,float& out_s,float& out_v)", "call_args": "(r,g,b,out_h,out_s,out_v)", "cimguiname": "igColorConvertRGBtoHSV", - "comment": "", "defaults": [], "funcname": "ColorConvertRGBtoHSV", "manual": true, @@ -18378,7 +18118,6 @@ "argsoriginal": "(ImU32 in)", "call_args": "(in)", "cimguiname": "igColorConvertU32ToFloat4", - "comment": "", "defaults": [], "funcname": "ColorConvertU32ToFloat4", "namespace": "ImGui", @@ -18402,7 +18141,6 @@ "argsoriginal": "(ImU32 in)", "call_args": "(in)", "cimguiname": "igColorConvertU32ToFloat4", - "comment": "", "defaults": [], "funcname": "ColorConvertU32ToFloat4", "namespace": "ImGui", @@ -18423,7 +18161,6 @@ "argsoriginal": "(ImU32 in)", "call_args": "(in)", "cimguiname": "igColorConvertU32ToFloat4", - "comment": "", "defaults": [], "funcname": "ColorConvertU32ToFloat4", "namespace": "ImGui", @@ -18455,7 +18192,6 @@ "argsoriginal": "(const char* label,float col[3],ImGuiColorEditFlags flags=0)", "call_args": "(label,col,flags)", "cimguiname": "igColorEdit3", - "comment": "", "defaults": { "flags": "0" }, @@ -18487,7 +18223,6 @@ "argsoriginal": "(const char* label,float col[4],ImGuiColorEditFlags flags=0)", "call_args": "(label,col,flags)", "cimguiname": "igColorEdit4", - "comment": "", "defaults": { "flags": "0" }, @@ -18519,7 +18254,6 @@ "argsoriginal": "(const char* label,float col[3],ImGuiColorEditFlags flags=0)", "call_args": "(label,col,flags)", "cimguiname": "igColorPicker3", - "comment": "", "defaults": { "flags": "0" }, @@ -18555,7 +18289,6 @@ "argsoriginal": "(const char* label,float col[4],ImGuiColorEditFlags flags=0,const float* ref_col=((void*)0))", "call_args": "(label,col,flags,ref_col)", "cimguiname": "igColorPicker4", - "comment": "", "defaults": { "flags": "0", "ref_col": "((void*)0)" @@ -18588,7 +18321,6 @@ "argsoriginal": "(int count=1,const char* id=((void*)0),bool border=true)", "call_args": "(count,id,border)", "cimguiname": "igColumns", - "comment": "", "defaults": { "border": "true", "count": "1", @@ -18630,7 +18362,6 @@ "argsoriginal": "(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items=-1)", "call_args": "(label,current_item,items,items_count,popup_max_height_in_items)", "cimguiname": "igCombo", - "comment": "", "defaults": { "popup_max_height_in_items": "-1" }, @@ -18664,7 +18395,6 @@ "argsoriginal": "(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items=-1)", "call_args": "(label,current_item,items_separated_by_zeros,popup_max_height_in_items)", "cimguiname": "igCombo", - "comment": "", "defaults": { "popup_max_height_in_items": "-1" }, @@ -18708,7 +18438,6 @@ "argsoriginal": "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int popup_max_height_in_items=-1)", "call_args": "(label,current_item,items_getter,data,items_count,popup_max_height_in_items)", "cimguiname": "igCombo", - "comment": "", "defaults": { "popup_max_height_in_items": "-1" }, @@ -18732,7 +18461,6 @@ "argsoriginal": "(ImFontAtlas* shared_font_atlas=((void*)0))", "call_args": "(shared_font_atlas)", "cimguiname": "igCreateContext", - "comment": "", "defaults": { "shared_font_atlas": "((void*)0)" }, @@ -18776,7 +18504,6 @@ "argsoriginal": "(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert)", "call_args": "(version_str,sz_io,sz_style,sz_vec2,sz_vec4,sz_drawvert)", "cimguiname": "igDebugCheckVersionAndDataLayout", - "comment": "", "defaults": [], "funcname": "DebugCheckVersionAndDataLayout", "namespace": "ImGui", @@ -18798,7 +18525,6 @@ "argsoriginal": "(ImGuiContext* ctx=((void*)0))", "call_args": "(ctx)", "cimguiname": "igDestroyContext", - "comment": "", "defaults": { "ctx": "((void*)0)" }, @@ -18846,7 +18572,6 @@ "argsoriginal": "(const char* label,float* v,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_speed,v_min,v_max,format,power)", "cimguiname": "igDragFloat", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f", @@ -18898,7 +18623,6 @@ "argsoriginal": "(const char* label,float v[2],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_speed,v_min,v_max,format,power)", "cimguiname": "igDragFloat2", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f", @@ -18950,7 +18674,6 @@ "argsoriginal": "(const char* label,float v[3],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_speed,v_min,v_max,format,power)", "cimguiname": "igDragFloat3", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f", @@ -19002,7 +18725,6 @@ "argsoriginal": "(const char* label,float v[4],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_speed,v_min,v_max,format,power)", "cimguiname": "igDragFloat4", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f", @@ -19062,7 +18784,6 @@ "argsoriginal": "(const char* label,float* v_current_min,float* v_current_max,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",const char* format_max=((void*)0),float power=1.0f)", "call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,power)", "cimguiname": "igDragFloatRange2", - "comment": "", "defaults": { "format": "\"%.3f\"", "format_max": "((void*)0)", @@ -19111,7 +18832,6 @@ "argsoriginal": "(const char* label,int* v,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")", "call_args": "(label,v,v_speed,v_min,v_max,format)", "cimguiname": "igDragInt", - "comment": "", "defaults": { "format": "\"%d\"", "v_max": "0", @@ -19158,7 +18878,6 @@ "argsoriginal": "(const char* label,int v[2],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")", "call_args": "(label,v,v_speed,v_min,v_max,format)", "cimguiname": "igDragInt2", - "comment": "", "defaults": { "format": "\"%d\"", "v_max": "0", @@ -19205,7 +18924,6 @@ "argsoriginal": "(const char* label,int v[3],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")", "call_args": "(label,v,v_speed,v_min,v_max,format)", "cimguiname": "igDragInt3", - "comment": "", "defaults": { "format": "\"%d\"", "v_max": "0", @@ -19252,7 +18970,6 @@ "argsoriginal": "(const char* label,int v[4],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")", "call_args": "(label,v,v_speed,v_min,v_max,format)", "cimguiname": "igDragInt4", - "comment": "", "defaults": { "format": "\"%d\"", "v_max": "0", @@ -19307,7 +19024,6 @@ "argsoriginal": "(const char* label,int* v_current_min,int* v_current_max,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",const char* format_max=((void*)0))", "call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max)", "cimguiname": "igDragIntRange2", - "comment": "", "defaults": { "format": "\"%d\"", "format_max": "((void*)0)", @@ -19363,7 +19079,6 @@ "argsoriginal": "(const char* label,ImGuiDataType data_type,void* v,float v_speed,const void* v_min=((void*)0),const void* v_max=((void*)0),const char* format=((void*)0),float power=1.0f)", "call_args": "(label,data_type,v,v_speed,v_min,v_max,format,power)", "cimguiname": "igDragScalar", - "comment": "", "defaults": { "format": "((void*)0)", "power": "1.0f", @@ -19422,7 +19137,6 @@ "argsoriginal": "(const char* label,ImGuiDataType data_type,void* v,int components,float v_speed,const void* v_min=((void*)0),const void* v_max=((void*)0),const char* format=((void*)0),float power=1.0f)", "call_args": "(label,data_type,v,components,v_speed,v_min,v_max,format,power)", "cimguiname": "igDragScalarN", - "comment": "", "defaults": { "format": "((void*)0)", "power": "1.0f", @@ -19449,7 +19163,6 @@ "argsoriginal": "(const ImVec2& size)", "call_args": "(size)", "cimguiname": "igDummy", - "comment": "", "defaults": [], "funcname": "Dummy", "namespace": "ImGui", @@ -19466,7 +19179,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEnd", - "comment": "", "defaults": [], "funcname": "End", "namespace": "ImGui", @@ -19483,7 +19195,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndChild", - "comment": "", "defaults": [], "funcname": "EndChild", "namespace": "ImGui", @@ -19500,7 +19211,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndChildFrame", - "comment": "", "defaults": [], "funcname": "EndChildFrame", "namespace": "ImGui", @@ -19517,7 +19227,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndCombo", - "comment": "", "defaults": [], "funcname": "EndCombo", "namespace": "ImGui", @@ -19534,7 +19243,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndDragDropSource", - "comment": "", "defaults": [], "funcname": "EndDragDropSource", "namespace": "ImGui", @@ -19551,7 +19259,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndDragDropTarget", - "comment": "", "defaults": [], "funcname": "EndDragDropTarget", "namespace": "ImGui", @@ -19568,7 +19275,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndFrame", - "comment": "", "defaults": [], "funcname": "EndFrame", "namespace": "ImGui", @@ -19585,7 +19291,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndGroup", - "comment": "", "defaults": [], "funcname": "EndGroup", "namespace": "ImGui", @@ -19602,7 +19307,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndMainMenuBar", - "comment": "", "defaults": [], "funcname": "EndMainMenuBar", "namespace": "ImGui", @@ -19619,7 +19323,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndMenu", - "comment": "", "defaults": [], "funcname": "EndMenu", "namespace": "ImGui", @@ -19636,7 +19339,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndMenuBar", - "comment": "", "defaults": [], "funcname": "EndMenuBar", "namespace": "ImGui", @@ -19653,7 +19355,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndPopup", - "comment": "", "defaults": [], "funcname": "EndPopup", "namespace": "ImGui", @@ -19670,7 +19371,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndTabBar", - "comment": "", "defaults": [], "funcname": "EndTabBar", "namespace": "ImGui", @@ -19687,7 +19387,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndTabItem", - "comment": "", "defaults": [], "funcname": "EndTabItem", "namespace": "ImGui", @@ -19704,7 +19403,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igEndTooltip", - "comment": "", "defaults": [], "funcname": "EndTooltip", "namespace": "ImGui", @@ -19721,7 +19419,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetClipboardText", - "comment": "", "defaults": [], "funcname": "GetClipboardText", "namespace": "ImGui", @@ -19747,7 +19444,6 @@ "argsoriginal": "(ImGuiCol idx,float alpha_mul=1.0f)", "call_args": "(idx,alpha_mul)", "cimguiname": "igGetColorU32", - "comment": "", "defaults": { "alpha_mul": "1.0f" }, @@ -19769,7 +19465,6 @@ "argsoriginal": "(const ImVec4& col)", "call_args": "(col)", "cimguiname": "igGetColorU32", - "comment": "", "defaults": [], "funcname": "GetColorU32", "namespace": "ImGui", @@ -19789,7 +19484,6 @@ "argsoriginal": "(ImU32 col)", "call_args": "(col)", "cimguiname": "igGetColorU32", - "comment": "", "defaults": [], "funcname": "GetColorU32", "namespace": "ImGui", @@ -19806,7 +19500,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetColumnIndex", - "comment": "", "defaults": [], "funcname": "GetColumnIndex", "namespace": "ImGui", @@ -19828,7 +19521,6 @@ "argsoriginal": "(int column_index=-1)", "call_args": "(column_index)", "cimguiname": "igGetColumnOffset", - "comment": "", "defaults": { "column_index": "-1" }, @@ -19852,7 +19544,6 @@ "argsoriginal": "(int column_index=-1)", "call_args": "(column_index)", "cimguiname": "igGetColumnWidth", - "comment": "", "defaults": { "column_index": "-1" }, @@ -19871,7 +19562,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetColumnsCount", - "comment": "", "defaults": [], "funcname": "GetColumnsCount", "namespace": "ImGui", @@ -19888,7 +19578,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetContentRegionAvail", - "comment": "", "defaults": [], "funcname": "GetContentRegionAvail", "namespace": "ImGui", @@ -19908,7 +19597,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetContentRegionAvail", - "comment": "", "defaults": [], "funcname": "GetContentRegionAvail", "namespace": "ImGui", @@ -19924,7 +19612,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetContentRegionAvail", - "comment": "", "defaults": [], "funcname": "GetContentRegionAvail", "namespace": "ImGui", @@ -19943,7 +19630,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetContentRegionAvailWidth", - "comment": "", "defaults": [], "funcname": "GetContentRegionAvailWidth", "namespace": "ImGui", @@ -19960,7 +19646,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetContentRegionMax", - "comment": "", "defaults": [], "funcname": "GetContentRegionMax", "namespace": "ImGui", @@ -19980,7 +19665,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetContentRegionMax", - "comment": "", "defaults": [], "funcname": "GetContentRegionMax", "namespace": "ImGui", @@ -19996,7 +19680,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetContentRegionMax", - "comment": "", "defaults": [], "funcname": "GetContentRegionMax", "namespace": "ImGui", @@ -20015,7 +19698,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCurrentContext", - "comment": "", "defaults": [], "funcname": "GetCurrentContext", "namespace": "ImGui", @@ -20032,7 +19714,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorPos", - "comment": "", "defaults": [], "funcname": "GetCursorPos", "namespace": "ImGui", @@ -20052,7 +19733,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorPos", - "comment": "", "defaults": [], "funcname": "GetCursorPos", "namespace": "ImGui", @@ -20068,7 +19748,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorPos", - "comment": "", "defaults": [], "funcname": "GetCursorPos", "namespace": "ImGui", @@ -20087,7 +19766,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorPosX", - "comment": "", "defaults": [], "funcname": "GetCursorPosX", "namespace": "ImGui", @@ -20104,7 +19782,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorPosY", - "comment": "", "defaults": [], "funcname": "GetCursorPosY", "namespace": "ImGui", @@ -20121,7 +19798,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorScreenPos", - "comment": "", "defaults": [], "funcname": "GetCursorScreenPos", "namespace": "ImGui", @@ -20141,7 +19817,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorScreenPos", - "comment": "", "defaults": [], "funcname": "GetCursorScreenPos", "namespace": "ImGui", @@ -20157,7 +19832,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorScreenPos", - "comment": "", "defaults": [], "funcname": "GetCursorScreenPos", "namespace": "ImGui", @@ -20176,7 +19850,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorStartPos", - "comment": "", "defaults": [], "funcname": "GetCursorStartPos", "namespace": "ImGui", @@ -20196,7 +19869,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorStartPos", - "comment": "", "defaults": [], "funcname": "GetCursorStartPos", "namespace": "ImGui", @@ -20212,7 +19884,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetCursorStartPos", - "comment": "", "defaults": [], "funcname": "GetCursorStartPos", "namespace": "ImGui", @@ -20231,7 +19902,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetDragDropPayload", - "comment": "", "defaults": [], "funcname": "GetDragDropPayload", "namespace": "ImGui", @@ -20248,7 +19918,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetDrawData", - "comment": "", "defaults": [], "funcname": "GetDrawData", "namespace": "ImGui", @@ -20265,7 +19934,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetDrawListSharedData", - "comment": "", "defaults": [], "funcname": "GetDrawListSharedData", "namespace": "ImGui", @@ -20282,7 +19950,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFont", - "comment": "", "defaults": [], "funcname": "GetFont", "namespace": "ImGui", @@ -20299,7 +19966,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFontSize", - "comment": "", "defaults": [], "funcname": "GetFontSize", "namespace": "ImGui", @@ -20316,7 +19982,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFontTexUvWhitePixel", - "comment": "", "defaults": [], "funcname": "GetFontTexUvWhitePixel", "namespace": "ImGui", @@ -20336,7 +20001,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFontTexUvWhitePixel", - "comment": "", "defaults": [], "funcname": "GetFontTexUvWhitePixel", "namespace": "ImGui", @@ -20352,7 +20016,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFontTexUvWhitePixel", - "comment": "", "defaults": [], "funcname": "GetFontTexUvWhitePixel", "namespace": "ImGui", @@ -20371,7 +20034,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFrameCount", - "comment": "", "defaults": [], "funcname": "GetFrameCount", "namespace": "ImGui", @@ -20388,7 +20050,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFrameHeight", - "comment": "", "defaults": [], "funcname": "GetFrameHeight", "namespace": "ImGui", @@ -20405,7 +20066,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetFrameHeightWithSpacing", - "comment": "", "defaults": [], "funcname": "GetFrameHeightWithSpacing", "namespace": "ImGui", @@ -20427,7 +20087,6 @@ "argsoriginal": "(const char* str_id)", "call_args": "(str_id)", "cimguiname": "igGetID", - "comment": "", "defaults": [], "funcname": "GetID", "namespace": "ImGui", @@ -20451,7 +20110,6 @@ "argsoriginal": "(const char* str_id_begin,const char* str_id_end)", "call_args": "(str_id_begin,str_id_end)", "cimguiname": "igGetID", - "comment": "", "defaults": [], "funcname": "GetID", "namespace": "ImGui", @@ -20471,7 +20129,6 @@ "argsoriginal": "(const void* ptr_id)", "call_args": "(ptr_id)", "cimguiname": "igGetID", - "comment": "", "defaults": [], "funcname": "GetID", "namespace": "ImGui", @@ -20488,7 +20145,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetIO", - "comment": "", "defaults": [], "funcname": "GetIO", "namespace": "ImGui", @@ -20506,7 +20162,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectMax", - "comment": "", "defaults": [], "funcname": "GetItemRectMax", "namespace": "ImGui", @@ -20526,7 +20181,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectMax", - "comment": "", "defaults": [], "funcname": "GetItemRectMax", "namespace": "ImGui", @@ -20542,7 +20196,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectMax", - "comment": "", "defaults": [], "funcname": "GetItemRectMax", "namespace": "ImGui", @@ -20561,7 +20214,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectMin", - "comment": "", "defaults": [], "funcname": "GetItemRectMin", "namespace": "ImGui", @@ -20581,7 +20233,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectMin", - "comment": "", "defaults": [], "funcname": "GetItemRectMin", "namespace": "ImGui", @@ -20597,7 +20248,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectMin", - "comment": "", "defaults": [], "funcname": "GetItemRectMin", "namespace": "ImGui", @@ -20616,7 +20266,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectSize", - "comment": "", "defaults": [], "funcname": "GetItemRectSize", "namespace": "ImGui", @@ -20636,7 +20285,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectSize", - "comment": "", "defaults": [], "funcname": "GetItemRectSize", "namespace": "ImGui", @@ -20652,7 +20300,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetItemRectSize", - "comment": "", "defaults": [], "funcname": "GetItemRectSize", "namespace": "ImGui", @@ -20676,7 +20323,6 @@ "argsoriginal": "(ImGuiKey imgui_key)", "call_args": "(imgui_key)", "cimguiname": "igGetKeyIndex", - "comment": "", "defaults": [], "funcname": "GetKeyIndex", "namespace": "ImGui", @@ -20706,7 +20352,6 @@ "argsoriginal": "(int key_index,float repeat_delay,float rate)", "call_args": "(key_index,repeat_delay,rate)", "cimguiname": "igGetKeyPressedAmount", - "comment": "", "defaults": [], "funcname": "GetKeyPressedAmount", "namespace": "ImGui", @@ -20723,7 +20368,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetMouseCursor", - "comment": "", "defaults": [], "funcname": "GetMouseCursor", "namespace": "ImGui", @@ -20749,7 +20393,6 @@ "argsoriginal": "(int button=0,float lock_threshold=-1.0f)", "call_args": "(button,lock_threshold)", "cimguiname": "igGetMouseDragDelta", - "comment": "", "defaults": { "button": "0", "lock_threshold": "-1.0f" @@ -20780,7 +20423,6 @@ "argsoriginal": "(int button=0,float lock_threshold=-1.0f)", "call_args": "(button,lock_threshold)", "cimguiname": "igGetMouseDragDelta", - "comment": "", "defaults": { "button": "0", "lock_threshold": "-1.0f" @@ -20808,7 +20450,6 @@ "argsoriginal": "(int button=0,float lock_threshold=-1.0f)", "call_args": "(button,lock_threshold)", "cimguiname": "igGetMouseDragDelta", - "comment": "", "defaults": { "button": "0", "lock_threshold": "-1.0f" @@ -20830,7 +20471,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetMousePos", - "comment": "", "defaults": [], "funcname": "GetMousePos", "namespace": "ImGui", @@ -20850,7 +20490,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetMousePos", - "comment": "", "defaults": [], "funcname": "GetMousePos", "namespace": "ImGui", @@ -20866,7 +20505,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetMousePos", - "comment": "", "defaults": [], "funcname": "GetMousePos", "namespace": "ImGui", @@ -20885,7 +20523,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetMousePosOnOpeningCurrentPopup", - "comment": "", "defaults": [], "funcname": "GetMousePosOnOpeningCurrentPopup", "namespace": "ImGui", @@ -20905,7 +20542,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetMousePosOnOpeningCurrentPopup", - "comment": "", "defaults": [], "funcname": "GetMousePosOnOpeningCurrentPopup", "namespace": "ImGui", @@ -20921,7 +20557,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetMousePosOnOpeningCurrentPopup", - "comment": "", "defaults": [], "funcname": "GetMousePosOnOpeningCurrentPopup", "namespace": "ImGui", @@ -20940,7 +20575,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetOverlayDrawList", - "comment": "", "defaults": [], "funcname": "GetOverlayDrawList", "namespace": "ImGui", @@ -20957,7 +20591,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetScrollMaxX", - "comment": "", "defaults": [], "funcname": "GetScrollMaxX", "namespace": "ImGui", @@ -20974,7 +20607,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetScrollMaxY", - "comment": "", "defaults": [], "funcname": "GetScrollMaxY", "namespace": "ImGui", @@ -20991,7 +20623,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetScrollX", - "comment": "", "defaults": [], "funcname": "GetScrollX", "namespace": "ImGui", @@ -21008,7 +20639,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetScrollY", - "comment": "", "defaults": [], "funcname": "GetScrollY", "namespace": "ImGui", @@ -21025,7 +20655,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetStateStorage", - "comment": "", "defaults": [], "funcname": "GetStateStorage", "namespace": "ImGui", @@ -21042,7 +20671,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetStyle", - "comment": "", "defaults": [], "funcname": "GetStyle", "namespace": "ImGui", @@ -21065,7 +20693,6 @@ "argsoriginal": "(ImGuiCol idx)", "call_args": "(idx)", "cimguiname": "igGetStyleColorName", - "comment": "", "defaults": [], "funcname": "GetStyleColorName", "namespace": "ImGui", @@ -21087,7 +20714,6 @@ "argsoriginal": "(ImGuiCol idx)", "call_args": "(idx)", "cimguiname": "igGetStyleColorVec4", - "comment": "", "defaults": [], "funcname": "GetStyleColorVec4", "namespace": "ImGui", @@ -21105,7 +20731,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetTextLineHeight", - "comment": "", "defaults": [], "funcname": "GetTextLineHeight", "namespace": "ImGui", @@ -21122,7 +20747,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetTextLineHeightWithSpacing", - "comment": "", "defaults": [], "funcname": "GetTextLineHeightWithSpacing", "namespace": "ImGui", @@ -21139,7 +20763,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetTime", - "comment": "", "defaults": [], "funcname": "GetTime", "namespace": "ImGui", @@ -21156,7 +20779,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetTreeNodeToLabelSpacing", - "comment": "", "defaults": [], "funcname": "GetTreeNodeToLabelSpacing", "namespace": "ImGui", @@ -21173,7 +20795,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetVersion", - "comment": "", "defaults": [], "funcname": "GetVersion", "namespace": "ImGui", @@ -21190,7 +20811,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowContentRegionMax", - "comment": "", "defaults": [], "funcname": "GetWindowContentRegionMax", "namespace": "ImGui", @@ -21210,7 +20830,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowContentRegionMax", - "comment": "", "defaults": [], "funcname": "GetWindowContentRegionMax", "namespace": "ImGui", @@ -21226,7 +20845,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowContentRegionMax", - "comment": "", "defaults": [], "funcname": "GetWindowContentRegionMax", "namespace": "ImGui", @@ -21245,7 +20863,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowContentRegionMin", - "comment": "", "defaults": [], "funcname": "GetWindowContentRegionMin", "namespace": "ImGui", @@ -21265,7 +20882,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowContentRegionMin", - "comment": "", "defaults": [], "funcname": "GetWindowContentRegionMin", "namespace": "ImGui", @@ -21281,7 +20897,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowContentRegionMin", - "comment": "", "defaults": [], "funcname": "GetWindowContentRegionMin", "namespace": "ImGui", @@ -21300,7 +20915,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowContentRegionWidth", - "comment": "", "defaults": [], "funcname": "GetWindowContentRegionWidth", "namespace": "ImGui", @@ -21317,7 +20931,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowDrawList", - "comment": "", "defaults": [], "funcname": "GetWindowDrawList", "namespace": "ImGui", @@ -21334,7 +20947,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowHeight", - "comment": "", "defaults": [], "funcname": "GetWindowHeight", "namespace": "ImGui", @@ -21351,7 +20963,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowPos", - "comment": "", "defaults": [], "funcname": "GetWindowPos", "namespace": "ImGui", @@ -21371,7 +20982,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowPos", - "comment": "", "defaults": [], "funcname": "GetWindowPos", "namespace": "ImGui", @@ -21387,7 +20997,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowPos", - "comment": "", "defaults": [], "funcname": "GetWindowPos", "namespace": "ImGui", @@ -21406,7 +21015,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowSize", - "comment": "", "defaults": [], "funcname": "GetWindowSize", "namespace": "ImGui", @@ -21426,7 +21034,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowSize", - "comment": "", "defaults": [], "funcname": "GetWindowSize", "namespace": "ImGui", @@ -21442,7 +21049,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowSize", - "comment": "", "defaults": [], "funcname": "GetWindowSize", "namespace": "ImGui", @@ -21461,7 +21067,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igGetWindowWidth", - "comment": "", "defaults": [], "funcname": "GetWindowWidth", "namespace": "ImGui", @@ -21503,7 +21108,6 @@ "argsoriginal": "(ImTextureID user_texture_id,const ImVec2& size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),const ImVec4& tint_col=ImVec4(1,1,1,1),const ImVec4& border_col=ImVec4(0,0,0,0))", "call_args": "(user_texture_id,size,uv0,uv1,tint_col,border_col)", "cimguiname": "igImage", - "comment": "", "defaults": { "border_col": "ImVec4(0,0,0,0)", "tint_col": "ImVec4(1,1,1,1)", @@ -21554,7 +21158,6 @@ "argsoriginal": "(ImTextureID user_texture_id,const ImVec2& size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),int frame_padding=-1,const ImVec4& bg_col=ImVec4(0,0,0,0),const ImVec4& tint_col=ImVec4(1,1,1,1))", "call_args": "(user_texture_id,size,uv0,uv1,frame_padding,bg_col,tint_col)", "cimguiname": "igImageButton", - "comment": "", "defaults": { "bg_col": "ImVec4(0,0,0,0)", "frame_padding": "-1", @@ -21582,7 +21185,6 @@ "argsoriginal": "(float indent_w=0.0f)", "call_args": "(indent_w)", "cimguiname": "igIndent", - "comment": "", "defaults": { "indent_w": "0.0f" }, @@ -21626,7 +21228,6 @@ "argsoriginal": "(const char* label,double* v,double step=0.0,double step_fast=0.0,const char* format=\"%.6f\",ImGuiInputTextFlags flags=0)", "call_args": "(label,v,step,step_fast,format,flags)", "cimguiname": "igInputDouble", - "comment": "", "defaults": { "flags": "0", "format": "\"%.6f\"", @@ -21673,7 +21274,6 @@ "argsoriginal": "(const char* label,float* v,float step=0.0f,float step_fast=0.0f,const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)", "call_args": "(label,v,step,step_fast,format,flags)", "cimguiname": "igInputFloat", - "comment": "", "defaults": { "flags": "0", "format": "\"%.3f\"", @@ -21712,7 +21312,6 @@ "argsoriginal": "(const char* label,float v[2],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)", "call_args": "(label,v,format,flags)", "cimguiname": "igInputFloat2", - "comment": "", "defaults": { "flags": "0", "format": "\"%.3f\"" @@ -21749,7 +21348,6 @@ "argsoriginal": "(const char* label,float v[3],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)", "call_args": "(label,v,format,flags)", "cimguiname": "igInputFloat3", - "comment": "", "defaults": { "flags": "0", "format": "\"%.3f\"" @@ -21786,7 +21384,6 @@ "argsoriginal": "(const char* label,float v[4],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)", "call_args": "(label,v,format,flags)", "cimguiname": "igInputFloat4", - "comment": "", "defaults": { "flags": "0", "format": "\"%.3f\"" @@ -21827,7 +21424,6 @@ "argsoriginal": "(const char* label,int* v,int step=1,int step_fast=100,ImGuiInputTextFlags flags=0)", "call_args": "(label,v,step,step_fast,flags)", "cimguiname": "igInputInt", - "comment": "", "defaults": { "flags": "0", "step": "1", @@ -21861,7 +21457,6 @@ "argsoriginal": "(const char* label,int v[2],ImGuiInputTextFlags flags=0)", "call_args": "(label,v,flags)", "cimguiname": "igInputInt2", - "comment": "", "defaults": { "flags": "0" }, @@ -21893,7 +21488,6 @@ "argsoriginal": "(const char* label,int v[3],ImGuiInputTextFlags flags=0)", "call_args": "(label,v,flags)", "cimguiname": "igInputInt3", - "comment": "", "defaults": { "flags": "0" }, @@ -21925,7 +21519,6 @@ "argsoriginal": "(const char* label,int v[4],ImGuiInputTextFlags flags=0)", "call_args": "(label,v,flags)", "cimguiname": "igInputInt4", - "comment": "", "defaults": { "flags": "0" }, @@ -21973,7 +21566,6 @@ "argsoriginal": "(const char* label,ImGuiDataType data_type,void* v,const void* step=((void*)0),const void* step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)", "call_args": "(label,data_type,v,step,step_fast,format,flags)", "cimguiname": "igInputScalar", - "comment": "", "defaults": { "flags": "0", "format": "((void*)0)", @@ -22028,7 +21620,6 @@ "argsoriginal": "(const char* label,ImGuiDataType data_type,void* v,int components,const void* step=((void*)0),const void* step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)", "call_args": "(label,data_type,v,components,step,step_fast,format,flags)", "cimguiname": "igInputScalarN", - "comment": "", "defaults": { "flags": "0", "format": "((void*)0)", @@ -22075,7 +21666,6 @@ "argsoriginal": "(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))", "call_args": "(label,buf,buf_size,flags,callback,user_data)", "cimguiname": "igInputText", - "comment": "", "defaults": { "callback": "((void*)0)", "flags": "0", @@ -22125,7 +21715,6 @@ "argsoriginal": "(const char* label,char* buf,size_t buf_size,const ImVec2& size=ImVec2(0,0),ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))", "call_args": "(label,buf,buf_size,size,flags,callback,user_data)", "cimguiname": "igInputTextMultiline", - "comment": "", "defaults": { "callback": "((void*)0)", "flags": "0", @@ -22156,7 +21745,6 @@ "argsoriginal": "(const char* str_id,const ImVec2& size)", "call_args": "(str_id,size)", "cimguiname": "igInvisibleButton", - "comment": "", "defaults": [], "funcname": "InvisibleButton", "namespace": "ImGui", @@ -22173,7 +21761,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsAnyItemActive", - "comment": "", "defaults": [], "funcname": "IsAnyItemActive", "namespace": "ImGui", @@ -22190,7 +21777,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsAnyItemFocused", - "comment": "", "defaults": [], "funcname": "IsAnyItemFocused", "namespace": "ImGui", @@ -22207,7 +21793,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsAnyItemHovered", - "comment": "", "defaults": [], "funcname": "IsAnyItemHovered", "namespace": "ImGui", @@ -22224,7 +21809,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsAnyMouseDown", - "comment": "", "defaults": [], "funcname": "IsAnyMouseDown", "namespace": "ImGui", @@ -22241,7 +21825,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsItemActive", - "comment": "", "defaults": [], "funcname": "IsItemActive", "namespace": "ImGui", @@ -22263,7 +21846,6 @@ "argsoriginal": "(int mouse_button=0)", "call_args": "(mouse_button)", "cimguiname": "igIsItemClicked", - "comment": "", "defaults": { "mouse_button": "0" }, @@ -22282,7 +21864,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsItemDeactivated", - "comment": "", "defaults": [], "funcname": "IsItemDeactivated", "namespace": "ImGui", @@ -22299,7 +21880,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsItemDeactivatedAfterEdit", - "comment": "", "defaults": [], "funcname": "IsItemDeactivatedAfterEdit", "namespace": "ImGui", @@ -22316,7 +21896,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsItemEdited", - "comment": "", "defaults": [], "funcname": "IsItemEdited", "namespace": "ImGui", @@ -22333,7 +21912,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsItemFocused", - "comment": "", "defaults": [], "funcname": "IsItemFocused", "namespace": "ImGui", @@ -22355,7 +21933,6 @@ "argsoriginal": "(ImGuiHoveredFlags flags=0)", "call_args": "(flags)", "cimguiname": "igIsItemHovered", - "comment": "", "defaults": { "flags": "0" }, @@ -22374,7 +21951,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsItemVisible", - "comment": "", "defaults": [], "funcname": "IsItemVisible", "namespace": "ImGui", @@ -22396,7 +21972,6 @@ "argsoriginal": "(int user_key_index)", "call_args": "(user_key_index)", "cimguiname": "igIsKeyDown", - "comment": "", "defaults": [], "funcname": "IsKeyDown", "namespace": "ImGui", @@ -22422,7 +21997,6 @@ "argsoriginal": "(int user_key_index,bool repeat=true)", "call_args": "(user_key_index,repeat)", "cimguiname": "igIsKeyPressed", - "comment": "", "defaults": { "repeat": "true" }, @@ -22446,7 +22020,6 @@ "argsoriginal": "(int user_key_index)", "call_args": "(user_key_index)", "cimguiname": "igIsKeyReleased", - "comment": "", "defaults": [], "funcname": "IsKeyReleased", "namespace": "ImGui", @@ -22472,7 +22045,6 @@ "argsoriginal": "(int button,bool repeat=false)", "call_args": "(button,repeat)", "cimguiname": "igIsMouseClicked", - "comment": "", "defaults": { "repeat": "false" }, @@ -22496,7 +22068,6 @@ "argsoriginal": "(int button)", "call_args": "(button)", "cimguiname": "igIsMouseDoubleClicked", - "comment": "", "defaults": [], "funcname": "IsMouseDoubleClicked", "namespace": "ImGui", @@ -22518,7 +22089,6 @@ "argsoriginal": "(int button)", "call_args": "(button)", "cimguiname": "igIsMouseDown", - "comment": "", "defaults": [], "funcname": "IsMouseDown", "namespace": "ImGui", @@ -22544,7 +22114,6 @@ "argsoriginal": "(int button=0,float lock_threshold=-1.0f)", "call_args": "(button,lock_threshold)", "cimguiname": "igIsMouseDragging", - "comment": "", "defaults": { "button": "0", "lock_threshold": "-1.0f" @@ -22577,7 +22146,6 @@ "argsoriginal": "(const ImVec2& r_min,const ImVec2& r_max,bool clip=true)", "call_args": "(r_min,r_max,clip)", "cimguiname": "igIsMouseHoveringRect", - "comment": "", "defaults": { "clip": "true" }, @@ -22601,7 +22169,6 @@ "argsoriginal": "(const ImVec2* mouse_pos=((void*)0))", "call_args": "(mouse_pos)", "cimguiname": "igIsMousePosValid", - "comment": "", "defaults": { "mouse_pos": "((void*)0)" }, @@ -22625,7 +22192,6 @@ "argsoriginal": "(int button)", "call_args": "(button)", "cimguiname": "igIsMouseReleased", - "comment": "", "defaults": [], "funcname": "IsMouseReleased", "namespace": "ImGui", @@ -22647,7 +22213,6 @@ "argsoriginal": "(const char* str_id)", "call_args": "(str_id)", "cimguiname": "igIsPopupOpen", - "comment": "", "defaults": [], "funcname": "IsPopupOpen", "namespace": "ImGui", @@ -22669,7 +22234,6 @@ "argsoriginal": "(const ImVec2& size)", "call_args": "(size)", "cimguiname": "igIsRectVisible", - "comment": "", "defaults": [], "funcname": "IsRectVisible", "namespace": "ImGui", @@ -22693,7 +22257,6 @@ "argsoriginal": "(const ImVec2& rect_min,const ImVec2& rect_max)", "call_args": "(rect_min,rect_max)", "cimguiname": "igIsRectVisible", - "comment": "", "defaults": [], "funcname": "IsRectVisible", "namespace": "ImGui", @@ -22710,7 +22273,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsWindowAppearing", - "comment": "", "defaults": [], "funcname": "IsWindowAppearing", "namespace": "ImGui", @@ -22727,7 +22289,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igIsWindowCollapsed", - "comment": "", "defaults": [], "funcname": "IsWindowCollapsed", "namespace": "ImGui", @@ -22749,7 +22310,6 @@ "argsoriginal": "(ImGuiFocusedFlags flags=0)", "call_args": "(flags)", "cimguiname": "igIsWindowFocused", - "comment": "", "defaults": { "flags": "0" }, @@ -22773,7 +22333,6 @@ "argsoriginal": "(ImGuiHoveredFlags flags=0)", "call_args": "(flags)", "cimguiname": "igIsWindowHovered", - "comment": "", "defaults": { "flags": "0" }, @@ -22805,7 +22364,6 @@ "argsoriginal": "(const char* label,const char* fmt,...)", "call_args": "(label,fmt,...)", "cimguiname": "igLabelText", - "comment": "", "defaults": [], "funcname": "LabelText", "isvararg": "...)", @@ -22836,7 +22394,6 @@ "argsoriginal": "(const char* label,const char* fmt,va_list args)", "call_args": "(label,fmt,args)", "cimguiname": "igLabelTextV", - "comment": "", "defaults": [], "funcname": "LabelTextV", "namespace": "ImGui", @@ -22874,7 +22431,6 @@ "argsoriginal": "(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items=-1)", "call_args": "(label,current_item,items,items_count,height_in_items)", "cimguiname": "igListBox", - "comment": "", "defaults": { "height_in_items": "-1" }, @@ -22918,7 +22474,6 @@ "argsoriginal": "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int height_in_items=-1)", "call_args": "(label,current_item,items_getter,data,items_count,height_in_items)", "cimguiname": "igListBox", - "comment": "", "defaults": { "height_in_items": "-1" }, @@ -22937,7 +22492,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igListBoxFooter", - "comment": "", "defaults": [], "funcname": "ListBoxFooter", "namespace": "ImGui", @@ -22963,7 +22517,6 @@ "argsoriginal": "(const char* label,const ImVec2& size=ImVec2(0,0))", "call_args": "(label,size)", "cimguiname": "igListBoxHeader", - "comment": "", "defaults": { "size": "ImVec2(0,0)" }, @@ -22993,7 +22546,6 @@ "argsoriginal": "(const char* label,int items_count,int height_in_items=-1)", "call_args": "(label,items_count,height_in_items)", "cimguiname": "igListBoxHeader", - "comment": "", "defaults": { "height_in_items": "-1" }, @@ -23017,7 +22569,6 @@ "argsoriginal": "(const char* ini_filename)", "call_args": "(ini_filename)", "cimguiname": "igLoadIniSettingsFromDisk", - "comment": "", "defaults": [], "funcname": "LoadIniSettingsFromDisk", "namespace": "ImGui", @@ -23043,7 +22594,6 @@ "argsoriginal": "(const char* ini_data,size_t ini_size=0)", "call_args": "(ini_data,ini_size)", "cimguiname": "igLoadIniSettingsFromMemory", - "comment": "", "defaults": { "ini_size": "0" }, @@ -23062,7 +22612,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igLogButtons", - "comment": "", "defaults": [], "funcname": "LogButtons", "namespace": "ImGui", @@ -23079,7 +22628,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igLogFinish", - "comment": "", "defaults": [], "funcname": "LogFinish", "namespace": "ImGui", @@ -23105,7 +22653,6 @@ "argsoriginal": "(const char* fmt,...)", "call_args": "(fmt,...)", "cimguiname": "igLogText", - "comment": "", "defaults": [], "funcname": "LogText", "isvararg": "...)", @@ -23129,7 +22676,6 @@ "argsoriginal": "(int max_depth=-1)", "call_args": "(max_depth)", "cimguiname": "igLogToClipboard", - "comment": "", "defaults": { "max_depth": "-1" }, @@ -23157,7 +22703,6 @@ "argsoriginal": "(int max_depth=-1,const char* filename=((void*)0))", "call_args": "(max_depth,filename)", "cimguiname": "igLogToFile", - "comment": "", "defaults": { "filename": "((void*)0)", "max_depth": "-1" @@ -23182,7 +22727,6 @@ "argsoriginal": "(int max_depth=-1)", "call_args": "(max_depth)", "cimguiname": "igLogToTTY", - "comment": "", "defaults": { "max_depth": "-1" }, @@ -23206,7 +22750,6 @@ "argsoriginal": "(size_t size)", "call_args": "(size)", "cimguiname": "igMemAlloc", - "comment": "", "defaults": [], "funcname": "MemAlloc", "namespace": "ImGui", @@ -23228,7 +22771,6 @@ "argsoriginal": "(void* ptr)", "call_args": "(ptr)", "cimguiname": "igMemFree", - "comment": "", "defaults": [], "funcname": "MemFree", "namespace": "ImGui", @@ -23262,7 +22804,6 @@ "argsoriginal": "(const char* label,const char* shortcut=((void*)0),bool selected=false,bool enabled=true)", "call_args": "(label,shortcut,selected,enabled)", "cimguiname": "igMenuItem", - "comment": "", "defaults": { "enabled": "true", "selected": "false", @@ -23298,7 +22839,6 @@ "argsoriginal": "(const char* label,const char* shortcut,bool* p_selected,bool enabled=true)", "call_args": "(label,shortcut,p_selected,enabled)", "cimguiname": "igMenuItem", - "comment": "", "defaults": { "enabled": "true" }, @@ -23317,7 +22857,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igNewFrame", - "comment": "", "defaults": [], "funcname": "NewFrame", "namespace": "ImGui", @@ -23334,7 +22873,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igNewLine", - "comment": "", "defaults": [], "funcname": "NewLine", "namespace": "ImGui", @@ -23351,7 +22889,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igNextColumn", - "comment": "", "defaults": [], "funcname": "NextColumn", "namespace": "ImGui", @@ -23373,7 +22910,6 @@ "argsoriginal": "(const char* str_id)", "call_args": "(str_id)", "cimguiname": "igOpenPopup", - "comment": "", "defaults": [], "funcname": "OpenPopup", "namespace": "ImGui", @@ -23399,7 +22935,6 @@ "argsoriginal": "(const char* str_id=((void*)0),int mouse_button=1)", "call_args": "(str_id,mouse_button)", "cimguiname": "igOpenPopupOnItemClick", - "comment": "", "defaults": { "mouse_button": "1", "str_id": "((void*)0)" @@ -23456,7 +22991,6 @@ "argsoriginal": "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))", "call_args": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)", "cimguiname": "igPlotHistogram", - "comment": "", "defaults": { "graph_size": "ImVec2(0,0)", "overlay_text": "((void*)0)", @@ -23517,7 +23051,6 @@ "argsoriginal": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0))", "call_args": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)", "cimguiname": "igPlotHistogram", - "comment": "", "defaults": { "graph_size": "ImVec2(0,0)", "overlay_text": "((void*)0)", @@ -23577,7 +23110,6 @@ "argsoriginal": "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))", "call_args": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)", "cimguiname": "igPlotLines", - "comment": "", "defaults": { "graph_size": "ImVec2(0,0)", "overlay_text": "((void*)0)", @@ -23638,7 +23170,6 @@ "argsoriginal": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0))", "call_args": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)", "cimguiname": "igPlotLines", - "comment": "", "defaults": { "graph_size": "ImVec2(0,0)", "overlay_text": "((void*)0)", @@ -23661,7 +23192,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igPopAllowKeyboardFocus", - "comment": "", "defaults": [], "funcname": "PopAllowKeyboardFocus", "namespace": "ImGui", @@ -23678,7 +23208,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igPopButtonRepeat", - "comment": "", "defaults": [], "funcname": "PopButtonRepeat", "namespace": "ImGui", @@ -23695,7 +23224,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igPopClipRect", - "comment": "", "defaults": [], "funcname": "PopClipRect", "namespace": "ImGui", @@ -23712,7 +23240,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igPopFont", - "comment": "", "defaults": [], "funcname": "PopFont", "namespace": "ImGui", @@ -23729,7 +23256,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igPopID", - "comment": "", "defaults": [], "funcname": "PopID", "namespace": "ImGui", @@ -23746,7 +23272,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igPopItemWidth", - "comment": "", "defaults": [], "funcname": "PopItemWidth", "namespace": "ImGui", @@ -23768,7 +23293,6 @@ "argsoriginal": "(int count=1)", "call_args": "(count)", "cimguiname": "igPopStyleColor", - "comment": "", "defaults": { "count": "1" }, @@ -23792,7 +23316,6 @@ "argsoriginal": "(int count=1)", "call_args": "(count)", "cimguiname": "igPopStyleVar", - "comment": "", "defaults": { "count": "1" }, @@ -23811,7 +23334,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igPopTextWrapPos", - "comment": "", "defaults": [], "funcname": "PopTextWrapPos", "namespace": "ImGui", @@ -23841,7 +23363,6 @@ "argsoriginal": "(float fraction,const ImVec2& size_arg=ImVec2(-1,0),const char* overlay=((void*)0))", "call_args": "(fraction,size_arg,overlay)", "cimguiname": "igProgressBar", - "comment": "", "defaults": { "overlay": "((void*)0)", "size_arg": "ImVec2(-1,0)" @@ -23866,7 +23387,6 @@ "argsoriginal": "(bool allow_keyboard_focus)", "call_args": "(allow_keyboard_focus)", "cimguiname": "igPushAllowKeyboardFocus", - "comment": "", "defaults": [], "funcname": "PushAllowKeyboardFocus", "namespace": "ImGui", @@ -23888,7 +23408,6 @@ "argsoriginal": "(bool repeat)", "call_args": "(repeat)", "cimguiname": "igPushButtonRepeat", - "comment": "", "defaults": [], "funcname": "PushButtonRepeat", "namespace": "ImGui", @@ -23918,7 +23437,6 @@ "argsoriginal": "(const ImVec2& clip_rect_min,const ImVec2& clip_rect_max,bool intersect_with_current_clip_rect)", "call_args": "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)", "cimguiname": "igPushClipRect", - "comment": "", "defaults": [], "funcname": "PushClipRect", "namespace": "ImGui", @@ -23940,7 +23458,6 @@ "argsoriginal": "(ImFont* font)", "call_args": "(font)", "cimguiname": "igPushFont", - "comment": "", "defaults": [], "funcname": "PushFont", "namespace": "ImGui", @@ -23962,7 +23479,6 @@ "argsoriginal": "(const char* str_id)", "call_args": "(str_id)", "cimguiname": "igPushID", - "comment": "", "defaults": [], "funcname": "PushID", "namespace": "ImGui", @@ -23986,7 +23502,6 @@ "argsoriginal": "(const char* str_id_begin,const char* str_id_end)", "call_args": "(str_id_begin,str_id_end)", "cimguiname": "igPushID", - "comment": "", "defaults": [], "funcname": "PushID", "namespace": "ImGui", @@ -24006,7 +23521,6 @@ "argsoriginal": "(const void* ptr_id)", "call_args": "(ptr_id)", "cimguiname": "igPushID", - "comment": "", "defaults": [], "funcname": "PushID", "namespace": "ImGui", @@ -24026,7 +23540,6 @@ "argsoriginal": "(int int_id)", "call_args": "(int_id)", "cimguiname": "igPushID", - "comment": "", "defaults": [], "funcname": "PushID", "namespace": "ImGui", @@ -24048,7 +23561,6 @@ "argsoriginal": "(float item_width)", "call_args": "(item_width)", "cimguiname": "igPushItemWidth", - "comment": "", "defaults": [], "funcname": "PushItemWidth", "namespace": "ImGui", @@ -24074,7 +23586,6 @@ "argsoriginal": "(ImGuiCol idx,ImU32 col)", "call_args": "(idx,col)", "cimguiname": "igPushStyleColor", - "comment": "", "defaults": [], "funcname": "PushStyleColor", "namespace": "ImGui", @@ -24098,7 +23609,6 @@ "argsoriginal": "(ImGuiCol idx,const ImVec4& col)", "call_args": "(idx,col)", "cimguiname": "igPushStyleColor", - "comment": "", "defaults": [], "funcname": "PushStyleColor", "namespace": "ImGui", @@ -24124,7 +23634,6 @@ "argsoriginal": "(ImGuiStyleVar idx,float val)", "call_args": "(idx,val)", "cimguiname": "igPushStyleVar", - "comment": "", "defaults": [], "funcname": "PushStyleVar", "namespace": "ImGui", @@ -24148,7 +23657,6 @@ "argsoriginal": "(ImGuiStyleVar idx,const ImVec2& val)", "call_args": "(idx,val)", "cimguiname": "igPushStyleVar", - "comment": "", "defaults": [], "funcname": "PushStyleVar", "namespace": "ImGui", @@ -24170,7 +23678,6 @@ "argsoriginal": "(float wrap_local_pos_x=0.0f)", "call_args": "(wrap_local_pos_x)", "cimguiname": "igPushTextWrapPos", - "comment": "", "defaults": { "wrap_local_pos_x": "0.0f" }, @@ -24198,7 +23705,6 @@ "argsoriginal": "(const char* label,bool active)", "call_args": "(label,active)", "cimguiname": "igRadioButton", - "comment": "", "defaults": [], "funcname": "RadioButton", "namespace": "ImGui", @@ -24226,7 +23732,6 @@ "argsoriginal": "(const char* label,int* v,int v_button)", "call_args": "(label,v,v_button)", "cimguiname": "igRadioButton", - "comment": "", "defaults": [], "funcname": "RadioButton", "namespace": "ImGui", @@ -24243,7 +23748,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igRender", - "comment": "", "defaults": [], "funcname": "Render", "namespace": "ImGui", @@ -24265,7 +23769,6 @@ "argsoriginal": "(int button=0)", "call_args": "(button)", "cimguiname": "igResetMouseDragDelta", - "comment": "", "defaults": { "button": "0" }, @@ -24293,7 +23796,6 @@ "argsoriginal": "(float local_pos_x=0.0f,float spacing_w=-1.0f)", "call_args": "(local_pos_x,spacing_w)", "cimguiname": "igSameLine", - "comment": "", "defaults": { "local_pos_x": "0.0f", "spacing_w": "-1.0f" @@ -24318,7 +23820,6 @@ "argsoriginal": "(const char* ini_filename)", "call_args": "(ini_filename)", "cimguiname": "igSaveIniSettingsToDisk", - "comment": "", "defaults": [], "funcname": "SaveIniSettingsToDisk", "namespace": "ImGui", @@ -24340,7 +23841,6 @@ "argsoriginal": "(size_t* out_ini_size=((void*)0))", "call_args": "(out_ini_size)", "cimguiname": "igSaveIniSettingsToMemory", - "comment": "", "defaults": { "out_ini_size": "((void*)0)" }, @@ -24376,7 +23876,6 @@ "argsoriginal": "(const char* label,bool selected=false,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))", "call_args": "(label,selected,flags,size)", "cimguiname": "igSelectable", - "comment": "", "defaults": { "flags": "0", "selected": "false", @@ -24412,7 +23911,6 @@ "argsoriginal": "(const char* label,bool* p_selected,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))", "call_args": "(label,p_selected,flags,size)", "cimguiname": "igSelectable", - "comment": "", "defaults": { "flags": "0", "size": "ImVec2(0,0)" @@ -24432,7 +23930,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igSeparator", - "comment": "", "defaults": [], "funcname": "Separator", "namespace": "ImGui", @@ -24466,7 +23963,6 @@ "argsoriginal": "(void*(*alloc_func)(size_t sz,void* user_data),void(*free_func)(void* ptr,void* user_data),void* user_data=((void*)0))", "call_args": "(alloc_func,free_func,user_data)", "cimguiname": "igSetAllocatorFunctions", - "comment": "", "defaults": { "user_data": "((void*)0)" }, @@ -24490,7 +23986,6 @@ "argsoriginal": "(const char* text)", "call_args": "(text)", "cimguiname": "igSetClipboardText", - "comment": "", "defaults": [], "funcname": "SetClipboardText", "namespace": "ImGui", @@ -24512,7 +24007,6 @@ "argsoriginal": "(ImGuiColorEditFlags flags)", "call_args": "(flags)", "cimguiname": "igSetColorEditOptions", - "comment": "", "defaults": [], "funcname": "SetColorEditOptions", "namespace": "ImGui", @@ -24538,7 +24032,6 @@ "argsoriginal": "(int column_index,float offset_x)", "call_args": "(column_index,offset_x)", "cimguiname": "igSetColumnOffset", - "comment": "", "defaults": [], "funcname": "SetColumnOffset", "namespace": "ImGui", @@ -24564,7 +24057,6 @@ "argsoriginal": "(int column_index,float width)", "call_args": "(column_index,width)", "cimguiname": "igSetColumnWidth", - "comment": "", "defaults": [], "funcname": "SetColumnWidth", "namespace": "ImGui", @@ -24586,7 +24078,6 @@ "argsoriginal": "(ImGuiContext* ctx)", "call_args": "(ctx)", "cimguiname": "igSetCurrentContext", - "comment": "", "defaults": [], "funcname": "SetCurrentContext", "namespace": "ImGui", @@ -24608,7 +24099,6 @@ "argsoriginal": "(const ImVec2& local_pos)", "call_args": "(local_pos)", "cimguiname": "igSetCursorPos", - "comment": "", "defaults": [], "funcname": "SetCursorPos", "namespace": "ImGui", @@ -24630,7 +24120,6 @@ "argsoriginal": "(float local_x)", "call_args": "(local_x)", "cimguiname": "igSetCursorPosX", - "comment": "", "defaults": [], "funcname": "SetCursorPosX", "namespace": "ImGui", @@ -24652,7 +24141,6 @@ "argsoriginal": "(float local_y)", "call_args": "(local_y)", "cimguiname": "igSetCursorPosY", - "comment": "", "defaults": [], "funcname": "SetCursorPosY", "namespace": "ImGui", @@ -24674,7 +24162,6 @@ "argsoriginal": "(const ImVec2& pos)", "call_args": "(pos)", "cimguiname": "igSetCursorScreenPos", - "comment": "", "defaults": [], "funcname": "SetCursorScreenPos", "namespace": "ImGui", @@ -24708,7 +24195,6 @@ "argsoriginal": "(const char* type,const void* data,size_t size,ImGuiCond cond=0)", "call_args": "(type,data,size,cond)", "cimguiname": "igSetDragDropPayload", - "comment": "", "defaults": { "cond": "0" }, @@ -24727,7 +24213,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igSetItemAllowOverlap", - "comment": "", "defaults": [], "funcname": "SetItemAllowOverlap", "namespace": "ImGui", @@ -24744,7 +24229,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igSetItemDefaultFocus", - "comment": "", "defaults": [], "funcname": "SetItemDefaultFocus", "namespace": "ImGui", @@ -24766,7 +24250,6 @@ "argsoriginal": "(int offset=0)", "call_args": "(offset)", "cimguiname": "igSetKeyboardFocusHere", - "comment": "", "defaults": { "offset": "0" }, @@ -24790,7 +24273,6 @@ "argsoriginal": "(ImGuiMouseCursor type)", "call_args": "(type)", "cimguiname": "igSetMouseCursor", - "comment": "", "defaults": [], "funcname": "SetMouseCursor", "namespace": "ImGui", @@ -24816,7 +24298,6 @@ "argsoriginal": "(bool is_open,ImGuiCond cond=0)", "call_args": "(is_open,cond)", "cimguiname": "igSetNextTreeNodeOpen", - "comment": "", "defaults": { "cond": "0" }, @@ -24840,7 +24321,6 @@ "argsoriginal": "(float alpha)", "call_args": "(alpha)", "cimguiname": "igSetNextWindowBgAlpha", - "comment": "", "defaults": [], "funcname": "SetNextWindowBgAlpha", "namespace": "ImGui", @@ -24866,7 +24346,6 @@ "argsoriginal": "(bool collapsed,ImGuiCond cond=0)", "call_args": "(collapsed,cond)", "cimguiname": "igSetNextWindowCollapsed", - "comment": "", "defaults": { "cond": "0" }, @@ -24890,7 +24369,6 @@ "argsoriginal": "(const ImVec2& size)", "call_args": "(size)", "cimguiname": "igSetNextWindowContentSize", - "comment": "", "defaults": [], "funcname": "SetNextWindowContentSize", "namespace": "ImGui", @@ -24907,7 +24385,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igSetNextWindowFocus", - "comment": "", "defaults": [], "funcname": "SetNextWindowFocus", "namespace": "ImGui", @@ -24937,7 +24414,6 @@ "argsoriginal": "(const ImVec2& pos,ImGuiCond cond=0,const ImVec2& pivot=ImVec2(0,0))", "call_args": "(pos,cond,pivot)", "cimguiname": "igSetNextWindowPos", - "comment": "", "defaults": { "cond": "0", "pivot": "ImVec2(0,0)" @@ -24966,7 +24442,6 @@ "argsoriginal": "(const ImVec2& size,ImGuiCond cond=0)", "call_args": "(size,cond)", "cimguiname": "igSetNextWindowSize", - "comment": "", "defaults": { "cond": "0" }, @@ -25002,7 +24477,6 @@ "argsoriginal": "(const ImVec2& size_min,const ImVec2& size_max,ImGuiSizeCallback custom_callback=((void*)0),void* custom_callback_data=((void*)0))", "call_args": "(size_min,size_max,custom_callback,custom_callback_data)", "cimguiname": "igSetNextWindowSizeConstraints", - "comment": "", "defaults": { "custom_callback": "((void*)0)", "custom_callback_data": "((void*)0)" @@ -25031,7 +24505,6 @@ "argsoriginal": "(float local_y,float center_y_ratio=0.5f)", "call_args": "(local_y,center_y_ratio)", "cimguiname": "igSetScrollFromPosY", - "comment": "", "defaults": { "center_y_ratio": "0.5f" }, @@ -25055,7 +24528,6 @@ "argsoriginal": "(float center_y_ratio=0.5f)", "call_args": "(center_y_ratio)", "cimguiname": "igSetScrollHereY", - "comment": "", "defaults": { "center_y_ratio": "0.5f" }, @@ -25079,7 +24551,6 @@ "argsoriginal": "(float scroll_x)", "call_args": "(scroll_x)", "cimguiname": "igSetScrollX", - "comment": "", "defaults": [], "funcname": "SetScrollX", "namespace": "ImGui", @@ -25101,7 +24572,6 @@ "argsoriginal": "(float scroll_y)", "call_args": "(scroll_y)", "cimguiname": "igSetScrollY", - "comment": "", "defaults": [], "funcname": "SetScrollY", "namespace": "ImGui", @@ -25123,7 +24593,6 @@ "argsoriginal": "(ImGuiStorage* storage)", "call_args": "(storage)", "cimguiname": "igSetStateStorage", - "comment": "", "defaults": [], "funcname": "SetStateStorage", "namespace": "ImGui", @@ -25145,7 +24614,6 @@ "argsoriginal": "(const char* tab_or_docked_window_label)", "call_args": "(tab_or_docked_window_label)", "cimguiname": "igSetTabItemClosed", - "comment": "", "defaults": [], "funcname": "SetTabItemClosed", "namespace": "ImGui", @@ -25171,7 +24639,6 @@ "argsoriginal": "(const char* fmt,...)", "call_args": "(fmt,...)", "cimguiname": "igSetTooltip", - "comment": "", "defaults": [], "funcname": "SetTooltip", "isvararg": "...)", @@ -25198,7 +24665,6 @@ "argsoriginal": "(const char* fmt,va_list args)", "call_args": "(fmt,args)", "cimguiname": "igSetTooltipV", - "comment": "", "defaults": [], "funcname": "SetTooltipV", "namespace": "ImGui", @@ -25224,7 +24690,6 @@ "argsoriginal": "(bool collapsed,ImGuiCond cond=0)", "call_args": "(collapsed,cond)", "cimguiname": "igSetWindowCollapsed", - "comment": "", "defaults": { "cond": "0" }, @@ -25254,7 +24719,6 @@ "argsoriginal": "(const char* name,bool collapsed,ImGuiCond cond=0)", "call_args": "(name,collapsed,cond)", "cimguiname": "igSetWindowCollapsed", - "comment": "", "defaults": { "cond": "0" }, @@ -25273,7 +24737,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igSetWindowFocus", - "comment": "", "defaults": [], "funcname": "SetWindowFocus", "namespace": "ImGui", @@ -25293,7 +24756,6 @@ "argsoriginal": "(const char* name)", "call_args": "(name)", "cimguiname": "igSetWindowFocus", - "comment": "", "defaults": [], "funcname": "SetWindowFocus", "namespace": "ImGui", @@ -25315,7 +24777,6 @@ "argsoriginal": "(float scale)", "call_args": "(scale)", "cimguiname": "igSetWindowFontScale", - "comment": "", "defaults": [], "funcname": "SetWindowFontScale", "namespace": "ImGui", @@ -25341,7 +24802,6 @@ "argsoriginal": "(const ImVec2& pos,ImGuiCond cond=0)", "call_args": "(pos,cond)", "cimguiname": "igSetWindowPos", - "comment": "", "defaults": { "cond": "0" }, @@ -25371,7 +24831,6 @@ "argsoriginal": "(const char* name,const ImVec2& pos,ImGuiCond cond=0)", "call_args": "(name,pos,cond)", "cimguiname": "igSetWindowPos", - "comment": "", "defaults": { "cond": "0" }, @@ -25399,7 +24858,6 @@ "argsoriginal": "(const ImVec2& size,ImGuiCond cond=0)", "call_args": "(size,cond)", "cimguiname": "igSetWindowSize", - "comment": "", "defaults": { "cond": "0" }, @@ -25429,7 +24887,6 @@ "argsoriginal": "(const char* name,const ImVec2& size,ImGuiCond cond=0)", "call_args": "(name,size,cond)", "cimguiname": "igSetWindowSize", - "comment": "", "defaults": { "cond": "0" }, @@ -25453,7 +24910,6 @@ "argsoriginal": "(bool* p_open=((void*)0))", "call_args": "(p_open)", "cimguiname": "igShowAboutWindow", - "comment": "", "defaults": { "p_open": "((void*)0)" }, @@ -25477,7 +24933,6 @@ "argsoriginal": "(bool* p_open=((void*)0))", "call_args": "(p_open)", "cimguiname": "igShowDemoWindow", - "comment": "", "defaults": { "p_open": "((void*)0)" }, @@ -25501,7 +24956,6 @@ "argsoriginal": "(const char* label)", "call_args": "(label)", "cimguiname": "igShowFontSelector", - "comment": "", "defaults": [], "funcname": "ShowFontSelector", "namespace": "ImGui", @@ -25523,7 +24977,6 @@ "argsoriginal": "(bool* p_open=((void*)0))", "call_args": "(p_open)", "cimguiname": "igShowMetricsWindow", - "comment": "", "defaults": { "p_open": "((void*)0)" }, @@ -25547,7 +25000,6 @@ "argsoriginal": "(ImGuiStyle* ref=((void*)0))", "call_args": "(ref)", "cimguiname": "igShowStyleEditor", - "comment": "", "defaults": { "ref": "((void*)0)" }, @@ -25571,7 +25023,6 @@ "argsoriginal": "(const char* label)", "call_args": "(label)", "cimguiname": "igShowStyleSelector", - "comment": "", "defaults": [], "funcname": "ShowStyleSelector", "namespace": "ImGui", @@ -25588,7 +25039,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igShowUserGuide", - "comment": "", "defaults": [], "funcname": "ShowUserGuide", "namespace": "ImGui", @@ -25626,7 +25076,6 @@ "argsoriginal": "(const char* label,float* v_rad,float v_degrees_min=-360.0f,float v_degrees_max=+360.0f,const char* format=\"%.0f deg\")", "call_args": "(label,v_rad,v_degrees_min,v_degrees_max,format)", "cimguiname": "igSliderAngle", - "comment": "", "defaults": { "format": "\"%.0f deg\"", "v_degrees_max": "+360.0f", @@ -25672,7 +25121,6 @@ "argsoriginal": "(const char* label,float* v,float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_min,v_max,format,power)", "cimguiname": "igSliderFloat", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f" @@ -25717,7 +25165,6 @@ "argsoriginal": "(const char* label,float v[2],float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_min,v_max,format,power)", "cimguiname": "igSliderFloat2", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f" @@ -25762,7 +25209,6 @@ "argsoriginal": "(const char* label,float v[3],float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_min,v_max,format,power)", "cimguiname": "igSliderFloat3", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f" @@ -25807,7 +25253,6 @@ "argsoriginal": "(const char* label,float v[4],float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,v,v_min,v_max,format,power)", "cimguiname": "igSliderFloat4", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f" @@ -25848,7 +25293,6 @@ "argsoriginal": "(const char* label,int* v,int v_min,int v_max,const char* format=\"%d\")", "call_args": "(label,v,v_min,v_max,format)", "cimguiname": "igSliderInt", - "comment": "", "defaults": { "format": "\"%d\"" }, @@ -25888,7 +25332,6 @@ "argsoriginal": "(const char* label,int v[2],int v_min,int v_max,const char* format=\"%d\")", "call_args": "(label,v,v_min,v_max,format)", "cimguiname": "igSliderInt2", - "comment": "", "defaults": { "format": "\"%d\"" }, @@ -25928,7 +25371,6 @@ "argsoriginal": "(const char* label,int v[3],int v_min,int v_max,const char* format=\"%d\")", "call_args": "(label,v,v_min,v_max,format)", "cimguiname": "igSliderInt3", - "comment": "", "defaults": { "format": "\"%d\"" }, @@ -25968,7 +25410,6 @@ "argsoriginal": "(const char* label,int v[4],int v_min,int v_max,const char* format=\"%d\")", "call_args": "(label,v,v_min,v_max,format)", "cimguiname": "igSliderInt4", - "comment": "", "defaults": { "format": "\"%d\"" }, @@ -26016,7 +25457,6 @@ "argsoriginal": "(const char* label,ImGuiDataType data_type,void* v,const void* v_min,const void* v_max,const char* format=((void*)0),float power=1.0f)", "call_args": "(label,data_type,v,v_min,v_max,format,power)", "cimguiname": "igSliderScalar", - "comment": "", "defaults": { "format": "((void*)0)", "power": "1.0f" @@ -26069,7 +25509,6 @@ "argsoriginal": "(const char* label,ImGuiDataType data_type,void* v,int components,const void* v_min,const void* v_max,const char* format=((void*)0),float power=1.0f)", "call_args": "(label,data_type,v,components,v_min,v_max,format,power)", "cimguiname": "igSliderScalarN", - "comment": "", "defaults": { "format": "((void*)0)", "power": "1.0f" @@ -26094,7 +25533,6 @@ "argsoriginal": "(const char* label)", "call_args": "(label)", "cimguiname": "igSmallButton", - "comment": "", "defaults": [], "funcname": "SmallButton", "namespace": "ImGui", @@ -26111,7 +25549,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igSpacing", - "comment": "", "defaults": [], "funcname": "Spacing", "namespace": "ImGui", @@ -26133,7 +25570,6 @@ "argsoriginal": "(ImGuiStyle* dst=((void*)0))", "call_args": "(dst)", "cimguiname": "igStyleColorsClassic", - "comment": "", "defaults": { "dst": "((void*)0)" }, @@ -26157,7 +25593,6 @@ "argsoriginal": "(ImGuiStyle* dst=((void*)0))", "call_args": "(dst)", "cimguiname": "igStyleColorsDark", - "comment": "", "defaults": { "dst": "((void*)0)" }, @@ -26181,7 +25616,6 @@ "argsoriginal": "(ImGuiStyle* dst=((void*)0))", "call_args": "(dst)", "cimguiname": "igStyleColorsLight", - "comment": "", "defaults": { "dst": "((void*)0)" }, @@ -26209,7 +25643,6 @@ "argsoriginal": "(const char* fmt,...)", "call_args": "(fmt,...)", "cimguiname": "igText", - "comment": "", "defaults": [], "funcname": "Text", "isvararg": "...)", @@ -26240,7 +25673,6 @@ "argsoriginal": "(const ImVec4& col,const char* fmt,...)", "call_args": "(col,fmt,...)", "cimguiname": "igTextColored", - "comment": "", "defaults": [], "funcname": "TextColored", "isvararg": "...)", @@ -26271,7 +25703,6 @@ "argsoriginal": "(const ImVec4& col,const char* fmt,va_list args)", "call_args": "(col,fmt,args)", "cimguiname": "igTextColoredV", - "comment": "", "defaults": [], "funcname": "TextColoredV", "namespace": "ImGui", @@ -26297,7 +25728,6 @@ "argsoriginal": "(const char* fmt,...)", "call_args": "(fmt,...)", "cimguiname": "igTextDisabled", - "comment": "", "defaults": [], "funcname": "TextDisabled", "isvararg": "...)", @@ -26324,7 +25754,6 @@ "argsoriginal": "(const char* fmt,va_list args)", "call_args": "(fmt,args)", "cimguiname": "igTextDisabledV", - "comment": "", "defaults": [], "funcname": "TextDisabledV", "namespace": "ImGui", @@ -26350,7 +25779,6 @@ "argsoriginal": "(const char* text,const char* text_end=((void*)0))", "call_args": "(text,text_end)", "cimguiname": "igTextUnformatted", - "comment": "", "defaults": { "text_end": "((void*)0)" }, @@ -26378,7 +25806,6 @@ "argsoriginal": "(const char* fmt,va_list args)", "call_args": "(fmt,args)", "cimguiname": "igTextV", - "comment": "", "defaults": [], "funcname": "TextV", "namespace": "ImGui", @@ -26404,7 +25831,6 @@ "argsoriginal": "(const char* fmt,...)", "call_args": "(fmt,...)", "cimguiname": "igTextWrapped", - "comment": "", "defaults": [], "funcname": "TextWrapped", "isvararg": "...)", @@ -26431,7 +25857,6 @@ "argsoriginal": "(const char* fmt,va_list args)", "call_args": "(fmt,args)", "cimguiname": "igTextWrappedV", - "comment": "", "defaults": [], "funcname": "TextWrappedV", "namespace": "ImGui", @@ -26448,7 +25873,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igTreeAdvanceToLabelPos", - "comment": "", "defaults": [], "funcname": "TreeAdvanceToLabelPos", "namespace": "ImGui", @@ -26470,7 +25894,6 @@ "argsoriginal": "(const char* label)", "call_args": "(label)", "cimguiname": "igTreeNode", - "comment": "", "defaults": [], "funcname": "TreeNode", "namespace": "ImGui", @@ -26498,7 +25921,6 @@ "argsoriginal": "(const char* str_id,const char* fmt,...)", "call_args": "(str_id,fmt,...)", "cimguiname": "igTreeNode", - "comment": "", "defaults": [], "funcname": "TreeNode", "isvararg": "...)", @@ -26527,7 +25949,6 @@ "argsoriginal": "(const void* ptr_id,const char* fmt,...)", "call_args": "(ptr_id,fmt,...)", "cimguiname": "igTreeNode", - "comment": "", "defaults": [], "funcname": "TreeNode", "isvararg": "...)", @@ -26554,7 +25975,6 @@ "argsoriginal": "(const char* label,ImGuiTreeNodeFlags flags=0)", "call_args": "(label,flags)", "cimguiname": "igTreeNodeEx", - "comment": "", "defaults": { "flags": "0" }, @@ -26588,7 +26008,6 @@ "argsoriginal": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...)", "call_args": "(str_id,flags,fmt,...)", "cimguiname": "igTreeNodeEx", - "comment": "", "defaults": [], "funcname": "TreeNodeEx", "isvararg": "...)", @@ -26621,7 +26040,6 @@ "argsoriginal": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...)", "call_args": "(ptr_id,flags,fmt,...)", "cimguiname": "igTreeNodeEx", - "comment": "", "defaults": [], "funcname": "TreeNodeEx", "isvararg": "...)", @@ -26656,7 +26074,6 @@ "argsoriginal": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)", "call_args": "(str_id,flags,fmt,args)", "cimguiname": "igTreeNodeExV", - "comment": "", "defaults": [], "funcname": "TreeNodeExV", "namespace": "ImGui", @@ -26688,7 +26105,6 @@ "argsoriginal": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)", "call_args": "(ptr_id,flags,fmt,args)", "cimguiname": "igTreeNodeExV", - "comment": "", "defaults": [], "funcname": "TreeNodeExV", "namespace": "ImGui", @@ -26718,7 +26134,6 @@ "argsoriginal": "(const char* str_id,const char* fmt,va_list args)", "call_args": "(str_id,fmt,args)", "cimguiname": "igTreeNodeV", - "comment": "", "defaults": [], "funcname": "TreeNodeV", "namespace": "ImGui", @@ -26746,7 +26161,6 @@ "argsoriginal": "(const void* ptr_id,const char* fmt,va_list args)", "call_args": "(ptr_id,fmt,args)", "cimguiname": "igTreeNodeV", - "comment": "", "defaults": [], "funcname": "TreeNodeV", "namespace": "ImGui", @@ -26763,7 +26177,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "igTreePop", - "comment": "", "defaults": [], "funcname": "TreePop", "namespace": "ImGui", @@ -26785,7 +26198,6 @@ "argsoriginal": "(const char* str_id)", "call_args": "(str_id)", "cimguiname": "igTreePush", - "comment": "", "defaults": [], "funcname": "TreePush", "namespace": "ImGui", @@ -26805,7 +26217,6 @@ "argsoriginal": "(const void* ptr_id=((void*)0))", "call_args": "(ptr_id)", "cimguiname": "igTreePush", - "comment": "", "defaults": { "ptr_id": "((void*)0)" }, @@ -26829,7 +26240,6 @@ "argsoriginal": "(float indent_w=0.0f)", "call_args": "(indent_w)", "cimguiname": "igUnindent", - "comment": "", "defaults": { "indent_w": "0.0f" }, @@ -26877,7 +26287,6 @@ "argsoriginal": "(const char* label,const ImVec2& size,float* v,float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)", "call_args": "(label,size,v,v_min,v_max,format,power)", "cimguiname": "igVSliderFloat", - "comment": "", "defaults": { "format": "\"%.3f\"", "power": "1.0f" @@ -26922,7 +26331,6 @@ "argsoriginal": "(const char* label,const ImVec2& size,int* v,int v_min,int v_max,const char* format=\"%d\")", "call_args": "(label,size,v,v_min,v_max,format)", "cimguiname": "igVSliderInt", - "comment": "", "defaults": { "format": "\"%d\"" }, @@ -26974,7 +26382,6 @@ "argsoriginal": "(const char* label,const ImVec2& size,ImGuiDataType data_type,void* v,const void* v_min,const void* v_max,const char* format=((void*)0),float power=1.0f)", "call_args": "(label,size,data_type,v,v_min,v_max,format,power)", "cimguiname": "igVSliderScalar", - "comment": "", "defaults": { "format": "((void*)0)", "power": "1.0f" @@ -27003,7 +26410,6 @@ "argsoriginal": "(const char* prefix,bool b)", "call_args": "(prefix,b)", "cimguiname": "igValue", - "comment": "", "defaults": [], "funcname": "Value", "namespace": "ImGui", @@ -27027,7 +26433,6 @@ "argsoriginal": "(const char* prefix,int v)", "call_args": "(prefix,v)", "cimguiname": "igValue", - "comment": "", "defaults": [], "funcname": "Value", "namespace": "ImGui", @@ -27051,7 +26456,6 @@ "argsoriginal": "(const char* prefix,unsigned int v)", "call_args": "(prefix,v)", "cimguiname": "igValue", - "comment": "", "defaults": [], "funcname": "Value", "namespace": "ImGui", @@ -27079,7 +26483,6 @@ "argsoriginal": "(const char* prefix,float v,const char* float_format=((void*)0))", "call_args": "(prefix,v,float_format)", "cimguiname": "igValue", - "comment": "", "defaults": { "float_format": "((void*)0)" }, diff --git a/generator/output/definitions.lua b/generator/output/definitions.lua index d192cd4..0b4caab 100644 --- a/generator/output/definitions.lua +++ b/generator/output/definitions.lua @@ -6,7 +6,6 @@ defs["CustomRect_CustomRect"][1]["argsT"] = {} defs["CustomRect_CustomRect"][1]["argsoriginal"] = "()" defs["CustomRect_CustomRect"][1]["call_args"] = "()" defs["CustomRect_CustomRect"][1]["cimguiname"] = "CustomRect_CustomRect" -defs["CustomRect_CustomRect"][1]["comment"] = "" defs["CustomRect_CustomRect"][1]["constructor"] = true defs["CustomRect_CustomRect"][1]["defaults"] = {} defs["CustomRect_CustomRect"][1]["funcname"] = "CustomRect" @@ -24,7 +23,6 @@ defs["CustomRect_IsPacked"][1]["argsT"][1]["type"] = "CustomRect*" defs["CustomRect_IsPacked"][1]["argsoriginal"] = "()" defs["CustomRect_IsPacked"][1]["call_args"] = "()" defs["CustomRect_IsPacked"][1]["cimguiname"] = "CustomRect_IsPacked" -defs["CustomRect_IsPacked"][1]["comment"] = "" defs["CustomRect_IsPacked"][1]["defaults"] = {} defs["CustomRect_IsPacked"][1]["funcname"] = "IsPacked" defs["CustomRect_IsPacked"][1]["ov_cimguiname"] = "CustomRect_IsPacked" @@ -70,7 +68,6 @@ defs["ImColor_HSV"][1]["argsT"][5]["type"] = "float" defs["ImColor_HSV"][1]["argsoriginal"] = "(float h,float s,float v,float a=1.0f)" defs["ImColor_HSV"][1]["call_args"] = "(h,s,v,a)" defs["ImColor_HSV"][1]["cimguiname"] = "ImColor_HSV" -defs["ImColor_HSV"][1]["comment"] = "" defs["ImColor_HSV"][1]["defaults"] = {} defs["ImColor_HSV"][1]["defaults"]["a"] = "1.0f" defs["ImColor_HSV"][1]["funcname"] = "HSV" @@ -102,7 +99,6 @@ defs["ImColor_HSV"][2]["argsT"][6]["type"] = "float" defs["ImColor_HSV"][2]["argsoriginal"] = "(float h,float s,float v,float a=1.0f)" defs["ImColor_HSV"][2]["call_args"] = "(h,s,v,a)" defs["ImColor_HSV"][2]["cimguiname"] = "ImColor_HSV" -defs["ImColor_HSV"][2]["comment"] = "" defs["ImColor_HSV"][2]["defaults"] = defs["ImColor_HSV"][1]["defaults"] defs["ImColor_HSV"][2]["funcname"] = "HSV" defs["ImColor_HSV"][2]["nonUDT"] = 1 @@ -131,7 +127,6 @@ defs["ImColor_HSV"][3]["argsT"][5]["type"] = "float" defs["ImColor_HSV"][3]["argsoriginal"] = "(float h,float s,float v,float a=1.0f)" defs["ImColor_HSV"][3]["call_args"] = "(h,s,v,a)" defs["ImColor_HSV"][3]["cimguiname"] = "ImColor_HSV" -defs["ImColor_HSV"][3]["comment"] = "" defs["ImColor_HSV"][3]["defaults"] = defs["ImColor_HSV"][1]["defaults"] defs["ImColor_HSV"][3]["funcname"] = "HSV" defs["ImColor_HSV"][3]["nonUDT"] = 2 @@ -150,7 +145,6 @@ defs["ImColor_ImColor"][1]["argsT"] = {} defs["ImColor_ImColor"][1]["argsoriginal"] = "()" defs["ImColor_ImColor"][1]["call_args"] = "()" defs["ImColor_ImColor"][1]["cimguiname"] = "ImColor_ImColor" -defs["ImColor_ImColor"][1]["comment"] = "" defs["ImColor_ImColor"][1]["constructor"] = true defs["ImColor_ImColor"][1]["defaults"] = {} defs["ImColor_ImColor"][1]["funcname"] = "ImColor" @@ -175,7 +169,6 @@ defs["ImColor_ImColor"][2]["argsT"][4]["type"] = "int" defs["ImColor_ImColor"][2]["argsoriginal"] = "(int r,int g,int b,int a=255)" defs["ImColor_ImColor"][2]["call_args"] = "(r,g,b,a)" defs["ImColor_ImColor"][2]["cimguiname"] = "ImColor_ImColor" -defs["ImColor_ImColor"][2]["comment"] = "" defs["ImColor_ImColor"][2]["constructor"] = true defs["ImColor_ImColor"][2]["defaults"] = {} defs["ImColor_ImColor"][2]["defaults"]["a"] = "255" @@ -192,7 +185,6 @@ defs["ImColor_ImColor"][3]["argsT"][1]["type"] = "ImU32" defs["ImColor_ImColor"][3]["argsoriginal"] = "(ImU32 rgba)" defs["ImColor_ImColor"][3]["call_args"] = "(rgba)" defs["ImColor_ImColor"][3]["cimguiname"] = "ImColor_ImColor" -defs["ImColor_ImColor"][3]["comment"] = "" defs["ImColor_ImColor"][3]["constructor"] = true defs["ImColor_ImColor"][3]["defaults"] = {} defs["ImColor_ImColor"][3]["funcname"] = "ImColor" @@ -217,7 +209,6 @@ defs["ImColor_ImColor"][4]["argsT"][4]["type"] = "float" defs["ImColor_ImColor"][4]["argsoriginal"] = "(float r,float g,float b,float a=1.0f)" defs["ImColor_ImColor"][4]["call_args"] = "(r,g,b,a)" defs["ImColor_ImColor"][4]["cimguiname"] = "ImColor_ImColor" -defs["ImColor_ImColor"][4]["comment"] = "" defs["ImColor_ImColor"][4]["constructor"] = true defs["ImColor_ImColor"][4]["defaults"] = {} defs["ImColor_ImColor"][4]["defaults"]["a"] = "1.0f" @@ -234,7 +225,6 @@ defs["ImColor_ImColor"][5]["argsT"][1]["type"] = "const ImVec4" defs["ImColor_ImColor"][5]["argsoriginal"] = "(const ImVec4& col)" defs["ImColor_ImColor"][5]["call_args"] = "(col)" defs["ImColor_ImColor"][5]["cimguiname"] = "ImColor_ImColor" -defs["ImColor_ImColor"][5]["comment"] = "" defs["ImColor_ImColor"][5]["constructor"] = true defs["ImColor_ImColor"][5]["defaults"] = {} defs["ImColor_ImColor"][5]["funcname"] = "ImColor" @@ -268,7 +258,6 @@ defs["ImColor_SetHSV"][1]["argsT"][5]["type"] = "float" defs["ImColor_SetHSV"][1]["argsoriginal"] = "(float h,float s,float v,float a=1.0f)" defs["ImColor_SetHSV"][1]["call_args"] = "(h,s,v,a)" defs["ImColor_SetHSV"][1]["cimguiname"] = "ImColor_SetHSV" -defs["ImColor_SetHSV"][1]["comment"] = "" defs["ImColor_SetHSV"][1]["defaults"] = {} defs["ImColor_SetHSV"][1]["defaults"]["a"] = "1.0f" defs["ImColor_SetHSV"][1]["funcname"] = "SetHSV" @@ -300,7 +289,6 @@ defs["ImDrawCmd_ImDrawCmd"][1]["argsT"] = {} defs["ImDrawCmd_ImDrawCmd"][1]["argsoriginal"] = "()" defs["ImDrawCmd_ImDrawCmd"][1]["call_args"] = "()" defs["ImDrawCmd_ImDrawCmd"][1]["cimguiname"] = "ImDrawCmd_ImDrawCmd" -defs["ImDrawCmd_ImDrawCmd"][1]["comment"] = "" defs["ImDrawCmd_ImDrawCmd"][1]["constructor"] = true defs["ImDrawCmd_ImDrawCmd"][1]["defaults"] = {} defs["ImDrawCmd_ImDrawCmd"][1]["funcname"] = "ImDrawCmd" @@ -334,7 +322,6 @@ defs["ImDrawData_Clear"][1]["argsT"][1]["type"] = "ImDrawData*" defs["ImDrawData_Clear"][1]["argsoriginal"] = "()" defs["ImDrawData_Clear"][1]["call_args"] = "()" defs["ImDrawData_Clear"][1]["cimguiname"] = "ImDrawData_Clear" -defs["ImDrawData_Clear"][1]["comment"] = "" defs["ImDrawData_Clear"][1]["defaults"] = {} defs["ImDrawData_Clear"][1]["funcname"] = "Clear" defs["ImDrawData_Clear"][1]["ov_cimguiname"] = "ImDrawData_Clear" @@ -352,7 +339,6 @@ defs["ImDrawData_DeIndexAllBuffers"][1]["argsT"][1]["type"] = "ImDrawData*" defs["ImDrawData_DeIndexAllBuffers"][1]["argsoriginal"] = "()" defs["ImDrawData_DeIndexAllBuffers"][1]["call_args"] = "()" defs["ImDrawData_DeIndexAllBuffers"][1]["cimguiname"] = "ImDrawData_DeIndexAllBuffers" -defs["ImDrawData_DeIndexAllBuffers"][1]["comment"] = "" defs["ImDrawData_DeIndexAllBuffers"][1]["defaults"] = {} defs["ImDrawData_DeIndexAllBuffers"][1]["funcname"] = "DeIndexAllBuffers" defs["ImDrawData_DeIndexAllBuffers"][1]["ov_cimguiname"] = "ImDrawData_DeIndexAllBuffers" @@ -367,7 +353,6 @@ defs["ImDrawData_ImDrawData"][1]["argsT"] = {} defs["ImDrawData_ImDrawData"][1]["argsoriginal"] = "()" defs["ImDrawData_ImDrawData"][1]["call_args"] = "()" defs["ImDrawData_ImDrawData"][1]["cimguiname"] = "ImDrawData_ImDrawData" -defs["ImDrawData_ImDrawData"][1]["comment"] = "" defs["ImDrawData_ImDrawData"][1]["constructor"] = true defs["ImDrawData_ImDrawData"][1]["defaults"] = {} defs["ImDrawData_ImDrawData"][1]["funcname"] = "ImDrawData" @@ -388,7 +373,6 @@ defs["ImDrawData_ScaleClipRects"][1]["argsT"][2]["type"] = "const ImVec2" defs["ImDrawData_ScaleClipRects"][1]["argsoriginal"] = "(const ImVec2& sc)" defs["ImDrawData_ScaleClipRects"][1]["call_args"] = "(sc)" defs["ImDrawData_ScaleClipRects"][1]["cimguiname"] = "ImDrawData_ScaleClipRects" -defs["ImDrawData_ScaleClipRects"][1]["comment"] = "" defs["ImDrawData_ScaleClipRects"][1]["defaults"] = {} defs["ImDrawData_ScaleClipRects"][1]["funcname"] = "ScaleClipRects" defs["ImDrawData_ScaleClipRects"][1]["ov_cimguiname"] = "ImDrawData_ScaleClipRects" @@ -443,7 +427,6 @@ defs["ImDrawList_AddBezierCurve"][1]["argsT"][8]["type"] = "int" defs["ImDrawList_AddBezierCurve"][1]["argsoriginal"] = "(const ImVec2& pos0,const ImVec2& cp0,const ImVec2& cp1,const ImVec2& pos1,ImU32 col,float thickness,int num_segments=0)" defs["ImDrawList_AddBezierCurve"][1]["call_args"] = "(pos0,cp0,cp1,pos1,col,thickness,num_segments)" defs["ImDrawList_AddBezierCurve"][1]["cimguiname"] = "ImDrawList_AddBezierCurve" -defs["ImDrawList_AddBezierCurve"][1]["comment"] = "" defs["ImDrawList_AddBezierCurve"][1]["defaults"] = {} defs["ImDrawList_AddBezierCurve"][1]["defaults"]["num_segments"] = "0" defs["ImDrawList_AddBezierCurve"][1]["funcname"] = "AddBezierCurve" @@ -468,7 +451,6 @@ defs["ImDrawList_AddCallback"][1]["argsT"][3]["type"] = "void*" defs["ImDrawList_AddCallback"][1]["argsoriginal"] = "(ImDrawCallback callback,void* callback_data)" defs["ImDrawList_AddCallback"][1]["call_args"] = "(callback,callback_data)" defs["ImDrawList_AddCallback"][1]["cimguiname"] = "ImDrawList_AddCallback" -defs["ImDrawList_AddCallback"][1]["comment"] = "" defs["ImDrawList_AddCallback"][1]["defaults"] = {} defs["ImDrawList_AddCallback"][1]["funcname"] = "AddCallback" defs["ImDrawList_AddCallback"][1]["ov_cimguiname"] = "ImDrawList_AddCallback" @@ -501,7 +483,6 @@ defs["ImDrawList_AddCircle"][1]["argsT"][6]["type"] = "float" defs["ImDrawList_AddCircle"][1]["argsoriginal"] = "(const ImVec2& centre,float radius,ImU32 col,int num_segments=12,float thickness=1.0f)" defs["ImDrawList_AddCircle"][1]["call_args"] = "(centre,radius,col,num_segments,thickness)" defs["ImDrawList_AddCircle"][1]["cimguiname"] = "ImDrawList_AddCircle" -defs["ImDrawList_AddCircle"][1]["comment"] = "" defs["ImDrawList_AddCircle"][1]["defaults"] = {} defs["ImDrawList_AddCircle"][1]["defaults"]["num_segments"] = "12" defs["ImDrawList_AddCircle"][1]["defaults"]["thickness"] = "1.0f" @@ -533,7 +514,6 @@ defs["ImDrawList_AddCircleFilled"][1]["argsT"][5]["type"] = "int" defs["ImDrawList_AddCircleFilled"][1]["argsoriginal"] = "(const ImVec2& centre,float radius,ImU32 col,int num_segments=12)" defs["ImDrawList_AddCircleFilled"][1]["call_args"] = "(centre,radius,col,num_segments)" defs["ImDrawList_AddCircleFilled"][1]["cimguiname"] = "ImDrawList_AddCircleFilled" -defs["ImDrawList_AddCircleFilled"][1]["comment"] = "" defs["ImDrawList_AddCircleFilled"][1]["defaults"] = {} defs["ImDrawList_AddCircleFilled"][1]["defaults"]["num_segments"] = "12" defs["ImDrawList_AddCircleFilled"][1]["funcname"] = "AddCircleFilled" @@ -561,7 +541,6 @@ defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][4]["type"] = "ImU32" defs["ImDrawList_AddConvexPolyFilled"][1]["argsoriginal"] = "(const ImVec2* points,const int num_points,ImU32 col)" defs["ImDrawList_AddConvexPolyFilled"][1]["call_args"] = "(points,num_points,col)" defs["ImDrawList_AddConvexPolyFilled"][1]["cimguiname"] = "ImDrawList_AddConvexPolyFilled" -defs["ImDrawList_AddConvexPolyFilled"][1]["comment"] = "" defs["ImDrawList_AddConvexPolyFilled"][1]["defaults"] = {} defs["ImDrawList_AddConvexPolyFilled"][1]["funcname"] = "AddConvexPolyFilled" defs["ImDrawList_AddConvexPolyFilled"][1]["ov_cimguiname"] = "ImDrawList_AddConvexPolyFilled" @@ -579,7 +558,6 @@ defs["ImDrawList_AddDrawCmd"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_AddDrawCmd"][1]["argsoriginal"] = "()" defs["ImDrawList_AddDrawCmd"][1]["call_args"] = "()" defs["ImDrawList_AddDrawCmd"][1]["cimguiname"] = "ImDrawList_AddDrawCmd" -defs["ImDrawList_AddDrawCmd"][1]["comment"] = "" defs["ImDrawList_AddDrawCmd"][1]["defaults"] = {} defs["ImDrawList_AddDrawCmd"][1]["funcname"] = "AddDrawCmd" defs["ImDrawList_AddDrawCmd"][1]["ov_cimguiname"] = "ImDrawList_AddDrawCmd" @@ -615,7 +593,6 @@ defs["ImDrawList_AddImage"][1]["argsT"][7]["type"] = "ImU32" defs["ImDrawList_AddImage"][1]["argsoriginal"] = "(ImTextureID user_texture_id,const ImVec2& a,const ImVec2& b,const ImVec2& uv_a=ImVec2(0,0),const ImVec2& uv_b=ImVec2(1,1),ImU32 col=0xFFFFFFFF)" defs["ImDrawList_AddImage"][1]["call_args"] = "(user_texture_id,a,b,uv_a,uv_b,col)" defs["ImDrawList_AddImage"][1]["cimguiname"] = "ImDrawList_AddImage" -defs["ImDrawList_AddImage"][1]["comment"] = "" defs["ImDrawList_AddImage"][1]["defaults"] = {} defs["ImDrawList_AddImage"][1]["defaults"]["col"] = "0xFFFFFFFF" defs["ImDrawList_AddImage"][1]["defaults"]["uv_a"] = "ImVec2(0,0)" @@ -666,7 +643,6 @@ defs["ImDrawList_AddImageQuad"][1]["argsT"][11]["type"] = "ImU32" defs["ImDrawList_AddImageQuad"][1]["argsoriginal"] = "(ImTextureID user_texture_id,const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,const ImVec2& uv_a=ImVec2(0,0),const ImVec2& uv_b=ImVec2(1,0),const ImVec2& uv_c=ImVec2(1,1),const ImVec2& uv_d=ImVec2(0,1),ImU32 col=0xFFFFFFFF)" defs["ImDrawList_AddImageQuad"][1]["call_args"] = "(user_texture_id,a,b,c,d,uv_a,uv_b,uv_c,uv_d,col)" defs["ImDrawList_AddImageQuad"][1]["cimguiname"] = "ImDrawList_AddImageQuad" -defs["ImDrawList_AddImageQuad"][1]["comment"] = "" defs["ImDrawList_AddImageQuad"][1]["defaults"] = {} defs["ImDrawList_AddImageQuad"][1]["defaults"]["col"] = "0xFFFFFFFF" defs["ImDrawList_AddImageQuad"][1]["defaults"]["uv_a"] = "ImVec2(0,0)" @@ -713,7 +689,6 @@ defs["ImDrawList_AddImageRounded"][1]["argsT"][9]["type"] = "int" defs["ImDrawList_AddImageRounded"][1]["argsoriginal"] = "(ImTextureID user_texture_id,const ImVec2& a,const ImVec2& b,const ImVec2& uv_a,const ImVec2& uv_b,ImU32 col,float rounding,int rounding_corners=ImDrawCornerFlags_All)" defs["ImDrawList_AddImageRounded"][1]["call_args"] = "(user_texture_id,a,b,uv_a,uv_b,col,rounding,rounding_corners)" defs["ImDrawList_AddImageRounded"][1]["cimguiname"] = "ImDrawList_AddImageRounded" -defs["ImDrawList_AddImageRounded"][1]["comment"] = "" defs["ImDrawList_AddImageRounded"][1]["defaults"] = {} defs["ImDrawList_AddImageRounded"][1]["defaults"]["rounding_corners"] = "ImDrawCornerFlags_All" defs["ImDrawList_AddImageRounded"][1]["funcname"] = "AddImageRounded" @@ -744,7 +719,6 @@ defs["ImDrawList_AddLine"][1]["argsT"][5]["type"] = "float" defs["ImDrawList_AddLine"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,ImU32 col,float thickness=1.0f)" defs["ImDrawList_AddLine"][1]["call_args"] = "(a,b,col,thickness)" defs["ImDrawList_AddLine"][1]["cimguiname"] = "ImDrawList_AddLine" -defs["ImDrawList_AddLine"][1]["comment"] = "" defs["ImDrawList_AddLine"][1]["defaults"] = {} defs["ImDrawList_AddLine"][1]["defaults"]["thickness"] = "1.0f" defs["ImDrawList_AddLine"][1]["funcname"] = "AddLine" @@ -778,7 +752,6 @@ defs["ImDrawList_AddPolyline"][1]["argsT"][6]["type"] = "float" defs["ImDrawList_AddPolyline"][1]["argsoriginal"] = "(const ImVec2* points,const int num_points,ImU32 col,bool closed,float thickness)" defs["ImDrawList_AddPolyline"][1]["call_args"] = "(points,num_points,col,closed,thickness)" defs["ImDrawList_AddPolyline"][1]["cimguiname"] = "ImDrawList_AddPolyline" -defs["ImDrawList_AddPolyline"][1]["comment"] = "" defs["ImDrawList_AddPolyline"][1]["defaults"] = {} defs["ImDrawList_AddPolyline"][1]["funcname"] = "AddPolyline" defs["ImDrawList_AddPolyline"][1]["ov_cimguiname"] = "ImDrawList_AddPolyline" @@ -814,7 +787,6 @@ defs["ImDrawList_AddQuad"][1]["argsT"][7]["type"] = "float" defs["ImDrawList_AddQuad"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,ImU32 col,float thickness=1.0f)" defs["ImDrawList_AddQuad"][1]["call_args"] = "(a,b,c,d,col,thickness)" defs["ImDrawList_AddQuad"][1]["cimguiname"] = "ImDrawList_AddQuad" -defs["ImDrawList_AddQuad"][1]["comment"] = "" defs["ImDrawList_AddQuad"][1]["defaults"] = {} defs["ImDrawList_AddQuad"][1]["defaults"]["thickness"] = "1.0f" defs["ImDrawList_AddQuad"][1]["funcname"] = "AddQuad" @@ -848,7 +820,6 @@ defs["ImDrawList_AddQuadFilled"][1]["argsT"][6]["type"] = "ImU32" defs["ImDrawList_AddQuadFilled"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,ImU32 col)" defs["ImDrawList_AddQuadFilled"][1]["call_args"] = "(a,b,c,d,col)" defs["ImDrawList_AddQuadFilled"][1]["cimguiname"] = "ImDrawList_AddQuadFilled" -defs["ImDrawList_AddQuadFilled"][1]["comment"] = "" defs["ImDrawList_AddQuadFilled"][1]["defaults"] = {} defs["ImDrawList_AddQuadFilled"][1]["funcname"] = "AddQuadFilled" defs["ImDrawList_AddQuadFilled"][1]["ov_cimguiname"] = "ImDrawList_AddQuadFilled" @@ -884,7 +855,6 @@ defs["ImDrawList_AddRect"][1]["argsT"][7]["type"] = "float" defs["ImDrawList_AddRect"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,ImU32 col,float rounding=0.0f,int rounding_corners_flags=ImDrawCornerFlags_All,float thickness=1.0f)" defs["ImDrawList_AddRect"][1]["call_args"] = "(a,b,col,rounding,rounding_corners_flags,thickness)" defs["ImDrawList_AddRect"][1]["cimguiname"] = "ImDrawList_AddRect" -defs["ImDrawList_AddRect"][1]["comment"] = "" defs["ImDrawList_AddRect"][1]["defaults"] = {} defs["ImDrawList_AddRect"][1]["defaults"]["rounding"] = "0.0f" defs["ImDrawList_AddRect"][1]["defaults"]["rounding_corners_flags"] = "ImDrawCornerFlags_All" @@ -920,7 +890,6 @@ defs["ImDrawList_AddRectFilled"][1]["argsT"][6]["type"] = "int" defs["ImDrawList_AddRectFilled"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,ImU32 col,float rounding=0.0f,int rounding_corners_flags=ImDrawCornerFlags_All)" defs["ImDrawList_AddRectFilled"][1]["call_args"] = "(a,b,col,rounding,rounding_corners_flags)" defs["ImDrawList_AddRectFilled"][1]["cimguiname"] = "ImDrawList_AddRectFilled" -defs["ImDrawList_AddRectFilled"][1]["comment"] = "" defs["ImDrawList_AddRectFilled"][1]["defaults"] = {} defs["ImDrawList_AddRectFilled"][1]["defaults"]["rounding"] = "0.0f" defs["ImDrawList_AddRectFilled"][1]["defaults"]["rounding_corners_flags"] = "ImDrawCornerFlags_All" @@ -958,7 +927,6 @@ defs["ImDrawList_AddRectFilledMultiColor"][1]["argsT"][7]["type"] = "ImU32" defs["ImDrawList_AddRectFilledMultiColor"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left)" defs["ImDrawList_AddRectFilledMultiColor"][1]["call_args"] = "(a,b,col_upr_left,col_upr_right,col_bot_right,col_bot_left)" defs["ImDrawList_AddRectFilledMultiColor"][1]["cimguiname"] = "ImDrawList_AddRectFilledMultiColor" -defs["ImDrawList_AddRectFilledMultiColor"][1]["comment"] = "" defs["ImDrawList_AddRectFilledMultiColor"][1]["defaults"] = {} defs["ImDrawList_AddRectFilledMultiColor"][1]["funcname"] = "AddRectFilledMultiColor" defs["ImDrawList_AddRectFilledMultiColor"][1]["ov_cimguiname"] = "ImDrawList_AddRectFilledMultiColor" @@ -988,7 +956,6 @@ defs["ImDrawList_AddText"][1]["argsT"][5]["type"] = "const char*" defs["ImDrawList_AddText"][1]["argsoriginal"] = "(const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0))" defs["ImDrawList_AddText"][1]["call_args"] = "(pos,col,text_begin,text_end)" defs["ImDrawList_AddText"][1]["cimguiname"] = "ImDrawList_AddText" -defs["ImDrawList_AddText"][1]["comment"] = "" defs["ImDrawList_AddText"][1]["defaults"] = {} defs["ImDrawList_AddText"][1]["defaults"]["text_end"] = "((void*)0)" defs["ImDrawList_AddText"][1]["funcname"] = "AddText" @@ -1029,7 +996,6 @@ defs["ImDrawList_AddText"][2]["argsT"][9]["type"] = "const ImVec4*" defs["ImDrawList_AddText"][2]["argsoriginal"] = "(const ImFont* font,float font_size,const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0),float wrap_width=0.0f,const ImVec4* cpu_fine_clip_rect=((void*)0))" defs["ImDrawList_AddText"][2]["call_args"] = "(font,font_size,pos,col,text_begin,text_end,wrap_width,cpu_fine_clip_rect)" defs["ImDrawList_AddText"][2]["cimguiname"] = "ImDrawList_AddText" -defs["ImDrawList_AddText"][2]["comment"] = "" defs["ImDrawList_AddText"][2]["defaults"] = {} defs["ImDrawList_AddText"][2]["defaults"]["cpu_fine_clip_rect"] = "((void*)0)" defs["ImDrawList_AddText"][2]["defaults"]["text_end"] = "((void*)0)" @@ -1066,7 +1032,6 @@ defs["ImDrawList_AddTriangle"][1]["argsT"][6]["type"] = "float" defs["ImDrawList_AddTriangle"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,const ImVec2& c,ImU32 col,float thickness=1.0f)" defs["ImDrawList_AddTriangle"][1]["call_args"] = "(a,b,c,col,thickness)" defs["ImDrawList_AddTriangle"][1]["cimguiname"] = "ImDrawList_AddTriangle" -defs["ImDrawList_AddTriangle"][1]["comment"] = "" defs["ImDrawList_AddTriangle"][1]["defaults"] = {} defs["ImDrawList_AddTriangle"][1]["defaults"]["thickness"] = "1.0f" defs["ImDrawList_AddTriangle"][1]["funcname"] = "AddTriangle" @@ -1097,7 +1062,6 @@ defs["ImDrawList_AddTriangleFilled"][1]["argsT"][5]["type"] = "ImU32" defs["ImDrawList_AddTriangleFilled"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,const ImVec2& c,ImU32 col)" defs["ImDrawList_AddTriangleFilled"][1]["call_args"] = "(a,b,c,col)" defs["ImDrawList_AddTriangleFilled"][1]["cimguiname"] = "ImDrawList_AddTriangleFilled" -defs["ImDrawList_AddTriangleFilled"][1]["comment"] = "" defs["ImDrawList_AddTriangleFilled"][1]["defaults"] = {} defs["ImDrawList_AddTriangleFilled"][1]["funcname"] = "AddTriangleFilled" defs["ImDrawList_AddTriangleFilled"][1]["ov_cimguiname"] = "ImDrawList_AddTriangleFilled" @@ -1115,7 +1079,6 @@ defs["ImDrawList_ChannelsMerge"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_ChannelsMerge"][1]["argsoriginal"] = "()" defs["ImDrawList_ChannelsMerge"][1]["call_args"] = "()" defs["ImDrawList_ChannelsMerge"][1]["cimguiname"] = "ImDrawList_ChannelsMerge" -defs["ImDrawList_ChannelsMerge"][1]["comment"] = "" defs["ImDrawList_ChannelsMerge"][1]["defaults"] = {} defs["ImDrawList_ChannelsMerge"][1]["funcname"] = "ChannelsMerge" defs["ImDrawList_ChannelsMerge"][1]["ov_cimguiname"] = "ImDrawList_ChannelsMerge" @@ -1136,7 +1099,6 @@ defs["ImDrawList_ChannelsSetCurrent"][1]["argsT"][2]["type"] = "int" defs["ImDrawList_ChannelsSetCurrent"][1]["argsoriginal"] = "(int channel_index)" defs["ImDrawList_ChannelsSetCurrent"][1]["call_args"] = "(channel_index)" defs["ImDrawList_ChannelsSetCurrent"][1]["cimguiname"] = "ImDrawList_ChannelsSetCurrent" -defs["ImDrawList_ChannelsSetCurrent"][1]["comment"] = "" defs["ImDrawList_ChannelsSetCurrent"][1]["defaults"] = {} defs["ImDrawList_ChannelsSetCurrent"][1]["funcname"] = "ChannelsSetCurrent" defs["ImDrawList_ChannelsSetCurrent"][1]["ov_cimguiname"] = "ImDrawList_ChannelsSetCurrent" @@ -1157,7 +1119,6 @@ defs["ImDrawList_ChannelsSplit"][1]["argsT"][2]["type"] = "int" defs["ImDrawList_ChannelsSplit"][1]["argsoriginal"] = "(int channels_count)" defs["ImDrawList_ChannelsSplit"][1]["call_args"] = "(channels_count)" defs["ImDrawList_ChannelsSplit"][1]["cimguiname"] = "ImDrawList_ChannelsSplit" -defs["ImDrawList_ChannelsSplit"][1]["comment"] = "" defs["ImDrawList_ChannelsSplit"][1]["defaults"] = {} defs["ImDrawList_ChannelsSplit"][1]["funcname"] = "ChannelsSplit" defs["ImDrawList_ChannelsSplit"][1]["ov_cimguiname"] = "ImDrawList_ChannelsSplit" @@ -1175,7 +1136,6 @@ defs["ImDrawList_Clear"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_Clear"][1]["argsoriginal"] = "()" defs["ImDrawList_Clear"][1]["call_args"] = "()" defs["ImDrawList_Clear"][1]["cimguiname"] = "ImDrawList_Clear" -defs["ImDrawList_Clear"][1]["comment"] = "" defs["ImDrawList_Clear"][1]["defaults"] = {} defs["ImDrawList_Clear"][1]["funcname"] = "Clear" defs["ImDrawList_Clear"][1]["ov_cimguiname"] = "ImDrawList_Clear" @@ -1193,7 +1153,6 @@ defs["ImDrawList_ClearFreeMemory"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_ClearFreeMemory"][1]["argsoriginal"] = "()" defs["ImDrawList_ClearFreeMemory"][1]["call_args"] = "()" defs["ImDrawList_ClearFreeMemory"][1]["cimguiname"] = "ImDrawList_ClearFreeMemory" -defs["ImDrawList_ClearFreeMemory"][1]["comment"] = "" defs["ImDrawList_ClearFreeMemory"][1]["defaults"] = {} defs["ImDrawList_ClearFreeMemory"][1]["funcname"] = "ClearFreeMemory" defs["ImDrawList_ClearFreeMemory"][1]["ov_cimguiname"] = "ImDrawList_ClearFreeMemory" @@ -1211,7 +1170,6 @@ defs["ImDrawList_CloneOutput"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_CloneOutput"][1]["argsoriginal"] = "()" defs["ImDrawList_CloneOutput"][1]["call_args"] = "()" defs["ImDrawList_CloneOutput"][1]["cimguiname"] = "ImDrawList_CloneOutput" -defs["ImDrawList_CloneOutput"][1]["comment"] = "" defs["ImDrawList_CloneOutput"][1]["defaults"] = {} defs["ImDrawList_CloneOutput"][1]["funcname"] = "CloneOutput" defs["ImDrawList_CloneOutput"][1]["ov_cimguiname"] = "ImDrawList_CloneOutput" @@ -1229,7 +1187,6 @@ defs["ImDrawList_GetClipRectMax"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_GetClipRectMax"][1]["argsoriginal"] = "()" defs["ImDrawList_GetClipRectMax"][1]["call_args"] = "()" defs["ImDrawList_GetClipRectMax"][1]["cimguiname"] = "ImDrawList_GetClipRectMax" -defs["ImDrawList_GetClipRectMax"][1]["comment"] = "" defs["ImDrawList_GetClipRectMax"][1]["defaults"] = {} defs["ImDrawList_GetClipRectMax"][1]["funcname"] = "GetClipRectMax" defs["ImDrawList_GetClipRectMax"][1]["ov_cimguiname"] = "ImDrawList_GetClipRectMax" @@ -1248,7 +1205,6 @@ defs["ImDrawList_GetClipRectMax"][2]["argsT"][2]["type"] = "ImDrawList*" defs["ImDrawList_GetClipRectMax"][2]["argsoriginal"] = "()" defs["ImDrawList_GetClipRectMax"][2]["call_args"] = "()" defs["ImDrawList_GetClipRectMax"][2]["cimguiname"] = "ImDrawList_GetClipRectMax" -defs["ImDrawList_GetClipRectMax"][2]["comment"] = "" defs["ImDrawList_GetClipRectMax"][2]["defaults"] = defs["ImDrawList_GetClipRectMax"][1]["defaults"] defs["ImDrawList_GetClipRectMax"][2]["funcname"] = "GetClipRectMax" defs["ImDrawList_GetClipRectMax"][2]["nonUDT"] = 1 @@ -1265,7 +1221,6 @@ defs["ImDrawList_GetClipRectMax"][3]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_GetClipRectMax"][3]["argsoriginal"] = "()" defs["ImDrawList_GetClipRectMax"][3]["call_args"] = "()" defs["ImDrawList_GetClipRectMax"][3]["cimguiname"] = "ImDrawList_GetClipRectMax" -defs["ImDrawList_GetClipRectMax"][3]["comment"] = "" defs["ImDrawList_GetClipRectMax"][3]["defaults"] = defs["ImDrawList_GetClipRectMax"][1]["defaults"] defs["ImDrawList_GetClipRectMax"][3]["funcname"] = "GetClipRectMax" defs["ImDrawList_GetClipRectMax"][3]["nonUDT"] = 2 @@ -1287,7 +1242,6 @@ defs["ImDrawList_GetClipRectMin"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_GetClipRectMin"][1]["argsoriginal"] = "()" defs["ImDrawList_GetClipRectMin"][1]["call_args"] = "()" defs["ImDrawList_GetClipRectMin"][1]["cimguiname"] = "ImDrawList_GetClipRectMin" -defs["ImDrawList_GetClipRectMin"][1]["comment"] = "" defs["ImDrawList_GetClipRectMin"][1]["defaults"] = {} defs["ImDrawList_GetClipRectMin"][1]["funcname"] = "GetClipRectMin" defs["ImDrawList_GetClipRectMin"][1]["ov_cimguiname"] = "ImDrawList_GetClipRectMin" @@ -1306,7 +1260,6 @@ defs["ImDrawList_GetClipRectMin"][2]["argsT"][2]["type"] = "ImDrawList*" defs["ImDrawList_GetClipRectMin"][2]["argsoriginal"] = "()" defs["ImDrawList_GetClipRectMin"][2]["call_args"] = "()" defs["ImDrawList_GetClipRectMin"][2]["cimguiname"] = "ImDrawList_GetClipRectMin" -defs["ImDrawList_GetClipRectMin"][2]["comment"] = "" defs["ImDrawList_GetClipRectMin"][2]["defaults"] = defs["ImDrawList_GetClipRectMin"][1]["defaults"] defs["ImDrawList_GetClipRectMin"][2]["funcname"] = "GetClipRectMin" defs["ImDrawList_GetClipRectMin"][2]["nonUDT"] = 1 @@ -1323,7 +1276,6 @@ defs["ImDrawList_GetClipRectMin"][3]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_GetClipRectMin"][3]["argsoriginal"] = "()" defs["ImDrawList_GetClipRectMin"][3]["call_args"] = "()" defs["ImDrawList_GetClipRectMin"][3]["cimguiname"] = "ImDrawList_GetClipRectMin" -defs["ImDrawList_GetClipRectMin"][3]["comment"] = "" defs["ImDrawList_GetClipRectMin"][3]["defaults"] = defs["ImDrawList_GetClipRectMin"][1]["defaults"] defs["ImDrawList_GetClipRectMin"][3]["funcname"] = "GetClipRectMin" defs["ImDrawList_GetClipRectMin"][3]["nonUDT"] = 2 @@ -1345,7 +1297,6 @@ defs["ImDrawList_ImDrawList"][1]["argsT"][1]["type"] = "const ImDrawListSharedDa defs["ImDrawList_ImDrawList"][1]["argsoriginal"] = "(const ImDrawListSharedData* shared_data)" defs["ImDrawList_ImDrawList"][1]["call_args"] = "(shared_data)" defs["ImDrawList_ImDrawList"][1]["cimguiname"] = "ImDrawList_ImDrawList" -defs["ImDrawList_ImDrawList"][1]["comment"] = "" defs["ImDrawList_ImDrawList"][1]["constructor"] = true defs["ImDrawList_ImDrawList"][1]["defaults"] = {} defs["ImDrawList_ImDrawList"][1]["funcname"] = "ImDrawList" @@ -1378,7 +1329,6 @@ defs["ImDrawList_PathArcTo"][1]["argsT"][6]["type"] = "int" defs["ImDrawList_PathArcTo"][1]["argsoriginal"] = "(const ImVec2& centre,float radius,float a_min,float a_max,int num_segments=10)" defs["ImDrawList_PathArcTo"][1]["call_args"] = "(centre,radius,a_min,a_max,num_segments)" defs["ImDrawList_PathArcTo"][1]["cimguiname"] = "ImDrawList_PathArcTo" -defs["ImDrawList_PathArcTo"][1]["comment"] = "" defs["ImDrawList_PathArcTo"][1]["defaults"] = {} defs["ImDrawList_PathArcTo"][1]["defaults"]["num_segments"] = "10" defs["ImDrawList_PathArcTo"][1]["funcname"] = "PathArcTo" @@ -1409,7 +1359,6 @@ defs["ImDrawList_PathArcToFast"][1]["argsT"][5]["type"] = "int" defs["ImDrawList_PathArcToFast"][1]["argsoriginal"] = "(const ImVec2& centre,float radius,int a_min_of_12,int a_max_of_12)" defs["ImDrawList_PathArcToFast"][1]["call_args"] = "(centre,radius,a_min_of_12,a_max_of_12)" defs["ImDrawList_PathArcToFast"][1]["cimguiname"] = "ImDrawList_PathArcToFast" -defs["ImDrawList_PathArcToFast"][1]["comment"] = "" defs["ImDrawList_PathArcToFast"][1]["defaults"] = {} defs["ImDrawList_PathArcToFast"][1]["funcname"] = "PathArcToFast" defs["ImDrawList_PathArcToFast"][1]["ov_cimguiname"] = "ImDrawList_PathArcToFast" @@ -1439,7 +1388,6 @@ defs["ImDrawList_PathBezierCurveTo"][1]["argsT"][5]["type"] = "int" defs["ImDrawList_PathBezierCurveTo"][1]["argsoriginal"] = "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,int num_segments=0)" defs["ImDrawList_PathBezierCurveTo"][1]["call_args"] = "(p1,p2,p3,num_segments)" defs["ImDrawList_PathBezierCurveTo"][1]["cimguiname"] = "ImDrawList_PathBezierCurveTo" -defs["ImDrawList_PathBezierCurveTo"][1]["comment"] = "" defs["ImDrawList_PathBezierCurveTo"][1]["defaults"] = {} defs["ImDrawList_PathBezierCurveTo"][1]["defaults"]["num_segments"] = "0" defs["ImDrawList_PathBezierCurveTo"][1]["funcname"] = "PathBezierCurveTo" @@ -1458,7 +1406,6 @@ defs["ImDrawList_PathClear"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_PathClear"][1]["argsoriginal"] = "()" defs["ImDrawList_PathClear"][1]["call_args"] = "()" defs["ImDrawList_PathClear"][1]["cimguiname"] = "ImDrawList_PathClear" -defs["ImDrawList_PathClear"][1]["comment"] = "" defs["ImDrawList_PathClear"][1]["defaults"] = {} defs["ImDrawList_PathClear"][1]["funcname"] = "PathClear" defs["ImDrawList_PathClear"][1]["ov_cimguiname"] = "ImDrawList_PathClear" @@ -1479,7 +1426,6 @@ defs["ImDrawList_PathFillConvex"][1]["argsT"][2]["type"] = "ImU32" defs["ImDrawList_PathFillConvex"][1]["argsoriginal"] = "(ImU32 col)" defs["ImDrawList_PathFillConvex"][1]["call_args"] = "(col)" defs["ImDrawList_PathFillConvex"][1]["cimguiname"] = "ImDrawList_PathFillConvex" -defs["ImDrawList_PathFillConvex"][1]["comment"] = "" defs["ImDrawList_PathFillConvex"][1]["defaults"] = {} defs["ImDrawList_PathFillConvex"][1]["funcname"] = "PathFillConvex" defs["ImDrawList_PathFillConvex"][1]["ov_cimguiname"] = "ImDrawList_PathFillConvex" @@ -1500,7 +1446,6 @@ defs["ImDrawList_PathLineTo"][1]["argsT"][2]["type"] = "const ImVec2" defs["ImDrawList_PathLineTo"][1]["argsoriginal"] = "(const ImVec2& pos)" defs["ImDrawList_PathLineTo"][1]["call_args"] = "(pos)" defs["ImDrawList_PathLineTo"][1]["cimguiname"] = "ImDrawList_PathLineTo" -defs["ImDrawList_PathLineTo"][1]["comment"] = "" defs["ImDrawList_PathLineTo"][1]["defaults"] = {} defs["ImDrawList_PathLineTo"][1]["funcname"] = "PathLineTo" defs["ImDrawList_PathLineTo"][1]["ov_cimguiname"] = "ImDrawList_PathLineTo" @@ -1521,7 +1466,6 @@ defs["ImDrawList_PathLineToMergeDuplicate"][1]["argsT"][2]["type"] = "const ImVe defs["ImDrawList_PathLineToMergeDuplicate"][1]["argsoriginal"] = "(const ImVec2& pos)" defs["ImDrawList_PathLineToMergeDuplicate"][1]["call_args"] = "(pos)" defs["ImDrawList_PathLineToMergeDuplicate"][1]["cimguiname"] = "ImDrawList_PathLineToMergeDuplicate" -defs["ImDrawList_PathLineToMergeDuplicate"][1]["comment"] = "" defs["ImDrawList_PathLineToMergeDuplicate"][1]["defaults"] = {} defs["ImDrawList_PathLineToMergeDuplicate"][1]["funcname"] = "PathLineToMergeDuplicate" defs["ImDrawList_PathLineToMergeDuplicate"][1]["ov_cimguiname"] = "ImDrawList_PathLineToMergeDuplicate" @@ -1551,7 +1495,6 @@ defs["ImDrawList_PathRect"][1]["argsT"][5]["type"] = "int" defs["ImDrawList_PathRect"][1]["argsoriginal"] = "(const ImVec2& rect_min,const ImVec2& rect_max,float rounding=0.0f,int rounding_corners_flags=ImDrawCornerFlags_All)" defs["ImDrawList_PathRect"][1]["call_args"] = "(rect_min,rect_max,rounding,rounding_corners_flags)" defs["ImDrawList_PathRect"][1]["cimguiname"] = "ImDrawList_PathRect" -defs["ImDrawList_PathRect"][1]["comment"] = "" defs["ImDrawList_PathRect"][1]["defaults"] = {} defs["ImDrawList_PathRect"][1]["defaults"]["rounding"] = "0.0f" defs["ImDrawList_PathRect"][1]["defaults"]["rounding_corners_flags"] = "ImDrawCornerFlags_All" @@ -1580,7 +1523,6 @@ defs["ImDrawList_PathStroke"][1]["argsT"][4]["type"] = "float" defs["ImDrawList_PathStroke"][1]["argsoriginal"] = "(ImU32 col,bool closed,float thickness=1.0f)" defs["ImDrawList_PathStroke"][1]["call_args"] = "(col,closed,thickness)" defs["ImDrawList_PathStroke"][1]["cimguiname"] = "ImDrawList_PathStroke" -defs["ImDrawList_PathStroke"][1]["comment"] = "" defs["ImDrawList_PathStroke"][1]["defaults"] = {} defs["ImDrawList_PathStroke"][1]["defaults"]["thickness"] = "1.0f" defs["ImDrawList_PathStroke"][1]["funcname"] = "PathStroke" @@ -1599,7 +1541,6 @@ defs["ImDrawList_PopClipRect"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_PopClipRect"][1]["argsoriginal"] = "()" defs["ImDrawList_PopClipRect"][1]["call_args"] = "()" defs["ImDrawList_PopClipRect"][1]["cimguiname"] = "ImDrawList_PopClipRect" -defs["ImDrawList_PopClipRect"][1]["comment"] = "" defs["ImDrawList_PopClipRect"][1]["defaults"] = {} defs["ImDrawList_PopClipRect"][1]["funcname"] = "PopClipRect" defs["ImDrawList_PopClipRect"][1]["ov_cimguiname"] = "ImDrawList_PopClipRect" @@ -1617,7 +1558,6 @@ defs["ImDrawList_PopTextureID"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_PopTextureID"][1]["argsoriginal"] = "()" defs["ImDrawList_PopTextureID"][1]["call_args"] = "()" defs["ImDrawList_PopTextureID"][1]["cimguiname"] = "ImDrawList_PopTextureID" -defs["ImDrawList_PopTextureID"][1]["comment"] = "" defs["ImDrawList_PopTextureID"][1]["defaults"] = {} defs["ImDrawList_PopTextureID"][1]["funcname"] = "PopTextureID" defs["ImDrawList_PopTextureID"][1]["ov_cimguiname"] = "ImDrawList_PopTextureID" @@ -1662,7 +1602,6 @@ defs["ImDrawList_PrimQuadUV"][1]["argsT"][10]["type"] = "ImU32" defs["ImDrawList_PrimQuadUV"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,const ImVec2& uv_a,const ImVec2& uv_b,const ImVec2& uv_c,const ImVec2& uv_d,ImU32 col)" defs["ImDrawList_PrimQuadUV"][1]["call_args"] = "(a,b,c,d,uv_a,uv_b,uv_c,uv_d,col)" defs["ImDrawList_PrimQuadUV"][1]["cimguiname"] = "ImDrawList_PrimQuadUV" -defs["ImDrawList_PrimQuadUV"][1]["comment"] = "" defs["ImDrawList_PrimQuadUV"][1]["defaults"] = {} defs["ImDrawList_PrimQuadUV"][1]["funcname"] = "PrimQuadUV" defs["ImDrawList_PrimQuadUV"][1]["ov_cimguiname"] = "ImDrawList_PrimQuadUV" @@ -1689,7 +1628,6 @@ defs["ImDrawList_PrimRect"][1]["argsT"][4]["type"] = "ImU32" defs["ImDrawList_PrimRect"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,ImU32 col)" defs["ImDrawList_PrimRect"][1]["call_args"] = "(a,b,col)" defs["ImDrawList_PrimRect"][1]["cimguiname"] = "ImDrawList_PrimRect" -defs["ImDrawList_PrimRect"][1]["comment"] = "" defs["ImDrawList_PrimRect"][1]["defaults"] = {} defs["ImDrawList_PrimRect"][1]["funcname"] = "PrimRect" defs["ImDrawList_PrimRect"][1]["ov_cimguiname"] = "ImDrawList_PrimRect" @@ -1722,7 +1660,6 @@ defs["ImDrawList_PrimRectUV"][1]["argsT"][6]["type"] = "ImU32" defs["ImDrawList_PrimRectUV"][1]["argsoriginal"] = "(const ImVec2& a,const ImVec2& b,const ImVec2& uv_a,const ImVec2& uv_b,ImU32 col)" defs["ImDrawList_PrimRectUV"][1]["call_args"] = "(a,b,uv_a,uv_b,col)" defs["ImDrawList_PrimRectUV"][1]["cimguiname"] = "ImDrawList_PrimRectUV" -defs["ImDrawList_PrimRectUV"][1]["comment"] = "" defs["ImDrawList_PrimRectUV"][1]["defaults"] = {} defs["ImDrawList_PrimRectUV"][1]["funcname"] = "PrimRectUV" defs["ImDrawList_PrimRectUV"][1]["ov_cimguiname"] = "ImDrawList_PrimRectUV" @@ -1746,7 +1683,6 @@ defs["ImDrawList_PrimReserve"][1]["argsT"][3]["type"] = "int" defs["ImDrawList_PrimReserve"][1]["argsoriginal"] = "(int idx_count,int vtx_count)" defs["ImDrawList_PrimReserve"][1]["call_args"] = "(idx_count,vtx_count)" defs["ImDrawList_PrimReserve"][1]["cimguiname"] = "ImDrawList_PrimReserve" -defs["ImDrawList_PrimReserve"][1]["comment"] = "" defs["ImDrawList_PrimReserve"][1]["defaults"] = {} defs["ImDrawList_PrimReserve"][1]["funcname"] = "PrimReserve" defs["ImDrawList_PrimReserve"][1]["ov_cimguiname"] = "ImDrawList_PrimReserve" @@ -1773,7 +1709,6 @@ defs["ImDrawList_PrimVtx"][1]["argsT"][4]["type"] = "ImU32" defs["ImDrawList_PrimVtx"][1]["argsoriginal"] = "(const ImVec2& pos,const ImVec2& uv,ImU32 col)" defs["ImDrawList_PrimVtx"][1]["call_args"] = "(pos,uv,col)" defs["ImDrawList_PrimVtx"][1]["cimguiname"] = "ImDrawList_PrimVtx" -defs["ImDrawList_PrimVtx"][1]["comment"] = "" defs["ImDrawList_PrimVtx"][1]["defaults"] = {} defs["ImDrawList_PrimVtx"][1]["funcname"] = "PrimVtx" defs["ImDrawList_PrimVtx"][1]["ov_cimguiname"] = "ImDrawList_PrimVtx" @@ -1794,7 +1729,6 @@ defs["ImDrawList_PrimWriteIdx"][1]["argsT"][2]["type"] = "ImDrawIdx" defs["ImDrawList_PrimWriteIdx"][1]["argsoriginal"] = "(ImDrawIdx idx)" defs["ImDrawList_PrimWriteIdx"][1]["call_args"] = "(idx)" defs["ImDrawList_PrimWriteIdx"][1]["cimguiname"] = "ImDrawList_PrimWriteIdx" -defs["ImDrawList_PrimWriteIdx"][1]["comment"] = "" defs["ImDrawList_PrimWriteIdx"][1]["defaults"] = {} defs["ImDrawList_PrimWriteIdx"][1]["funcname"] = "PrimWriteIdx" defs["ImDrawList_PrimWriteIdx"][1]["ov_cimguiname"] = "ImDrawList_PrimWriteIdx" @@ -1821,7 +1755,6 @@ defs["ImDrawList_PrimWriteVtx"][1]["argsT"][4]["type"] = "ImU32" defs["ImDrawList_PrimWriteVtx"][1]["argsoriginal"] = "(const ImVec2& pos,const ImVec2& uv,ImU32 col)" defs["ImDrawList_PrimWriteVtx"][1]["call_args"] = "(pos,uv,col)" defs["ImDrawList_PrimWriteVtx"][1]["cimguiname"] = "ImDrawList_PrimWriteVtx" -defs["ImDrawList_PrimWriteVtx"][1]["comment"] = "" defs["ImDrawList_PrimWriteVtx"][1]["defaults"] = {} defs["ImDrawList_PrimWriteVtx"][1]["funcname"] = "PrimWriteVtx" defs["ImDrawList_PrimWriteVtx"][1]["ov_cimguiname"] = "ImDrawList_PrimWriteVtx" @@ -1848,7 +1781,6 @@ defs["ImDrawList_PushClipRect"][1]["argsT"][4]["type"] = "bool" defs["ImDrawList_PushClipRect"][1]["argsoriginal"] = "(ImVec2 clip_rect_min,ImVec2 clip_rect_max,bool intersect_with_current_clip_rect=false)" defs["ImDrawList_PushClipRect"][1]["call_args"] = "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)" defs["ImDrawList_PushClipRect"][1]["cimguiname"] = "ImDrawList_PushClipRect" -defs["ImDrawList_PushClipRect"][1]["comment"] = "" defs["ImDrawList_PushClipRect"][1]["defaults"] = {} defs["ImDrawList_PushClipRect"][1]["defaults"]["intersect_with_current_clip_rect"] = "false" defs["ImDrawList_PushClipRect"][1]["funcname"] = "PushClipRect" @@ -1867,7 +1799,6 @@ defs["ImDrawList_PushClipRectFullScreen"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_PushClipRectFullScreen"][1]["argsoriginal"] = "()" defs["ImDrawList_PushClipRectFullScreen"][1]["call_args"] = "()" defs["ImDrawList_PushClipRectFullScreen"][1]["cimguiname"] = "ImDrawList_PushClipRectFullScreen" -defs["ImDrawList_PushClipRectFullScreen"][1]["comment"] = "" defs["ImDrawList_PushClipRectFullScreen"][1]["defaults"] = {} defs["ImDrawList_PushClipRectFullScreen"][1]["funcname"] = "PushClipRectFullScreen" defs["ImDrawList_PushClipRectFullScreen"][1]["ov_cimguiname"] = "ImDrawList_PushClipRectFullScreen" @@ -1888,7 +1819,6 @@ defs["ImDrawList_PushTextureID"][1]["argsT"][2]["type"] = "ImTextureID" defs["ImDrawList_PushTextureID"][1]["argsoriginal"] = "(ImTextureID texture_id)" defs["ImDrawList_PushTextureID"][1]["call_args"] = "(texture_id)" defs["ImDrawList_PushTextureID"][1]["cimguiname"] = "ImDrawList_PushTextureID" -defs["ImDrawList_PushTextureID"][1]["comment"] = "" defs["ImDrawList_PushTextureID"][1]["defaults"] = {} defs["ImDrawList_PushTextureID"][1]["funcname"] = "PushTextureID" defs["ImDrawList_PushTextureID"][1]["ov_cimguiname"] = "ImDrawList_PushTextureID" @@ -1906,7 +1836,6 @@ defs["ImDrawList_UpdateClipRect"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_UpdateClipRect"][1]["argsoriginal"] = "()" defs["ImDrawList_UpdateClipRect"][1]["call_args"] = "()" defs["ImDrawList_UpdateClipRect"][1]["cimguiname"] = "ImDrawList_UpdateClipRect" -defs["ImDrawList_UpdateClipRect"][1]["comment"] = "" defs["ImDrawList_UpdateClipRect"][1]["defaults"] = {} defs["ImDrawList_UpdateClipRect"][1]["funcname"] = "UpdateClipRect" defs["ImDrawList_UpdateClipRect"][1]["ov_cimguiname"] = "ImDrawList_UpdateClipRect" @@ -1924,7 +1853,6 @@ defs["ImDrawList_UpdateTextureID"][1]["argsT"][1]["type"] = "ImDrawList*" defs["ImDrawList_UpdateTextureID"][1]["argsoriginal"] = "()" defs["ImDrawList_UpdateTextureID"][1]["call_args"] = "()" defs["ImDrawList_UpdateTextureID"][1]["cimguiname"] = "ImDrawList_UpdateTextureID" -defs["ImDrawList_UpdateTextureID"][1]["comment"] = "" defs["ImDrawList_UpdateTextureID"][1]["defaults"] = {} defs["ImDrawList_UpdateTextureID"][1]["funcname"] = "UpdateTextureID" defs["ImDrawList_UpdateTextureID"][1]["ov_cimguiname"] = "ImDrawList_UpdateTextureID" @@ -1976,7 +1904,6 @@ defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["argsT"][7]["type"] = "const ImVec defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["argsoriginal"] = "(ImFont* font,ImWchar id,int width,int height,float advance_x,const ImVec2& offset=ImVec2(0,0))" defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["call_args"] = "(font,id,width,height,advance_x,offset)" defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["cimguiname"] = "ImFontAtlas_AddCustomRectFontGlyph" -defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["comment"] = "" defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["defaults"] = {} defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["defaults"]["offset"] = "ImVec2(0,0)" defs["ImFontAtlas_AddCustomRectFontGlyph"][1]["funcname"] = "AddCustomRectFontGlyph" @@ -2004,7 +1931,6 @@ defs["ImFontAtlas_AddCustomRectRegular"][1]["argsT"][4]["type"] = "int" defs["ImFontAtlas_AddCustomRectRegular"][1]["argsoriginal"] = "(unsigned int id,int width,int height)" defs["ImFontAtlas_AddCustomRectRegular"][1]["call_args"] = "(id,width,height)" defs["ImFontAtlas_AddCustomRectRegular"][1]["cimguiname"] = "ImFontAtlas_AddCustomRectRegular" -defs["ImFontAtlas_AddCustomRectRegular"][1]["comment"] = "" defs["ImFontAtlas_AddCustomRectRegular"][1]["defaults"] = {} defs["ImFontAtlas_AddCustomRectRegular"][1]["funcname"] = "AddCustomRectRegular" defs["ImFontAtlas_AddCustomRectRegular"][1]["ov_cimguiname"] = "ImFontAtlas_AddCustomRectRegular" @@ -2025,7 +1951,6 @@ defs["ImFontAtlas_AddFont"][1]["argsT"][2]["type"] = "const ImFontConfig*" defs["ImFontAtlas_AddFont"][1]["argsoriginal"] = "(const ImFontConfig* font_cfg)" defs["ImFontAtlas_AddFont"][1]["call_args"] = "(font_cfg)" defs["ImFontAtlas_AddFont"][1]["cimguiname"] = "ImFontAtlas_AddFont" -defs["ImFontAtlas_AddFont"][1]["comment"] = "" defs["ImFontAtlas_AddFont"][1]["defaults"] = {} defs["ImFontAtlas_AddFont"][1]["funcname"] = "AddFont" defs["ImFontAtlas_AddFont"][1]["ov_cimguiname"] = "ImFontAtlas_AddFont" @@ -2046,7 +1971,6 @@ defs["ImFontAtlas_AddFontDefault"][1]["argsT"][2]["type"] = "const ImFontConfig* defs["ImFontAtlas_AddFontDefault"][1]["argsoriginal"] = "(const ImFontConfig* font_cfg=((void*)0))" defs["ImFontAtlas_AddFontDefault"][1]["call_args"] = "(font_cfg)" defs["ImFontAtlas_AddFontDefault"][1]["cimguiname"] = "ImFontAtlas_AddFontDefault" -defs["ImFontAtlas_AddFontDefault"][1]["comment"] = "" defs["ImFontAtlas_AddFontDefault"][1]["defaults"] = {} defs["ImFontAtlas_AddFontDefault"][1]["defaults"]["font_cfg"] = "((void*)0)" defs["ImFontAtlas_AddFontDefault"][1]["funcname"] = "AddFontDefault" @@ -2077,7 +2001,6 @@ defs["ImFontAtlas_AddFontFromFileTTF"][1]["argsT"][5]["type"] = "const ImWchar*" defs["ImFontAtlas_AddFontFromFileTTF"][1]["argsoriginal"] = "(const char* filename,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))" defs["ImFontAtlas_AddFontFromFileTTF"][1]["call_args"] = "(filename,size_pixels,font_cfg,glyph_ranges)" defs["ImFontAtlas_AddFontFromFileTTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromFileTTF" -defs["ImFontAtlas_AddFontFromFileTTF"][1]["comment"] = "" defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"] = {} defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"]["font_cfg"] = "((void*)0)" defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" @@ -2109,7 +2032,6 @@ defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["argsT"][5]["type"] defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["argsoriginal"] = "(const char* compressed_font_data_base85,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["call_args"] = "(compressed_font_data_base85,size_pixels,font_cfg,glyph_ranges)" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF" -defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["comment"] = "" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"] = {} defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"]["font_cfg"] = "((void*)0)" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" @@ -2144,7 +2066,6 @@ defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["argsT"][6]["type"] = "con defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["argsoriginal"] = "(const void* compressed_font_data,int compressed_font_size,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["call_args"] = "(compressed_font_data,compressed_font_size,size_pixels,font_cfg,glyph_ranges)" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromMemoryCompressedTTF" -defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["comment"] = "" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"] = {} defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"]["font_cfg"] = "((void*)0)" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" @@ -2179,7 +2100,6 @@ defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["argsT"][6]["type"] = "const ImWchar defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["argsoriginal"] = "(void* font_data,int font_size,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["call_args"] = "(font_data,font_size,size_pixels,font_cfg,glyph_ranges)" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromMemoryTTF" -defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["comment"] = "" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"] = {} defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"]["font_cfg"] = "((void*)0)" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" @@ -2199,7 +2119,6 @@ defs["ImFontAtlas_Build"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_Build"][1]["argsoriginal"] = "()" defs["ImFontAtlas_Build"][1]["call_args"] = "()" defs["ImFontAtlas_Build"][1]["cimguiname"] = "ImFontAtlas_Build" -defs["ImFontAtlas_Build"][1]["comment"] = "" defs["ImFontAtlas_Build"][1]["defaults"] = {} defs["ImFontAtlas_Build"][1]["funcname"] = "Build" defs["ImFontAtlas_Build"][1]["ov_cimguiname"] = "ImFontAtlas_Build" @@ -2226,7 +2145,6 @@ defs["ImFontAtlas_CalcCustomRectUV"][1]["argsT"][4]["type"] = "ImVec2*" defs["ImFontAtlas_CalcCustomRectUV"][1]["argsoriginal"] = "(const CustomRect* rect,ImVec2* out_uv_min,ImVec2* out_uv_max)" defs["ImFontAtlas_CalcCustomRectUV"][1]["call_args"] = "(rect,out_uv_min,out_uv_max)" defs["ImFontAtlas_CalcCustomRectUV"][1]["cimguiname"] = "ImFontAtlas_CalcCustomRectUV" -defs["ImFontAtlas_CalcCustomRectUV"][1]["comment"] = "" defs["ImFontAtlas_CalcCustomRectUV"][1]["defaults"] = {} defs["ImFontAtlas_CalcCustomRectUV"][1]["funcname"] = "CalcCustomRectUV" defs["ImFontAtlas_CalcCustomRectUV"][1]["ov_cimguiname"] = "ImFontAtlas_CalcCustomRectUV" @@ -2244,7 +2162,6 @@ defs["ImFontAtlas_Clear"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_Clear"][1]["argsoriginal"] = "()" defs["ImFontAtlas_Clear"][1]["call_args"] = "()" defs["ImFontAtlas_Clear"][1]["cimguiname"] = "ImFontAtlas_Clear" -defs["ImFontAtlas_Clear"][1]["comment"] = "" defs["ImFontAtlas_Clear"][1]["defaults"] = {} defs["ImFontAtlas_Clear"][1]["funcname"] = "Clear" defs["ImFontAtlas_Clear"][1]["ov_cimguiname"] = "ImFontAtlas_Clear" @@ -2262,7 +2179,6 @@ defs["ImFontAtlas_ClearFonts"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_ClearFonts"][1]["argsoriginal"] = "()" defs["ImFontAtlas_ClearFonts"][1]["call_args"] = "()" defs["ImFontAtlas_ClearFonts"][1]["cimguiname"] = "ImFontAtlas_ClearFonts" -defs["ImFontAtlas_ClearFonts"][1]["comment"] = "" defs["ImFontAtlas_ClearFonts"][1]["defaults"] = {} defs["ImFontAtlas_ClearFonts"][1]["funcname"] = "ClearFonts" defs["ImFontAtlas_ClearFonts"][1]["ov_cimguiname"] = "ImFontAtlas_ClearFonts" @@ -2280,7 +2196,6 @@ defs["ImFontAtlas_ClearInputData"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_ClearInputData"][1]["argsoriginal"] = "()" defs["ImFontAtlas_ClearInputData"][1]["call_args"] = "()" defs["ImFontAtlas_ClearInputData"][1]["cimguiname"] = "ImFontAtlas_ClearInputData" -defs["ImFontAtlas_ClearInputData"][1]["comment"] = "" defs["ImFontAtlas_ClearInputData"][1]["defaults"] = {} defs["ImFontAtlas_ClearInputData"][1]["funcname"] = "ClearInputData" defs["ImFontAtlas_ClearInputData"][1]["ov_cimguiname"] = "ImFontAtlas_ClearInputData" @@ -2298,7 +2213,6 @@ defs["ImFontAtlas_ClearTexData"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_ClearTexData"][1]["argsoriginal"] = "()" defs["ImFontAtlas_ClearTexData"][1]["call_args"] = "()" defs["ImFontAtlas_ClearTexData"][1]["cimguiname"] = "ImFontAtlas_ClearTexData" -defs["ImFontAtlas_ClearTexData"][1]["comment"] = "" defs["ImFontAtlas_ClearTexData"][1]["defaults"] = {} defs["ImFontAtlas_ClearTexData"][1]["funcname"] = "ClearTexData" defs["ImFontAtlas_ClearTexData"][1]["ov_cimguiname"] = "ImFontAtlas_ClearTexData" @@ -2319,7 +2233,6 @@ defs["ImFontAtlas_GetCustomRectByIndex"][1]["argsT"][2]["type"] = "int" defs["ImFontAtlas_GetCustomRectByIndex"][1]["argsoriginal"] = "(int index)" defs["ImFontAtlas_GetCustomRectByIndex"][1]["call_args"] = "(index)" defs["ImFontAtlas_GetCustomRectByIndex"][1]["cimguiname"] = "ImFontAtlas_GetCustomRectByIndex" -defs["ImFontAtlas_GetCustomRectByIndex"][1]["comment"] = "" defs["ImFontAtlas_GetCustomRectByIndex"][1]["defaults"] = {} defs["ImFontAtlas_GetCustomRectByIndex"][1]["funcname"] = "GetCustomRectByIndex" defs["ImFontAtlas_GetCustomRectByIndex"][1]["ov_cimguiname"] = "ImFontAtlas_GetCustomRectByIndex" @@ -2337,7 +2250,6 @@ defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["argsT"][1]["type"] = "ImFontAt defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["argsoriginal"] = "()" defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["call_args"] = "()" defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesChineseFull" -defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["comment"] = "" defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["defaults"] = {} defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["funcname"] = "GetGlyphRangesChineseFull" defs["ImFontAtlas_GetGlyphRangesChineseFull"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesChineseFull" @@ -2355,7 +2267,6 @@ defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["argsT"][1]["type"] defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["argsoriginal"] = "()" defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["call_args"] = "()" defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon" -defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["comment"] = "" defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["defaults"] = {} defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["funcname"] = "GetGlyphRangesChineseSimplifiedCommon" defs["ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon" @@ -2373,7 +2284,6 @@ defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["argsT"][1]["type"] = "ImFontAtlas defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["argsoriginal"] = "()" defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["call_args"] = "()" defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesCyrillic" -defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["comment"] = "" defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["defaults"] = {} defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["funcname"] = "GetGlyphRangesCyrillic" defs["ImFontAtlas_GetGlyphRangesCyrillic"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesCyrillic" @@ -2391,7 +2301,6 @@ defs["ImFontAtlas_GetGlyphRangesDefault"][1]["argsT"][1]["type"] = "ImFontAtlas* defs["ImFontAtlas_GetGlyphRangesDefault"][1]["argsoriginal"] = "()" defs["ImFontAtlas_GetGlyphRangesDefault"][1]["call_args"] = "()" defs["ImFontAtlas_GetGlyphRangesDefault"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesDefault" -defs["ImFontAtlas_GetGlyphRangesDefault"][1]["comment"] = "" defs["ImFontAtlas_GetGlyphRangesDefault"][1]["defaults"] = {} defs["ImFontAtlas_GetGlyphRangesDefault"][1]["funcname"] = "GetGlyphRangesDefault" defs["ImFontAtlas_GetGlyphRangesDefault"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesDefault" @@ -2409,7 +2318,6 @@ defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["argsT"][1]["type"] = "ImFontAtlas defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["argsoriginal"] = "()" defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["call_args"] = "()" defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesJapanese" -defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["comment"] = "" defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["defaults"] = {} defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["funcname"] = "GetGlyphRangesJapanese" defs["ImFontAtlas_GetGlyphRangesJapanese"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesJapanese" @@ -2427,7 +2335,6 @@ defs["ImFontAtlas_GetGlyphRangesKorean"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_GetGlyphRangesKorean"][1]["argsoriginal"] = "()" defs["ImFontAtlas_GetGlyphRangesKorean"][1]["call_args"] = "()" defs["ImFontAtlas_GetGlyphRangesKorean"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesKorean" -defs["ImFontAtlas_GetGlyphRangesKorean"][1]["comment"] = "" defs["ImFontAtlas_GetGlyphRangesKorean"][1]["defaults"] = {} defs["ImFontAtlas_GetGlyphRangesKorean"][1]["funcname"] = "GetGlyphRangesKorean" defs["ImFontAtlas_GetGlyphRangesKorean"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesKorean" @@ -2445,7 +2352,6 @@ defs["ImFontAtlas_GetGlyphRangesThai"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_GetGlyphRangesThai"][1]["argsoriginal"] = "()" defs["ImFontAtlas_GetGlyphRangesThai"][1]["call_args"] = "()" defs["ImFontAtlas_GetGlyphRangesThai"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesThai" -defs["ImFontAtlas_GetGlyphRangesThai"][1]["comment"] = "" defs["ImFontAtlas_GetGlyphRangesThai"][1]["defaults"] = {} defs["ImFontAtlas_GetGlyphRangesThai"][1]["funcname"] = "GetGlyphRangesThai" defs["ImFontAtlas_GetGlyphRangesThai"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesThai" @@ -2478,7 +2384,6 @@ defs["ImFontAtlas_GetMouseCursorTexData"][1]["argsT"][6]["type"] = "ImVec2[2]" defs["ImFontAtlas_GetMouseCursorTexData"][1]["argsoriginal"] = "(ImGuiMouseCursor cursor,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2])" defs["ImFontAtlas_GetMouseCursorTexData"][1]["call_args"] = "(cursor,out_offset,out_size,out_uv_border,out_uv_fill)" defs["ImFontAtlas_GetMouseCursorTexData"][1]["cimguiname"] = "ImFontAtlas_GetMouseCursorTexData" -defs["ImFontAtlas_GetMouseCursorTexData"][1]["comment"] = "" defs["ImFontAtlas_GetMouseCursorTexData"][1]["defaults"] = {} defs["ImFontAtlas_GetMouseCursorTexData"][1]["funcname"] = "GetMouseCursorTexData" defs["ImFontAtlas_GetMouseCursorTexData"][1]["ov_cimguiname"] = "ImFontAtlas_GetMouseCursorTexData" @@ -2508,7 +2413,6 @@ defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["argsT"][5]["type"] = "int*" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["argsoriginal"] = "(unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel=((void*)0))" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["call_args"] = "(out_pixels,out_width,out_height,out_bytes_per_pixel)" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["cimguiname"] = "ImFontAtlas_GetTexDataAsAlpha8" -defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["comment"] = "" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["defaults"] = {} defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["defaults"]["out_bytes_per_pixel"] = "((void*)0)" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["funcname"] = "GetTexDataAsAlpha8" @@ -2539,7 +2443,6 @@ defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["argsT"][5]["type"] = "int*" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["argsoriginal"] = "(unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel=((void*)0))" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["call_args"] = "(out_pixels,out_width,out_height,out_bytes_per_pixel)" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["cimguiname"] = "ImFontAtlas_GetTexDataAsRGBA32" -defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["comment"] = "" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["defaults"] = {} defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["defaults"]["out_bytes_per_pixel"] = "((void*)0)" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["funcname"] = "GetTexDataAsRGBA32" @@ -2555,7 +2458,6 @@ defs["ImFontAtlas_ImFontAtlas"][1]["argsT"] = {} defs["ImFontAtlas_ImFontAtlas"][1]["argsoriginal"] = "()" defs["ImFontAtlas_ImFontAtlas"][1]["call_args"] = "()" defs["ImFontAtlas_ImFontAtlas"][1]["cimguiname"] = "ImFontAtlas_ImFontAtlas" -defs["ImFontAtlas_ImFontAtlas"][1]["comment"] = "" defs["ImFontAtlas_ImFontAtlas"][1]["constructor"] = true defs["ImFontAtlas_ImFontAtlas"][1]["defaults"] = {} defs["ImFontAtlas_ImFontAtlas"][1]["funcname"] = "ImFontAtlas" @@ -2573,7 +2475,6 @@ defs["ImFontAtlas_IsBuilt"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["ImFontAtlas_IsBuilt"][1]["argsoriginal"] = "()" defs["ImFontAtlas_IsBuilt"][1]["call_args"] = "()" defs["ImFontAtlas_IsBuilt"][1]["cimguiname"] = "ImFontAtlas_IsBuilt" -defs["ImFontAtlas_IsBuilt"][1]["comment"] = "" defs["ImFontAtlas_IsBuilt"][1]["defaults"] = {} defs["ImFontAtlas_IsBuilt"][1]["funcname"] = "IsBuilt" defs["ImFontAtlas_IsBuilt"][1]["ov_cimguiname"] = "ImFontAtlas_IsBuilt" @@ -2594,7 +2495,6 @@ defs["ImFontAtlas_SetTexID"][1]["argsT"][2]["type"] = "ImTextureID" defs["ImFontAtlas_SetTexID"][1]["argsoriginal"] = "(ImTextureID id)" defs["ImFontAtlas_SetTexID"][1]["call_args"] = "(id)" defs["ImFontAtlas_SetTexID"][1]["cimguiname"] = "ImFontAtlas_SetTexID" -defs["ImFontAtlas_SetTexID"][1]["comment"] = "" defs["ImFontAtlas_SetTexID"][1]["defaults"] = {} defs["ImFontAtlas_SetTexID"][1]["funcname"] = "SetTexID" defs["ImFontAtlas_SetTexID"][1]["ov_cimguiname"] = "ImFontAtlas_SetTexID" @@ -2625,7 +2525,6 @@ defs["ImFontConfig_ImFontConfig"][1]["argsT"] = {} defs["ImFontConfig_ImFontConfig"][1]["argsoriginal"] = "()" defs["ImFontConfig_ImFontConfig"][1]["call_args"] = "()" defs["ImFontConfig_ImFontConfig"][1]["cimguiname"] = "ImFontConfig_ImFontConfig" -defs["ImFontConfig_ImFontConfig"][1]["comment"] = "" defs["ImFontConfig_ImFontConfig"][1]["constructor"] = true defs["ImFontConfig_ImFontConfig"][1]["defaults"] = {} defs["ImFontConfig_ImFontConfig"][1]["funcname"] = "ImFontConfig" @@ -2662,7 +2561,6 @@ defs["ImFontGlyphRangesBuilder_AddChar"][1]["argsT"][2]["type"] = "ImWchar" defs["ImFontGlyphRangesBuilder_AddChar"][1]["argsoriginal"] = "(ImWchar c)" defs["ImFontGlyphRangesBuilder_AddChar"][1]["call_args"] = "(c)" defs["ImFontGlyphRangesBuilder_AddChar"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_AddChar" -defs["ImFontGlyphRangesBuilder_AddChar"][1]["comment"] = "" defs["ImFontGlyphRangesBuilder_AddChar"][1]["defaults"] = {} defs["ImFontGlyphRangesBuilder_AddChar"][1]["funcname"] = "AddChar" defs["ImFontGlyphRangesBuilder_AddChar"][1]["ov_cimguiname"] = "ImFontGlyphRangesBuilder_AddChar" @@ -2683,7 +2581,6 @@ defs["ImFontGlyphRangesBuilder_AddRanges"][1]["argsT"][2]["type"] = "const ImWch defs["ImFontGlyphRangesBuilder_AddRanges"][1]["argsoriginal"] = "(const ImWchar* ranges)" defs["ImFontGlyphRangesBuilder_AddRanges"][1]["call_args"] = "(ranges)" defs["ImFontGlyphRangesBuilder_AddRanges"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_AddRanges" -defs["ImFontGlyphRangesBuilder_AddRanges"][1]["comment"] = "" defs["ImFontGlyphRangesBuilder_AddRanges"][1]["defaults"] = {} defs["ImFontGlyphRangesBuilder_AddRanges"][1]["funcname"] = "AddRanges" defs["ImFontGlyphRangesBuilder_AddRanges"][1]["ov_cimguiname"] = "ImFontGlyphRangesBuilder_AddRanges" @@ -2707,7 +2604,6 @@ defs["ImFontGlyphRangesBuilder_AddText"][1]["argsT"][3]["type"] = "const char*" defs["ImFontGlyphRangesBuilder_AddText"][1]["argsoriginal"] = "(const char* text,const char* text_end=((void*)0))" defs["ImFontGlyphRangesBuilder_AddText"][1]["call_args"] = "(text,text_end)" defs["ImFontGlyphRangesBuilder_AddText"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_AddText" -defs["ImFontGlyphRangesBuilder_AddText"][1]["comment"] = "" defs["ImFontGlyphRangesBuilder_AddText"][1]["defaults"] = {} defs["ImFontGlyphRangesBuilder_AddText"][1]["defaults"]["text_end"] = "((void*)0)" defs["ImFontGlyphRangesBuilder_AddText"][1]["funcname"] = "AddText" @@ -2729,7 +2625,6 @@ defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["argsT"][2]["type"] = "ImVector_ defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["argsoriginal"] = "(ImVector* out_ranges)" defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["call_args"] = "(out_ranges)" defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_BuildRanges" -defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["comment"] = "" defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["defaults"] = {} defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["funcname"] = "BuildRanges" defs["ImFontGlyphRangesBuilder_BuildRanges"][1]["ov_cimguiname"] = "ImFontGlyphRangesBuilder_BuildRanges" @@ -2750,7 +2645,6 @@ defs["ImFontGlyphRangesBuilder_GetBit"][1]["argsT"][2]["type"] = "int" defs["ImFontGlyphRangesBuilder_GetBit"][1]["argsoriginal"] = "(int n)" defs["ImFontGlyphRangesBuilder_GetBit"][1]["call_args"] = "(n)" defs["ImFontGlyphRangesBuilder_GetBit"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_GetBit" -defs["ImFontGlyphRangesBuilder_GetBit"][1]["comment"] = "" defs["ImFontGlyphRangesBuilder_GetBit"][1]["defaults"] = {} defs["ImFontGlyphRangesBuilder_GetBit"][1]["funcname"] = "GetBit" defs["ImFontGlyphRangesBuilder_GetBit"][1]["ov_cimguiname"] = "ImFontGlyphRangesBuilder_GetBit" @@ -2765,7 +2659,6 @@ defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["argsT"] = {} defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["argsoriginal"] = "()" defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["call_args"] = "()" defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder" -defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["comment"] = "" defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["constructor"] = true defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["defaults"] = {} defs["ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder"][1]["funcname"] = "ImFontGlyphRangesBuilder" @@ -2786,7 +2679,6 @@ defs["ImFontGlyphRangesBuilder_SetBit"][1]["argsT"][2]["type"] = "int" defs["ImFontGlyphRangesBuilder_SetBit"][1]["argsoriginal"] = "(int n)" defs["ImFontGlyphRangesBuilder_SetBit"][1]["call_args"] = "(n)" defs["ImFontGlyphRangesBuilder_SetBit"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_SetBit" -defs["ImFontGlyphRangesBuilder_SetBit"][1]["comment"] = "" defs["ImFontGlyphRangesBuilder_SetBit"][1]["defaults"] = {} defs["ImFontGlyphRangesBuilder_SetBit"][1]["funcname"] = "SetBit" defs["ImFontGlyphRangesBuilder_SetBit"][1]["ov_cimguiname"] = "ImFontGlyphRangesBuilder_SetBit" @@ -2850,7 +2742,6 @@ defs["ImFont_AddGlyph"][1]["argsT"][11]["type"] = "float" defs["ImFont_AddGlyph"][1]["argsoriginal"] = "(ImWchar c,float x0,float y0,float x1,float y1,float u0,float v0,float u1,float v1,float advance_x)" defs["ImFont_AddGlyph"][1]["call_args"] = "(c,x0,y0,x1,y1,u0,v0,u1,v1,advance_x)" defs["ImFont_AddGlyph"][1]["cimguiname"] = "ImFont_AddGlyph" -defs["ImFont_AddGlyph"][1]["comment"] = "" defs["ImFont_AddGlyph"][1]["defaults"] = {} defs["ImFont_AddGlyph"][1]["funcname"] = "AddGlyph" defs["ImFont_AddGlyph"][1]["ov_cimguiname"] = "ImFont_AddGlyph" @@ -2877,7 +2768,6 @@ defs["ImFont_AddRemapChar"][1]["argsT"][4]["type"] = "bool" defs["ImFont_AddRemapChar"][1]["argsoriginal"] = "(ImWchar dst,ImWchar src,bool overwrite_dst=true)" defs["ImFont_AddRemapChar"][1]["call_args"] = "(dst,src,overwrite_dst)" defs["ImFont_AddRemapChar"][1]["cimguiname"] = "ImFont_AddRemapChar" -defs["ImFont_AddRemapChar"][1]["comment"] = "" defs["ImFont_AddRemapChar"][1]["defaults"] = {} defs["ImFont_AddRemapChar"][1]["defaults"]["overwrite_dst"] = "true" defs["ImFont_AddRemapChar"][1]["funcname"] = "AddRemapChar" @@ -2896,7 +2786,6 @@ defs["ImFont_BuildLookupTable"][1]["argsT"][1]["type"] = "ImFont*" defs["ImFont_BuildLookupTable"][1]["argsoriginal"] = "()" defs["ImFont_BuildLookupTable"][1]["call_args"] = "()" defs["ImFont_BuildLookupTable"][1]["cimguiname"] = "ImFont_BuildLookupTable" -defs["ImFont_BuildLookupTable"][1]["comment"] = "" defs["ImFont_BuildLookupTable"][1]["defaults"] = {} defs["ImFont_BuildLookupTable"][1]["funcname"] = "BuildLookupTable" defs["ImFont_BuildLookupTable"][1]["ov_cimguiname"] = "ImFont_BuildLookupTable" @@ -2932,7 +2821,6 @@ defs["ImFont_CalcTextSizeA"][1]["argsT"][7]["type"] = "const char**" defs["ImFont_CalcTextSizeA"][1]["argsoriginal"] = "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** remaining=((void*)0))" defs["ImFont_CalcTextSizeA"][1]["call_args"] = "(size,max_width,wrap_width,text_begin,text_end,remaining)" defs["ImFont_CalcTextSizeA"][1]["cimguiname"] = "ImFont_CalcTextSizeA" -defs["ImFont_CalcTextSizeA"][1]["comment"] = "" defs["ImFont_CalcTextSizeA"][1]["defaults"] = {} defs["ImFont_CalcTextSizeA"][1]["defaults"]["remaining"] = "((void*)0)" defs["ImFont_CalcTextSizeA"][1]["defaults"]["text_end"] = "((void*)0)" @@ -2971,7 +2859,6 @@ defs["ImFont_CalcTextSizeA"][2]["argsT"][8]["type"] = "const char**" defs["ImFont_CalcTextSizeA"][2]["argsoriginal"] = "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** remaining=((void*)0))" defs["ImFont_CalcTextSizeA"][2]["call_args"] = "(size,max_width,wrap_width,text_begin,text_end,remaining)" defs["ImFont_CalcTextSizeA"][2]["cimguiname"] = "ImFont_CalcTextSizeA" -defs["ImFont_CalcTextSizeA"][2]["comment"] = "" defs["ImFont_CalcTextSizeA"][2]["defaults"] = defs["ImFont_CalcTextSizeA"][1]["defaults"] defs["ImFont_CalcTextSizeA"][2]["funcname"] = "CalcTextSizeA" defs["ImFont_CalcTextSizeA"][2]["nonUDT"] = 1 @@ -3006,7 +2893,6 @@ defs["ImFont_CalcTextSizeA"][3]["argsT"][7]["type"] = "const char**" defs["ImFont_CalcTextSizeA"][3]["argsoriginal"] = "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** remaining=((void*)0))" defs["ImFont_CalcTextSizeA"][3]["call_args"] = "(size,max_width,wrap_width,text_begin,text_end,remaining)" defs["ImFont_CalcTextSizeA"][3]["cimguiname"] = "ImFont_CalcTextSizeA" -defs["ImFont_CalcTextSizeA"][3]["comment"] = "" defs["ImFont_CalcTextSizeA"][3]["defaults"] = defs["ImFont_CalcTextSizeA"][1]["defaults"] defs["ImFont_CalcTextSizeA"][3]["funcname"] = "CalcTextSizeA" defs["ImFont_CalcTextSizeA"][3]["nonUDT"] = 2 @@ -3040,7 +2926,6 @@ defs["ImFont_CalcWordWrapPositionA"][1]["argsT"][5]["type"] = "float" defs["ImFont_CalcWordWrapPositionA"][1]["argsoriginal"] = "(float scale,const char* text,const char* text_end,float wrap_width)" defs["ImFont_CalcWordWrapPositionA"][1]["call_args"] = "(scale,text,text_end,wrap_width)" defs["ImFont_CalcWordWrapPositionA"][1]["cimguiname"] = "ImFont_CalcWordWrapPositionA" -defs["ImFont_CalcWordWrapPositionA"][1]["comment"] = "" defs["ImFont_CalcWordWrapPositionA"][1]["defaults"] = {} defs["ImFont_CalcWordWrapPositionA"][1]["funcname"] = "CalcWordWrapPositionA" defs["ImFont_CalcWordWrapPositionA"][1]["ov_cimguiname"] = "ImFont_CalcWordWrapPositionA" @@ -3058,7 +2943,6 @@ defs["ImFont_ClearOutputData"][1]["argsT"][1]["type"] = "ImFont*" defs["ImFont_ClearOutputData"][1]["argsoriginal"] = "()" defs["ImFont_ClearOutputData"][1]["call_args"] = "()" defs["ImFont_ClearOutputData"][1]["cimguiname"] = "ImFont_ClearOutputData" -defs["ImFont_ClearOutputData"][1]["comment"] = "" defs["ImFont_ClearOutputData"][1]["defaults"] = {} defs["ImFont_ClearOutputData"][1]["funcname"] = "ClearOutputData" defs["ImFont_ClearOutputData"][1]["ov_cimguiname"] = "ImFont_ClearOutputData" @@ -3079,7 +2963,6 @@ defs["ImFont_FindGlyph"][1]["argsT"][2]["type"] = "ImWchar" defs["ImFont_FindGlyph"][1]["argsoriginal"] = "(ImWchar c)" defs["ImFont_FindGlyph"][1]["call_args"] = "(c)" defs["ImFont_FindGlyph"][1]["cimguiname"] = "ImFont_FindGlyph" -defs["ImFont_FindGlyph"][1]["comment"] = "" defs["ImFont_FindGlyph"][1]["defaults"] = {} defs["ImFont_FindGlyph"][1]["funcname"] = "FindGlyph" defs["ImFont_FindGlyph"][1]["ov_cimguiname"] = "ImFont_FindGlyph" @@ -3100,7 +2983,6 @@ defs["ImFont_FindGlyphNoFallback"][1]["argsT"][2]["type"] = "ImWchar" defs["ImFont_FindGlyphNoFallback"][1]["argsoriginal"] = "(ImWchar c)" defs["ImFont_FindGlyphNoFallback"][1]["call_args"] = "(c)" defs["ImFont_FindGlyphNoFallback"][1]["cimguiname"] = "ImFont_FindGlyphNoFallback" -defs["ImFont_FindGlyphNoFallback"][1]["comment"] = "" defs["ImFont_FindGlyphNoFallback"][1]["defaults"] = {} defs["ImFont_FindGlyphNoFallback"][1]["funcname"] = "FindGlyphNoFallback" defs["ImFont_FindGlyphNoFallback"][1]["ov_cimguiname"] = "ImFont_FindGlyphNoFallback" @@ -3121,7 +3003,6 @@ defs["ImFont_GetCharAdvance"][1]["argsT"][2]["type"] = "ImWchar" defs["ImFont_GetCharAdvance"][1]["argsoriginal"] = "(ImWchar c)" defs["ImFont_GetCharAdvance"][1]["call_args"] = "(c)" defs["ImFont_GetCharAdvance"][1]["cimguiname"] = "ImFont_GetCharAdvance" -defs["ImFont_GetCharAdvance"][1]["comment"] = "" defs["ImFont_GetCharAdvance"][1]["defaults"] = {} defs["ImFont_GetCharAdvance"][1]["funcname"] = "GetCharAdvance" defs["ImFont_GetCharAdvance"][1]["ov_cimguiname"] = "ImFont_GetCharAdvance" @@ -3139,7 +3020,6 @@ defs["ImFont_GetDebugName"][1]["argsT"][1]["type"] = "ImFont*" defs["ImFont_GetDebugName"][1]["argsoriginal"] = "()" defs["ImFont_GetDebugName"][1]["call_args"] = "()" defs["ImFont_GetDebugName"][1]["cimguiname"] = "ImFont_GetDebugName" -defs["ImFont_GetDebugName"][1]["comment"] = "" defs["ImFont_GetDebugName"][1]["defaults"] = {} defs["ImFont_GetDebugName"][1]["funcname"] = "GetDebugName" defs["ImFont_GetDebugName"][1]["ov_cimguiname"] = "ImFont_GetDebugName" @@ -3160,7 +3040,6 @@ defs["ImFont_GrowIndex"][1]["argsT"][2]["type"] = "int" defs["ImFont_GrowIndex"][1]["argsoriginal"] = "(int new_size)" defs["ImFont_GrowIndex"][1]["call_args"] = "(new_size)" defs["ImFont_GrowIndex"][1]["cimguiname"] = "ImFont_GrowIndex" -defs["ImFont_GrowIndex"][1]["comment"] = "" defs["ImFont_GrowIndex"][1]["defaults"] = {} defs["ImFont_GrowIndex"][1]["funcname"] = "GrowIndex" defs["ImFont_GrowIndex"][1]["ov_cimguiname"] = "ImFont_GrowIndex" @@ -3175,7 +3054,6 @@ defs["ImFont_ImFont"][1]["argsT"] = {} defs["ImFont_ImFont"][1]["argsoriginal"] = "()" defs["ImFont_ImFont"][1]["call_args"] = "()" defs["ImFont_ImFont"][1]["cimguiname"] = "ImFont_ImFont" -defs["ImFont_ImFont"][1]["comment"] = "" defs["ImFont_ImFont"][1]["constructor"] = true defs["ImFont_ImFont"][1]["defaults"] = {} defs["ImFont_ImFont"][1]["funcname"] = "ImFont" @@ -3193,7 +3071,6 @@ defs["ImFont_IsLoaded"][1]["argsT"][1]["type"] = "ImFont*" defs["ImFont_IsLoaded"][1]["argsoriginal"] = "()" defs["ImFont_IsLoaded"][1]["call_args"] = "()" defs["ImFont_IsLoaded"][1]["cimguiname"] = "ImFont_IsLoaded" -defs["ImFont_IsLoaded"][1]["comment"] = "" defs["ImFont_IsLoaded"][1]["defaults"] = {} defs["ImFont_IsLoaded"][1]["funcname"] = "IsLoaded" defs["ImFont_IsLoaded"][1]["ov_cimguiname"] = "ImFont_IsLoaded" @@ -3226,7 +3103,6 @@ defs["ImFont_RenderChar"][1]["argsT"][6]["type"] = "ImWchar" defs["ImFont_RenderChar"][1]["argsoriginal"] = "(ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,ImWchar c)" defs["ImFont_RenderChar"][1]["call_args"] = "(draw_list,size,pos,col,c)" defs["ImFont_RenderChar"][1]["cimguiname"] = "ImFont_RenderChar" -defs["ImFont_RenderChar"][1]["comment"] = "" defs["ImFont_RenderChar"][1]["defaults"] = {} defs["ImFont_RenderChar"][1]["funcname"] = "RenderChar" defs["ImFont_RenderChar"][1]["ov_cimguiname"] = "ImFont_RenderChar" @@ -3271,7 +3147,6 @@ defs["ImFont_RenderText"][1]["argsT"][10]["type"] = "bool" defs["ImFont_RenderText"][1]["argsoriginal"] = "(ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4& clip_rect,const char* text_begin,const char* text_end,float wrap_width=0.0f,bool cpu_fine_clip=false)" defs["ImFont_RenderText"][1]["call_args"] = "(draw_list,size,pos,col,clip_rect,text_begin,text_end,wrap_width,cpu_fine_clip)" defs["ImFont_RenderText"][1]["cimguiname"] = "ImFont_RenderText" -defs["ImFont_RenderText"][1]["comment"] = "" defs["ImFont_RenderText"][1]["defaults"] = {} defs["ImFont_RenderText"][1]["defaults"]["cpu_fine_clip"] = "false" defs["ImFont_RenderText"][1]["defaults"]["wrap_width"] = "0.0f" @@ -3294,7 +3169,6 @@ defs["ImFont_SetFallbackChar"][1]["argsT"][2]["type"] = "ImWchar" defs["ImFont_SetFallbackChar"][1]["argsoriginal"] = "(ImWchar c)" defs["ImFont_SetFallbackChar"][1]["call_args"] = "(c)" defs["ImFont_SetFallbackChar"][1]["cimguiname"] = "ImFont_SetFallbackChar" -defs["ImFont_SetFallbackChar"][1]["comment"] = "" defs["ImFont_SetFallbackChar"][1]["defaults"] = {} defs["ImFont_SetFallbackChar"][1]["funcname"] = "SetFallbackChar" defs["ImFont_SetFallbackChar"][1]["ov_cimguiname"] = "ImFont_SetFallbackChar" @@ -3331,7 +3205,6 @@ defs["ImGuiIO_AddInputCharacter"][1]["argsT"][2]["type"] = "ImWchar" defs["ImGuiIO_AddInputCharacter"][1]["argsoriginal"] = "(ImWchar c)" defs["ImGuiIO_AddInputCharacter"][1]["call_args"] = "(c)" defs["ImGuiIO_AddInputCharacter"][1]["cimguiname"] = "ImGuiIO_AddInputCharacter" -defs["ImGuiIO_AddInputCharacter"][1]["comment"] = "" defs["ImGuiIO_AddInputCharacter"][1]["defaults"] = {} defs["ImGuiIO_AddInputCharacter"][1]["funcname"] = "AddInputCharacter" defs["ImGuiIO_AddInputCharacter"][1]["ov_cimguiname"] = "ImGuiIO_AddInputCharacter" @@ -3352,7 +3225,6 @@ defs["ImGuiIO_AddInputCharactersUTF8"][1]["argsT"][2]["type"] = "const char*" defs["ImGuiIO_AddInputCharactersUTF8"][1]["argsoriginal"] = "(const char* str)" defs["ImGuiIO_AddInputCharactersUTF8"][1]["call_args"] = "(str)" defs["ImGuiIO_AddInputCharactersUTF8"][1]["cimguiname"] = "ImGuiIO_AddInputCharactersUTF8" -defs["ImGuiIO_AddInputCharactersUTF8"][1]["comment"] = "" defs["ImGuiIO_AddInputCharactersUTF8"][1]["defaults"] = {} defs["ImGuiIO_AddInputCharactersUTF8"][1]["funcname"] = "AddInputCharactersUTF8" defs["ImGuiIO_AddInputCharactersUTF8"][1]["ov_cimguiname"] = "ImGuiIO_AddInputCharactersUTF8" @@ -3370,7 +3242,6 @@ defs["ImGuiIO_ClearInputCharacters"][1]["argsT"][1]["type"] = "ImGuiIO*" defs["ImGuiIO_ClearInputCharacters"][1]["argsoriginal"] = "()" defs["ImGuiIO_ClearInputCharacters"][1]["call_args"] = "()" defs["ImGuiIO_ClearInputCharacters"][1]["cimguiname"] = "ImGuiIO_ClearInputCharacters" -defs["ImGuiIO_ClearInputCharacters"][1]["comment"] = "" defs["ImGuiIO_ClearInputCharacters"][1]["defaults"] = {} defs["ImGuiIO_ClearInputCharacters"][1]["funcname"] = "ClearInputCharacters" defs["ImGuiIO_ClearInputCharacters"][1]["ov_cimguiname"] = "ImGuiIO_ClearInputCharacters" @@ -3385,7 +3256,6 @@ defs["ImGuiIO_ImGuiIO"][1]["argsT"] = {} defs["ImGuiIO_ImGuiIO"][1]["argsoriginal"] = "()" defs["ImGuiIO_ImGuiIO"][1]["call_args"] = "()" defs["ImGuiIO_ImGuiIO"][1]["cimguiname"] = "ImGuiIO_ImGuiIO" -defs["ImGuiIO_ImGuiIO"][1]["comment"] = "" defs["ImGuiIO_ImGuiIO"][1]["constructor"] = true defs["ImGuiIO_ImGuiIO"][1]["defaults"] = {} defs["ImGuiIO_ImGuiIO"][1]["funcname"] = "ImGuiIO" @@ -3425,7 +3295,6 @@ defs["ImGuiInputTextCallbackData_DeleteChars"][1]["argsT"][3]["type"] = "int" defs["ImGuiInputTextCallbackData_DeleteChars"][1]["argsoriginal"] = "(int pos,int bytes_count)" defs["ImGuiInputTextCallbackData_DeleteChars"][1]["call_args"] = "(pos,bytes_count)" defs["ImGuiInputTextCallbackData_DeleteChars"][1]["cimguiname"] = "ImGuiInputTextCallbackData_DeleteChars" -defs["ImGuiInputTextCallbackData_DeleteChars"][1]["comment"] = "" defs["ImGuiInputTextCallbackData_DeleteChars"][1]["defaults"] = {} defs["ImGuiInputTextCallbackData_DeleteChars"][1]["funcname"] = "DeleteChars" defs["ImGuiInputTextCallbackData_DeleteChars"][1]["ov_cimguiname"] = "ImGuiInputTextCallbackData_DeleteChars" @@ -3443,7 +3312,6 @@ defs["ImGuiInputTextCallbackData_HasSelection"][1]["argsT"][1]["type"] = "ImGuiI defs["ImGuiInputTextCallbackData_HasSelection"][1]["argsoriginal"] = "()" defs["ImGuiInputTextCallbackData_HasSelection"][1]["call_args"] = "()" defs["ImGuiInputTextCallbackData_HasSelection"][1]["cimguiname"] = "ImGuiInputTextCallbackData_HasSelection" -defs["ImGuiInputTextCallbackData_HasSelection"][1]["comment"] = "" defs["ImGuiInputTextCallbackData_HasSelection"][1]["defaults"] = {} defs["ImGuiInputTextCallbackData_HasSelection"][1]["funcname"] = "HasSelection" defs["ImGuiInputTextCallbackData_HasSelection"][1]["ov_cimguiname"] = "ImGuiInputTextCallbackData_HasSelection" @@ -3458,7 +3326,6 @@ defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["argsT"] = {} defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["argsoriginal"] = "()" defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["call_args"] = "()" defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["cimguiname"] = "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData" -defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["comment"] = "" defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["constructor"] = true defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["defaults"] = {} defs["ImGuiInputTextCallbackData_ImGuiInputTextCallbackData"][1]["funcname"] = "ImGuiInputTextCallbackData" @@ -3485,7 +3352,6 @@ defs["ImGuiInputTextCallbackData_InsertChars"][1]["argsT"][4]["type"] = "const c defs["ImGuiInputTextCallbackData_InsertChars"][1]["argsoriginal"] = "(int pos,const char* text,const char* text_end=((void*)0))" defs["ImGuiInputTextCallbackData_InsertChars"][1]["call_args"] = "(pos,text,text_end)" defs["ImGuiInputTextCallbackData_InsertChars"][1]["cimguiname"] = "ImGuiInputTextCallbackData_InsertChars" -defs["ImGuiInputTextCallbackData_InsertChars"][1]["comment"] = "" defs["ImGuiInputTextCallbackData_InsertChars"][1]["defaults"] = {} defs["ImGuiInputTextCallbackData_InsertChars"][1]["defaults"]["text_end"] = "((void*)0)" defs["ImGuiInputTextCallbackData_InsertChars"][1]["funcname"] = "InsertChars" @@ -3526,7 +3392,6 @@ defs["ImGuiListClipper_Begin"][1]["argsT"][3]["type"] = "float" defs["ImGuiListClipper_Begin"][1]["argsoriginal"] = "(int items_count,float items_height=-1.0f)" defs["ImGuiListClipper_Begin"][1]["call_args"] = "(items_count,items_height)" defs["ImGuiListClipper_Begin"][1]["cimguiname"] = "ImGuiListClipper_Begin" -defs["ImGuiListClipper_Begin"][1]["comment"] = "" defs["ImGuiListClipper_Begin"][1]["defaults"] = {} defs["ImGuiListClipper_Begin"][1]["defaults"]["items_height"] = "-1.0f" defs["ImGuiListClipper_Begin"][1]["funcname"] = "Begin" @@ -3545,7 +3410,6 @@ defs["ImGuiListClipper_End"][1]["argsT"][1]["type"] = "ImGuiListClipper*" defs["ImGuiListClipper_End"][1]["argsoriginal"] = "()" defs["ImGuiListClipper_End"][1]["call_args"] = "()" defs["ImGuiListClipper_End"][1]["cimguiname"] = "ImGuiListClipper_End" -defs["ImGuiListClipper_End"][1]["comment"] = "" defs["ImGuiListClipper_End"][1]["defaults"] = {} defs["ImGuiListClipper_End"][1]["funcname"] = "End" defs["ImGuiListClipper_End"][1]["ov_cimguiname"] = "ImGuiListClipper_End" @@ -3566,7 +3430,6 @@ defs["ImGuiListClipper_ImGuiListClipper"][1]["argsT"][2]["type"] = "float" defs["ImGuiListClipper_ImGuiListClipper"][1]["argsoriginal"] = "(int items_count=-1,float items_height=-1.0f)" defs["ImGuiListClipper_ImGuiListClipper"][1]["call_args"] = "(items_count,items_height)" defs["ImGuiListClipper_ImGuiListClipper"][1]["cimguiname"] = "ImGuiListClipper_ImGuiListClipper" -defs["ImGuiListClipper_ImGuiListClipper"][1]["comment"] = "" defs["ImGuiListClipper_ImGuiListClipper"][1]["constructor"] = true defs["ImGuiListClipper_ImGuiListClipper"][1]["defaults"] = {} defs["ImGuiListClipper_ImGuiListClipper"][1]["defaults"]["items_count"] = "-1" @@ -3586,7 +3449,6 @@ defs["ImGuiListClipper_Step"][1]["argsT"][1]["type"] = "ImGuiListClipper*" defs["ImGuiListClipper_Step"][1]["argsoriginal"] = "()" defs["ImGuiListClipper_Step"][1]["call_args"] = "()" defs["ImGuiListClipper_Step"][1]["cimguiname"] = "ImGuiListClipper_Step" -defs["ImGuiListClipper_Step"][1]["comment"] = "" defs["ImGuiListClipper_Step"][1]["defaults"] = {} defs["ImGuiListClipper_Step"][1]["funcname"] = "Step" defs["ImGuiListClipper_Step"][1]["ov_cimguiname"] = "ImGuiListClipper_Step" @@ -3617,7 +3479,6 @@ defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["argsT"] = {} defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["argsoriginal"] = "()" defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["call_args"] = "()" defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["cimguiname"] = "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame" -defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["comment"] = "" defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["constructor"] = true defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["defaults"] = {} defs["ImGuiOnceUponAFrame_ImGuiOnceUponAFrame"][1]["funcname"] = "ImGuiOnceUponAFrame" @@ -3651,7 +3512,6 @@ defs["ImGuiPayload_Clear"][1]["argsT"][1]["type"] = "ImGuiPayload*" defs["ImGuiPayload_Clear"][1]["argsoriginal"] = "()" defs["ImGuiPayload_Clear"][1]["call_args"] = "()" defs["ImGuiPayload_Clear"][1]["cimguiname"] = "ImGuiPayload_Clear" -defs["ImGuiPayload_Clear"][1]["comment"] = "" defs["ImGuiPayload_Clear"][1]["defaults"] = {} defs["ImGuiPayload_Clear"][1]["funcname"] = "Clear" defs["ImGuiPayload_Clear"][1]["ov_cimguiname"] = "ImGuiPayload_Clear" @@ -3666,7 +3526,6 @@ defs["ImGuiPayload_ImGuiPayload"][1]["argsT"] = {} defs["ImGuiPayload_ImGuiPayload"][1]["argsoriginal"] = "()" defs["ImGuiPayload_ImGuiPayload"][1]["call_args"] = "()" defs["ImGuiPayload_ImGuiPayload"][1]["cimguiname"] = "ImGuiPayload_ImGuiPayload" -defs["ImGuiPayload_ImGuiPayload"][1]["comment"] = "" defs["ImGuiPayload_ImGuiPayload"][1]["constructor"] = true defs["ImGuiPayload_ImGuiPayload"][1]["defaults"] = {} defs["ImGuiPayload_ImGuiPayload"][1]["funcname"] = "ImGuiPayload" @@ -3687,7 +3546,6 @@ defs["ImGuiPayload_IsDataType"][1]["argsT"][2]["type"] = "const char*" defs["ImGuiPayload_IsDataType"][1]["argsoriginal"] = "(const char* type)" defs["ImGuiPayload_IsDataType"][1]["call_args"] = "(type)" defs["ImGuiPayload_IsDataType"][1]["cimguiname"] = "ImGuiPayload_IsDataType" -defs["ImGuiPayload_IsDataType"][1]["comment"] = "" defs["ImGuiPayload_IsDataType"][1]["defaults"] = {} defs["ImGuiPayload_IsDataType"][1]["funcname"] = "IsDataType" defs["ImGuiPayload_IsDataType"][1]["ov_cimguiname"] = "ImGuiPayload_IsDataType" @@ -3705,7 +3563,6 @@ defs["ImGuiPayload_IsDelivery"][1]["argsT"][1]["type"] = "ImGuiPayload*" defs["ImGuiPayload_IsDelivery"][1]["argsoriginal"] = "()" defs["ImGuiPayload_IsDelivery"][1]["call_args"] = "()" defs["ImGuiPayload_IsDelivery"][1]["cimguiname"] = "ImGuiPayload_IsDelivery" -defs["ImGuiPayload_IsDelivery"][1]["comment"] = "" defs["ImGuiPayload_IsDelivery"][1]["defaults"] = {} defs["ImGuiPayload_IsDelivery"][1]["funcname"] = "IsDelivery" defs["ImGuiPayload_IsDelivery"][1]["ov_cimguiname"] = "ImGuiPayload_IsDelivery" @@ -3723,7 +3580,6 @@ defs["ImGuiPayload_IsPreview"][1]["argsT"][1]["type"] = "ImGuiPayload*" defs["ImGuiPayload_IsPreview"][1]["argsoriginal"] = "()" defs["ImGuiPayload_IsPreview"][1]["call_args"] = "()" defs["ImGuiPayload_IsPreview"][1]["cimguiname"] = "ImGuiPayload_IsPreview" -defs["ImGuiPayload_IsPreview"][1]["comment"] = "" defs["ImGuiPayload_IsPreview"][1]["defaults"] = {} defs["ImGuiPayload_IsPreview"][1]["funcname"] = "IsPreview" defs["ImGuiPayload_IsPreview"][1]["ov_cimguiname"] = "ImGuiPayload_IsPreview" @@ -3757,7 +3613,6 @@ defs["ImGuiStorage_BuildSortByKey"][1]["argsT"][1]["type"] = "ImGuiStorage*" defs["ImGuiStorage_BuildSortByKey"][1]["argsoriginal"] = "()" defs["ImGuiStorage_BuildSortByKey"][1]["call_args"] = "()" defs["ImGuiStorage_BuildSortByKey"][1]["cimguiname"] = "ImGuiStorage_BuildSortByKey" -defs["ImGuiStorage_BuildSortByKey"][1]["comment"] = "" defs["ImGuiStorage_BuildSortByKey"][1]["defaults"] = {} defs["ImGuiStorage_BuildSortByKey"][1]["funcname"] = "BuildSortByKey" defs["ImGuiStorage_BuildSortByKey"][1]["ov_cimguiname"] = "ImGuiStorage_BuildSortByKey" @@ -3775,7 +3630,6 @@ defs["ImGuiStorage_Clear"][1]["argsT"][1]["type"] = "ImGuiStorage*" defs["ImGuiStorage_Clear"][1]["argsoriginal"] = "()" defs["ImGuiStorage_Clear"][1]["call_args"] = "()" defs["ImGuiStorage_Clear"][1]["cimguiname"] = "ImGuiStorage_Clear" -defs["ImGuiStorage_Clear"][1]["comment"] = "" defs["ImGuiStorage_Clear"][1]["defaults"] = {} defs["ImGuiStorage_Clear"][1]["funcname"] = "Clear" defs["ImGuiStorage_Clear"][1]["ov_cimguiname"] = "ImGuiStorage_Clear" @@ -3799,7 +3653,6 @@ defs["ImGuiStorage_GetBool"][1]["argsT"][3]["type"] = "bool" defs["ImGuiStorage_GetBool"][1]["argsoriginal"] = "(ImGuiID key,bool default_val=false)" defs["ImGuiStorage_GetBool"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetBool"][1]["cimguiname"] = "ImGuiStorage_GetBool" -defs["ImGuiStorage_GetBool"][1]["comment"] = "" defs["ImGuiStorage_GetBool"][1]["defaults"] = {} defs["ImGuiStorage_GetBool"][1]["defaults"]["default_val"] = "false" defs["ImGuiStorage_GetBool"][1]["funcname"] = "GetBool" @@ -3824,7 +3677,6 @@ defs["ImGuiStorage_GetBoolRef"][1]["argsT"][3]["type"] = "bool" defs["ImGuiStorage_GetBoolRef"][1]["argsoriginal"] = "(ImGuiID key,bool default_val=false)" defs["ImGuiStorage_GetBoolRef"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetBoolRef"][1]["cimguiname"] = "ImGuiStorage_GetBoolRef" -defs["ImGuiStorage_GetBoolRef"][1]["comment"] = "" defs["ImGuiStorage_GetBoolRef"][1]["defaults"] = {} defs["ImGuiStorage_GetBoolRef"][1]["defaults"]["default_val"] = "false" defs["ImGuiStorage_GetBoolRef"][1]["funcname"] = "GetBoolRef" @@ -3849,7 +3701,6 @@ defs["ImGuiStorage_GetFloat"][1]["argsT"][3]["type"] = "float" defs["ImGuiStorage_GetFloat"][1]["argsoriginal"] = "(ImGuiID key,float default_val=0.0f)" defs["ImGuiStorage_GetFloat"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetFloat"][1]["cimguiname"] = "ImGuiStorage_GetFloat" -defs["ImGuiStorage_GetFloat"][1]["comment"] = "" defs["ImGuiStorage_GetFloat"][1]["defaults"] = {} defs["ImGuiStorage_GetFloat"][1]["defaults"]["default_val"] = "0.0f" defs["ImGuiStorage_GetFloat"][1]["funcname"] = "GetFloat" @@ -3874,7 +3725,6 @@ defs["ImGuiStorage_GetFloatRef"][1]["argsT"][3]["type"] = "float" defs["ImGuiStorage_GetFloatRef"][1]["argsoriginal"] = "(ImGuiID key,float default_val=0.0f)" defs["ImGuiStorage_GetFloatRef"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetFloatRef"][1]["cimguiname"] = "ImGuiStorage_GetFloatRef" -defs["ImGuiStorage_GetFloatRef"][1]["comment"] = "" defs["ImGuiStorage_GetFloatRef"][1]["defaults"] = {} defs["ImGuiStorage_GetFloatRef"][1]["defaults"]["default_val"] = "0.0f" defs["ImGuiStorage_GetFloatRef"][1]["funcname"] = "GetFloatRef" @@ -3899,7 +3749,6 @@ defs["ImGuiStorage_GetInt"][1]["argsT"][3]["type"] = "int" defs["ImGuiStorage_GetInt"][1]["argsoriginal"] = "(ImGuiID key,int default_val=0)" defs["ImGuiStorage_GetInt"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetInt"][1]["cimguiname"] = "ImGuiStorage_GetInt" -defs["ImGuiStorage_GetInt"][1]["comment"] = "" defs["ImGuiStorage_GetInt"][1]["defaults"] = {} defs["ImGuiStorage_GetInt"][1]["defaults"]["default_val"] = "0" defs["ImGuiStorage_GetInt"][1]["funcname"] = "GetInt" @@ -3924,7 +3773,6 @@ defs["ImGuiStorage_GetIntRef"][1]["argsT"][3]["type"] = "int" defs["ImGuiStorage_GetIntRef"][1]["argsoriginal"] = "(ImGuiID key,int default_val=0)" defs["ImGuiStorage_GetIntRef"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetIntRef"][1]["cimguiname"] = "ImGuiStorage_GetIntRef" -defs["ImGuiStorage_GetIntRef"][1]["comment"] = "" defs["ImGuiStorage_GetIntRef"][1]["defaults"] = {} defs["ImGuiStorage_GetIntRef"][1]["defaults"]["default_val"] = "0" defs["ImGuiStorage_GetIntRef"][1]["funcname"] = "GetIntRef" @@ -3946,7 +3794,6 @@ defs["ImGuiStorage_GetVoidPtr"][1]["argsT"][2]["type"] = "ImGuiID" defs["ImGuiStorage_GetVoidPtr"][1]["argsoriginal"] = "(ImGuiID key)" defs["ImGuiStorage_GetVoidPtr"][1]["call_args"] = "(key)" defs["ImGuiStorage_GetVoidPtr"][1]["cimguiname"] = "ImGuiStorage_GetVoidPtr" -defs["ImGuiStorage_GetVoidPtr"][1]["comment"] = "" defs["ImGuiStorage_GetVoidPtr"][1]["defaults"] = {} defs["ImGuiStorage_GetVoidPtr"][1]["funcname"] = "GetVoidPtr" defs["ImGuiStorage_GetVoidPtr"][1]["ov_cimguiname"] = "ImGuiStorage_GetVoidPtr" @@ -3970,7 +3817,6 @@ defs["ImGuiStorage_GetVoidPtrRef"][1]["argsT"][3]["type"] = "void*" defs["ImGuiStorage_GetVoidPtrRef"][1]["argsoriginal"] = "(ImGuiID key,void* default_val=((void*)0))" defs["ImGuiStorage_GetVoidPtrRef"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetVoidPtrRef"][1]["cimguiname"] = "ImGuiStorage_GetVoidPtrRef" -defs["ImGuiStorage_GetVoidPtrRef"][1]["comment"] = "" defs["ImGuiStorage_GetVoidPtrRef"][1]["defaults"] = {} defs["ImGuiStorage_GetVoidPtrRef"][1]["defaults"]["default_val"] = "((void*)0)" defs["ImGuiStorage_GetVoidPtrRef"][1]["funcname"] = "GetVoidPtrRef" @@ -3992,7 +3838,6 @@ defs["ImGuiStorage_SetAllInt"][1]["argsT"][2]["type"] = "int" defs["ImGuiStorage_SetAllInt"][1]["argsoriginal"] = "(int val)" defs["ImGuiStorage_SetAllInt"][1]["call_args"] = "(val)" defs["ImGuiStorage_SetAllInt"][1]["cimguiname"] = "ImGuiStorage_SetAllInt" -defs["ImGuiStorage_SetAllInt"][1]["comment"] = "" defs["ImGuiStorage_SetAllInt"][1]["defaults"] = {} defs["ImGuiStorage_SetAllInt"][1]["funcname"] = "SetAllInt" defs["ImGuiStorage_SetAllInt"][1]["ov_cimguiname"] = "ImGuiStorage_SetAllInt" @@ -4016,7 +3861,6 @@ defs["ImGuiStorage_SetBool"][1]["argsT"][3]["type"] = "bool" defs["ImGuiStorage_SetBool"][1]["argsoriginal"] = "(ImGuiID key,bool val)" defs["ImGuiStorage_SetBool"][1]["call_args"] = "(key,val)" defs["ImGuiStorage_SetBool"][1]["cimguiname"] = "ImGuiStorage_SetBool" -defs["ImGuiStorage_SetBool"][1]["comment"] = "" defs["ImGuiStorage_SetBool"][1]["defaults"] = {} defs["ImGuiStorage_SetBool"][1]["funcname"] = "SetBool" defs["ImGuiStorage_SetBool"][1]["ov_cimguiname"] = "ImGuiStorage_SetBool" @@ -4040,7 +3884,6 @@ defs["ImGuiStorage_SetFloat"][1]["argsT"][3]["type"] = "float" defs["ImGuiStorage_SetFloat"][1]["argsoriginal"] = "(ImGuiID key,float val)" defs["ImGuiStorage_SetFloat"][1]["call_args"] = "(key,val)" defs["ImGuiStorage_SetFloat"][1]["cimguiname"] = "ImGuiStorage_SetFloat" -defs["ImGuiStorage_SetFloat"][1]["comment"] = "" defs["ImGuiStorage_SetFloat"][1]["defaults"] = {} defs["ImGuiStorage_SetFloat"][1]["funcname"] = "SetFloat" defs["ImGuiStorage_SetFloat"][1]["ov_cimguiname"] = "ImGuiStorage_SetFloat" @@ -4064,7 +3907,6 @@ defs["ImGuiStorage_SetInt"][1]["argsT"][3]["type"] = "int" defs["ImGuiStorage_SetInt"][1]["argsoriginal"] = "(ImGuiID key,int val)" defs["ImGuiStorage_SetInt"][1]["call_args"] = "(key,val)" defs["ImGuiStorage_SetInt"][1]["cimguiname"] = "ImGuiStorage_SetInt" -defs["ImGuiStorage_SetInt"][1]["comment"] = "" defs["ImGuiStorage_SetInt"][1]["defaults"] = {} defs["ImGuiStorage_SetInt"][1]["funcname"] = "SetInt" defs["ImGuiStorage_SetInt"][1]["ov_cimguiname"] = "ImGuiStorage_SetInt" @@ -4088,7 +3930,6 @@ defs["ImGuiStorage_SetVoidPtr"][1]["argsT"][3]["type"] = "void*" defs["ImGuiStorage_SetVoidPtr"][1]["argsoriginal"] = "(ImGuiID key,void* val)" defs["ImGuiStorage_SetVoidPtr"][1]["call_args"] = "(key,val)" defs["ImGuiStorage_SetVoidPtr"][1]["cimguiname"] = "ImGuiStorage_SetVoidPtr" -defs["ImGuiStorage_SetVoidPtr"][1]["comment"] = "" defs["ImGuiStorage_SetVoidPtr"][1]["defaults"] = {} defs["ImGuiStorage_SetVoidPtr"][1]["funcname"] = "SetVoidPtr" defs["ImGuiStorage_SetVoidPtr"][1]["ov_cimguiname"] = "ImGuiStorage_SetVoidPtr" @@ -4103,7 +3944,6 @@ defs["ImGuiStyle_ImGuiStyle"][1]["argsT"] = {} defs["ImGuiStyle_ImGuiStyle"][1]["argsoriginal"] = "()" defs["ImGuiStyle_ImGuiStyle"][1]["call_args"] = "()" defs["ImGuiStyle_ImGuiStyle"][1]["cimguiname"] = "ImGuiStyle_ImGuiStyle" -defs["ImGuiStyle_ImGuiStyle"][1]["comment"] = "" defs["ImGuiStyle_ImGuiStyle"][1]["constructor"] = true defs["ImGuiStyle_ImGuiStyle"][1]["defaults"] = {} defs["ImGuiStyle_ImGuiStyle"][1]["funcname"] = "ImGuiStyle" @@ -4124,7 +3964,6 @@ defs["ImGuiStyle_ScaleAllSizes"][1]["argsT"][2]["type"] = "float" defs["ImGuiStyle_ScaleAllSizes"][1]["argsoriginal"] = "(float scale_factor)" defs["ImGuiStyle_ScaleAllSizes"][1]["call_args"] = "(scale_factor)" defs["ImGuiStyle_ScaleAllSizes"][1]["cimguiname"] = "ImGuiStyle_ScaleAllSizes" -defs["ImGuiStyle_ScaleAllSizes"][1]["comment"] = "" defs["ImGuiStyle_ScaleAllSizes"][1]["defaults"] = {} defs["ImGuiStyle_ScaleAllSizes"][1]["funcname"] = "ScaleAllSizes" defs["ImGuiStyle_ScaleAllSizes"][1]["ov_cimguiname"] = "ImGuiStyle_ScaleAllSizes" @@ -4155,7 +3994,6 @@ defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["argsT"] = {} defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["argsoriginal"] = "()" defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["call_args"] = "()" defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["cimguiname"] = "ImGuiTextBuffer_ImGuiTextBuffer" -defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["comment"] = "" defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["constructor"] = true defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["defaults"] = {} defs["ImGuiTextBuffer_ImGuiTextBuffer"][1]["funcname"] = "ImGuiTextBuffer" @@ -4179,7 +4017,6 @@ defs["ImGuiTextBuffer_appendf"][1]["argsT"][3]["type"] = "..." defs["ImGuiTextBuffer_appendf"][1]["argsoriginal"] = "(const char* fmt,...)" defs["ImGuiTextBuffer_appendf"][1]["call_args"] = "(fmt,...)" defs["ImGuiTextBuffer_appendf"][1]["cimguiname"] = "ImGuiTextBuffer_appendf" -defs["ImGuiTextBuffer_appendf"][1]["comment"] = "" defs["ImGuiTextBuffer_appendf"][1]["defaults"] = {} defs["ImGuiTextBuffer_appendf"][1]["funcname"] = "appendf" defs["ImGuiTextBuffer_appendf"][1]["isvararg"] = "...)" @@ -4205,7 +4042,6 @@ defs["ImGuiTextBuffer_appendfv"][1]["argsT"][3]["type"] = "va_list" defs["ImGuiTextBuffer_appendfv"][1]["argsoriginal"] = "(const char* fmt,va_list args)" defs["ImGuiTextBuffer_appendfv"][1]["call_args"] = "(fmt,args)" defs["ImGuiTextBuffer_appendfv"][1]["cimguiname"] = "ImGuiTextBuffer_appendfv" -defs["ImGuiTextBuffer_appendfv"][1]["comment"] = "" defs["ImGuiTextBuffer_appendfv"][1]["defaults"] = {} defs["ImGuiTextBuffer_appendfv"][1]["funcname"] = "appendfv" defs["ImGuiTextBuffer_appendfv"][1]["ov_cimguiname"] = "ImGuiTextBuffer_appendfv" @@ -4223,7 +4059,6 @@ defs["ImGuiTextBuffer_begin"][1]["argsT"][1]["type"] = "ImGuiTextBuffer*" defs["ImGuiTextBuffer_begin"][1]["argsoriginal"] = "()" defs["ImGuiTextBuffer_begin"][1]["call_args"] = "()" defs["ImGuiTextBuffer_begin"][1]["cimguiname"] = "ImGuiTextBuffer_begin" -defs["ImGuiTextBuffer_begin"][1]["comment"] = "" defs["ImGuiTextBuffer_begin"][1]["defaults"] = {} defs["ImGuiTextBuffer_begin"][1]["funcname"] = "begin" defs["ImGuiTextBuffer_begin"][1]["ov_cimguiname"] = "ImGuiTextBuffer_begin" @@ -4241,7 +4076,6 @@ defs["ImGuiTextBuffer_c_str"][1]["argsT"][1]["type"] = "ImGuiTextBuffer*" defs["ImGuiTextBuffer_c_str"][1]["argsoriginal"] = "()" defs["ImGuiTextBuffer_c_str"][1]["call_args"] = "()" defs["ImGuiTextBuffer_c_str"][1]["cimguiname"] = "ImGuiTextBuffer_c_str" -defs["ImGuiTextBuffer_c_str"][1]["comment"] = "" defs["ImGuiTextBuffer_c_str"][1]["defaults"] = {} defs["ImGuiTextBuffer_c_str"][1]["funcname"] = "c_str" defs["ImGuiTextBuffer_c_str"][1]["ov_cimguiname"] = "ImGuiTextBuffer_c_str" @@ -4259,7 +4093,6 @@ defs["ImGuiTextBuffer_clear"][1]["argsT"][1]["type"] = "ImGuiTextBuffer*" defs["ImGuiTextBuffer_clear"][1]["argsoriginal"] = "()" defs["ImGuiTextBuffer_clear"][1]["call_args"] = "()" defs["ImGuiTextBuffer_clear"][1]["cimguiname"] = "ImGuiTextBuffer_clear" -defs["ImGuiTextBuffer_clear"][1]["comment"] = "" defs["ImGuiTextBuffer_clear"][1]["defaults"] = {} defs["ImGuiTextBuffer_clear"][1]["funcname"] = "clear" defs["ImGuiTextBuffer_clear"][1]["ov_cimguiname"] = "ImGuiTextBuffer_clear" @@ -4293,7 +4126,6 @@ defs["ImGuiTextBuffer_empty"][1]["argsT"][1]["type"] = "ImGuiTextBuffer*" defs["ImGuiTextBuffer_empty"][1]["argsoriginal"] = "()" defs["ImGuiTextBuffer_empty"][1]["call_args"] = "()" defs["ImGuiTextBuffer_empty"][1]["cimguiname"] = "ImGuiTextBuffer_empty" -defs["ImGuiTextBuffer_empty"][1]["comment"] = "" defs["ImGuiTextBuffer_empty"][1]["defaults"] = {} defs["ImGuiTextBuffer_empty"][1]["funcname"] = "empty" defs["ImGuiTextBuffer_empty"][1]["ov_cimguiname"] = "ImGuiTextBuffer_empty" @@ -4311,7 +4143,6 @@ defs["ImGuiTextBuffer_end"][1]["argsT"][1]["type"] = "ImGuiTextBuffer*" defs["ImGuiTextBuffer_end"][1]["argsoriginal"] = "()" defs["ImGuiTextBuffer_end"][1]["call_args"] = "()" defs["ImGuiTextBuffer_end"][1]["cimguiname"] = "ImGuiTextBuffer_end" -defs["ImGuiTextBuffer_end"][1]["comment"] = "" defs["ImGuiTextBuffer_end"][1]["defaults"] = {} defs["ImGuiTextBuffer_end"][1]["funcname"] = "end" defs["ImGuiTextBuffer_end"][1]["ov_cimguiname"] = "ImGuiTextBuffer_end" @@ -4332,7 +4163,6 @@ defs["ImGuiTextBuffer_reserve"][1]["argsT"][2]["type"] = "int" defs["ImGuiTextBuffer_reserve"][1]["argsoriginal"] = "(int capacity)" defs["ImGuiTextBuffer_reserve"][1]["call_args"] = "(capacity)" defs["ImGuiTextBuffer_reserve"][1]["cimguiname"] = "ImGuiTextBuffer_reserve" -defs["ImGuiTextBuffer_reserve"][1]["comment"] = "" defs["ImGuiTextBuffer_reserve"][1]["defaults"] = {} defs["ImGuiTextBuffer_reserve"][1]["funcname"] = "reserve" defs["ImGuiTextBuffer_reserve"][1]["ov_cimguiname"] = "ImGuiTextBuffer_reserve" @@ -4350,7 +4180,6 @@ defs["ImGuiTextBuffer_size"][1]["argsT"][1]["type"] = "ImGuiTextBuffer*" defs["ImGuiTextBuffer_size"][1]["argsoriginal"] = "()" defs["ImGuiTextBuffer_size"][1]["call_args"] = "()" defs["ImGuiTextBuffer_size"][1]["cimguiname"] = "ImGuiTextBuffer_size" -defs["ImGuiTextBuffer_size"][1]["comment"] = "" defs["ImGuiTextBuffer_size"][1]["defaults"] = {} defs["ImGuiTextBuffer_size"][1]["funcname"] = "size" defs["ImGuiTextBuffer_size"][1]["ov_cimguiname"] = "ImGuiTextBuffer_size" @@ -4368,7 +4197,6 @@ defs["ImGuiTextFilter_Build"][1]["argsT"][1]["type"] = "ImGuiTextFilter*" defs["ImGuiTextFilter_Build"][1]["argsoriginal"] = "()" defs["ImGuiTextFilter_Build"][1]["call_args"] = "()" defs["ImGuiTextFilter_Build"][1]["cimguiname"] = "ImGuiTextFilter_Build" -defs["ImGuiTextFilter_Build"][1]["comment"] = "" defs["ImGuiTextFilter_Build"][1]["defaults"] = {} defs["ImGuiTextFilter_Build"][1]["funcname"] = "Build" defs["ImGuiTextFilter_Build"][1]["ov_cimguiname"] = "ImGuiTextFilter_Build" @@ -4386,7 +4214,6 @@ defs["ImGuiTextFilter_Clear"][1]["argsT"][1]["type"] = "ImGuiTextFilter*" defs["ImGuiTextFilter_Clear"][1]["argsoriginal"] = "()" defs["ImGuiTextFilter_Clear"][1]["call_args"] = "()" defs["ImGuiTextFilter_Clear"][1]["cimguiname"] = "ImGuiTextFilter_Clear" -defs["ImGuiTextFilter_Clear"][1]["comment"] = "" defs["ImGuiTextFilter_Clear"][1]["defaults"] = {} defs["ImGuiTextFilter_Clear"][1]["funcname"] = "Clear" defs["ImGuiTextFilter_Clear"][1]["ov_cimguiname"] = "ImGuiTextFilter_Clear" @@ -4410,7 +4237,6 @@ defs["ImGuiTextFilter_Draw"][1]["argsT"][3]["type"] = "float" defs["ImGuiTextFilter_Draw"][1]["argsoriginal"] = "(const char* label=\"Filter(inc,-exc)\",float width=0.0f)" defs["ImGuiTextFilter_Draw"][1]["call_args"] = "(label,width)" defs["ImGuiTextFilter_Draw"][1]["cimguiname"] = "ImGuiTextFilter_Draw" -defs["ImGuiTextFilter_Draw"][1]["comment"] = "" defs["ImGuiTextFilter_Draw"][1]["defaults"] = {} defs["ImGuiTextFilter_Draw"][1]["defaults"]["label"] = "\"Filter(inc,-exc)\"" defs["ImGuiTextFilter_Draw"][1]["defaults"]["width"] = "0.0f" @@ -4430,7 +4256,6 @@ defs["ImGuiTextFilter_ImGuiTextFilter"][1]["argsT"][1]["type"] = "const char*" defs["ImGuiTextFilter_ImGuiTextFilter"][1]["argsoriginal"] = "(const char* default_filter=\"\")" defs["ImGuiTextFilter_ImGuiTextFilter"][1]["call_args"] = "(default_filter)" defs["ImGuiTextFilter_ImGuiTextFilter"][1]["cimguiname"] = "ImGuiTextFilter_ImGuiTextFilter" -defs["ImGuiTextFilter_ImGuiTextFilter"][1]["comment"] = "" defs["ImGuiTextFilter_ImGuiTextFilter"][1]["constructor"] = true defs["ImGuiTextFilter_ImGuiTextFilter"][1]["defaults"] = {} defs["ImGuiTextFilter_ImGuiTextFilter"][1]["defaults"]["default_filter"] = "\"\"" @@ -4449,7 +4274,6 @@ defs["ImGuiTextFilter_IsActive"][1]["argsT"][1]["type"] = "ImGuiTextFilter*" defs["ImGuiTextFilter_IsActive"][1]["argsoriginal"] = "()" defs["ImGuiTextFilter_IsActive"][1]["call_args"] = "()" defs["ImGuiTextFilter_IsActive"][1]["cimguiname"] = "ImGuiTextFilter_IsActive" -defs["ImGuiTextFilter_IsActive"][1]["comment"] = "" defs["ImGuiTextFilter_IsActive"][1]["defaults"] = {} defs["ImGuiTextFilter_IsActive"][1]["funcname"] = "IsActive" defs["ImGuiTextFilter_IsActive"][1]["ov_cimguiname"] = "ImGuiTextFilter_IsActive" @@ -4473,7 +4297,6 @@ defs["ImGuiTextFilter_PassFilter"][1]["argsT"][3]["type"] = "const char*" defs["ImGuiTextFilter_PassFilter"][1]["argsoriginal"] = "(const char* text,const char* text_end=((void*)0))" defs["ImGuiTextFilter_PassFilter"][1]["call_args"] = "(text,text_end)" defs["ImGuiTextFilter_PassFilter"][1]["cimguiname"] = "ImGuiTextFilter_PassFilter" -defs["ImGuiTextFilter_PassFilter"][1]["comment"] = "" defs["ImGuiTextFilter_PassFilter"][1]["defaults"] = {} defs["ImGuiTextFilter_PassFilter"][1]["defaults"]["text_end"] = "((void*)0)" defs["ImGuiTextFilter_PassFilter"][1]["funcname"] = "PassFilter" @@ -4505,7 +4328,6 @@ defs["ImVec2_ImVec2"][1]["argsT"] = {} defs["ImVec2_ImVec2"][1]["argsoriginal"] = "()" defs["ImVec2_ImVec2"][1]["call_args"] = "()" defs["ImVec2_ImVec2"][1]["cimguiname"] = "ImVec2_ImVec2" -defs["ImVec2_ImVec2"][1]["comment"] = "" defs["ImVec2_ImVec2"][1]["constructor"] = true defs["ImVec2_ImVec2"][1]["defaults"] = {} defs["ImVec2_ImVec2"][1]["funcname"] = "ImVec2" @@ -4524,7 +4346,6 @@ defs["ImVec2_ImVec2"][2]["argsT"][2]["type"] = "float" defs["ImVec2_ImVec2"][2]["argsoriginal"] = "(float _x,float _y)" defs["ImVec2_ImVec2"][2]["call_args"] = "(_x,_y)" defs["ImVec2_ImVec2"][2]["cimguiname"] = "ImVec2_ImVec2" -defs["ImVec2_ImVec2"][2]["comment"] = "" defs["ImVec2_ImVec2"][2]["constructor"] = true defs["ImVec2_ImVec2"][2]["defaults"] = {} defs["ImVec2_ImVec2"][2]["funcname"] = "ImVec2" @@ -4556,7 +4377,6 @@ defs["ImVec4_ImVec4"][1]["argsT"] = {} defs["ImVec4_ImVec4"][1]["argsoriginal"] = "()" defs["ImVec4_ImVec4"][1]["call_args"] = "()" defs["ImVec4_ImVec4"][1]["cimguiname"] = "ImVec4_ImVec4" -defs["ImVec4_ImVec4"][1]["comment"] = "" defs["ImVec4_ImVec4"][1]["constructor"] = true defs["ImVec4_ImVec4"][1]["defaults"] = {} defs["ImVec4_ImVec4"][1]["funcname"] = "ImVec4" @@ -4581,7 +4401,6 @@ defs["ImVec4_ImVec4"][2]["argsT"][4]["type"] = "float" defs["ImVec4_ImVec4"][2]["argsoriginal"] = "(float _x,float _y,float _z,float _w)" defs["ImVec4_ImVec4"][2]["call_args"] = "(_x,_y,_z,_w)" defs["ImVec4_ImVec4"][2]["cimguiname"] = "ImVec4_ImVec4" -defs["ImVec4_ImVec4"][2]["comment"] = "" defs["ImVec4_ImVec4"][2]["constructor"] = true defs["ImVec4_ImVec4"][2]["defaults"] = {} defs["ImVec4_ImVec4"][2]["funcname"] = "ImVec4" @@ -10454,7 +10273,6 @@ defs["ImVector_ImVector"][1]["argsT"] = {} defs["ImVector_ImVector"][1]["argsoriginal"] = "()" defs["ImVector_ImVector"][1]["call_args"] = "()" defs["ImVector_ImVector"][1]["cimguiname"] = "ImVector_ImVector" -defs["ImVector_ImVector"][1]["comment"] = "" defs["ImVector_ImVector"][1]["constructor"] = true defs["ImVector_ImVector"][1]["defaults"] = {} defs["ImVector_ImVector"][1]["funcname"] = "ImVector" @@ -10471,7 +10289,6 @@ defs["ImVector_ImVector"][2]["argsT"][1]["type"] = "const ImVector" defs["ImVector_ImVector"][2]["argsoriginal"] = "(const ImVector& src)" defs["ImVector_ImVector"][2]["call_args"] = "(src)" defs["ImVector_ImVector"][2]["cimguiname"] = "ImVector_ImVector" -defs["ImVector_ImVector"][2]["comment"] = "" defs["ImVector_ImVector"][2]["constructor"] = true defs["ImVector_ImVector"][2]["defaults"] = {} defs["ImVector_ImVector"][2]["funcname"] = "ImVector" @@ -12107,7 +11924,6 @@ defs["ImVector__grow_capacity"][1]["argsT"][2]["type"] = "int" defs["ImVector__grow_capacity"][1]["argsoriginal"] = "(int sz)" defs["ImVector__grow_capacity"][1]["call_args"] = "(sz)" defs["ImVector__grow_capacity"][1]["cimguiname"] = "ImVector__grow_capacity" -defs["ImVector__grow_capacity"][1]["comment"] = "" defs["ImVector__grow_capacity"][1]["defaults"] = {} defs["ImVector__grow_capacity"][1]["funcname"] = "_grow_capacity" defs["ImVector__grow_capacity"][1]["ov_cimguiname"] = "ImVector__grow_capacity" @@ -12126,7 +11942,6 @@ defs["ImVector_back"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_back"][1]["argsoriginal"] = "()" defs["ImVector_back"][1]["call_args"] = "()" defs["ImVector_back"][1]["cimguiname"] = "ImVector_back" -defs["ImVector_back"][1]["comment"] = "" defs["ImVector_back"][1]["defaults"] = {} defs["ImVector_back"][1]["funcname"] = "back" defs["ImVector_back"][1]["ov_cimguiname"] = "ImVector_back" @@ -12144,7 +11959,6 @@ defs["ImVector_back"][2]["argsT"][1]["type"] = "ImVector*" defs["ImVector_back"][2]["argsoriginal"] = "()" defs["ImVector_back"][2]["call_args"] = "()" defs["ImVector_back"][2]["cimguiname"] = "ImVector_back" -defs["ImVector_back"][2]["comment"] = "" defs["ImVector_back"][2]["defaults"] = {} defs["ImVector_back"][2]["funcname"] = "back" defs["ImVector_back"][2]["ov_cimguiname"] = "ImVector_back_const" @@ -12165,7 +11979,6 @@ defs["ImVector_begin"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_begin"][1]["argsoriginal"] = "()" defs["ImVector_begin"][1]["call_args"] = "()" defs["ImVector_begin"][1]["cimguiname"] = "ImVector_begin" -defs["ImVector_begin"][1]["comment"] = "" defs["ImVector_begin"][1]["defaults"] = {} defs["ImVector_begin"][1]["funcname"] = "begin" defs["ImVector_begin"][1]["ov_cimguiname"] = "ImVector_begin" @@ -12182,7 +11995,6 @@ defs["ImVector_begin"][2]["argsT"][1]["type"] = "ImVector*" defs["ImVector_begin"][2]["argsoriginal"] = "()" defs["ImVector_begin"][2]["call_args"] = "()" defs["ImVector_begin"][2]["cimguiname"] = "ImVector_begin" -defs["ImVector_begin"][2]["comment"] = "" defs["ImVector_begin"][2]["defaults"] = {} defs["ImVector_begin"][2]["funcname"] = "begin" defs["ImVector_begin"][2]["ov_cimguiname"] = "ImVector_begin_const" @@ -12202,7 +12014,6 @@ defs["ImVector_capacity"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_capacity"][1]["argsoriginal"] = "()" defs["ImVector_capacity"][1]["call_args"] = "()" defs["ImVector_capacity"][1]["cimguiname"] = "ImVector_capacity" -defs["ImVector_capacity"][1]["comment"] = "" defs["ImVector_capacity"][1]["defaults"] = {} defs["ImVector_capacity"][1]["funcname"] = "capacity" defs["ImVector_capacity"][1]["ov_cimguiname"] = "ImVector_capacity" @@ -12772,7 +12583,6 @@ defs["ImVector_clear"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_clear"][1]["argsoriginal"] = "()" defs["ImVector_clear"][1]["call_args"] = "()" defs["ImVector_clear"][1]["cimguiname"] = "ImVector_clear" -defs["ImVector_clear"][1]["comment"] = "" defs["ImVector_clear"][1]["defaults"] = {} defs["ImVector_clear"][1]["funcname"] = "clear" defs["ImVector_clear"][1]["ov_cimguiname"] = "ImVector_clear" @@ -12808,7 +12618,6 @@ defs["ImVector_empty"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_empty"][1]["argsoriginal"] = "()" defs["ImVector_empty"][1]["call_args"] = "()" defs["ImVector_empty"][1]["cimguiname"] = "ImVector_empty" -defs["ImVector_empty"][1]["comment"] = "" defs["ImVector_empty"][1]["defaults"] = {} defs["ImVector_empty"][1]["funcname"] = "empty" defs["ImVector_empty"][1]["ov_cimguiname"] = "ImVector_empty" @@ -12827,7 +12636,6 @@ defs["ImVector_end"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_end"][1]["argsoriginal"] = "()" defs["ImVector_end"][1]["call_args"] = "()" defs["ImVector_end"][1]["cimguiname"] = "ImVector_end" -defs["ImVector_end"][1]["comment"] = "" defs["ImVector_end"][1]["defaults"] = {} defs["ImVector_end"][1]["funcname"] = "end" defs["ImVector_end"][1]["ov_cimguiname"] = "ImVector_end" @@ -12844,7 +12652,6 @@ defs["ImVector_end"][2]["argsT"][1]["type"] = "ImVector*" defs["ImVector_end"][2]["argsoriginal"] = "()" defs["ImVector_end"][2]["call_args"] = "()" defs["ImVector_end"][2]["cimguiname"] = "ImVector_end" -defs["ImVector_end"][2]["comment"] = "" defs["ImVector_end"][2]["defaults"] = {} defs["ImVector_end"][2]["funcname"] = "end" defs["ImVector_end"][2]["ov_cimguiname"] = "ImVector_end_const" @@ -12867,7 +12674,6 @@ defs["ImVector_erase"][1]["argsT"][2]["type"] = "const T*" defs["ImVector_erase"][1]["argsoriginal"] = "(const T* it)" defs["ImVector_erase"][1]["call_args"] = "(it)" defs["ImVector_erase"][1]["cimguiname"] = "ImVector_erase" -defs["ImVector_erase"][1]["comment"] = "" defs["ImVector_erase"][1]["defaults"] = {} defs["ImVector_erase"][1]["funcname"] = "erase" defs["ImVector_erase"][1]["ov_cimguiname"] = "ImVector_erase" @@ -12890,7 +12696,6 @@ defs["ImVector_erase"][2]["argsT"][3]["type"] = "const T*" defs["ImVector_erase"][2]["argsoriginal"] = "(const T* it,const T* it_last)" defs["ImVector_erase"][2]["call_args"] = "(it,it_last)" defs["ImVector_erase"][2]["cimguiname"] = "ImVector_erase" -defs["ImVector_erase"][2]["comment"] = "" defs["ImVector_erase"][2]["defaults"] = {} defs["ImVector_erase"][2]["funcname"] = "erase" defs["ImVector_erase"][2]["ov_cimguiname"] = "ImVector_eraseTPtr" @@ -12913,7 +12718,6 @@ defs["ImVector_erase_unsorted"][1]["argsT"][2]["type"] = "const T*" defs["ImVector_erase_unsorted"][1]["argsoriginal"] = "(const T* it)" defs["ImVector_erase_unsorted"][1]["call_args"] = "(it)" defs["ImVector_erase_unsorted"][1]["cimguiname"] = "ImVector_erase_unsorted" -defs["ImVector_erase_unsorted"][1]["comment"] = "" defs["ImVector_erase_unsorted"][1]["defaults"] = {} defs["ImVector_erase_unsorted"][1]["funcname"] = "erase_unsorted" defs["ImVector_erase_unsorted"][1]["ov_cimguiname"] = "ImVector_erase_unsorted" @@ -13483,7 +13287,6 @@ defs["ImVector_front"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_front"][1]["argsoriginal"] = "()" defs["ImVector_front"][1]["call_args"] = "()" defs["ImVector_front"][1]["cimguiname"] = "ImVector_front" -defs["ImVector_front"][1]["comment"] = "" defs["ImVector_front"][1]["defaults"] = {} defs["ImVector_front"][1]["funcname"] = "front" defs["ImVector_front"][1]["ov_cimguiname"] = "ImVector_front" @@ -13501,7 +13304,6 @@ defs["ImVector_front"][2]["argsT"][1]["type"] = "ImVector*" defs["ImVector_front"][2]["argsoriginal"] = "()" defs["ImVector_front"][2]["call_args"] = "()" defs["ImVector_front"][2]["cimguiname"] = "ImVector_front" -defs["ImVector_front"][2]["comment"] = "" defs["ImVector_front"][2]["defaults"] = {} defs["ImVector_front"][2]["funcname"] = "front" defs["ImVector_front"][2]["ov_cimguiname"] = "ImVector_front_const" @@ -13525,7 +13327,6 @@ defs["ImVector_index_from_ptr"][1]["argsT"][2]["type"] = "const T*" defs["ImVector_index_from_ptr"][1]["argsoriginal"] = "(const T* it)" defs["ImVector_index_from_ptr"][1]["call_args"] = "(it)" defs["ImVector_index_from_ptr"][1]["cimguiname"] = "ImVector_index_from_ptr" -defs["ImVector_index_from_ptr"][1]["comment"] = "" defs["ImVector_index_from_ptr"][1]["defaults"] = {} defs["ImVector_index_from_ptr"][1]["funcname"] = "index_from_ptr" defs["ImVector_index_from_ptr"][1]["ov_cimguiname"] = "ImVector_index_from_ptr" @@ -13550,7 +13351,6 @@ defs["ImVector_insert"][1]["argsT"][3]["type"] = "const T" defs["ImVector_insert"][1]["argsoriginal"] = "(const T* it,const T& v)" defs["ImVector_insert"][1]["call_args"] = "(it,v)" defs["ImVector_insert"][1]["cimguiname"] = "ImVector_insert" -defs["ImVector_insert"][1]["comment"] = "" defs["ImVector_insert"][1]["defaults"] = {} defs["ImVector_insert"][1]["funcname"] = "insert" defs["ImVector_insert"][1]["ov_cimguiname"] = "ImVector_insert" @@ -14120,7 +13920,6 @@ defs["ImVector_pop_back"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_pop_back"][1]["argsoriginal"] = "()" defs["ImVector_pop_back"][1]["call_args"] = "()" defs["ImVector_pop_back"][1]["cimguiname"] = "ImVector_pop_back" -defs["ImVector_pop_back"][1]["comment"] = "" defs["ImVector_pop_back"][1]["defaults"] = {} defs["ImVector_pop_back"][1]["funcname"] = "pop_back" defs["ImVector_pop_back"][1]["ov_cimguiname"] = "ImVector_pop_back" @@ -14142,7 +13941,6 @@ defs["ImVector_push_back"][1]["argsT"][2]["type"] = "const T" defs["ImVector_push_back"][1]["argsoriginal"] = "(const T& v)" defs["ImVector_push_back"][1]["call_args"] = "(v)" defs["ImVector_push_back"][1]["cimguiname"] = "ImVector_push_back" -defs["ImVector_push_back"][1]["comment"] = "" defs["ImVector_push_back"][1]["defaults"] = {} defs["ImVector_push_back"][1]["funcname"] = "push_back" defs["ImVector_push_back"][1]["ov_cimguiname"] = "ImVector_push_back" @@ -14164,7 +13962,6 @@ defs["ImVector_push_front"][1]["argsT"][2]["type"] = "const T" defs["ImVector_push_front"][1]["argsoriginal"] = "(const T& v)" defs["ImVector_push_front"][1]["call_args"] = "(v)" defs["ImVector_push_front"][1]["cimguiname"] = "ImVector_push_front" -defs["ImVector_push_front"][1]["comment"] = "" defs["ImVector_push_front"][1]["defaults"] = {} defs["ImVector_push_front"][1]["funcname"] = "push_front" defs["ImVector_push_front"][1]["ov_cimguiname"] = "ImVector_push_front" @@ -14186,7 +13983,6 @@ defs["ImVector_reserve"][1]["argsT"][2]["type"] = "int" defs["ImVector_reserve"][1]["argsoriginal"] = "(int new_capacity)" defs["ImVector_reserve"][1]["call_args"] = "(new_capacity)" defs["ImVector_reserve"][1]["cimguiname"] = "ImVector_reserve" -defs["ImVector_reserve"][1]["comment"] = "" defs["ImVector_reserve"][1]["defaults"] = {} defs["ImVector_reserve"][1]["funcname"] = "reserve" defs["ImVector_reserve"][1]["ov_cimguiname"] = "ImVector_reserve" @@ -14208,7 +14004,6 @@ defs["ImVector_resize"][1]["argsT"][2]["type"] = "int" defs["ImVector_resize"][1]["argsoriginal"] = "(int new_size)" defs["ImVector_resize"][1]["call_args"] = "(new_size)" defs["ImVector_resize"][1]["cimguiname"] = "ImVector_resize" -defs["ImVector_resize"][1]["comment"] = "" defs["ImVector_resize"][1]["defaults"] = {} defs["ImVector_resize"][1]["funcname"] = "resize" defs["ImVector_resize"][1]["ov_cimguiname"] = "ImVector_resize" @@ -14231,7 +14026,6 @@ defs["ImVector_resize"][2]["argsT"][3]["type"] = "const T" defs["ImVector_resize"][2]["argsoriginal"] = "(int new_size,const T& v)" defs["ImVector_resize"][2]["call_args"] = "(new_size,v)" defs["ImVector_resize"][2]["cimguiname"] = "ImVector_resize" -defs["ImVector_resize"][2]["comment"] = "" defs["ImVector_resize"][2]["defaults"] = {} defs["ImVector_resize"][2]["funcname"] = "resize" defs["ImVector_resize"][2]["ov_cimguiname"] = "ImVector_resizeT" @@ -14251,7 +14045,6 @@ defs["ImVector_size"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_size"][1]["argsoriginal"] = "()" defs["ImVector_size"][1]["call_args"] = "()" defs["ImVector_size"][1]["cimguiname"] = "ImVector_size" -defs["ImVector_size"][1]["comment"] = "" defs["ImVector_size"][1]["defaults"] = {} defs["ImVector_size"][1]["funcname"] = "size" defs["ImVector_size"][1]["ov_cimguiname"] = "ImVector_size" @@ -14270,7 +14063,6 @@ defs["ImVector_size_in_bytes"][1]["argsT"][1]["type"] = "ImVector*" defs["ImVector_size_in_bytes"][1]["argsoriginal"] = "()" defs["ImVector_size_in_bytes"][1]["call_args"] = "()" defs["ImVector_size_in_bytes"][1]["cimguiname"] = "ImVector_size_in_bytes" -defs["ImVector_size_in_bytes"][1]["comment"] = "" defs["ImVector_size_in_bytes"][1]["defaults"] = {} defs["ImVector_size_in_bytes"][1]["funcname"] = "size_in_bytes" defs["ImVector_size_in_bytes"][1]["ov_cimguiname"] = "ImVector_size_in_bytes" @@ -14292,7 +14084,6 @@ defs["ImVector_swap"][1]["argsT"][2]["type"] = "ImVector&" defs["ImVector_swap"][1]["argsoriginal"] = "(ImVector& rhs)" defs["ImVector_swap"][1]["call_args"] = "(rhs)" defs["ImVector_swap"][1]["cimguiname"] = "ImVector_swap" -defs["ImVector_swap"][1]["comment"] = "" defs["ImVector_swap"][1]["defaults"] = {} defs["ImVector_swap"][1]["funcname"] = "swap" defs["ImVector_swap"][1]["ov_cimguiname"] = "ImVector_swap" @@ -14314,7 +14105,6 @@ defs["Pair_Pair"][1]["argsT"][2]["type"] = "int" defs["Pair_Pair"][1]["argsoriginal"] = "(ImGuiID _key,int _val_i)" defs["Pair_Pair"][1]["call_args"] = "(_key,_val_i)" defs["Pair_Pair"][1]["cimguiname"] = "Pair_Pair" -defs["Pair_Pair"][1]["comment"] = "" defs["Pair_Pair"][1]["constructor"] = true defs["Pair_Pair"][1]["defaults"] = {} defs["Pair_Pair"][1]["funcname"] = "Pair" @@ -14333,7 +14123,6 @@ defs["Pair_Pair"][2]["argsT"][2]["type"] = "float" defs["Pair_Pair"][2]["argsoriginal"] = "(ImGuiID _key,float _val_f)" defs["Pair_Pair"][2]["call_args"] = "(_key,_val_f)" defs["Pair_Pair"][2]["cimguiname"] = "Pair_Pair" -defs["Pair_Pair"][2]["comment"] = "" defs["Pair_Pair"][2]["constructor"] = true defs["Pair_Pair"][2]["defaults"] = {} defs["Pair_Pair"][2]["funcname"] = "Pair" @@ -14352,7 +14141,6 @@ defs["Pair_Pair"][3]["argsT"][2]["type"] = "void*" defs["Pair_Pair"][3]["argsoriginal"] = "(ImGuiID _key,void* _val_p)" defs["Pair_Pair"][3]["call_args"] = "(_key,_val_p)" defs["Pair_Pair"][3]["cimguiname"] = "Pair_Pair" -defs["Pair_Pair"][3]["comment"] = "" defs["Pair_Pair"][3]["constructor"] = true defs["Pair_Pair"][3]["defaults"] = {} defs["Pair_Pair"][3]["funcname"] = "Pair" @@ -14385,7 +14173,6 @@ defs["TextRange_TextRange"][1]["argsT"] = {} defs["TextRange_TextRange"][1]["argsoriginal"] = "()" defs["TextRange_TextRange"][1]["call_args"] = "()" defs["TextRange_TextRange"][1]["cimguiname"] = "TextRange_TextRange" -defs["TextRange_TextRange"][1]["comment"] = "" defs["TextRange_TextRange"][1]["constructor"] = true defs["TextRange_TextRange"][1]["defaults"] = {} defs["TextRange_TextRange"][1]["funcname"] = "TextRange" @@ -14404,7 +14191,6 @@ defs["TextRange_TextRange"][2]["argsT"][2]["type"] = "const char*" defs["TextRange_TextRange"][2]["argsoriginal"] = "(const char* _b,const char* _e)" defs["TextRange_TextRange"][2]["call_args"] = "(_b,_e)" defs["TextRange_TextRange"][2]["cimguiname"] = "TextRange_TextRange" -defs["TextRange_TextRange"][2]["comment"] = "" defs["TextRange_TextRange"][2]["constructor"] = true defs["TextRange_TextRange"][2]["defaults"] = {} defs["TextRange_TextRange"][2]["funcname"] = "TextRange" @@ -14423,7 +14209,6 @@ defs["TextRange_begin"][1]["argsT"][1]["type"] = "TextRange*" defs["TextRange_begin"][1]["argsoriginal"] = "()" defs["TextRange_begin"][1]["call_args"] = "()" defs["TextRange_begin"][1]["cimguiname"] = "TextRange_begin" -defs["TextRange_begin"][1]["comment"] = "" defs["TextRange_begin"][1]["defaults"] = {} defs["TextRange_begin"][1]["funcname"] = "begin" defs["TextRange_begin"][1]["ov_cimguiname"] = "TextRange_begin" @@ -14457,7 +14242,6 @@ defs["TextRange_empty"][1]["argsT"][1]["type"] = "TextRange*" defs["TextRange_empty"][1]["argsoriginal"] = "()" defs["TextRange_empty"][1]["call_args"] = "()" defs["TextRange_empty"][1]["cimguiname"] = "TextRange_empty" -defs["TextRange_empty"][1]["comment"] = "" defs["TextRange_empty"][1]["defaults"] = {} defs["TextRange_empty"][1]["funcname"] = "empty" defs["TextRange_empty"][1]["ov_cimguiname"] = "TextRange_empty" @@ -14475,7 +14259,6 @@ defs["TextRange_end"][1]["argsT"][1]["type"] = "TextRange*" defs["TextRange_end"][1]["argsoriginal"] = "()" defs["TextRange_end"][1]["call_args"] = "()" defs["TextRange_end"][1]["cimguiname"] = "TextRange_end" -defs["TextRange_end"][1]["comment"] = "" defs["TextRange_end"][1]["defaults"] = {} defs["TextRange_end"][1]["funcname"] = "end" defs["TextRange_end"][1]["ov_cimguiname"] = "TextRange_end" @@ -14499,7 +14282,6 @@ defs["TextRange_split"][1]["argsT"][3]["type"] = "ImVector_TextRange*" defs["TextRange_split"][1]["argsoriginal"] = "(char separator,ImVector* out)" defs["TextRange_split"][1]["call_args"] = "(separator,out)" defs["TextRange_split"][1]["cimguiname"] = "TextRange_split" -defs["TextRange_split"][1]["comment"] = "" defs["TextRange_split"][1]["defaults"] = {} defs["TextRange_split"][1]["funcname"] = "split" defs["TextRange_split"][1]["ov_cimguiname"] = "TextRange_split" @@ -14520,7 +14302,6 @@ defs["igAcceptDragDropPayload"][1]["argsT"][2]["type"] = "ImGuiDragDropFlags" defs["igAcceptDragDropPayload"][1]["argsoriginal"] = "(const char* type,ImGuiDragDropFlags flags=0)" defs["igAcceptDragDropPayload"][1]["call_args"] = "(type,flags)" defs["igAcceptDragDropPayload"][1]["cimguiname"] = "igAcceptDragDropPayload" -defs["igAcceptDragDropPayload"][1]["comment"] = "" defs["igAcceptDragDropPayload"][1]["defaults"] = {} defs["igAcceptDragDropPayload"][1]["defaults"]["flags"] = "0" defs["igAcceptDragDropPayload"][1]["funcname"] = "AcceptDragDropPayload" @@ -14537,7 +14318,6 @@ defs["igAlignTextToFramePadding"][1]["argsT"] = {} defs["igAlignTextToFramePadding"][1]["argsoriginal"] = "()" defs["igAlignTextToFramePadding"][1]["call_args"] = "()" defs["igAlignTextToFramePadding"][1]["cimguiname"] = "igAlignTextToFramePadding" -defs["igAlignTextToFramePadding"][1]["comment"] = "" defs["igAlignTextToFramePadding"][1]["defaults"] = {} defs["igAlignTextToFramePadding"][1]["funcname"] = "AlignTextToFramePadding" defs["igAlignTextToFramePadding"][1]["namespace"] = "ImGui" @@ -14559,7 +14339,6 @@ defs["igArrowButton"][1]["argsT"][2]["type"] = "ImGuiDir" defs["igArrowButton"][1]["argsoriginal"] = "(const char* str_id,ImGuiDir dir)" defs["igArrowButton"][1]["call_args"] = "(str_id,dir)" defs["igArrowButton"][1]["cimguiname"] = "igArrowButton" -defs["igArrowButton"][1]["comment"] = "" defs["igArrowButton"][1]["defaults"] = {} defs["igArrowButton"][1]["funcname"] = "ArrowButton" defs["igArrowButton"][1]["namespace"] = "ImGui" @@ -14584,7 +14363,6 @@ defs["igBegin"][1]["argsT"][3]["type"] = "ImGuiWindowFlags" defs["igBegin"][1]["argsoriginal"] = "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)" defs["igBegin"][1]["call_args"] = "(name,p_open,flags)" defs["igBegin"][1]["cimguiname"] = "igBegin" -defs["igBegin"][1]["comment"] = "" defs["igBegin"][1]["defaults"] = {} defs["igBegin"][1]["defaults"]["flags"] = "0" defs["igBegin"][1]["defaults"]["p_open"] = "((void*)0)" @@ -14614,7 +14392,6 @@ defs["igBeginChild"][1]["argsT"][4]["type"] = "ImGuiWindowFlags" defs["igBeginChild"][1]["argsoriginal"] = "(const char* str_id,const ImVec2& size=ImVec2(0,0),bool border=false,ImGuiWindowFlags flags=0)" defs["igBeginChild"][1]["call_args"] = "(str_id,size,border,flags)" defs["igBeginChild"][1]["cimguiname"] = "igBeginChild" -defs["igBeginChild"][1]["comment"] = "" defs["igBeginChild"][1]["defaults"] = {} defs["igBeginChild"][1]["defaults"]["border"] = "false" defs["igBeginChild"][1]["defaults"]["flags"] = "0" @@ -14643,7 +14420,6 @@ defs["igBeginChild"][2]["argsT"][4]["type"] = "ImGuiWindowFlags" defs["igBeginChild"][2]["argsoriginal"] = "(ImGuiID id,const ImVec2& size=ImVec2(0,0),bool border=false,ImGuiWindowFlags flags=0)" defs["igBeginChild"][2]["call_args"] = "(id,size,border,flags)" defs["igBeginChild"][2]["cimguiname"] = "igBeginChild" -defs["igBeginChild"][2]["comment"] = "" defs["igBeginChild"][2]["defaults"] = {} defs["igBeginChild"][2]["defaults"]["border"] = "false" defs["igBeginChild"][2]["defaults"]["flags"] = "0" @@ -14672,7 +14448,6 @@ defs["igBeginChildFrame"][1]["argsT"][3]["type"] = "ImGuiWindowFlags" defs["igBeginChildFrame"][1]["argsoriginal"] = "(ImGuiID id,const ImVec2& size,ImGuiWindowFlags flags=0)" defs["igBeginChildFrame"][1]["call_args"] = "(id,size,flags)" defs["igBeginChildFrame"][1]["cimguiname"] = "igBeginChildFrame" -defs["igBeginChildFrame"][1]["comment"] = "" defs["igBeginChildFrame"][1]["defaults"] = {} defs["igBeginChildFrame"][1]["defaults"]["flags"] = "0" defs["igBeginChildFrame"][1]["funcname"] = "BeginChildFrame" @@ -14698,7 +14473,6 @@ defs["igBeginCombo"][1]["argsT"][3]["type"] = "ImGuiComboFlags" defs["igBeginCombo"][1]["argsoriginal"] = "(const char* label,const char* preview_value,ImGuiComboFlags flags=0)" defs["igBeginCombo"][1]["call_args"] = "(label,preview_value,flags)" defs["igBeginCombo"][1]["cimguiname"] = "igBeginCombo" -defs["igBeginCombo"][1]["comment"] = "" defs["igBeginCombo"][1]["defaults"] = {} defs["igBeginCombo"][1]["defaults"]["flags"] = "0" defs["igBeginCombo"][1]["funcname"] = "BeginCombo" @@ -14718,7 +14492,6 @@ defs["igBeginDragDropSource"][1]["argsT"][1]["type"] = "ImGuiDragDropFlags" defs["igBeginDragDropSource"][1]["argsoriginal"] = "(ImGuiDragDropFlags flags=0)" defs["igBeginDragDropSource"][1]["call_args"] = "(flags)" defs["igBeginDragDropSource"][1]["cimguiname"] = "igBeginDragDropSource" -defs["igBeginDragDropSource"][1]["comment"] = "" defs["igBeginDragDropSource"][1]["defaults"] = {} defs["igBeginDragDropSource"][1]["defaults"]["flags"] = "0" defs["igBeginDragDropSource"][1]["funcname"] = "BeginDragDropSource" @@ -14735,7 +14508,6 @@ defs["igBeginDragDropTarget"][1]["argsT"] = {} defs["igBeginDragDropTarget"][1]["argsoriginal"] = "()" defs["igBeginDragDropTarget"][1]["call_args"] = "()" defs["igBeginDragDropTarget"][1]["cimguiname"] = "igBeginDragDropTarget" -defs["igBeginDragDropTarget"][1]["comment"] = "" defs["igBeginDragDropTarget"][1]["defaults"] = {} defs["igBeginDragDropTarget"][1]["funcname"] = "BeginDragDropTarget" defs["igBeginDragDropTarget"][1]["namespace"] = "ImGui" @@ -14751,7 +14523,6 @@ defs["igBeginGroup"][1]["argsT"] = {} defs["igBeginGroup"][1]["argsoriginal"] = "()" defs["igBeginGroup"][1]["call_args"] = "()" defs["igBeginGroup"][1]["cimguiname"] = "igBeginGroup" -defs["igBeginGroup"][1]["comment"] = "" defs["igBeginGroup"][1]["defaults"] = {} defs["igBeginGroup"][1]["funcname"] = "BeginGroup" defs["igBeginGroup"][1]["namespace"] = "ImGui" @@ -14767,7 +14538,6 @@ defs["igBeginMainMenuBar"][1]["argsT"] = {} defs["igBeginMainMenuBar"][1]["argsoriginal"] = "()" defs["igBeginMainMenuBar"][1]["call_args"] = "()" defs["igBeginMainMenuBar"][1]["cimguiname"] = "igBeginMainMenuBar" -defs["igBeginMainMenuBar"][1]["comment"] = "" defs["igBeginMainMenuBar"][1]["defaults"] = {} defs["igBeginMainMenuBar"][1]["funcname"] = "BeginMainMenuBar" defs["igBeginMainMenuBar"][1]["namespace"] = "ImGui" @@ -14789,7 +14559,6 @@ defs["igBeginMenu"][1]["argsT"][2]["type"] = "bool" defs["igBeginMenu"][1]["argsoriginal"] = "(const char* label,bool enabled=true)" defs["igBeginMenu"][1]["call_args"] = "(label,enabled)" defs["igBeginMenu"][1]["cimguiname"] = "igBeginMenu" -defs["igBeginMenu"][1]["comment"] = "" defs["igBeginMenu"][1]["defaults"] = {} defs["igBeginMenu"][1]["defaults"]["enabled"] = "true" defs["igBeginMenu"][1]["funcname"] = "BeginMenu" @@ -14806,7 +14575,6 @@ defs["igBeginMenuBar"][1]["argsT"] = {} defs["igBeginMenuBar"][1]["argsoriginal"] = "()" defs["igBeginMenuBar"][1]["call_args"] = "()" defs["igBeginMenuBar"][1]["cimguiname"] = "igBeginMenuBar" -defs["igBeginMenuBar"][1]["comment"] = "" defs["igBeginMenuBar"][1]["defaults"] = {} defs["igBeginMenuBar"][1]["funcname"] = "BeginMenuBar" defs["igBeginMenuBar"][1]["namespace"] = "ImGui" @@ -14828,7 +14596,6 @@ defs["igBeginPopup"][1]["argsT"][2]["type"] = "ImGuiWindowFlags" defs["igBeginPopup"][1]["argsoriginal"] = "(const char* str_id,ImGuiWindowFlags flags=0)" defs["igBeginPopup"][1]["call_args"] = "(str_id,flags)" defs["igBeginPopup"][1]["cimguiname"] = "igBeginPopup" -defs["igBeginPopup"][1]["comment"] = "" defs["igBeginPopup"][1]["defaults"] = {} defs["igBeginPopup"][1]["defaults"]["flags"] = "0" defs["igBeginPopup"][1]["funcname"] = "BeginPopup" @@ -14851,7 +14618,6 @@ defs["igBeginPopupContextItem"][1]["argsT"][2]["type"] = "int" defs["igBeginPopupContextItem"][1]["argsoriginal"] = "(const char* str_id=((void*)0),int mouse_button=1)" defs["igBeginPopupContextItem"][1]["call_args"] = "(str_id,mouse_button)" defs["igBeginPopupContextItem"][1]["cimguiname"] = "igBeginPopupContextItem" -defs["igBeginPopupContextItem"][1]["comment"] = "" defs["igBeginPopupContextItem"][1]["defaults"] = {} defs["igBeginPopupContextItem"][1]["defaults"]["mouse_button"] = "1" defs["igBeginPopupContextItem"][1]["defaults"]["str_id"] = "((void*)0)" @@ -14875,7 +14641,6 @@ defs["igBeginPopupContextVoid"][1]["argsT"][2]["type"] = "int" defs["igBeginPopupContextVoid"][1]["argsoriginal"] = "(const char* str_id=((void*)0),int mouse_button=1)" defs["igBeginPopupContextVoid"][1]["call_args"] = "(str_id,mouse_button)" defs["igBeginPopupContextVoid"][1]["cimguiname"] = "igBeginPopupContextVoid" -defs["igBeginPopupContextVoid"][1]["comment"] = "" defs["igBeginPopupContextVoid"][1]["defaults"] = {} defs["igBeginPopupContextVoid"][1]["defaults"]["mouse_button"] = "1" defs["igBeginPopupContextVoid"][1]["defaults"]["str_id"] = "((void*)0)" @@ -14902,7 +14667,6 @@ defs["igBeginPopupContextWindow"][1]["argsT"][3]["type"] = "bool" defs["igBeginPopupContextWindow"][1]["argsoriginal"] = "(const char* str_id=((void*)0),int mouse_button=1,bool also_over_items=true)" defs["igBeginPopupContextWindow"][1]["call_args"] = "(str_id,mouse_button,also_over_items)" defs["igBeginPopupContextWindow"][1]["cimguiname"] = "igBeginPopupContextWindow" -defs["igBeginPopupContextWindow"][1]["comment"] = "" defs["igBeginPopupContextWindow"][1]["defaults"] = {} defs["igBeginPopupContextWindow"][1]["defaults"]["also_over_items"] = "true" defs["igBeginPopupContextWindow"][1]["defaults"]["mouse_button"] = "1" @@ -14930,7 +14694,6 @@ defs["igBeginPopupModal"][1]["argsT"][3]["type"] = "ImGuiWindowFlags" defs["igBeginPopupModal"][1]["argsoriginal"] = "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)" defs["igBeginPopupModal"][1]["call_args"] = "(name,p_open,flags)" defs["igBeginPopupModal"][1]["cimguiname"] = "igBeginPopupModal" -defs["igBeginPopupModal"][1]["comment"] = "" defs["igBeginPopupModal"][1]["defaults"] = {} defs["igBeginPopupModal"][1]["defaults"]["flags"] = "0" defs["igBeginPopupModal"][1]["defaults"]["p_open"] = "((void*)0)" @@ -14954,7 +14717,6 @@ defs["igBeginTabBar"][1]["argsT"][2]["type"] = "ImGuiTabBarFlags" defs["igBeginTabBar"][1]["argsoriginal"] = "(const char* str_id,ImGuiTabBarFlags flags=0)" defs["igBeginTabBar"][1]["call_args"] = "(str_id,flags)" defs["igBeginTabBar"][1]["cimguiname"] = "igBeginTabBar" -defs["igBeginTabBar"][1]["comment"] = "" defs["igBeginTabBar"][1]["defaults"] = {} defs["igBeginTabBar"][1]["defaults"]["flags"] = "0" defs["igBeginTabBar"][1]["funcname"] = "BeginTabBar" @@ -14980,7 +14742,6 @@ defs["igBeginTabItem"][1]["argsT"][3]["type"] = "ImGuiTabItemFlags" defs["igBeginTabItem"][1]["argsoriginal"] = "(const char* label,bool* p_open=((void*)0),ImGuiTabItemFlags flags=0)" defs["igBeginTabItem"][1]["call_args"] = "(label,p_open,flags)" defs["igBeginTabItem"][1]["cimguiname"] = "igBeginTabItem" -defs["igBeginTabItem"][1]["comment"] = "" defs["igBeginTabItem"][1]["defaults"] = {} defs["igBeginTabItem"][1]["defaults"]["flags"] = "0" defs["igBeginTabItem"][1]["defaults"]["p_open"] = "((void*)0)" @@ -14998,7 +14759,6 @@ defs["igBeginTooltip"][1]["argsT"] = {} defs["igBeginTooltip"][1]["argsoriginal"] = "()" defs["igBeginTooltip"][1]["call_args"] = "()" defs["igBeginTooltip"][1]["cimguiname"] = "igBeginTooltip" -defs["igBeginTooltip"][1]["comment"] = "" defs["igBeginTooltip"][1]["defaults"] = {} defs["igBeginTooltip"][1]["funcname"] = "BeginTooltip" defs["igBeginTooltip"][1]["namespace"] = "ImGui" @@ -15014,7 +14774,6 @@ defs["igBullet"][1]["argsT"] = {} defs["igBullet"][1]["argsoriginal"] = "()" defs["igBullet"][1]["call_args"] = "()" defs["igBullet"][1]["cimguiname"] = "igBullet" -defs["igBullet"][1]["comment"] = "" defs["igBullet"][1]["defaults"] = {} defs["igBullet"][1]["funcname"] = "Bullet" defs["igBullet"][1]["namespace"] = "ImGui" @@ -15036,7 +14795,6 @@ defs["igBulletText"][1]["argsT"][2]["type"] = "..." defs["igBulletText"][1]["argsoriginal"] = "(const char* fmt,...)" defs["igBulletText"][1]["call_args"] = "(fmt,...)" defs["igBulletText"][1]["cimguiname"] = "igBulletText" -defs["igBulletText"][1]["comment"] = "" defs["igBulletText"][1]["defaults"] = {} defs["igBulletText"][1]["funcname"] = "BulletText" defs["igBulletText"][1]["isvararg"] = "...)" @@ -15059,7 +14817,6 @@ defs["igBulletTextV"][1]["argsT"][2]["type"] = "va_list" defs["igBulletTextV"][1]["argsoriginal"] = "(const char* fmt,va_list args)" defs["igBulletTextV"][1]["call_args"] = "(fmt,args)" defs["igBulletTextV"][1]["cimguiname"] = "igBulletTextV" -defs["igBulletTextV"][1]["comment"] = "" defs["igBulletTextV"][1]["defaults"] = {} defs["igBulletTextV"][1]["funcname"] = "BulletTextV" defs["igBulletTextV"][1]["namespace"] = "ImGui" @@ -15081,7 +14838,6 @@ defs["igButton"][1]["argsT"][2]["type"] = "const ImVec2" defs["igButton"][1]["argsoriginal"] = "(const char* label,const ImVec2& size=ImVec2(0,0))" defs["igButton"][1]["call_args"] = "(label,size)" defs["igButton"][1]["cimguiname"] = "igButton" -defs["igButton"][1]["comment"] = "" defs["igButton"][1]["defaults"] = {} defs["igButton"][1]["defaults"]["size"] = "ImVec2(0,0)" defs["igButton"][1]["funcname"] = "Button" @@ -15098,7 +14854,6 @@ defs["igCalcItemWidth"][1]["argsT"] = {} defs["igCalcItemWidth"][1]["argsoriginal"] = "()" defs["igCalcItemWidth"][1]["call_args"] = "()" defs["igCalcItemWidth"][1]["cimguiname"] = "igCalcItemWidth" -defs["igCalcItemWidth"][1]["comment"] = "" defs["igCalcItemWidth"][1]["defaults"] = {} defs["igCalcItemWidth"][1]["funcname"] = "CalcItemWidth" defs["igCalcItemWidth"][1]["namespace"] = "ImGui" @@ -15126,7 +14881,6 @@ defs["igCalcListClipping"][1]["argsT"][4]["type"] = "int*" defs["igCalcListClipping"][1]["argsoriginal"] = "(int items_count,float items_height,int* out_items_display_start,int* out_items_display_end)" defs["igCalcListClipping"][1]["call_args"] = "(items_count,items_height,out_items_display_start,out_items_display_end)" defs["igCalcListClipping"][1]["cimguiname"] = "igCalcListClipping" -defs["igCalcListClipping"][1]["comment"] = "" defs["igCalcListClipping"][1]["defaults"] = {} defs["igCalcListClipping"][1]["funcname"] = "CalcListClipping" defs["igCalcListClipping"][1]["namespace"] = "ImGui" @@ -15154,7 +14908,6 @@ defs["igCalcTextSize"][1]["argsT"][4]["type"] = "float" defs["igCalcTextSize"][1]["argsoriginal"] = "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)" defs["igCalcTextSize"][1]["call_args"] = "(text,text_end,hide_text_after_double_hash,wrap_width)" defs["igCalcTextSize"][1]["cimguiname"] = "igCalcTextSize" -defs["igCalcTextSize"][1]["comment"] = "" defs["igCalcTextSize"][1]["defaults"] = {} defs["igCalcTextSize"][1]["defaults"]["hide_text_after_double_hash"] = "false" defs["igCalcTextSize"][1]["defaults"]["text_end"] = "((void*)0)" @@ -15186,7 +14939,6 @@ defs["igCalcTextSize"][2]["argsT"][5]["type"] = "float" defs["igCalcTextSize"][2]["argsoriginal"] = "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)" defs["igCalcTextSize"][2]["call_args"] = "(text,text_end,hide_text_after_double_hash,wrap_width)" defs["igCalcTextSize"][2]["cimguiname"] = "igCalcTextSize" -defs["igCalcTextSize"][2]["comment"] = "" defs["igCalcTextSize"][2]["defaults"] = defs["igCalcTextSize"][1]["defaults"] defs["igCalcTextSize"][2]["funcname"] = "CalcTextSize" defs["igCalcTextSize"][2]["namespace"] = "ImGui" @@ -15213,7 +14965,6 @@ defs["igCalcTextSize"][3]["argsT"][4]["type"] = "float" defs["igCalcTextSize"][3]["argsoriginal"] = "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)" defs["igCalcTextSize"][3]["call_args"] = "(text,text_end,hide_text_after_double_hash,wrap_width)" defs["igCalcTextSize"][3]["cimguiname"] = "igCalcTextSize" -defs["igCalcTextSize"][3]["comment"] = "" defs["igCalcTextSize"][3]["defaults"] = defs["igCalcTextSize"][1]["defaults"] defs["igCalcTextSize"][3]["funcname"] = "CalcTextSize" defs["igCalcTextSize"][3]["namespace"] = "ImGui" @@ -15236,7 +14987,6 @@ defs["igCaptureKeyboardFromApp"][1]["argsT"][1]["type"] = "bool" defs["igCaptureKeyboardFromApp"][1]["argsoriginal"] = "(bool want_capture_keyboard_value=true)" defs["igCaptureKeyboardFromApp"][1]["call_args"] = "(want_capture_keyboard_value)" defs["igCaptureKeyboardFromApp"][1]["cimguiname"] = "igCaptureKeyboardFromApp" -defs["igCaptureKeyboardFromApp"][1]["comment"] = "" defs["igCaptureKeyboardFromApp"][1]["defaults"] = {} defs["igCaptureKeyboardFromApp"][1]["defaults"]["want_capture_keyboard_value"] = "true" defs["igCaptureKeyboardFromApp"][1]["funcname"] = "CaptureKeyboardFromApp" @@ -15256,7 +15006,6 @@ defs["igCaptureMouseFromApp"][1]["argsT"][1]["type"] = "bool" defs["igCaptureMouseFromApp"][1]["argsoriginal"] = "(bool want_capture_mouse_value=true)" defs["igCaptureMouseFromApp"][1]["call_args"] = "(want_capture_mouse_value)" defs["igCaptureMouseFromApp"][1]["cimguiname"] = "igCaptureMouseFromApp" -defs["igCaptureMouseFromApp"][1]["comment"] = "" defs["igCaptureMouseFromApp"][1]["defaults"] = {} defs["igCaptureMouseFromApp"][1]["defaults"]["want_capture_mouse_value"] = "true" defs["igCaptureMouseFromApp"][1]["funcname"] = "CaptureMouseFromApp" @@ -15279,7 +15028,6 @@ defs["igCheckbox"][1]["argsT"][2]["type"] = "bool*" defs["igCheckbox"][1]["argsoriginal"] = "(const char* label,bool* v)" defs["igCheckbox"][1]["call_args"] = "(label,v)" defs["igCheckbox"][1]["cimguiname"] = "igCheckbox" -defs["igCheckbox"][1]["comment"] = "" defs["igCheckbox"][1]["defaults"] = {} defs["igCheckbox"][1]["funcname"] = "Checkbox" defs["igCheckbox"][1]["namespace"] = "ImGui" @@ -15304,7 +15052,6 @@ defs["igCheckboxFlags"][1]["argsT"][3]["type"] = "unsigned int" defs["igCheckboxFlags"][1]["argsoriginal"] = "(const char* label,unsigned int* flags,unsigned int flags_value)" defs["igCheckboxFlags"][1]["call_args"] = "(label,flags,flags_value)" defs["igCheckboxFlags"][1]["cimguiname"] = "igCheckboxFlags" -defs["igCheckboxFlags"][1]["comment"] = "" defs["igCheckboxFlags"][1]["defaults"] = {} defs["igCheckboxFlags"][1]["funcname"] = "CheckboxFlags" defs["igCheckboxFlags"][1]["namespace"] = "ImGui" @@ -15320,7 +15067,6 @@ defs["igCloseCurrentPopup"][1]["argsT"] = {} defs["igCloseCurrentPopup"][1]["argsoriginal"] = "()" defs["igCloseCurrentPopup"][1]["call_args"] = "()" defs["igCloseCurrentPopup"][1]["cimguiname"] = "igCloseCurrentPopup" -defs["igCloseCurrentPopup"][1]["comment"] = "" defs["igCloseCurrentPopup"][1]["defaults"] = {} defs["igCloseCurrentPopup"][1]["funcname"] = "CloseCurrentPopup" defs["igCloseCurrentPopup"][1]["namespace"] = "ImGui" @@ -15342,7 +15088,6 @@ defs["igCollapsingHeader"][1]["argsT"][2]["type"] = "ImGuiTreeNodeFlags" defs["igCollapsingHeader"][1]["argsoriginal"] = "(const char* label,ImGuiTreeNodeFlags flags=0)" defs["igCollapsingHeader"][1]["call_args"] = "(label,flags)" defs["igCollapsingHeader"][1]["cimguiname"] = "igCollapsingHeader" -defs["igCollapsingHeader"][1]["comment"] = "" defs["igCollapsingHeader"][1]["defaults"] = {} defs["igCollapsingHeader"][1]["defaults"]["flags"] = "0" defs["igCollapsingHeader"][1]["funcname"] = "CollapsingHeader" @@ -15366,7 +15111,6 @@ defs["igCollapsingHeader"][2]["argsT"][3]["type"] = "ImGuiTreeNodeFlags" defs["igCollapsingHeader"][2]["argsoriginal"] = "(const char* label,bool* p_open,ImGuiTreeNodeFlags flags=0)" defs["igCollapsingHeader"][2]["call_args"] = "(label,p_open,flags)" defs["igCollapsingHeader"][2]["cimguiname"] = "igCollapsingHeader" -defs["igCollapsingHeader"][2]["comment"] = "" defs["igCollapsingHeader"][2]["defaults"] = {} defs["igCollapsingHeader"][2]["defaults"]["flags"] = "0" defs["igCollapsingHeader"][2]["funcname"] = "CollapsingHeader" @@ -15396,7 +15140,6 @@ defs["igColorButton"][1]["argsT"][4]["type"] = "ImVec2" defs["igColorButton"][1]["argsoriginal"] = "(const char* desc_id,const ImVec4& col,ImGuiColorEditFlags flags=0,ImVec2 size=ImVec2(0,0))" defs["igColorButton"][1]["call_args"] = "(desc_id,col,flags,size)" defs["igColorButton"][1]["cimguiname"] = "igColorButton" -defs["igColorButton"][1]["comment"] = "" defs["igColorButton"][1]["defaults"] = {} defs["igColorButton"][1]["defaults"]["flags"] = "0" defs["igColorButton"][1]["defaults"]["size"] = "ImVec2(0,0)" @@ -15417,7 +15160,6 @@ defs["igColorConvertFloat4ToU32"][1]["argsT"][1]["type"] = "const ImVec4" defs["igColorConvertFloat4ToU32"][1]["argsoriginal"] = "(const ImVec4& in)" defs["igColorConvertFloat4ToU32"][1]["call_args"] = "(in)" defs["igColorConvertFloat4ToU32"][1]["cimguiname"] = "igColorConvertFloat4ToU32" -defs["igColorConvertFloat4ToU32"][1]["comment"] = "" defs["igColorConvertFloat4ToU32"][1]["defaults"] = {} defs["igColorConvertFloat4ToU32"][1]["funcname"] = "ColorConvertFloat4ToU32" defs["igColorConvertFloat4ToU32"][1]["namespace"] = "ImGui" @@ -15451,7 +15193,6 @@ defs["igColorConvertHSVtoRGB"][1]["argsT"][6]["type"] = "float&" defs["igColorConvertHSVtoRGB"][1]["argsoriginal"] = "(float h,float s,float v,float& out_r,float& out_g,float& out_b)" defs["igColorConvertHSVtoRGB"][1]["call_args"] = "(h,s,v,out_r,out_g,out_b)" defs["igColorConvertHSVtoRGB"][1]["cimguiname"] = "igColorConvertHSVtoRGB" -defs["igColorConvertHSVtoRGB"][1]["comment"] = "" defs["igColorConvertHSVtoRGB"][1]["defaults"] = {} defs["igColorConvertHSVtoRGB"][1]["funcname"] = "ColorConvertHSVtoRGB" defs["igColorConvertHSVtoRGB"][1]["manual"] = true @@ -15486,7 +15227,6 @@ defs["igColorConvertRGBtoHSV"][1]["argsT"][6]["type"] = "float&" defs["igColorConvertRGBtoHSV"][1]["argsoriginal"] = "(float r,float g,float b,float& out_h,float& out_s,float& out_v)" defs["igColorConvertRGBtoHSV"][1]["call_args"] = "(r,g,b,out_h,out_s,out_v)" defs["igColorConvertRGBtoHSV"][1]["cimguiname"] = "igColorConvertRGBtoHSV" -defs["igColorConvertRGBtoHSV"][1]["comment"] = "" defs["igColorConvertRGBtoHSV"][1]["defaults"] = {} defs["igColorConvertRGBtoHSV"][1]["funcname"] = "ColorConvertRGBtoHSV" defs["igColorConvertRGBtoHSV"][1]["manual"] = true @@ -15506,7 +15246,6 @@ defs["igColorConvertU32ToFloat4"][1]["argsT"][1]["type"] = "ImU32" defs["igColorConvertU32ToFloat4"][1]["argsoriginal"] = "(ImU32 in)" defs["igColorConvertU32ToFloat4"][1]["call_args"] = "(in)" defs["igColorConvertU32ToFloat4"][1]["cimguiname"] = "igColorConvertU32ToFloat4" -defs["igColorConvertU32ToFloat4"][1]["comment"] = "" defs["igColorConvertU32ToFloat4"][1]["defaults"] = {} defs["igColorConvertU32ToFloat4"][1]["funcname"] = "ColorConvertU32ToFloat4" defs["igColorConvertU32ToFloat4"][1]["namespace"] = "ImGui" @@ -15526,7 +15265,6 @@ defs["igColorConvertU32ToFloat4"][2]["argsT"][2]["type"] = "ImU32" defs["igColorConvertU32ToFloat4"][2]["argsoriginal"] = "(ImU32 in)" defs["igColorConvertU32ToFloat4"][2]["call_args"] = "(in)" defs["igColorConvertU32ToFloat4"][2]["cimguiname"] = "igColorConvertU32ToFloat4" -defs["igColorConvertU32ToFloat4"][2]["comment"] = "" defs["igColorConvertU32ToFloat4"][2]["defaults"] = defs["igColorConvertU32ToFloat4"][1]["defaults"] defs["igColorConvertU32ToFloat4"][2]["funcname"] = "ColorConvertU32ToFloat4" defs["igColorConvertU32ToFloat4"][2]["namespace"] = "ImGui" @@ -15544,7 +15282,6 @@ defs["igColorConvertU32ToFloat4"][3]["argsT"][1]["type"] = "ImU32" defs["igColorConvertU32ToFloat4"][3]["argsoriginal"] = "(ImU32 in)" defs["igColorConvertU32ToFloat4"][3]["call_args"] = "(in)" defs["igColorConvertU32ToFloat4"][3]["cimguiname"] = "igColorConvertU32ToFloat4" -defs["igColorConvertU32ToFloat4"][3]["comment"] = "" defs["igColorConvertU32ToFloat4"][3]["defaults"] = defs["igColorConvertU32ToFloat4"][1]["defaults"] defs["igColorConvertU32ToFloat4"][3]["funcname"] = "ColorConvertU32ToFloat4" defs["igColorConvertU32ToFloat4"][3]["namespace"] = "ImGui" @@ -15573,7 +15310,6 @@ defs["igColorEdit3"][1]["argsT"][3]["type"] = "ImGuiColorEditFlags" defs["igColorEdit3"][1]["argsoriginal"] = "(const char* label,float col[3],ImGuiColorEditFlags flags=0)" defs["igColorEdit3"][1]["call_args"] = "(label,col,flags)" defs["igColorEdit3"][1]["cimguiname"] = "igColorEdit3" -defs["igColorEdit3"][1]["comment"] = "" defs["igColorEdit3"][1]["defaults"] = {} defs["igColorEdit3"][1]["defaults"]["flags"] = "0" defs["igColorEdit3"][1]["funcname"] = "ColorEdit3" @@ -15599,7 +15335,6 @@ defs["igColorEdit4"][1]["argsT"][3]["type"] = "ImGuiColorEditFlags" defs["igColorEdit4"][1]["argsoriginal"] = "(const char* label,float col[4],ImGuiColorEditFlags flags=0)" defs["igColorEdit4"][1]["call_args"] = "(label,col,flags)" defs["igColorEdit4"][1]["cimguiname"] = "igColorEdit4" -defs["igColorEdit4"][1]["comment"] = "" defs["igColorEdit4"][1]["defaults"] = {} defs["igColorEdit4"][1]["defaults"]["flags"] = "0" defs["igColorEdit4"][1]["funcname"] = "ColorEdit4" @@ -15625,7 +15360,6 @@ defs["igColorPicker3"][1]["argsT"][3]["type"] = "ImGuiColorEditFlags" defs["igColorPicker3"][1]["argsoriginal"] = "(const char* label,float col[3],ImGuiColorEditFlags flags=0)" defs["igColorPicker3"][1]["call_args"] = "(label,col,flags)" defs["igColorPicker3"][1]["cimguiname"] = "igColorPicker3" -defs["igColorPicker3"][1]["comment"] = "" defs["igColorPicker3"][1]["defaults"] = {} defs["igColorPicker3"][1]["defaults"]["flags"] = "0" defs["igColorPicker3"][1]["funcname"] = "ColorPicker3" @@ -15654,7 +15388,6 @@ defs["igColorPicker4"][1]["argsT"][4]["type"] = "const float*" defs["igColorPicker4"][1]["argsoriginal"] = "(const char* label,float col[4],ImGuiColorEditFlags flags=0,const float* ref_col=((void*)0))" defs["igColorPicker4"][1]["call_args"] = "(label,col,flags,ref_col)" defs["igColorPicker4"][1]["cimguiname"] = "igColorPicker4" -defs["igColorPicker4"][1]["comment"] = "" defs["igColorPicker4"][1]["defaults"] = {} defs["igColorPicker4"][1]["defaults"]["flags"] = "0" defs["igColorPicker4"][1]["defaults"]["ref_col"] = "((void*)0)" @@ -15681,7 +15414,6 @@ defs["igColumns"][1]["argsT"][3]["type"] = "bool" defs["igColumns"][1]["argsoriginal"] = "(int count=1,const char* id=((void*)0),bool border=true)" defs["igColumns"][1]["call_args"] = "(count,id,border)" defs["igColumns"][1]["cimguiname"] = "igColumns" -defs["igColumns"][1]["comment"] = "" defs["igColumns"][1]["defaults"] = {} defs["igColumns"][1]["defaults"]["border"] = "true" defs["igColumns"][1]["defaults"]["count"] = "1" @@ -15715,7 +15447,6 @@ defs["igCombo"][1]["argsT"][5]["type"] = "int" defs["igCombo"][1]["argsoriginal"] = "(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items=-1)" defs["igCombo"][1]["call_args"] = "(label,current_item,items,items_count,popup_max_height_in_items)" defs["igCombo"][1]["cimguiname"] = "igCombo" -defs["igCombo"][1]["comment"] = "" defs["igCombo"][1]["defaults"] = {} defs["igCombo"][1]["defaults"]["popup_max_height_in_items"] = "-1" defs["igCombo"][1]["funcname"] = "Combo" @@ -15742,7 +15473,6 @@ defs["igCombo"][2]["argsT"][4]["type"] = "int" defs["igCombo"][2]["argsoriginal"] = "(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items=-1)" defs["igCombo"][2]["call_args"] = "(label,current_item,items_separated_by_zeros,popup_max_height_in_items)" defs["igCombo"][2]["cimguiname"] = "igCombo" -defs["igCombo"][2]["comment"] = "" defs["igCombo"][2]["defaults"] = {} defs["igCombo"][2]["defaults"]["popup_max_height_in_items"] = "-1" defs["igCombo"][2]["funcname"] = "Combo" @@ -15777,7 +15507,6 @@ defs["igCombo"][3]["argsT"][6]["type"] = "int" defs["igCombo"][3]["argsoriginal"] = "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int popup_max_height_in_items=-1)" defs["igCombo"][3]["call_args"] = "(label,current_item,items_getter,data,items_count,popup_max_height_in_items)" defs["igCombo"][3]["cimguiname"] = "igCombo" -defs["igCombo"][3]["comment"] = "" defs["igCombo"][3]["defaults"] = {} defs["igCombo"][3]["defaults"]["popup_max_height_in_items"] = "-1" defs["igCombo"][3]["funcname"] = "Combo" @@ -15799,7 +15528,6 @@ defs["igCreateContext"][1]["argsT"][1]["type"] = "ImFontAtlas*" defs["igCreateContext"][1]["argsoriginal"] = "(ImFontAtlas* shared_font_atlas=((void*)0))" defs["igCreateContext"][1]["call_args"] = "(shared_font_atlas)" defs["igCreateContext"][1]["cimguiname"] = "igCreateContext" -defs["igCreateContext"][1]["comment"] = "" defs["igCreateContext"][1]["defaults"] = {} defs["igCreateContext"][1]["defaults"]["shared_font_atlas"] = "((void*)0)" defs["igCreateContext"][1]["funcname"] = "CreateContext" @@ -15834,7 +15562,6 @@ defs["igDebugCheckVersionAndDataLayout"][1]["argsT"][6]["type"] = "size_t" defs["igDebugCheckVersionAndDataLayout"][1]["argsoriginal"] = "(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert)" defs["igDebugCheckVersionAndDataLayout"][1]["call_args"] = "(version_str,sz_io,sz_style,sz_vec2,sz_vec4,sz_drawvert)" defs["igDebugCheckVersionAndDataLayout"][1]["cimguiname"] = "igDebugCheckVersionAndDataLayout" -defs["igDebugCheckVersionAndDataLayout"][1]["comment"] = "" defs["igDebugCheckVersionAndDataLayout"][1]["defaults"] = {} defs["igDebugCheckVersionAndDataLayout"][1]["funcname"] = "DebugCheckVersionAndDataLayout" defs["igDebugCheckVersionAndDataLayout"][1]["namespace"] = "ImGui" @@ -15853,7 +15580,6 @@ defs["igDestroyContext"][1]["argsT"][1]["type"] = "ImGuiContext*" defs["igDestroyContext"][1]["argsoriginal"] = "(ImGuiContext* ctx=((void*)0))" defs["igDestroyContext"][1]["call_args"] = "(ctx)" defs["igDestroyContext"][1]["cimguiname"] = "igDestroyContext" -defs["igDestroyContext"][1]["comment"] = "" defs["igDestroyContext"][1]["defaults"] = {} defs["igDestroyContext"][1]["defaults"]["ctx"] = "((void*)0)" defs["igDestroyContext"][1]["funcname"] = "DestroyContext" @@ -15891,7 +15617,6 @@ defs["igDragFloat"][1]["argsT"][7]["type"] = "float" defs["igDragFloat"][1]["argsoriginal"] = "(const char* label,float* v,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)" defs["igDragFloat"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,power)" defs["igDragFloat"][1]["cimguiname"] = "igDragFloat" -defs["igDragFloat"][1]["comment"] = "" defs["igDragFloat"][1]["defaults"] = {} defs["igDragFloat"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat"][1]["defaults"]["power"] = "1.0f" @@ -15933,7 +15658,6 @@ defs["igDragFloat2"][1]["argsT"][7]["type"] = "float" defs["igDragFloat2"][1]["argsoriginal"] = "(const char* label,float v[2],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)" defs["igDragFloat2"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,power)" defs["igDragFloat2"][1]["cimguiname"] = "igDragFloat2" -defs["igDragFloat2"][1]["comment"] = "" defs["igDragFloat2"][1]["defaults"] = {} defs["igDragFloat2"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat2"][1]["defaults"]["power"] = "1.0f" @@ -15975,7 +15699,6 @@ defs["igDragFloat3"][1]["argsT"][7]["type"] = "float" defs["igDragFloat3"][1]["argsoriginal"] = "(const char* label,float v[3],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)" defs["igDragFloat3"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,power)" defs["igDragFloat3"][1]["cimguiname"] = "igDragFloat3" -defs["igDragFloat3"][1]["comment"] = "" defs["igDragFloat3"][1]["defaults"] = {} defs["igDragFloat3"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat3"][1]["defaults"]["power"] = "1.0f" @@ -16017,7 +15740,6 @@ defs["igDragFloat4"][1]["argsT"][7]["type"] = "float" defs["igDragFloat4"][1]["argsoriginal"] = "(const char* label,float v[4],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",float power=1.0f)" defs["igDragFloat4"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,power)" defs["igDragFloat4"][1]["cimguiname"] = "igDragFloat4" -defs["igDragFloat4"][1]["comment"] = "" defs["igDragFloat4"][1]["defaults"] = {} defs["igDragFloat4"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat4"][1]["defaults"]["power"] = "1.0f" @@ -16065,7 +15787,6 @@ defs["igDragFloatRange2"][1]["argsT"][9]["type"] = "float" defs["igDragFloatRange2"][1]["argsoriginal"] = "(const char* label,float* v_current_min,float* v_current_max,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",const char* format_max=((void*)0),float power=1.0f)" defs["igDragFloatRange2"][1]["call_args"] = "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,power)" defs["igDragFloatRange2"][1]["cimguiname"] = "igDragFloatRange2" -defs["igDragFloatRange2"][1]["comment"] = "" defs["igDragFloatRange2"][1]["defaults"] = {} defs["igDragFloatRange2"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloatRange2"][1]["defaults"]["format_max"] = "((void*)0)" @@ -16105,7 +15826,6 @@ defs["igDragInt"][1]["argsT"][6]["type"] = "const char*" defs["igDragInt"][1]["argsoriginal"] = "(const char* label,int* v,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")" defs["igDragInt"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format)" defs["igDragInt"][1]["cimguiname"] = "igDragInt" -defs["igDragInt"][1]["comment"] = "" defs["igDragInt"][1]["defaults"] = {} defs["igDragInt"][1]["defaults"]["format"] = "\"%d\"" defs["igDragInt"][1]["defaults"]["v_max"] = "0" @@ -16143,7 +15863,6 @@ defs["igDragInt2"][1]["argsT"][6]["type"] = "const char*" defs["igDragInt2"][1]["argsoriginal"] = "(const char* label,int v[2],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")" defs["igDragInt2"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format)" defs["igDragInt2"][1]["cimguiname"] = "igDragInt2" -defs["igDragInt2"][1]["comment"] = "" defs["igDragInt2"][1]["defaults"] = {} defs["igDragInt2"][1]["defaults"]["format"] = "\"%d\"" defs["igDragInt2"][1]["defaults"]["v_max"] = "0" @@ -16181,7 +15900,6 @@ defs["igDragInt3"][1]["argsT"][6]["type"] = "const char*" defs["igDragInt3"][1]["argsoriginal"] = "(const char* label,int v[3],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")" defs["igDragInt3"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format)" defs["igDragInt3"][1]["cimguiname"] = "igDragInt3" -defs["igDragInt3"][1]["comment"] = "" defs["igDragInt3"][1]["defaults"] = {} defs["igDragInt3"][1]["defaults"]["format"] = "\"%d\"" defs["igDragInt3"][1]["defaults"]["v_max"] = "0" @@ -16219,7 +15937,6 @@ defs["igDragInt4"][1]["argsT"][6]["type"] = "const char*" defs["igDragInt4"][1]["argsoriginal"] = "(const char* label,int v[4],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\")" defs["igDragInt4"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format)" defs["igDragInt4"][1]["cimguiname"] = "igDragInt4" -defs["igDragInt4"][1]["comment"] = "" defs["igDragInt4"][1]["defaults"] = {} defs["igDragInt4"][1]["defaults"]["format"] = "\"%d\"" defs["igDragInt4"][1]["defaults"]["v_max"] = "0" @@ -16263,7 +15980,6 @@ defs["igDragIntRange2"][1]["argsT"][8]["type"] = "const char*" defs["igDragIntRange2"][1]["argsoriginal"] = "(const char* label,int* v_current_min,int* v_current_max,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",const char* format_max=((void*)0))" defs["igDragIntRange2"][1]["call_args"] = "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max)" defs["igDragIntRange2"][1]["cimguiname"] = "igDragIntRange2" -defs["igDragIntRange2"][1]["comment"] = "" defs["igDragIntRange2"][1]["defaults"] = {} defs["igDragIntRange2"][1]["defaults"]["format"] = "\"%d\"" defs["igDragIntRange2"][1]["defaults"]["format_max"] = "((void*)0)" @@ -16308,7 +16024,6 @@ defs["igDragScalar"][1]["argsT"][8]["type"] = "float" defs["igDragScalar"][1]["argsoriginal"] = "(const char* label,ImGuiDataType data_type,void* v,float v_speed,const void* v_min=((void*)0),const void* v_max=((void*)0),const char* format=((void*)0),float power=1.0f)" defs["igDragScalar"][1]["call_args"] = "(label,data_type,v,v_speed,v_min,v_max,format,power)" defs["igDragScalar"][1]["cimguiname"] = "igDragScalar" -defs["igDragScalar"][1]["comment"] = "" defs["igDragScalar"][1]["defaults"] = {} defs["igDragScalar"][1]["defaults"]["format"] = "((void*)0)" defs["igDragScalar"][1]["defaults"]["power"] = "1.0f" @@ -16355,7 +16070,6 @@ defs["igDragScalarN"][1]["argsT"][9]["type"] = "float" defs["igDragScalarN"][1]["argsoriginal"] = "(const char* label,ImGuiDataType data_type,void* v,int components,float v_speed,const void* v_min=((void*)0),const void* v_max=((void*)0),const char* format=((void*)0),float power=1.0f)" defs["igDragScalarN"][1]["call_args"] = "(label,data_type,v,components,v_speed,v_min,v_max,format,power)" defs["igDragScalarN"][1]["cimguiname"] = "igDragScalarN" -defs["igDragScalarN"][1]["comment"] = "" defs["igDragScalarN"][1]["defaults"] = {} defs["igDragScalarN"][1]["defaults"]["format"] = "((void*)0)" defs["igDragScalarN"][1]["defaults"]["power"] = "1.0f" @@ -16378,7 +16092,6 @@ defs["igDummy"][1]["argsT"][1]["type"] = "const ImVec2" defs["igDummy"][1]["argsoriginal"] = "(const ImVec2& size)" defs["igDummy"][1]["call_args"] = "(size)" defs["igDummy"][1]["cimguiname"] = "igDummy" -defs["igDummy"][1]["comment"] = "" defs["igDummy"][1]["defaults"] = {} defs["igDummy"][1]["funcname"] = "Dummy" defs["igDummy"][1]["namespace"] = "ImGui" @@ -16394,7 +16107,6 @@ defs["igEnd"][1]["argsT"] = {} defs["igEnd"][1]["argsoriginal"] = "()" defs["igEnd"][1]["call_args"] = "()" defs["igEnd"][1]["cimguiname"] = "igEnd" -defs["igEnd"][1]["comment"] = "" defs["igEnd"][1]["defaults"] = {} defs["igEnd"][1]["funcname"] = "End" defs["igEnd"][1]["namespace"] = "ImGui" @@ -16410,7 +16122,6 @@ defs["igEndChild"][1]["argsT"] = {} defs["igEndChild"][1]["argsoriginal"] = "()" defs["igEndChild"][1]["call_args"] = "()" defs["igEndChild"][1]["cimguiname"] = "igEndChild" -defs["igEndChild"][1]["comment"] = "" defs["igEndChild"][1]["defaults"] = {} defs["igEndChild"][1]["funcname"] = "EndChild" defs["igEndChild"][1]["namespace"] = "ImGui" @@ -16426,7 +16137,6 @@ defs["igEndChildFrame"][1]["argsT"] = {} defs["igEndChildFrame"][1]["argsoriginal"] = "()" defs["igEndChildFrame"][1]["call_args"] = "()" defs["igEndChildFrame"][1]["cimguiname"] = "igEndChildFrame" -defs["igEndChildFrame"][1]["comment"] = "" defs["igEndChildFrame"][1]["defaults"] = {} defs["igEndChildFrame"][1]["funcname"] = "EndChildFrame" defs["igEndChildFrame"][1]["namespace"] = "ImGui" @@ -16442,7 +16152,6 @@ defs["igEndCombo"][1]["argsT"] = {} defs["igEndCombo"][1]["argsoriginal"] = "()" defs["igEndCombo"][1]["call_args"] = "()" defs["igEndCombo"][1]["cimguiname"] = "igEndCombo" -defs["igEndCombo"][1]["comment"] = "" defs["igEndCombo"][1]["defaults"] = {} defs["igEndCombo"][1]["funcname"] = "EndCombo" defs["igEndCombo"][1]["namespace"] = "ImGui" @@ -16458,7 +16167,6 @@ defs["igEndDragDropSource"][1]["argsT"] = {} defs["igEndDragDropSource"][1]["argsoriginal"] = "()" defs["igEndDragDropSource"][1]["call_args"] = "()" defs["igEndDragDropSource"][1]["cimguiname"] = "igEndDragDropSource" -defs["igEndDragDropSource"][1]["comment"] = "" defs["igEndDragDropSource"][1]["defaults"] = {} defs["igEndDragDropSource"][1]["funcname"] = "EndDragDropSource" defs["igEndDragDropSource"][1]["namespace"] = "ImGui" @@ -16474,7 +16182,6 @@ defs["igEndDragDropTarget"][1]["argsT"] = {} defs["igEndDragDropTarget"][1]["argsoriginal"] = "()" defs["igEndDragDropTarget"][1]["call_args"] = "()" defs["igEndDragDropTarget"][1]["cimguiname"] = "igEndDragDropTarget" -defs["igEndDragDropTarget"][1]["comment"] = "" defs["igEndDragDropTarget"][1]["defaults"] = {} defs["igEndDragDropTarget"][1]["funcname"] = "EndDragDropTarget" defs["igEndDragDropTarget"][1]["namespace"] = "ImGui" @@ -16490,7 +16197,6 @@ defs["igEndFrame"][1]["argsT"] = {} defs["igEndFrame"][1]["argsoriginal"] = "()" defs["igEndFrame"][1]["call_args"] = "()" defs["igEndFrame"][1]["cimguiname"] = "igEndFrame" -defs["igEndFrame"][1]["comment"] = "" defs["igEndFrame"][1]["defaults"] = {} defs["igEndFrame"][1]["funcname"] = "EndFrame" defs["igEndFrame"][1]["namespace"] = "ImGui" @@ -16506,7 +16212,6 @@ defs["igEndGroup"][1]["argsT"] = {} defs["igEndGroup"][1]["argsoriginal"] = "()" defs["igEndGroup"][1]["call_args"] = "()" defs["igEndGroup"][1]["cimguiname"] = "igEndGroup" -defs["igEndGroup"][1]["comment"] = "" defs["igEndGroup"][1]["defaults"] = {} defs["igEndGroup"][1]["funcname"] = "EndGroup" defs["igEndGroup"][1]["namespace"] = "ImGui" @@ -16522,7 +16227,6 @@ defs["igEndMainMenuBar"][1]["argsT"] = {} defs["igEndMainMenuBar"][1]["argsoriginal"] = "()" defs["igEndMainMenuBar"][1]["call_args"] = "()" defs["igEndMainMenuBar"][1]["cimguiname"] = "igEndMainMenuBar" -defs["igEndMainMenuBar"][1]["comment"] = "" defs["igEndMainMenuBar"][1]["defaults"] = {} defs["igEndMainMenuBar"][1]["funcname"] = "EndMainMenuBar" defs["igEndMainMenuBar"][1]["namespace"] = "ImGui" @@ -16538,7 +16242,6 @@ defs["igEndMenu"][1]["argsT"] = {} defs["igEndMenu"][1]["argsoriginal"] = "()" defs["igEndMenu"][1]["call_args"] = "()" defs["igEndMenu"][1]["cimguiname"] = "igEndMenu" -defs["igEndMenu"][1]["comment"] = "" defs["igEndMenu"][1]["defaults"] = {} defs["igEndMenu"][1]["funcname"] = "EndMenu" defs["igEndMenu"][1]["namespace"] = "ImGui" @@ -16554,7 +16257,6 @@ defs["igEndMenuBar"][1]["argsT"] = {} defs["igEndMenuBar"][1]["argsoriginal"] = "()" defs["igEndMenuBar"][1]["call_args"] = "()" defs["igEndMenuBar"][1]["cimguiname"] = "igEndMenuBar" -defs["igEndMenuBar"][1]["comment"] = "" defs["igEndMenuBar"][1]["defaults"] = {} defs["igEndMenuBar"][1]["funcname"] = "EndMenuBar" defs["igEndMenuBar"][1]["namespace"] = "ImGui" @@ -16570,7 +16272,6 @@ defs["igEndPopup"][1]["argsT"] = {} defs["igEndPopup"][1]["argsoriginal"] = "()" defs["igEndPopup"][1]["call_args"] = "()" defs["igEndPopup"][1]["cimguiname"] = "igEndPopup" -defs["igEndPopup"][1]["comment"] = "" defs["igEndPopup"][1]["defaults"] = {} defs["igEndPopup"][1]["funcname"] = "EndPopup" defs["igEndPopup"][1]["namespace"] = "ImGui" @@ -16586,7 +16287,6 @@ defs["igEndTabBar"][1]["argsT"] = {} defs["igEndTabBar"][1]["argsoriginal"] = "()" defs["igEndTabBar"][1]["call_args"] = "()" defs["igEndTabBar"][1]["cimguiname"] = "igEndTabBar" -defs["igEndTabBar"][1]["comment"] = "" defs["igEndTabBar"][1]["defaults"] = {} defs["igEndTabBar"][1]["funcname"] = "EndTabBar" defs["igEndTabBar"][1]["namespace"] = "ImGui" @@ -16602,7 +16302,6 @@ defs["igEndTabItem"][1]["argsT"] = {} defs["igEndTabItem"][1]["argsoriginal"] = "()" defs["igEndTabItem"][1]["call_args"] = "()" defs["igEndTabItem"][1]["cimguiname"] = "igEndTabItem" -defs["igEndTabItem"][1]["comment"] = "" defs["igEndTabItem"][1]["defaults"] = {} defs["igEndTabItem"][1]["funcname"] = "EndTabItem" defs["igEndTabItem"][1]["namespace"] = "ImGui" @@ -16618,7 +16317,6 @@ defs["igEndTooltip"][1]["argsT"] = {} defs["igEndTooltip"][1]["argsoriginal"] = "()" defs["igEndTooltip"][1]["call_args"] = "()" defs["igEndTooltip"][1]["cimguiname"] = "igEndTooltip" -defs["igEndTooltip"][1]["comment"] = "" defs["igEndTooltip"][1]["defaults"] = {} defs["igEndTooltip"][1]["funcname"] = "EndTooltip" defs["igEndTooltip"][1]["namespace"] = "ImGui" @@ -16634,7 +16332,6 @@ defs["igGetClipboardText"][1]["argsT"] = {} defs["igGetClipboardText"][1]["argsoriginal"] = "()" defs["igGetClipboardText"][1]["call_args"] = "()" defs["igGetClipboardText"][1]["cimguiname"] = "igGetClipboardText" -defs["igGetClipboardText"][1]["comment"] = "" defs["igGetClipboardText"][1]["defaults"] = {} defs["igGetClipboardText"][1]["funcname"] = "GetClipboardText" defs["igGetClipboardText"][1]["namespace"] = "ImGui" @@ -16656,7 +16353,6 @@ defs["igGetColorU32"][1]["argsT"][2]["type"] = "float" defs["igGetColorU32"][1]["argsoriginal"] = "(ImGuiCol idx,float alpha_mul=1.0f)" defs["igGetColorU32"][1]["call_args"] = "(idx,alpha_mul)" defs["igGetColorU32"][1]["cimguiname"] = "igGetColorU32" -defs["igGetColorU32"][1]["comment"] = "" defs["igGetColorU32"][1]["defaults"] = {} defs["igGetColorU32"][1]["defaults"]["alpha_mul"] = "1.0f" defs["igGetColorU32"][1]["funcname"] = "GetColorU32" @@ -16674,7 +16370,6 @@ defs["igGetColorU32"][2]["argsT"][1]["type"] = "const ImVec4" defs["igGetColorU32"][2]["argsoriginal"] = "(const ImVec4& col)" defs["igGetColorU32"][2]["call_args"] = "(col)" defs["igGetColorU32"][2]["cimguiname"] = "igGetColorU32" -defs["igGetColorU32"][2]["comment"] = "" defs["igGetColorU32"][2]["defaults"] = {} defs["igGetColorU32"][2]["funcname"] = "GetColorU32" defs["igGetColorU32"][2]["namespace"] = "ImGui" @@ -16691,7 +16386,6 @@ defs["igGetColorU32"][3]["argsT"][1]["type"] = "ImU32" defs["igGetColorU32"][3]["argsoriginal"] = "(ImU32 col)" defs["igGetColorU32"][3]["call_args"] = "(col)" defs["igGetColorU32"][3]["cimguiname"] = "igGetColorU32" -defs["igGetColorU32"][3]["comment"] = "" defs["igGetColorU32"][3]["defaults"] = {} defs["igGetColorU32"][3]["funcname"] = "GetColorU32" defs["igGetColorU32"][3]["namespace"] = "ImGui" @@ -16709,7 +16403,6 @@ defs["igGetColumnIndex"][1]["argsT"] = {} defs["igGetColumnIndex"][1]["argsoriginal"] = "()" defs["igGetColumnIndex"][1]["call_args"] = "()" defs["igGetColumnIndex"][1]["cimguiname"] = "igGetColumnIndex" -defs["igGetColumnIndex"][1]["comment"] = "" defs["igGetColumnIndex"][1]["defaults"] = {} defs["igGetColumnIndex"][1]["funcname"] = "GetColumnIndex" defs["igGetColumnIndex"][1]["namespace"] = "ImGui" @@ -16728,7 +16421,6 @@ defs["igGetColumnOffset"][1]["argsT"][1]["type"] = "int" defs["igGetColumnOffset"][1]["argsoriginal"] = "(int column_index=-1)" defs["igGetColumnOffset"][1]["call_args"] = "(column_index)" defs["igGetColumnOffset"][1]["cimguiname"] = "igGetColumnOffset" -defs["igGetColumnOffset"][1]["comment"] = "" defs["igGetColumnOffset"][1]["defaults"] = {} defs["igGetColumnOffset"][1]["defaults"]["column_index"] = "-1" defs["igGetColumnOffset"][1]["funcname"] = "GetColumnOffset" @@ -16748,7 +16440,6 @@ defs["igGetColumnWidth"][1]["argsT"][1]["type"] = "int" defs["igGetColumnWidth"][1]["argsoriginal"] = "(int column_index=-1)" defs["igGetColumnWidth"][1]["call_args"] = "(column_index)" defs["igGetColumnWidth"][1]["cimguiname"] = "igGetColumnWidth" -defs["igGetColumnWidth"][1]["comment"] = "" defs["igGetColumnWidth"][1]["defaults"] = {} defs["igGetColumnWidth"][1]["defaults"]["column_index"] = "-1" defs["igGetColumnWidth"][1]["funcname"] = "GetColumnWidth" @@ -16765,7 +16456,6 @@ defs["igGetColumnsCount"][1]["argsT"] = {} defs["igGetColumnsCount"][1]["argsoriginal"] = "()" defs["igGetColumnsCount"][1]["call_args"] = "()" defs["igGetColumnsCount"][1]["cimguiname"] = "igGetColumnsCount" -defs["igGetColumnsCount"][1]["comment"] = "" defs["igGetColumnsCount"][1]["defaults"] = {} defs["igGetColumnsCount"][1]["funcname"] = "GetColumnsCount" defs["igGetColumnsCount"][1]["namespace"] = "ImGui" @@ -16781,7 +16471,6 @@ defs["igGetContentRegionAvail"][1]["argsT"] = {} defs["igGetContentRegionAvail"][1]["argsoriginal"] = "()" defs["igGetContentRegionAvail"][1]["call_args"] = "()" defs["igGetContentRegionAvail"][1]["cimguiname"] = "igGetContentRegionAvail" -defs["igGetContentRegionAvail"][1]["comment"] = "" defs["igGetContentRegionAvail"][1]["defaults"] = {} defs["igGetContentRegionAvail"][1]["funcname"] = "GetContentRegionAvail" defs["igGetContentRegionAvail"][1]["namespace"] = "ImGui" @@ -16798,7 +16487,6 @@ defs["igGetContentRegionAvail"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetContentRegionAvail"][2]["argsoriginal"] = "()" defs["igGetContentRegionAvail"][2]["call_args"] = "()" defs["igGetContentRegionAvail"][2]["cimguiname"] = "igGetContentRegionAvail" -defs["igGetContentRegionAvail"][2]["comment"] = "" defs["igGetContentRegionAvail"][2]["defaults"] = defs["igGetContentRegionAvail"][1]["defaults"] defs["igGetContentRegionAvail"][2]["funcname"] = "GetContentRegionAvail" defs["igGetContentRegionAvail"][2]["namespace"] = "ImGui" @@ -16813,7 +16501,6 @@ defs["igGetContentRegionAvail"][3]["argsT"] = {} defs["igGetContentRegionAvail"][3]["argsoriginal"] = "()" defs["igGetContentRegionAvail"][3]["call_args"] = "()" defs["igGetContentRegionAvail"][3]["cimguiname"] = "igGetContentRegionAvail" -defs["igGetContentRegionAvail"][3]["comment"] = "" defs["igGetContentRegionAvail"][3]["defaults"] = defs["igGetContentRegionAvail"][1]["defaults"] defs["igGetContentRegionAvail"][3]["funcname"] = "GetContentRegionAvail" defs["igGetContentRegionAvail"][3]["namespace"] = "ImGui" @@ -16833,7 +16520,6 @@ defs["igGetContentRegionAvailWidth"][1]["argsT"] = {} defs["igGetContentRegionAvailWidth"][1]["argsoriginal"] = "()" defs["igGetContentRegionAvailWidth"][1]["call_args"] = "()" defs["igGetContentRegionAvailWidth"][1]["cimguiname"] = "igGetContentRegionAvailWidth" -defs["igGetContentRegionAvailWidth"][1]["comment"] = "" defs["igGetContentRegionAvailWidth"][1]["defaults"] = {} defs["igGetContentRegionAvailWidth"][1]["funcname"] = "GetContentRegionAvailWidth" defs["igGetContentRegionAvailWidth"][1]["namespace"] = "ImGui" @@ -16849,7 +16535,6 @@ defs["igGetContentRegionMax"][1]["argsT"] = {} defs["igGetContentRegionMax"][1]["argsoriginal"] = "()" defs["igGetContentRegionMax"][1]["call_args"] = "()" defs["igGetContentRegionMax"][1]["cimguiname"] = "igGetContentRegionMax" -defs["igGetContentRegionMax"][1]["comment"] = "" defs["igGetContentRegionMax"][1]["defaults"] = {} defs["igGetContentRegionMax"][1]["funcname"] = "GetContentRegionMax" defs["igGetContentRegionMax"][1]["namespace"] = "ImGui" @@ -16866,7 +16551,6 @@ defs["igGetContentRegionMax"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetContentRegionMax"][2]["argsoriginal"] = "()" defs["igGetContentRegionMax"][2]["call_args"] = "()" defs["igGetContentRegionMax"][2]["cimguiname"] = "igGetContentRegionMax" -defs["igGetContentRegionMax"][2]["comment"] = "" defs["igGetContentRegionMax"][2]["defaults"] = defs["igGetContentRegionMax"][1]["defaults"] defs["igGetContentRegionMax"][2]["funcname"] = "GetContentRegionMax" defs["igGetContentRegionMax"][2]["namespace"] = "ImGui" @@ -16881,7 +16565,6 @@ defs["igGetContentRegionMax"][3]["argsT"] = {} defs["igGetContentRegionMax"][3]["argsoriginal"] = "()" defs["igGetContentRegionMax"][3]["call_args"] = "()" defs["igGetContentRegionMax"][3]["cimguiname"] = "igGetContentRegionMax" -defs["igGetContentRegionMax"][3]["comment"] = "" defs["igGetContentRegionMax"][3]["defaults"] = defs["igGetContentRegionMax"][1]["defaults"] defs["igGetContentRegionMax"][3]["funcname"] = "GetContentRegionMax" defs["igGetContentRegionMax"][3]["namespace"] = "ImGui" @@ -16901,7 +16584,6 @@ defs["igGetCurrentContext"][1]["argsT"] = {} defs["igGetCurrentContext"][1]["argsoriginal"] = "()" defs["igGetCurrentContext"][1]["call_args"] = "()" defs["igGetCurrentContext"][1]["cimguiname"] = "igGetCurrentContext" -defs["igGetCurrentContext"][1]["comment"] = "" defs["igGetCurrentContext"][1]["defaults"] = {} defs["igGetCurrentContext"][1]["funcname"] = "GetCurrentContext" defs["igGetCurrentContext"][1]["namespace"] = "ImGui" @@ -16917,7 +16599,6 @@ defs["igGetCursorPos"][1]["argsT"] = {} defs["igGetCursorPos"][1]["argsoriginal"] = "()" defs["igGetCursorPos"][1]["call_args"] = "()" defs["igGetCursorPos"][1]["cimguiname"] = "igGetCursorPos" -defs["igGetCursorPos"][1]["comment"] = "" defs["igGetCursorPos"][1]["defaults"] = {} defs["igGetCursorPos"][1]["funcname"] = "GetCursorPos" defs["igGetCursorPos"][1]["namespace"] = "ImGui" @@ -16934,7 +16615,6 @@ defs["igGetCursorPos"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetCursorPos"][2]["argsoriginal"] = "()" defs["igGetCursorPos"][2]["call_args"] = "()" defs["igGetCursorPos"][2]["cimguiname"] = "igGetCursorPos" -defs["igGetCursorPos"][2]["comment"] = "" defs["igGetCursorPos"][2]["defaults"] = defs["igGetCursorPos"][1]["defaults"] defs["igGetCursorPos"][2]["funcname"] = "GetCursorPos" defs["igGetCursorPos"][2]["namespace"] = "ImGui" @@ -16949,7 +16629,6 @@ defs["igGetCursorPos"][3]["argsT"] = {} defs["igGetCursorPos"][3]["argsoriginal"] = "()" defs["igGetCursorPos"][3]["call_args"] = "()" defs["igGetCursorPos"][3]["cimguiname"] = "igGetCursorPos" -defs["igGetCursorPos"][3]["comment"] = "" defs["igGetCursorPos"][3]["defaults"] = defs["igGetCursorPos"][1]["defaults"] defs["igGetCursorPos"][3]["funcname"] = "GetCursorPos" defs["igGetCursorPos"][3]["namespace"] = "ImGui" @@ -16969,7 +16648,6 @@ defs["igGetCursorPosX"][1]["argsT"] = {} defs["igGetCursorPosX"][1]["argsoriginal"] = "()" defs["igGetCursorPosX"][1]["call_args"] = "()" defs["igGetCursorPosX"][1]["cimguiname"] = "igGetCursorPosX" -defs["igGetCursorPosX"][1]["comment"] = "" defs["igGetCursorPosX"][1]["defaults"] = {} defs["igGetCursorPosX"][1]["funcname"] = "GetCursorPosX" defs["igGetCursorPosX"][1]["namespace"] = "ImGui" @@ -16985,7 +16663,6 @@ defs["igGetCursorPosY"][1]["argsT"] = {} defs["igGetCursorPosY"][1]["argsoriginal"] = "()" defs["igGetCursorPosY"][1]["call_args"] = "()" defs["igGetCursorPosY"][1]["cimguiname"] = "igGetCursorPosY" -defs["igGetCursorPosY"][1]["comment"] = "" defs["igGetCursorPosY"][1]["defaults"] = {} defs["igGetCursorPosY"][1]["funcname"] = "GetCursorPosY" defs["igGetCursorPosY"][1]["namespace"] = "ImGui" @@ -17001,7 +16678,6 @@ defs["igGetCursorScreenPos"][1]["argsT"] = {} defs["igGetCursorScreenPos"][1]["argsoriginal"] = "()" defs["igGetCursorScreenPos"][1]["call_args"] = "()" defs["igGetCursorScreenPos"][1]["cimguiname"] = "igGetCursorScreenPos" -defs["igGetCursorScreenPos"][1]["comment"] = "" defs["igGetCursorScreenPos"][1]["defaults"] = {} defs["igGetCursorScreenPos"][1]["funcname"] = "GetCursorScreenPos" defs["igGetCursorScreenPos"][1]["namespace"] = "ImGui" @@ -17018,7 +16694,6 @@ defs["igGetCursorScreenPos"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetCursorScreenPos"][2]["argsoriginal"] = "()" defs["igGetCursorScreenPos"][2]["call_args"] = "()" defs["igGetCursorScreenPos"][2]["cimguiname"] = "igGetCursorScreenPos" -defs["igGetCursorScreenPos"][2]["comment"] = "" defs["igGetCursorScreenPos"][2]["defaults"] = defs["igGetCursorScreenPos"][1]["defaults"] defs["igGetCursorScreenPos"][2]["funcname"] = "GetCursorScreenPos" defs["igGetCursorScreenPos"][2]["namespace"] = "ImGui" @@ -17033,7 +16708,6 @@ defs["igGetCursorScreenPos"][3]["argsT"] = {} defs["igGetCursorScreenPos"][3]["argsoriginal"] = "()" defs["igGetCursorScreenPos"][3]["call_args"] = "()" defs["igGetCursorScreenPos"][3]["cimguiname"] = "igGetCursorScreenPos" -defs["igGetCursorScreenPos"][3]["comment"] = "" defs["igGetCursorScreenPos"][3]["defaults"] = defs["igGetCursorScreenPos"][1]["defaults"] defs["igGetCursorScreenPos"][3]["funcname"] = "GetCursorScreenPos" defs["igGetCursorScreenPos"][3]["namespace"] = "ImGui" @@ -17053,7 +16727,6 @@ defs["igGetCursorStartPos"][1]["argsT"] = {} defs["igGetCursorStartPos"][1]["argsoriginal"] = "()" defs["igGetCursorStartPos"][1]["call_args"] = "()" defs["igGetCursorStartPos"][1]["cimguiname"] = "igGetCursorStartPos" -defs["igGetCursorStartPos"][1]["comment"] = "" defs["igGetCursorStartPos"][1]["defaults"] = {} defs["igGetCursorStartPos"][1]["funcname"] = "GetCursorStartPos" defs["igGetCursorStartPos"][1]["namespace"] = "ImGui" @@ -17070,7 +16743,6 @@ defs["igGetCursorStartPos"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetCursorStartPos"][2]["argsoriginal"] = "()" defs["igGetCursorStartPos"][2]["call_args"] = "()" defs["igGetCursorStartPos"][2]["cimguiname"] = "igGetCursorStartPos" -defs["igGetCursorStartPos"][2]["comment"] = "" defs["igGetCursorStartPos"][2]["defaults"] = defs["igGetCursorStartPos"][1]["defaults"] defs["igGetCursorStartPos"][2]["funcname"] = "GetCursorStartPos" defs["igGetCursorStartPos"][2]["namespace"] = "ImGui" @@ -17085,7 +16757,6 @@ defs["igGetCursorStartPos"][3]["argsT"] = {} defs["igGetCursorStartPos"][3]["argsoriginal"] = "()" defs["igGetCursorStartPos"][3]["call_args"] = "()" defs["igGetCursorStartPos"][3]["cimguiname"] = "igGetCursorStartPos" -defs["igGetCursorStartPos"][3]["comment"] = "" defs["igGetCursorStartPos"][3]["defaults"] = defs["igGetCursorStartPos"][1]["defaults"] defs["igGetCursorStartPos"][3]["funcname"] = "GetCursorStartPos" defs["igGetCursorStartPos"][3]["namespace"] = "ImGui" @@ -17105,7 +16776,6 @@ defs["igGetDragDropPayload"][1]["argsT"] = {} defs["igGetDragDropPayload"][1]["argsoriginal"] = "()" defs["igGetDragDropPayload"][1]["call_args"] = "()" defs["igGetDragDropPayload"][1]["cimguiname"] = "igGetDragDropPayload" -defs["igGetDragDropPayload"][1]["comment"] = "" defs["igGetDragDropPayload"][1]["defaults"] = {} defs["igGetDragDropPayload"][1]["funcname"] = "GetDragDropPayload" defs["igGetDragDropPayload"][1]["namespace"] = "ImGui" @@ -17121,7 +16791,6 @@ defs["igGetDrawData"][1]["argsT"] = {} defs["igGetDrawData"][1]["argsoriginal"] = "()" defs["igGetDrawData"][1]["call_args"] = "()" defs["igGetDrawData"][1]["cimguiname"] = "igGetDrawData" -defs["igGetDrawData"][1]["comment"] = "" defs["igGetDrawData"][1]["defaults"] = {} defs["igGetDrawData"][1]["funcname"] = "GetDrawData" defs["igGetDrawData"][1]["namespace"] = "ImGui" @@ -17137,7 +16806,6 @@ defs["igGetDrawListSharedData"][1]["argsT"] = {} defs["igGetDrawListSharedData"][1]["argsoriginal"] = "()" defs["igGetDrawListSharedData"][1]["call_args"] = "()" defs["igGetDrawListSharedData"][1]["cimguiname"] = "igGetDrawListSharedData" -defs["igGetDrawListSharedData"][1]["comment"] = "" defs["igGetDrawListSharedData"][1]["defaults"] = {} defs["igGetDrawListSharedData"][1]["funcname"] = "GetDrawListSharedData" defs["igGetDrawListSharedData"][1]["namespace"] = "ImGui" @@ -17153,7 +16821,6 @@ defs["igGetFont"][1]["argsT"] = {} defs["igGetFont"][1]["argsoriginal"] = "()" defs["igGetFont"][1]["call_args"] = "()" defs["igGetFont"][1]["cimguiname"] = "igGetFont" -defs["igGetFont"][1]["comment"] = "" defs["igGetFont"][1]["defaults"] = {} defs["igGetFont"][1]["funcname"] = "GetFont" defs["igGetFont"][1]["namespace"] = "ImGui" @@ -17169,7 +16836,6 @@ defs["igGetFontSize"][1]["argsT"] = {} defs["igGetFontSize"][1]["argsoriginal"] = "()" defs["igGetFontSize"][1]["call_args"] = "()" defs["igGetFontSize"][1]["cimguiname"] = "igGetFontSize" -defs["igGetFontSize"][1]["comment"] = "" defs["igGetFontSize"][1]["defaults"] = {} defs["igGetFontSize"][1]["funcname"] = "GetFontSize" defs["igGetFontSize"][1]["namespace"] = "ImGui" @@ -17185,7 +16851,6 @@ defs["igGetFontTexUvWhitePixel"][1]["argsT"] = {} defs["igGetFontTexUvWhitePixel"][1]["argsoriginal"] = "()" defs["igGetFontTexUvWhitePixel"][1]["call_args"] = "()" defs["igGetFontTexUvWhitePixel"][1]["cimguiname"] = "igGetFontTexUvWhitePixel" -defs["igGetFontTexUvWhitePixel"][1]["comment"] = "" defs["igGetFontTexUvWhitePixel"][1]["defaults"] = {} defs["igGetFontTexUvWhitePixel"][1]["funcname"] = "GetFontTexUvWhitePixel" defs["igGetFontTexUvWhitePixel"][1]["namespace"] = "ImGui" @@ -17202,7 +16867,6 @@ defs["igGetFontTexUvWhitePixel"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetFontTexUvWhitePixel"][2]["argsoriginal"] = "()" defs["igGetFontTexUvWhitePixel"][2]["call_args"] = "()" defs["igGetFontTexUvWhitePixel"][2]["cimguiname"] = "igGetFontTexUvWhitePixel" -defs["igGetFontTexUvWhitePixel"][2]["comment"] = "" defs["igGetFontTexUvWhitePixel"][2]["defaults"] = defs["igGetFontTexUvWhitePixel"][1]["defaults"] defs["igGetFontTexUvWhitePixel"][2]["funcname"] = "GetFontTexUvWhitePixel" defs["igGetFontTexUvWhitePixel"][2]["namespace"] = "ImGui" @@ -17217,7 +16881,6 @@ defs["igGetFontTexUvWhitePixel"][3]["argsT"] = {} defs["igGetFontTexUvWhitePixel"][3]["argsoriginal"] = "()" defs["igGetFontTexUvWhitePixel"][3]["call_args"] = "()" defs["igGetFontTexUvWhitePixel"][3]["cimguiname"] = "igGetFontTexUvWhitePixel" -defs["igGetFontTexUvWhitePixel"][3]["comment"] = "" defs["igGetFontTexUvWhitePixel"][3]["defaults"] = defs["igGetFontTexUvWhitePixel"][1]["defaults"] defs["igGetFontTexUvWhitePixel"][3]["funcname"] = "GetFontTexUvWhitePixel" defs["igGetFontTexUvWhitePixel"][3]["namespace"] = "ImGui" @@ -17237,7 +16900,6 @@ defs["igGetFrameCount"][1]["argsT"] = {} defs["igGetFrameCount"][1]["argsoriginal"] = "()" defs["igGetFrameCount"][1]["call_args"] = "()" defs["igGetFrameCount"][1]["cimguiname"] = "igGetFrameCount" -defs["igGetFrameCount"][1]["comment"] = "" defs["igGetFrameCount"][1]["defaults"] = {} defs["igGetFrameCount"][1]["funcname"] = "GetFrameCount" defs["igGetFrameCount"][1]["namespace"] = "ImGui" @@ -17253,7 +16915,6 @@ defs["igGetFrameHeight"][1]["argsT"] = {} defs["igGetFrameHeight"][1]["argsoriginal"] = "()" defs["igGetFrameHeight"][1]["call_args"] = "()" defs["igGetFrameHeight"][1]["cimguiname"] = "igGetFrameHeight" -defs["igGetFrameHeight"][1]["comment"] = "" defs["igGetFrameHeight"][1]["defaults"] = {} defs["igGetFrameHeight"][1]["funcname"] = "GetFrameHeight" defs["igGetFrameHeight"][1]["namespace"] = "ImGui" @@ -17269,7 +16930,6 @@ defs["igGetFrameHeightWithSpacing"][1]["argsT"] = {} defs["igGetFrameHeightWithSpacing"][1]["argsoriginal"] = "()" defs["igGetFrameHeightWithSpacing"][1]["call_args"] = "()" defs["igGetFrameHeightWithSpacing"][1]["cimguiname"] = "igGetFrameHeightWithSpacing" -defs["igGetFrameHeightWithSpacing"][1]["comment"] = "" defs["igGetFrameHeightWithSpacing"][1]["defaults"] = {} defs["igGetFrameHeightWithSpacing"][1]["funcname"] = "GetFrameHeightWithSpacing" defs["igGetFrameHeightWithSpacing"][1]["namespace"] = "ImGui" @@ -17288,7 +16948,6 @@ defs["igGetID"][1]["argsT"][1]["type"] = "const char*" defs["igGetID"][1]["argsoriginal"] = "(const char* str_id)" defs["igGetID"][1]["call_args"] = "(str_id)" defs["igGetID"][1]["cimguiname"] = "igGetID" -defs["igGetID"][1]["comment"] = "" defs["igGetID"][1]["defaults"] = {} defs["igGetID"][1]["funcname"] = "GetID" defs["igGetID"][1]["namespace"] = "ImGui" @@ -17308,7 +16967,6 @@ defs["igGetID"][2]["argsT"][2]["type"] = "const char*" defs["igGetID"][2]["argsoriginal"] = "(const char* str_id_begin,const char* str_id_end)" defs["igGetID"][2]["call_args"] = "(str_id_begin,str_id_end)" defs["igGetID"][2]["cimguiname"] = "igGetID" -defs["igGetID"][2]["comment"] = "" defs["igGetID"][2]["defaults"] = {} defs["igGetID"][2]["funcname"] = "GetID" defs["igGetID"][2]["namespace"] = "ImGui" @@ -17325,7 +16983,6 @@ defs["igGetID"][3]["argsT"][1]["type"] = "const void*" defs["igGetID"][3]["argsoriginal"] = "(const void* ptr_id)" defs["igGetID"][3]["call_args"] = "(ptr_id)" defs["igGetID"][3]["cimguiname"] = "igGetID" -defs["igGetID"][3]["comment"] = "" defs["igGetID"][3]["defaults"] = {} defs["igGetID"][3]["funcname"] = "GetID" defs["igGetID"][3]["namespace"] = "ImGui" @@ -17343,7 +17000,6 @@ defs["igGetIO"][1]["argsT"] = {} defs["igGetIO"][1]["argsoriginal"] = "()" defs["igGetIO"][1]["call_args"] = "()" defs["igGetIO"][1]["cimguiname"] = "igGetIO" -defs["igGetIO"][1]["comment"] = "" defs["igGetIO"][1]["defaults"] = {} defs["igGetIO"][1]["funcname"] = "GetIO" defs["igGetIO"][1]["namespace"] = "ImGui" @@ -17360,7 +17016,6 @@ defs["igGetItemRectMax"][1]["argsT"] = {} defs["igGetItemRectMax"][1]["argsoriginal"] = "()" defs["igGetItemRectMax"][1]["call_args"] = "()" defs["igGetItemRectMax"][1]["cimguiname"] = "igGetItemRectMax" -defs["igGetItemRectMax"][1]["comment"] = "" defs["igGetItemRectMax"][1]["defaults"] = {} defs["igGetItemRectMax"][1]["funcname"] = "GetItemRectMax" defs["igGetItemRectMax"][1]["namespace"] = "ImGui" @@ -17377,7 +17032,6 @@ defs["igGetItemRectMax"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetItemRectMax"][2]["argsoriginal"] = "()" defs["igGetItemRectMax"][2]["call_args"] = "()" defs["igGetItemRectMax"][2]["cimguiname"] = "igGetItemRectMax" -defs["igGetItemRectMax"][2]["comment"] = "" defs["igGetItemRectMax"][2]["defaults"] = defs["igGetItemRectMax"][1]["defaults"] defs["igGetItemRectMax"][2]["funcname"] = "GetItemRectMax" defs["igGetItemRectMax"][2]["namespace"] = "ImGui" @@ -17392,7 +17046,6 @@ defs["igGetItemRectMax"][3]["argsT"] = {} defs["igGetItemRectMax"][3]["argsoriginal"] = "()" defs["igGetItemRectMax"][3]["call_args"] = "()" defs["igGetItemRectMax"][3]["cimguiname"] = "igGetItemRectMax" -defs["igGetItemRectMax"][3]["comment"] = "" defs["igGetItemRectMax"][3]["defaults"] = defs["igGetItemRectMax"][1]["defaults"] defs["igGetItemRectMax"][3]["funcname"] = "GetItemRectMax" defs["igGetItemRectMax"][3]["namespace"] = "ImGui" @@ -17412,7 +17065,6 @@ defs["igGetItemRectMin"][1]["argsT"] = {} defs["igGetItemRectMin"][1]["argsoriginal"] = "()" defs["igGetItemRectMin"][1]["call_args"] = "()" defs["igGetItemRectMin"][1]["cimguiname"] = "igGetItemRectMin" -defs["igGetItemRectMin"][1]["comment"] = "" defs["igGetItemRectMin"][1]["defaults"] = {} defs["igGetItemRectMin"][1]["funcname"] = "GetItemRectMin" defs["igGetItemRectMin"][1]["namespace"] = "ImGui" @@ -17429,7 +17081,6 @@ defs["igGetItemRectMin"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetItemRectMin"][2]["argsoriginal"] = "()" defs["igGetItemRectMin"][2]["call_args"] = "()" defs["igGetItemRectMin"][2]["cimguiname"] = "igGetItemRectMin" -defs["igGetItemRectMin"][2]["comment"] = "" defs["igGetItemRectMin"][2]["defaults"] = defs["igGetItemRectMin"][1]["defaults"] defs["igGetItemRectMin"][2]["funcname"] = "GetItemRectMin" defs["igGetItemRectMin"][2]["namespace"] = "ImGui" @@ -17444,7 +17095,6 @@ defs["igGetItemRectMin"][3]["argsT"] = {} defs["igGetItemRectMin"][3]["argsoriginal"] = "()" defs["igGetItemRectMin"][3]["call_args"] = "()" defs["igGetItemRectMin"][3]["cimguiname"] = "igGetItemRectMin" -defs["igGetItemRectMin"][3]["comment"] = "" defs["igGetItemRectMin"][3]["defaults"] = defs["igGetItemRectMin"][1]["defaults"] defs["igGetItemRectMin"][3]["funcname"] = "GetItemRectMin" defs["igGetItemRectMin"][3]["namespace"] = "ImGui" @@ -17464,7 +17114,6 @@ defs["igGetItemRectSize"][1]["argsT"] = {} defs["igGetItemRectSize"][1]["argsoriginal"] = "()" defs["igGetItemRectSize"][1]["call_args"] = "()" defs["igGetItemRectSize"][1]["cimguiname"] = "igGetItemRectSize" -defs["igGetItemRectSize"][1]["comment"] = "" defs["igGetItemRectSize"][1]["defaults"] = {} defs["igGetItemRectSize"][1]["funcname"] = "GetItemRectSize" defs["igGetItemRectSize"][1]["namespace"] = "ImGui" @@ -17481,7 +17130,6 @@ defs["igGetItemRectSize"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetItemRectSize"][2]["argsoriginal"] = "()" defs["igGetItemRectSize"][2]["call_args"] = "()" defs["igGetItemRectSize"][2]["cimguiname"] = "igGetItemRectSize" -defs["igGetItemRectSize"][2]["comment"] = "" defs["igGetItemRectSize"][2]["defaults"] = defs["igGetItemRectSize"][1]["defaults"] defs["igGetItemRectSize"][2]["funcname"] = "GetItemRectSize" defs["igGetItemRectSize"][2]["namespace"] = "ImGui" @@ -17496,7 +17144,6 @@ defs["igGetItemRectSize"][3]["argsT"] = {} defs["igGetItemRectSize"][3]["argsoriginal"] = "()" defs["igGetItemRectSize"][3]["call_args"] = "()" defs["igGetItemRectSize"][3]["cimguiname"] = "igGetItemRectSize" -defs["igGetItemRectSize"][3]["comment"] = "" defs["igGetItemRectSize"][3]["defaults"] = defs["igGetItemRectSize"][1]["defaults"] defs["igGetItemRectSize"][3]["funcname"] = "GetItemRectSize" defs["igGetItemRectSize"][3]["namespace"] = "ImGui" @@ -17519,7 +17166,6 @@ defs["igGetKeyIndex"][1]["argsT"][1]["type"] = "ImGuiKey" defs["igGetKeyIndex"][1]["argsoriginal"] = "(ImGuiKey imgui_key)" defs["igGetKeyIndex"][1]["call_args"] = "(imgui_key)" defs["igGetKeyIndex"][1]["cimguiname"] = "igGetKeyIndex" -defs["igGetKeyIndex"][1]["comment"] = "" defs["igGetKeyIndex"][1]["defaults"] = {} defs["igGetKeyIndex"][1]["funcname"] = "GetKeyIndex" defs["igGetKeyIndex"][1]["namespace"] = "ImGui" @@ -17544,7 +17190,6 @@ defs["igGetKeyPressedAmount"][1]["argsT"][3]["type"] = "float" defs["igGetKeyPressedAmount"][1]["argsoriginal"] = "(int key_index,float repeat_delay,float rate)" defs["igGetKeyPressedAmount"][1]["call_args"] = "(key_index,repeat_delay,rate)" defs["igGetKeyPressedAmount"][1]["cimguiname"] = "igGetKeyPressedAmount" -defs["igGetKeyPressedAmount"][1]["comment"] = "" defs["igGetKeyPressedAmount"][1]["defaults"] = {} defs["igGetKeyPressedAmount"][1]["funcname"] = "GetKeyPressedAmount" defs["igGetKeyPressedAmount"][1]["namespace"] = "ImGui" @@ -17560,7 +17205,6 @@ defs["igGetMouseCursor"][1]["argsT"] = {} defs["igGetMouseCursor"][1]["argsoriginal"] = "()" defs["igGetMouseCursor"][1]["call_args"] = "()" defs["igGetMouseCursor"][1]["cimguiname"] = "igGetMouseCursor" -defs["igGetMouseCursor"][1]["comment"] = "" defs["igGetMouseCursor"][1]["defaults"] = {} defs["igGetMouseCursor"][1]["funcname"] = "GetMouseCursor" defs["igGetMouseCursor"][1]["namespace"] = "ImGui" @@ -17582,7 +17226,6 @@ defs["igGetMouseDragDelta"][1]["argsT"][2]["type"] = "float" defs["igGetMouseDragDelta"][1]["argsoriginal"] = "(int button=0,float lock_threshold=-1.0f)" defs["igGetMouseDragDelta"][1]["call_args"] = "(button,lock_threshold)" defs["igGetMouseDragDelta"][1]["cimguiname"] = "igGetMouseDragDelta" -defs["igGetMouseDragDelta"][1]["comment"] = "" defs["igGetMouseDragDelta"][1]["defaults"] = {} defs["igGetMouseDragDelta"][1]["defaults"]["button"] = "0" defs["igGetMouseDragDelta"][1]["defaults"]["lock_threshold"] = "-1.0f" @@ -17607,7 +17250,6 @@ defs["igGetMouseDragDelta"][2]["argsT"][3]["type"] = "float" defs["igGetMouseDragDelta"][2]["argsoriginal"] = "(int button=0,float lock_threshold=-1.0f)" defs["igGetMouseDragDelta"][2]["call_args"] = "(button,lock_threshold)" defs["igGetMouseDragDelta"][2]["cimguiname"] = "igGetMouseDragDelta" -defs["igGetMouseDragDelta"][2]["comment"] = "" defs["igGetMouseDragDelta"][2]["defaults"] = defs["igGetMouseDragDelta"][1]["defaults"] defs["igGetMouseDragDelta"][2]["funcname"] = "GetMouseDragDelta" defs["igGetMouseDragDelta"][2]["namespace"] = "ImGui" @@ -17628,7 +17270,6 @@ defs["igGetMouseDragDelta"][3]["argsT"][2]["type"] = "float" defs["igGetMouseDragDelta"][3]["argsoriginal"] = "(int button=0,float lock_threshold=-1.0f)" defs["igGetMouseDragDelta"][3]["call_args"] = "(button,lock_threshold)" defs["igGetMouseDragDelta"][3]["cimguiname"] = "igGetMouseDragDelta" -defs["igGetMouseDragDelta"][3]["comment"] = "" defs["igGetMouseDragDelta"][3]["defaults"] = defs["igGetMouseDragDelta"][1]["defaults"] defs["igGetMouseDragDelta"][3]["funcname"] = "GetMouseDragDelta" defs["igGetMouseDragDelta"][3]["namespace"] = "ImGui" @@ -17648,7 +17289,6 @@ defs["igGetMousePos"][1]["argsT"] = {} defs["igGetMousePos"][1]["argsoriginal"] = "()" defs["igGetMousePos"][1]["call_args"] = "()" defs["igGetMousePos"][1]["cimguiname"] = "igGetMousePos" -defs["igGetMousePos"][1]["comment"] = "" defs["igGetMousePos"][1]["defaults"] = {} defs["igGetMousePos"][1]["funcname"] = "GetMousePos" defs["igGetMousePos"][1]["namespace"] = "ImGui" @@ -17665,7 +17305,6 @@ defs["igGetMousePos"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetMousePos"][2]["argsoriginal"] = "()" defs["igGetMousePos"][2]["call_args"] = "()" defs["igGetMousePos"][2]["cimguiname"] = "igGetMousePos" -defs["igGetMousePos"][2]["comment"] = "" defs["igGetMousePos"][2]["defaults"] = defs["igGetMousePos"][1]["defaults"] defs["igGetMousePos"][2]["funcname"] = "GetMousePos" defs["igGetMousePos"][2]["namespace"] = "ImGui" @@ -17680,7 +17319,6 @@ defs["igGetMousePos"][3]["argsT"] = {} defs["igGetMousePos"][3]["argsoriginal"] = "()" defs["igGetMousePos"][3]["call_args"] = "()" defs["igGetMousePos"][3]["cimguiname"] = "igGetMousePos" -defs["igGetMousePos"][3]["comment"] = "" defs["igGetMousePos"][3]["defaults"] = defs["igGetMousePos"][1]["defaults"] defs["igGetMousePos"][3]["funcname"] = "GetMousePos" defs["igGetMousePos"][3]["namespace"] = "ImGui" @@ -17700,7 +17338,6 @@ defs["igGetMousePosOnOpeningCurrentPopup"][1]["argsT"] = {} defs["igGetMousePosOnOpeningCurrentPopup"][1]["argsoriginal"] = "()" defs["igGetMousePosOnOpeningCurrentPopup"][1]["call_args"] = "()" defs["igGetMousePosOnOpeningCurrentPopup"][1]["cimguiname"] = "igGetMousePosOnOpeningCurrentPopup" -defs["igGetMousePosOnOpeningCurrentPopup"][1]["comment"] = "" defs["igGetMousePosOnOpeningCurrentPopup"][1]["defaults"] = {} defs["igGetMousePosOnOpeningCurrentPopup"][1]["funcname"] = "GetMousePosOnOpeningCurrentPopup" defs["igGetMousePosOnOpeningCurrentPopup"][1]["namespace"] = "ImGui" @@ -17717,7 +17354,6 @@ defs["igGetMousePosOnOpeningCurrentPopup"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetMousePosOnOpeningCurrentPopup"][2]["argsoriginal"] = "()" defs["igGetMousePosOnOpeningCurrentPopup"][2]["call_args"] = "()" defs["igGetMousePosOnOpeningCurrentPopup"][2]["cimguiname"] = "igGetMousePosOnOpeningCurrentPopup" -defs["igGetMousePosOnOpeningCurrentPopup"][2]["comment"] = "" defs["igGetMousePosOnOpeningCurrentPopup"][2]["defaults"] = defs["igGetMousePosOnOpeningCurrentPopup"][1]["defaults"] defs["igGetMousePosOnOpeningCurrentPopup"][2]["funcname"] = "GetMousePosOnOpeningCurrentPopup" defs["igGetMousePosOnOpeningCurrentPopup"][2]["namespace"] = "ImGui" @@ -17732,7 +17368,6 @@ defs["igGetMousePosOnOpeningCurrentPopup"][3]["argsT"] = {} defs["igGetMousePosOnOpeningCurrentPopup"][3]["argsoriginal"] = "()" defs["igGetMousePosOnOpeningCurrentPopup"][3]["call_args"] = "()" defs["igGetMousePosOnOpeningCurrentPopup"][3]["cimguiname"] = "igGetMousePosOnOpeningCurrentPopup" -defs["igGetMousePosOnOpeningCurrentPopup"][3]["comment"] = "" defs["igGetMousePosOnOpeningCurrentPopup"][3]["defaults"] = defs["igGetMousePosOnOpeningCurrentPopup"][1]["defaults"] defs["igGetMousePosOnOpeningCurrentPopup"][3]["funcname"] = "GetMousePosOnOpeningCurrentPopup" defs["igGetMousePosOnOpeningCurrentPopup"][3]["namespace"] = "ImGui" @@ -17752,7 +17387,6 @@ defs["igGetOverlayDrawList"][1]["argsT"] = {} defs["igGetOverlayDrawList"][1]["argsoriginal"] = "()" defs["igGetOverlayDrawList"][1]["call_args"] = "()" defs["igGetOverlayDrawList"][1]["cimguiname"] = "igGetOverlayDrawList" -defs["igGetOverlayDrawList"][1]["comment"] = "" defs["igGetOverlayDrawList"][1]["defaults"] = {} defs["igGetOverlayDrawList"][1]["funcname"] = "GetOverlayDrawList" defs["igGetOverlayDrawList"][1]["namespace"] = "ImGui" @@ -17768,7 +17402,6 @@ defs["igGetScrollMaxX"][1]["argsT"] = {} defs["igGetScrollMaxX"][1]["argsoriginal"] = "()" defs["igGetScrollMaxX"][1]["call_args"] = "()" defs["igGetScrollMaxX"][1]["cimguiname"] = "igGetScrollMaxX" -defs["igGetScrollMaxX"][1]["comment"] = "" defs["igGetScrollMaxX"][1]["defaults"] = {} defs["igGetScrollMaxX"][1]["funcname"] = "GetScrollMaxX" defs["igGetScrollMaxX"][1]["namespace"] = "ImGui" @@ -17784,7 +17417,6 @@ defs["igGetScrollMaxY"][1]["argsT"] = {} defs["igGetScrollMaxY"][1]["argsoriginal"] = "()" defs["igGetScrollMaxY"][1]["call_args"] = "()" defs["igGetScrollMaxY"][1]["cimguiname"] = "igGetScrollMaxY" -defs["igGetScrollMaxY"][1]["comment"] = "" defs["igGetScrollMaxY"][1]["defaults"] = {} defs["igGetScrollMaxY"][1]["funcname"] = "GetScrollMaxY" defs["igGetScrollMaxY"][1]["namespace"] = "ImGui" @@ -17800,7 +17432,6 @@ defs["igGetScrollX"][1]["argsT"] = {} defs["igGetScrollX"][1]["argsoriginal"] = "()" defs["igGetScrollX"][1]["call_args"] = "()" defs["igGetScrollX"][1]["cimguiname"] = "igGetScrollX" -defs["igGetScrollX"][1]["comment"] = "" defs["igGetScrollX"][1]["defaults"] = {} defs["igGetScrollX"][1]["funcname"] = "GetScrollX" defs["igGetScrollX"][1]["namespace"] = "ImGui" @@ -17816,7 +17447,6 @@ defs["igGetScrollY"][1]["argsT"] = {} defs["igGetScrollY"][1]["argsoriginal"] = "()" defs["igGetScrollY"][1]["call_args"] = "()" defs["igGetScrollY"][1]["cimguiname"] = "igGetScrollY" -defs["igGetScrollY"][1]["comment"] = "" defs["igGetScrollY"][1]["defaults"] = {} defs["igGetScrollY"][1]["funcname"] = "GetScrollY" defs["igGetScrollY"][1]["namespace"] = "ImGui" @@ -17832,7 +17462,6 @@ defs["igGetStateStorage"][1]["argsT"] = {} defs["igGetStateStorage"][1]["argsoriginal"] = "()" defs["igGetStateStorage"][1]["call_args"] = "()" defs["igGetStateStorage"][1]["cimguiname"] = "igGetStateStorage" -defs["igGetStateStorage"][1]["comment"] = "" defs["igGetStateStorage"][1]["defaults"] = {} defs["igGetStateStorage"][1]["funcname"] = "GetStateStorage" defs["igGetStateStorage"][1]["namespace"] = "ImGui" @@ -17848,7 +17477,6 @@ defs["igGetStyle"][1]["argsT"] = {} defs["igGetStyle"][1]["argsoriginal"] = "()" defs["igGetStyle"][1]["call_args"] = "()" defs["igGetStyle"][1]["cimguiname"] = "igGetStyle" -defs["igGetStyle"][1]["comment"] = "" defs["igGetStyle"][1]["defaults"] = {} defs["igGetStyle"][1]["funcname"] = "GetStyle" defs["igGetStyle"][1]["namespace"] = "ImGui" @@ -17868,7 +17496,6 @@ defs["igGetStyleColorName"][1]["argsT"][1]["type"] = "ImGuiCol" defs["igGetStyleColorName"][1]["argsoriginal"] = "(ImGuiCol idx)" defs["igGetStyleColorName"][1]["call_args"] = "(idx)" defs["igGetStyleColorName"][1]["cimguiname"] = "igGetStyleColorName" -defs["igGetStyleColorName"][1]["comment"] = "" defs["igGetStyleColorName"][1]["defaults"] = {} defs["igGetStyleColorName"][1]["funcname"] = "GetStyleColorName" defs["igGetStyleColorName"][1]["namespace"] = "ImGui" @@ -17887,7 +17514,6 @@ defs["igGetStyleColorVec4"][1]["argsT"][1]["type"] = "ImGuiCol" defs["igGetStyleColorVec4"][1]["argsoriginal"] = "(ImGuiCol idx)" defs["igGetStyleColorVec4"][1]["call_args"] = "(idx)" defs["igGetStyleColorVec4"][1]["cimguiname"] = "igGetStyleColorVec4" -defs["igGetStyleColorVec4"][1]["comment"] = "" defs["igGetStyleColorVec4"][1]["defaults"] = {} defs["igGetStyleColorVec4"][1]["funcname"] = "GetStyleColorVec4" defs["igGetStyleColorVec4"][1]["namespace"] = "ImGui" @@ -17904,7 +17530,6 @@ defs["igGetTextLineHeight"][1]["argsT"] = {} defs["igGetTextLineHeight"][1]["argsoriginal"] = "()" defs["igGetTextLineHeight"][1]["call_args"] = "()" defs["igGetTextLineHeight"][1]["cimguiname"] = "igGetTextLineHeight" -defs["igGetTextLineHeight"][1]["comment"] = "" defs["igGetTextLineHeight"][1]["defaults"] = {} defs["igGetTextLineHeight"][1]["funcname"] = "GetTextLineHeight" defs["igGetTextLineHeight"][1]["namespace"] = "ImGui" @@ -17920,7 +17545,6 @@ defs["igGetTextLineHeightWithSpacing"][1]["argsT"] = {} defs["igGetTextLineHeightWithSpacing"][1]["argsoriginal"] = "()" defs["igGetTextLineHeightWithSpacing"][1]["call_args"] = "()" defs["igGetTextLineHeightWithSpacing"][1]["cimguiname"] = "igGetTextLineHeightWithSpacing" -defs["igGetTextLineHeightWithSpacing"][1]["comment"] = "" defs["igGetTextLineHeightWithSpacing"][1]["defaults"] = {} defs["igGetTextLineHeightWithSpacing"][1]["funcname"] = "GetTextLineHeightWithSpacing" defs["igGetTextLineHeightWithSpacing"][1]["namespace"] = "ImGui" @@ -17936,7 +17560,6 @@ defs["igGetTime"][1]["argsT"] = {} defs["igGetTime"][1]["argsoriginal"] = "()" defs["igGetTime"][1]["call_args"] = "()" defs["igGetTime"][1]["cimguiname"] = "igGetTime" -defs["igGetTime"][1]["comment"] = "" defs["igGetTime"][1]["defaults"] = {} defs["igGetTime"][1]["funcname"] = "GetTime" defs["igGetTime"][1]["namespace"] = "ImGui" @@ -17952,7 +17575,6 @@ defs["igGetTreeNodeToLabelSpacing"][1]["argsT"] = {} defs["igGetTreeNodeToLabelSpacing"][1]["argsoriginal"] = "()" defs["igGetTreeNodeToLabelSpacing"][1]["call_args"] = "()" defs["igGetTreeNodeToLabelSpacing"][1]["cimguiname"] = "igGetTreeNodeToLabelSpacing" -defs["igGetTreeNodeToLabelSpacing"][1]["comment"] = "" defs["igGetTreeNodeToLabelSpacing"][1]["defaults"] = {} defs["igGetTreeNodeToLabelSpacing"][1]["funcname"] = "GetTreeNodeToLabelSpacing" defs["igGetTreeNodeToLabelSpacing"][1]["namespace"] = "ImGui" @@ -17968,7 +17590,6 @@ defs["igGetVersion"][1]["argsT"] = {} defs["igGetVersion"][1]["argsoriginal"] = "()" defs["igGetVersion"][1]["call_args"] = "()" defs["igGetVersion"][1]["cimguiname"] = "igGetVersion" -defs["igGetVersion"][1]["comment"] = "" defs["igGetVersion"][1]["defaults"] = {} defs["igGetVersion"][1]["funcname"] = "GetVersion" defs["igGetVersion"][1]["namespace"] = "ImGui" @@ -17984,7 +17605,6 @@ defs["igGetWindowContentRegionMax"][1]["argsT"] = {} defs["igGetWindowContentRegionMax"][1]["argsoriginal"] = "()" defs["igGetWindowContentRegionMax"][1]["call_args"] = "()" defs["igGetWindowContentRegionMax"][1]["cimguiname"] = "igGetWindowContentRegionMax" -defs["igGetWindowContentRegionMax"][1]["comment"] = "" defs["igGetWindowContentRegionMax"][1]["defaults"] = {} defs["igGetWindowContentRegionMax"][1]["funcname"] = "GetWindowContentRegionMax" defs["igGetWindowContentRegionMax"][1]["namespace"] = "ImGui" @@ -18001,7 +17621,6 @@ defs["igGetWindowContentRegionMax"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetWindowContentRegionMax"][2]["argsoriginal"] = "()" defs["igGetWindowContentRegionMax"][2]["call_args"] = "()" defs["igGetWindowContentRegionMax"][2]["cimguiname"] = "igGetWindowContentRegionMax" -defs["igGetWindowContentRegionMax"][2]["comment"] = "" defs["igGetWindowContentRegionMax"][2]["defaults"] = defs["igGetWindowContentRegionMax"][1]["defaults"] defs["igGetWindowContentRegionMax"][2]["funcname"] = "GetWindowContentRegionMax" defs["igGetWindowContentRegionMax"][2]["namespace"] = "ImGui" @@ -18016,7 +17635,6 @@ defs["igGetWindowContentRegionMax"][3]["argsT"] = {} defs["igGetWindowContentRegionMax"][3]["argsoriginal"] = "()" defs["igGetWindowContentRegionMax"][3]["call_args"] = "()" defs["igGetWindowContentRegionMax"][3]["cimguiname"] = "igGetWindowContentRegionMax" -defs["igGetWindowContentRegionMax"][3]["comment"] = "" defs["igGetWindowContentRegionMax"][3]["defaults"] = defs["igGetWindowContentRegionMax"][1]["defaults"] defs["igGetWindowContentRegionMax"][3]["funcname"] = "GetWindowContentRegionMax" defs["igGetWindowContentRegionMax"][3]["namespace"] = "ImGui" @@ -18036,7 +17654,6 @@ defs["igGetWindowContentRegionMin"][1]["argsT"] = {} defs["igGetWindowContentRegionMin"][1]["argsoriginal"] = "()" defs["igGetWindowContentRegionMin"][1]["call_args"] = "()" defs["igGetWindowContentRegionMin"][1]["cimguiname"] = "igGetWindowContentRegionMin" -defs["igGetWindowContentRegionMin"][1]["comment"] = "" defs["igGetWindowContentRegionMin"][1]["defaults"] = {} defs["igGetWindowContentRegionMin"][1]["funcname"] = "GetWindowContentRegionMin" defs["igGetWindowContentRegionMin"][1]["namespace"] = "ImGui" @@ -18053,7 +17670,6 @@ defs["igGetWindowContentRegionMin"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetWindowContentRegionMin"][2]["argsoriginal"] = "()" defs["igGetWindowContentRegionMin"][2]["call_args"] = "()" defs["igGetWindowContentRegionMin"][2]["cimguiname"] = "igGetWindowContentRegionMin" -defs["igGetWindowContentRegionMin"][2]["comment"] = "" defs["igGetWindowContentRegionMin"][2]["defaults"] = defs["igGetWindowContentRegionMin"][1]["defaults"] defs["igGetWindowContentRegionMin"][2]["funcname"] = "GetWindowContentRegionMin" defs["igGetWindowContentRegionMin"][2]["namespace"] = "ImGui" @@ -18068,7 +17684,6 @@ defs["igGetWindowContentRegionMin"][3]["argsT"] = {} defs["igGetWindowContentRegionMin"][3]["argsoriginal"] = "()" defs["igGetWindowContentRegionMin"][3]["call_args"] = "()" defs["igGetWindowContentRegionMin"][3]["cimguiname"] = "igGetWindowContentRegionMin" -defs["igGetWindowContentRegionMin"][3]["comment"] = "" defs["igGetWindowContentRegionMin"][3]["defaults"] = defs["igGetWindowContentRegionMin"][1]["defaults"] defs["igGetWindowContentRegionMin"][3]["funcname"] = "GetWindowContentRegionMin" defs["igGetWindowContentRegionMin"][3]["namespace"] = "ImGui" @@ -18088,7 +17703,6 @@ defs["igGetWindowContentRegionWidth"][1]["argsT"] = {} defs["igGetWindowContentRegionWidth"][1]["argsoriginal"] = "()" defs["igGetWindowContentRegionWidth"][1]["call_args"] = "()" defs["igGetWindowContentRegionWidth"][1]["cimguiname"] = "igGetWindowContentRegionWidth" -defs["igGetWindowContentRegionWidth"][1]["comment"] = "" defs["igGetWindowContentRegionWidth"][1]["defaults"] = {} defs["igGetWindowContentRegionWidth"][1]["funcname"] = "GetWindowContentRegionWidth" defs["igGetWindowContentRegionWidth"][1]["namespace"] = "ImGui" @@ -18104,7 +17718,6 @@ defs["igGetWindowDrawList"][1]["argsT"] = {} defs["igGetWindowDrawList"][1]["argsoriginal"] = "()" defs["igGetWindowDrawList"][1]["call_args"] = "()" defs["igGetWindowDrawList"][1]["cimguiname"] = "igGetWindowDrawList" -defs["igGetWindowDrawList"][1]["comment"] = "" defs["igGetWindowDrawList"][1]["defaults"] = {} defs["igGetWindowDrawList"][1]["funcname"] = "GetWindowDrawList" defs["igGetWindowDrawList"][1]["namespace"] = "ImGui" @@ -18120,7 +17733,6 @@ defs["igGetWindowHeight"][1]["argsT"] = {} defs["igGetWindowHeight"][1]["argsoriginal"] = "()" defs["igGetWindowHeight"][1]["call_args"] = "()" defs["igGetWindowHeight"][1]["cimguiname"] = "igGetWindowHeight" -defs["igGetWindowHeight"][1]["comment"] = "" defs["igGetWindowHeight"][1]["defaults"] = {} defs["igGetWindowHeight"][1]["funcname"] = "GetWindowHeight" defs["igGetWindowHeight"][1]["namespace"] = "ImGui" @@ -18136,7 +17748,6 @@ defs["igGetWindowPos"][1]["argsT"] = {} defs["igGetWindowPos"][1]["argsoriginal"] = "()" defs["igGetWindowPos"][1]["call_args"] = "()" defs["igGetWindowPos"][1]["cimguiname"] = "igGetWindowPos" -defs["igGetWindowPos"][1]["comment"] = "" defs["igGetWindowPos"][1]["defaults"] = {} defs["igGetWindowPos"][1]["funcname"] = "GetWindowPos" defs["igGetWindowPos"][1]["namespace"] = "ImGui" @@ -18153,7 +17764,6 @@ defs["igGetWindowPos"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetWindowPos"][2]["argsoriginal"] = "()" defs["igGetWindowPos"][2]["call_args"] = "()" defs["igGetWindowPos"][2]["cimguiname"] = "igGetWindowPos" -defs["igGetWindowPos"][2]["comment"] = "" defs["igGetWindowPos"][2]["defaults"] = defs["igGetWindowPos"][1]["defaults"] defs["igGetWindowPos"][2]["funcname"] = "GetWindowPos" defs["igGetWindowPos"][2]["namespace"] = "ImGui" @@ -18168,7 +17778,6 @@ defs["igGetWindowPos"][3]["argsT"] = {} defs["igGetWindowPos"][3]["argsoriginal"] = "()" defs["igGetWindowPos"][3]["call_args"] = "()" defs["igGetWindowPos"][3]["cimguiname"] = "igGetWindowPos" -defs["igGetWindowPos"][3]["comment"] = "" defs["igGetWindowPos"][3]["defaults"] = defs["igGetWindowPos"][1]["defaults"] defs["igGetWindowPos"][3]["funcname"] = "GetWindowPos" defs["igGetWindowPos"][3]["namespace"] = "ImGui" @@ -18188,7 +17797,6 @@ defs["igGetWindowSize"][1]["argsT"] = {} defs["igGetWindowSize"][1]["argsoriginal"] = "()" defs["igGetWindowSize"][1]["call_args"] = "()" defs["igGetWindowSize"][1]["cimguiname"] = "igGetWindowSize" -defs["igGetWindowSize"][1]["comment"] = "" defs["igGetWindowSize"][1]["defaults"] = {} defs["igGetWindowSize"][1]["funcname"] = "GetWindowSize" defs["igGetWindowSize"][1]["namespace"] = "ImGui" @@ -18205,7 +17813,6 @@ defs["igGetWindowSize"][2]["argsT"][1]["type"] = "ImVec2*" defs["igGetWindowSize"][2]["argsoriginal"] = "()" defs["igGetWindowSize"][2]["call_args"] = "()" defs["igGetWindowSize"][2]["cimguiname"] = "igGetWindowSize" -defs["igGetWindowSize"][2]["comment"] = "" defs["igGetWindowSize"][2]["defaults"] = defs["igGetWindowSize"][1]["defaults"] defs["igGetWindowSize"][2]["funcname"] = "GetWindowSize" defs["igGetWindowSize"][2]["namespace"] = "ImGui" @@ -18220,7 +17827,6 @@ defs["igGetWindowSize"][3]["argsT"] = {} defs["igGetWindowSize"][3]["argsoriginal"] = "()" defs["igGetWindowSize"][3]["call_args"] = "()" defs["igGetWindowSize"][3]["cimguiname"] = "igGetWindowSize" -defs["igGetWindowSize"][3]["comment"] = "" defs["igGetWindowSize"][3]["defaults"] = defs["igGetWindowSize"][1]["defaults"] defs["igGetWindowSize"][3]["funcname"] = "GetWindowSize" defs["igGetWindowSize"][3]["namespace"] = "ImGui" @@ -18240,7 +17846,6 @@ defs["igGetWindowWidth"][1]["argsT"] = {} defs["igGetWindowWidth"][1]["argsoriginal"] = "()" defs["igGetWindowWidth"][1]["call_args"] = "()" defs["igGetWindowWidth"][1]["cimguiname"] = "igGetWindowWidth" -defs["igGetWindowWidth"][1]["comment"] = "" defs["igGetWindowWidth"][1]["defaults"] = {} defs["igGetWindowWidth"][1]["funcname"] = "GetWindowWidth" defs["igGetWindowWidth"][1]["namespace"] = "ImGui" @@ -18274,7 +17879,6 @@ defs["igImage"][1]["argsT"][6]["type"] = "const ImVec4" defs["igImage"][1]["argsoriginal"] = "(ImTextureID user_texture_id,const ImVec2& size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),const ImVec4& tint_col=ImVec4(1,1,1,1),const ImVec4& border_col=ImVec4(0,0,0,0))" defs["igImage"][1]["call_args"] = "(user_texture_id,size,uv0,uv1,tint_col,border_col)" defs["igImage"][1]["cimguiname"] = "igImage" -defs["igImage"][1]["comment"] = "" defs["igImage"][1]["defaults"] = {} defs["igImage"][1]["defaults"]["border_col"] = "ImVec4(0,0,0,0)" defs["igImage"][1]["defaults"]["tint_col"] = "ImVec4(1,1,1,1)" @@ -18315,7 +17919,6 @@ defs["igImageButton"][1]["argsT"][7]["type"] = "const ImVec4" defs["igImageButton"][1]["argsoriginal"] = "(ImTextureID user_texture_id,const ImVec2& size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),int frame_padding=-1,const ImVec4& bg_col=ImVec4(0,0,0,0),const ImVec4& tint_col=ImVec4(1,1,1,1))" defs["igImageButton"][1]["call_args"] = "(user_texture_id,size,uv0,uv1,frame_padding,bg_col,tint_col)" defs["igImageButton"][1]["cimguiname"] = "igImageButton" -defs["igImageButton"][1]["comment"] = "" defs["igImageButton"][1]["defaults"] = {} defs["igImageButton"][1]["defaults"]["bg_col"] = "ImVec4(0,0,0,0)" defs["igImageButton"][1]["defaults"]["frame_padding"] = "-1" @@ -18339,7 +17942,6 @@ defs["igIndent"][1]["argsT"][1]["type"] = "float" defs["igIndent"][1]["argsoriginal"] = "(float indent_w=0.0f)" defs["igIndent"][1]["call_args"] = "(indent_w)" defs["igIndent"][1]["cimguiname"] = "igIndent" -defs["igIndent"][1]["comment"] = "" defs["igIndent"][1]["defaults"] = {} defs["igIndent"][1]["defaults"]["indent_w"] = "0.0f" defs["igIndent"][1]["funcname"] = "Indent" @@ -18374,7 +17976,6 @@ defs["igInputDouble"][1]["argsT"][6]["type"] = "ImGuiInputTextFlags" defs["igInputDouble"][1]["argsoriginal"] = "(const char* label,double* v,double step=0.0,double step_fast=0.0,const char* format=\"%.6f\",ImGuiInputTextFlags flags=0)" defs["igInputDouble"][1]["call_args"] = "(label,v,step,step_fast,format,flags)" defs["igInputDouble"][1]["cimguiname"] = "igInputDouble" -defs["igInputDouble"][1]["comment"] = "" defs["igInputDouble"][1]["defaults"] = {} defs["igInputDouble"][1]["defaults"]["flags"] = "0" defs["igInputDouble"][1]["defaults"]["format"] = "\"%.6f\"" @@ -18412,7 +18013,6 @@ defs["igInputFloat"][1]["argsT"][6]["type"] = "ImGuiInputTextFlags" defs["igInputFloat"][1]["argsoriginal"] = "(const char* label,float* v,float step=0.0f,float step_fast=0.0f,const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)" defs["igInputFloat"][1]["call_args"] = "(label,v,step,step_fast,format,flags)" defs["igInputFloat"][1]["cimguiname"] = "igInputFloat" -defs["igInputFloat"][1]["comment"] = "" defs["igInputFloat"][1]["defaults"] = {} defs["igInputFloat"][1]["defaults"]["flags"] = "0" defs["igInputFloat"][1]["defaults"]["format"] = "\"%.3f\"" @@ -18444,7 +18044,6 @@ defs["igInputFloat2"][1]["argsT"][4]["type"] = "ImGuiInputTextFlags" defs["igInputFloat2"][1]["argsoriginal"] = "(const char* label,float v[2],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)" defs["igInputFloat2"][1]["call_args"] = "(label,v,format,flags)" defs["igInputFloat2"][1]["cimguiname"] = "igInputFloat2" -defs["igInputFloat2"][1]["comment"] = "" defs["igInputFloat2"][1]["defaults"] = {} defs["igInputFloat2"][1]["defaults"]["flags"] = "0" defs["igInputFloat2"][1]["defaults"]["format"] = "\"%.3f\"" @@ -18474,7 +18073,6 @@ defs["igInputFloat3"][1]["argsT"][4]["type"] = "ImGuiInputTextFlags" defs["igInputFloat3"][1]["argsoriginal"] = "(const char* label,float v[3],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)" defs["igInputFloat3"][1]["call_args"] = "(label,v,format,flags)" defs["igInputFloat3"][1]["cimguiname"] = "igInputFloat3" -defs["igInputFloat3"][1]["comment"] = "" defs["igInputFloat3"][1]["defaults"] = {} defs["igInputFloat3"][1]["defaults"]["flags"] = "0" defs["igInputFloat3"][1]["defaults"]["format"] = "\"%.3f\"" @@ -18504,7 +18102,6 @@ defs["igInputFloat4"][1]["argsT"][4]["type"] = "ImGuiInputTextFlags" defs["igInputFloat4"][1]["argsoriginal"] = "(const char* label,float v[4],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)" defs["igInputFloat4"][1]["call_args"] = "(label,v,format,flags)" defs["igInputFloat4"][1]["cimguiname"] = "igInputFloat4" -defs["igInputFloat4"][1]["comment"] = "" defs["igInputFloat4"][1]["defaults"] = {} defs["igInputFloat4"][1]["defaults"]["flags"] = "0" defs["igInputFloat4"][1]["defaults"]["format"] = "\"%.3f\"" @@ -18537,7 +18134,6 @@ defs["igInputInt"][1]["argsT"][5]["type"] = "ImGuiInputTextFlags" defs["igInputInt"][1]["argsoriginal"] = "(const char* label,int* v,int step=1,int step_fast=100,ImGuiInputTextFlags flags=0)" defs["igInputInt"][1]["call_args"] = "(label,v,step,step_fast,flags)" defs["igInputInt"][1]["cimguiname"] = "igInputInt" -defs["igInputInt"][1]["comment"] = "" defs["igInputInt"][1]["defaults"] = {} defs["igInputInt"][1]["defaults"]["flags"] = "0" defs["igInputInt"][1]["defaults"]["step"] = "1" @@ -18565,7 +18161,6 @@ defs["igInputInt2"][1]["argsT"][3]["type"] = "ImGuiInputTextFlags" defs["igInputInt2"][1]["argsoriginal"] = "(const char* label,int v[2],ImGuiInputTextFlags flags=0)" defs["igInputInt2"][1]["call_args"] = "(label,v,flags)" defs["igInputInt2"][1]["cimguiname"] = "igInputInt2" -defs["igInputInt2"][1]["comment"] = "" defs["igInputInt2"][1]["defaults"] = {} defs["igInputInt2"][1]["defaults"]["flags"] = "0" defs["igInputInt2"][1]["funcname"] = "InputInt2" @@ -18591,7 +18186,6 @@ defs["igInputInt3"][1]["argsT"][3]["type"] = "ImGuiInputTextFlags" defs["igInputInt3"][1]["argsoriginal"] = "(const char* label,int v[3],ImGuiInputTextFlags flags=0)" defs["igInputInt3"][1]["call_args"] = "(label,v,flags)" defs["igInputInt3"][1]["cimguiname"] = "igInputInt3" -defs["igInputInt3"][1]["comment"] = "" defs["igInputInt3"][1]["defaults"] = {} defs["igInputInt3"][1]["defaults"]["flags"] = "0" defs["igInputInt3"][1]["funcname"] = "InputInt3" @@ -18617,7 +18211,6 @@ defs["igInputInt4"][1]["argsT"][3]["type"] = "ImGuiInputTextFlags" defs["igInputInt4"][1]["argsoriginal"] = "(const char* label,int v[4],ImGuiInputTextFlags flags=0)" defs["igInputInt4"][1]["call_args"] = "(label,v,flags)" defs["igInputInt4"][1]["cimguiname"] = "igInputInt4" -defs["igInputInt4"][1]["comment"] = "" defs["igInputInt4"][1]["defaults"] = {} defs["igInputInt4"][1]["defaults"]["flags"] = "0" defs["igInputInt4"][1]["funcname"] = "InputInt4" @@ -18655,7 +18248,6 @@ defs["igInputScalar"][1]["argsT"][7]["type"] = "ImGuiInputTextFlags" defs["igInputScalar"][1]["argsoriginal"] = "(const char* label,ImGuiDataType data_type,void* v,const void* step=((void*)0),const void* step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)" defs["igInputScalar"][1]["call_args"] = "(label,data_type,v,step,step_fast,format,flags)" defs["igInputScalar"][1]["cimguiname"] = "igInputScalar" -defs["igInputScalar"][1]["comment"] = "" defs["igInputScalar"][1]["defaults"] = {} defs["igInputScalar"][1]["defaults"]["flags"] = "0" defs["igInputScalar"][1]["defaults"]["format"] = "((void*)0)" @@ -18699,7 +18291,6 @@ defs["igInputScalarN"][1]["argsT"][8]["type"] = "ImGuiInputTextFlags" defs["igInputScalarN"][1]["argsoriginal"] = "(const char* label,ImGuiDataType data_type,void* v,int components,const void* step=((void*)0),const void* step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)" defs["igInputScalarN"][1]["call_args"] = "(label,data_type,v,components,step,step_fast,format,flags)" defs["igInputScalarN"][1]["cimguiname"] = "igInputScalarN" -defs["igInputScalarN"][1]["comment"] = "" defs["igInputScalarN"][1]["defaults"] = {} defs["igInputScalarN"][1]["defaults"]["flags"] = "0" defs["igInputScalarN"][1]["defaults"]["format"] = "((void*)0)" @@ -18737,7 +18328,6 @@ defs["igInputText"][1]["argsT"][6]["type"] = "void*" defs["igInputText"][1]["argsoriginal"] = "(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))" defs["igInputText"][1]["call_args"] = "(label,buf,buf_size,flags,callback,user_data)" defs["igInputText"][1]["cimguiname"] = "igInputText" -defs["igInputText"][1]["comment"] = "" defs["igInputText"][1]["defaults"] = {} defs["igInputText"][1]["defaults"]["callback"] = "((void*)0)" defs["igInputText"][1]["defaults"]["flags"] = "0" @@ -18777,7 +18367,6 @@ defs["igInputTextMultiline"][1]["argsT"][7]["type"] = "void*" defs["igInputTextMultiline"][1]["argsoriginal"] = "(const char* label,char* buf,size_t buf_size,const ImVec2& size=ImVec2(0,0),ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))" defs["igInputTextMultiline"][1]["call_args"] = "(label,buf,buf_size,size,flags,callback,user_data)" defs["igInputTextMultiline"][1]["cimguiname"] = "igInputTextMultiline" -defs["igInputTextMultiline"][1]["comment"] = "" defs["igInputTextMultiline"][1]["defaults"] = {} defs["igInputTextMultiline"][1]["defaults"]["callback"] = "((void*)0)" defs["igInputTextMultiline"][1]["defaults"]["flags"] = "0" @@ -18803,7 +18392,6 @@ defs["igInvisibleButton"][1]["argsT"][2]["type"] = "const ImVec2" defs["igInvisibleButton"][1]["argsoriginal"] = "(const char* str_id,const ImVec2& size)" defs["igInvisibleButton"][1]["call_args"] = "(str_id,size)" defs["igInvisibleButton"][1]["cimguiname"] = "igInvisibleButton" -defs["igInvisibleButton"][1]["comment"] = "" defs["igInvisibleButton"][1]["defaults"] = {} defs["igInvisibleButton"][1]["funcname"] = "InvisibleButton" defs["igInvisibleButton"][1]["namespace"] = "ImGui" @@ -18819,7 +18407,6 @@ defs["igIsAnyItemActive"][1]["argsT"] = {} defs["igIsAnyItemActive"][1]["argsoriginal"] = "()" defs["igIsAnyItemActive"][1]["call_args"] = "()" defs["igIsAnyItemActive"][1]["cimguiname"] = "igIsAnyItemActive" -defs["igIsAnyItemActive"][1]["comment"] = "" defs["igIsAnyItemActive"][1]["defaults"] = {} defs["igIsAnyItemActive"][1]["funcname"] = "IsAnyItemActive" defs["igIsAnyItemActive"][1]["namespace"] = "ImGui" @@ -18835,7 +18422,6 @@ defs["igIsAnyItemFocused"][1]["argsT"] = {} defs["igIsAnyItemFocused"][1]["argsoriginal"] = "()" defs["igIsAnyItemFocused"][1]["call_args"] = "()" defs["igIsAnyItemFocused"][1]["cimguiname"] = "igIsAnyItemFocused" -defs["igIsAnyItemFocused"][1]["comment"] = "" defs["igIsAnyItemFocused"][1]["defaults"] = {} defs["igIsAnyItemFocused"][1]["funcname"] = "IsAnyItemFocused" defs["igIsAnyItemFocused"][1]["namespace"] = "ImGui" @@ -18851,7 +18437,6 @@ defs["igIsAnyItemHovered"][1]["argsT"] = {} defs["igIsAnyItemHovered"][1]["argsoriginal"] = "()" defs["igIsAnyItemHovered"][1]["call_args"] = "()" defs["igIsAnyItemHovered"][1]["cimguiname"] = "igIsAnyItemHovered" -defs["igIsAnyItemHovered"][1]["comment"] = "" defs["igIsAnyItemHovered"][1]["defaults"] = {} defs["igIsAnyItemHovered"][1]["funcname"] = "IsAnyItemHovered" defs["igIsAnyItemHovered"][1]["namespace"] = "ImGui" @@ -18867,7 +18452,6 @@ defs["igIsAnyMouseDown"][1]["argsT"] = {} defs["igIsAnyMouseDown"][1]["argsoriginal"] = "()" defs["igIsAnyMouseDown"][1]["call_args"] = "()" defs["igIsAnyMouseDown"][1]["cimguiname"] = "igIsAnyMouseDown" -defs["igIsAnyMouseDown"][1]["comment"] = "" defs["igIsAnyMouseDown"][1]["defaults"] = {} defs["igIsAnyMouseDown"][1]["funcname"] = "IsAnyMouseDown" defs["igIsAnyMouseDown"][1]["namespace"] = "ImGui" @@ -18883,7 +18467,6 @@ defs["igIsItemActive"][1]["argsT"] = {} defs["igIsItemActive"][1]["argsoriginal"] = "()" defs["igIsItemActive"][1]["call_args"] = "()" defs["igIsItemActive"][1]["cimguiname"] = "igIsItemActive" -defs["igIsItemActive"][1]["comment"] = "" defs["igIsItemActive"][1]["defaults"] = {} defs["igIsItemActive"][1]["funcname"] = "IsItemActive" defs["igIsItemActive"][1]["namespace"] = "ImGui" @@ -18902,7 +18485,6 @@ defs["igIsItemClicked"][1]["argsT"][1]["type"] = "int" defs["igIsItemClicked"][1]["argsoriginal"] = "(int mouse_button=0)" defs["igIsItemClicked"][1]["call_args"] = "(mouse_button)" defs["igIsItemClicked"][1]["cimguiname"] = "igIsItemClicked" -defs["igIsItemClicked"][1]["comment"] = "" defs["igIsItemClicked"][1]["defaults"] = {} defs["igIsItemClicked"][1]["defaults"]["mouse_button"] = "0" defs["igIsItemClicked"][1]["funcname"] = "IsItemClicked" @@ -18919,7 +18501,6 @@ defs["igIsItemDeactivated"][1]["argsT"] = {} defs["igIsItemDeactivated"][1]["argsoriginal"] = "()" defs["igIsItemDeactivated"][1]["call_args"] = "()" defs["igIsItemDeactivated"][1]["cimguiname"] = "igIsItemDeactivated" -defs["igIsItemDeactivated"][1]["comment"] = "" defs["igIsItemDeactivated"][1]["defaults"] = {} defs["igIsItemDeactivated"][1]["funcname"] = "IsItemDeactivated" defs["igIsItemDeactivated"][1]["namespace"] = "ImGui" @@ -18935,7 +18516,6 @@ defs["igIsItemDeactivatedAfterEdit"][1]["argsT"] = {} defs["igIsItemDeactivatedAfterEdit"][1]["argsoriginal"] = "()" defs["igIsItemDeactivatedAfterEdit"][1]["call_args"] = "()" defs["igIsItemDeactivatedAfterEdit"][1]["cimguiname"] = "igIsItemDeactivatedAfterEdit" -defs["igIsItemDeactivatedAfterEdit"][1]["comment"] = "" defs["igIsItemDeactivatedAfterEdit"][1]["defaults"] = {} defs["igIsItemDeactivatedAfterEdit"][1]["funcname"] = "IsItemDeactivatedAfterEdit" defs["igIsItemDeactivatedAfterEdit"][1]["namespace"] = "ImGui" @@ -18951,7 +18531,6 @@ defs["igIsItemEdited"][1]["argsT"] = {} defs["igIsItemEdited"][1]["argsoriginal"] = "()" defs["igIsItemEdited"][1]["call_args"] = "()" defs["igIsItemEdited"][1]["cimguiname"] = "igIsItemEdited" -defs["igIsItemEdited"][1]["comment"] = "" defs["igIsItemEdited"][1]["defaults"] = {} defs["igIsItemEdited"][1]["funcname"] = "IsItemEdited" defs["igIsItemEdited"][1]["namespace"] = "ImGui" @@ -18967,7 +18546,6 @@ defs["igIsItemFocused"][1]["argsT"] = {} defs["igIsItemFocused"][1]["argsoriginal"] = "()" defs["igIsItemFocused"][1]["call_args"] = "()" defs["igIsItemFocused"][1]["cimguiname"] = "igIsItemFocused" -defs["igIsItemFocused"][1]["comment"] = "" defs["igIsItemFocused"][1]["defaults"] = {} defs["igIsItemFocused"][1]["funcname"] = "IsItemFocused" defs["igIsItemFocused"][1]["namespace"] = "ImGui" @@ -18986,7 +18564,6 @@ defs["igIsItemHovered"][1]["argsT"][1]["type"] = "ImGuiHoveredFlags" defs["igIsItemHovered"][1]["argsoriginal"] = "(ImGuiHoveredFlags flags=0)" defs["igIsItemHovered"][1]["call_args"] = "(flags)" defs["igIsItemHovered"][1]["cimguiname"] = "igIsItemHovered" -defs["igIsItemHovered"][1]["comment"] = "" defs["igIsItemHovered"][1]["defaults"] = {} defs["igIsItemHovered"][1]["defaults"]["flags"] = "0" defs["igIsItemHovered"][1]["funcname"] = "IsItemHovered" @@ -19003,7 +18580,6 @@ defs["igIsItemVisible"][1]["argsT"] = {} defs["igIsItemVisible"][1]["argsoriginal"] = "()" defs["igIsItemVisible"][1]["call_args"] = "()" defs["igIsItemVisible"][1]["cimguiname"] = "igIsItemVisible" -defs["igIsItemVisible"][1]["comment"] = "" defs["igIsItemVisible"][1]["defaults"] = {} defs["igIsItemVisible"][1]["funcname"] = "IsItemVisible" defs["igIsItemVisible"][1]["namespace"] = "ImGui" @@ -19022,7 +18598,6 @@ defs["igIsKeyDown"][1]["argsT"][1]["type"] = "int" defs["igIsKeyDown"][1]["argsoriginal"] = "(int user_key_index)" defs["igIsKeyDown"][1]["call_args"] = "(user_key_index)" defs["igIsKeyDown"][1]["cimguiname"] = "igIsKeyDown" -defs["igIsKeyDown"][1]["comment"] = "" defs["igIsKeyDown"][1]["defaults"] = {} defs["igIsKeyDown"][1]["funcname"] = "IsKeyDown" defs["igIsKeyDown"][1]["namespace"] = "ImGui" @@ -19044,7 +18619,6 @@ defs["igIsKeyPressed"][1]["argsT"][2]["type"] = "bool" defs["igIsKeyPressed"][1]["argsoriginal"] = "(int user_key_index,bool repeat=true)" defs["igIsKeyPressed"][1]["call_args"] = "(user_key_index,repeat)" defs["igIsKeyPressed"][1]["cimguiname"] = "igIsKeyPressed" -defs["igIsKeyPressed"][1]["comment"] = "" defs["igIsKeyPressed"][1]["defaults"] = {} defs["igIsKeyPressed"][1]["defaults"]["repeat"] = "true" defs["igIsKeyPressed"][1]["funcname"] = "IsKeyPressed" @@ -19064,7 +18638,6 @@ defs["igIsKeyReleased"][1]["argsT"][1]["type"] = "int" defs["igIsKeyReleased"][1]["argsoriginal"] = "(int user_key_index)" defs["igIsKeyReleased"][1]["call_args"] = "(user_key_index)" defs["igIsKeyReleased"][1]["cimguiname"] = "igIsKeyReleased" -defs["igIsKeyReleased"][1]["comment"] = "" defs["igIsKeyReleased"][1]["defaults"] = {} defs["igIsKeyReleased"][1]["funcname"] = "IsKeyReleased" defs["igIsKeyReleased"][1]["namespace"] = "ImGui" @@ -19086,7 +18659,6 @@ defs["igIsMouseClicked"][1]["argsT"][2]["type"] = "bool" defs["igIsMouseClicked"][1]["argsoriginal"] = "(int button,bool repeat=false)" defs["igIsMouseClicked"][1]["call_args"] = "(button,repeat)" defs["igIsMouseClicked"][1]["cimguiname"] = "igIsMouseClicked" -defs["igIsMouseClicked"][1]["comment"] = "" defs["igIsMouseClicked"][1]["defaults"] = {} defs["igIsMouseClicked"][1]["defaults"]["repeat"] = "false" defs["igIsMouseClicked"][1]["funcname"] = "IsMouseClicked" @@ -19106,7 +18678,6 @@ defs["igIsMouseDoubleClicked"][1]["argsT"][1]["type"] = "int" defs["igIsMouseDoubleClicked"][1]["argsoriginal"] = "(int button)" defs["igIsMouseDoubleClicked"][1]["call_args"] = "(button)" defs["igIsMouseDoubleClicked"][1]["cimguiname"] = "igIsMouseDoubleClicked" -defs["igIsMouseDoubleClicked"][1]["comment"] = "" defs["igIsMouseDoubleClicked"][1]["defaults"] = {} defs["igIsMouseDoubleClicked"][1]["funcname"] = "IsMouseDoubleClicked" defs["igIsMouseDoubleClicked"][1]["namespace"] = "ImGui" @@ -19125,7 +18696,6 @@ defs["igIsMouseDown"][1]["argsT"][1]["type"] = "int" defs["igIsMouseDown"][1]["argsoriginal"] = "(int button)" defs["igIsMouseDown"][1]["call_args"] = "(button)" defs["igIsMouseDown"][1]["cimguiname"] = "igIsMouseDown" -defs["igIsMouseDown"][1]["comment"] = "" defs["igIsMouseDown"][1]["defaults"] = {} defs["igIsMouseDown"][1]["funcname"] = "IsMouseDown" defs["igIsMouseDown"][1]["namespace"] = "ImGui" @@ -19147,7 +18717,6 @@ defs["igIsMouseDragging"][1]["argsT"][2]["type"] = "float" defs["igIsMouseDragging"][1]["argsoriginal"] = "(int button=0,float lock_threshold=-1.0f)" defs["igIsMouseDragging"][1]["call_args"] = "(button,lock_threshold)" defs["igIsMouseDragging"][1]["cimguiname"] = "igIsMouseDragging" -defs["igIsMouseDragging"][1]["comment"] = "" defs["igIsMouseDragging"][1]["defaults"] = {} defs["igIsMouseDragging"][1]["defaults"]["button"] = "0" defs["igIsMouseDragging"][1]["defaults"]["lock_threshold"] = "-1.0f" @@ -19174,7 +18743,6 @@ defs["igIsMouseHoveringRect"][1]["argsT"][3]["type"] = "bool" defs["igIsMouseHoveringRect"][1]["argsoriginal"] = "(const ImVec2& r_min,const ImVec2& r_max,bool clip=true)" defs["igIsMouseHoveringRect"][1]["call_args"] = "(r_min,r_max,clip)" defs["igIsMouseHoveringRect"][1]["cimguiname"] = "igIsMouseHoveringRect" -defs["igIsMouseHoveringRect"][1]["comment"] = "" defs["igIsMouseHoveringRect"][1]["defaults"] = {} defs["igIsMouseHoveringRect"][1]["defaults"]["clip"] = "true" defs["igIsMouseHoveringRect"][1]["funcname"] = "IsMouseHoveringRect" @@ -19194,7 +18762,6 @@ defs["igIsMousePosValid"][1]["argsT"][1]["type"] = "const ImVec2*" defs["igIsMousePosValid"][1]["argsoriginal"] = "(const ImVec2* mouse_pos=((void*)0))" defs["igIsMousePosValid"][1]["call_args"] = "(mouse_pos)" defs["igIsMousePosValid"][1]["cimguiname"] = "igIsMousePosValid" -defs["igIsMousePosValid"][1]["comment"] = "" defs["igIsMousePosValid"][1]["defaults"] = {} defs["igIsMousePosValid"][1]["defaults"]["mouse_pos"] = "((void*)0)" defs["igIsMousePosValid"][1]["funcname"] = "IsMousePosValid" @@ -19214,7 +18781,6 @@ defs["igIsMouseReleased"][1]["argsT"][1]["type"] = "int" defs["igIsMouseReleased"][1]["argsoriginal"] = "(int button)" defs["igIsMouseReleased"][1]["call_args"] = "(button)" defs["igIsMouseReleased"][1]["cimguiname"] = "igIsMouseReleased" -defs["igIsMouseReleased"][1]["comment"] = "" defs["igIsMouseReleased"][1]["defaults"] = {} defs["igIsMouseReleased"][1]["funcname"] = "IsMouseReleased" defs["igIsMouseReleased"][1]["namespace"] = "ImGui" @@ -19233,7 +18799,6 @@ defs["igIsPopupOpen"][1]["argsT"][1]["type"] = "const char*" defs["igIsPopupOpen"][1]["argsoriginal"] = "(const char* str_id)" defs["igIsPopupOpen"][1]["call_args"] = "(str_id)" defs["igIsPopupOpen"][1]["cimguiname"] = "igIsPopupOpen" -defs["igIsPopupOpen"][1]["comment"] = "" defs["igIsPopupOpen"][1]["defaults"] = {} defs["igIsPopupOpen"][1]["funcname"] = "IsPopupOpen" defs["igIsPopupOpen"][1]["namespace"] = "ImGui" @@ -19252,7 +18817,6 @@ defs["igIsRectVisible"][1]["argsT"][1]["type"] = "const ImVec2" defs["igIsRectVisible"][1]["argsoriginal"] = "(const ImVec2& size)" defs["igIsRectVisible"][1]["call_args"] = "(size)" defs["igIsRectVisible"][1]["cimguiname"] = "igIsRectVisible" -defs["igIsRectVisible"][1]["comment"] = "" defs["igIsRectVisible"][1]["defaults"] = {} defs["igIsRectVisible"][1]["funcname"] = "IsRectVisible" defs["igIsRectVisible"][1]["namespace"] = "ImGui" @@ -19272,7 +18836,6 @@ defs["igIsRectVisible"][2]["argsT"][2]["type"] = "const ImVec2" defs["igIsRectVisible"][2]["argsoriginal"] = "(const ImVec2& rect_min,const ImVec2& rect_max)" defs["igIsRectVisible"][2]["call_args"] = "(rect_min,rect_max)" defs["igIsRectVisible"][2]["cimguiname"] = "igIsRectVisible" -defs["igIsRectVisible"][2]["comment"] = "" defs["igIsRectVisible"][2]["defaults"] = {} defs["igIsRectVisible"][2]["funcname"] = "IsRectVisible" defs["igIsRectVisible"][2]["namespace"] = "ImGui" @@ -19289,7 +18852,6 @@ defs["igIsWindowAppearing"][1]["argsT"] = {} defs["igIsWindowAppearing"][1]["argsoriginal"] = "()" defs["igIsWindowAppearing"][1]["call_args"] = "()" defs["igIsWindowAppearing"][1]["cimguiname"] = "igIsWindowAppearing" -defs["igIsWindowAppearing"][1]["comment"] = "" defs["igIsWindowAppearing"][1]["defaults"] = {} defs["igIsWindowAppearing"][1]["funcname"] = "IsWindowAppearing" defs["igIsWindowAppearing"][1]["namespace"] = "ImGui" @@ -19305,7 +18867,6 @@ defs["igIsWindowCollapsed"][1]["argsT"] = {} defs["igIsWindowCollapsed"][1]["argsoriginal"] = "()" defs["igIsWindowCollapsed"][1]["call_args"] = "()" defs["igIsWindowCollapsed"][1]["cimguiname"] = "igIsWindowCollapsed" -defs["igIsWindowCollapsed"][1]["comment"] = "" defs["igIsWindowCollapsed"][1]["defaults"] = {} defs["igIsWindowCollapsed"][1]["funcname"] = "IsWindowCollapsed" defs["igIsWindowCollapsed"][1]["namespace"] = "ImGui" @@ -19324,7 +18885,6 @@ defs["igIsWindowFocused"][1]["argsT"][1]["type"] = "ImGuiFocusedFlags" defs["igIsWindowFocused"][1]["argsoriginal"] = "(ImGuiFocusedFlags flags=0)" defs["igIsWindowFocused"][1]["call_args"] = "(flags)" defs["igIsWindowFocused"][1]["cimguiname"] = "igIsWindowFocused" -defs["igIsWindowFocused"][1]["comment"] = "" defs["igIsWindowFocused"][1]["defaults"] = {} defs["igIsWindowFocused"][1]["defaults"]["flags"] = "0" defs["igIsWindowFocused"][1]["funcname"] = "IsWindowFocused" @@ -19344,7 +18904,6 @@ defs["igIsWindowHovered"][1]["argsT"][1]["type"] = "ImGuiHoveredFlags" defs["igIsWindowHovered"][1]["argsoriginal"] = "(ImGuiHoveredFlags flags=0)" defs["igIsWindowHovered"][1]["call_args"] = "(flags)" defs["igIsWindowHovered"][1]["cimguiname"] = "igIsWindowHovered" -defs["igIsWindowHovered"][1]["comment"] = "" defs["igIsWindowHovered"][1]["defaults"] = {} defs["igIsWindowHovered"][1]["defaults"]["flags"] = "0" defs["igIsWindowHovered"][1]["funcname"] = "IsWindowHovered" @@ -19370,7 +18929,6 @@ defs["igLabelText"][1]["argsT"][3]["type"] = "..." defs["igLabelText"][1]["argsoriginal"] = "(const char* label,const char* fmt,...)" defs["igLabelText"][1]["call_args"] = "(label,fmt,...)" defs["igLabelText"][1]["cimguiname"] = "igLabelText" -defs["igLabelText"][1]["comment"] = "" defs["igLabelText"][1]["defaults"] = {} defs["igLabelText"][1]["funcname"] = "LabelText" defs["igLabelText"][1]["isvararg"] = "...)" @@ -19396,7 +18954,6 @@ defs["igLabelTextV"][1]["argsT"][3]["type"] = "va_list" defs["igLabelTextV"][1]["argsoriginal"] = "(const char* label,const char* fmt,va_list args)" defs["igLabelTextV"][1]["call_args"] = "(label,fmt,args)" defs["igLabelTextV"][1]["cimguiname"] = "igLabelTextV" -defs["igLabelTextV"][1]["comment"] = "" defs["igLabelTextV"][1]["defaults"] = {} defs["igLabelTextV"][1]["funcname"] = "LabelTextV" defs["igLabelTextV"][1]["namespace"] = "ImGui" @@ -19427,7 +18984,6 @@ defs["igListBox"][1]["argsT"][5]["type"] = "int" defs["igListBox"][1]["argsoriginal"] = "(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items=-1)" defs["igListBox"][1]["call_args"] = "(label,current_item,items,items_count,height_in_items)" defs["igListBox"][1]["cimguiname"] = "igListBox" -defs["igListBox"][1]["comment"] = "" defs["igListBox"][1]["defaults"] = {} defs["igListBox"][1]["defaults"]["height_in_items"] = "-1" defs["igListBox"][1]["funcname"] = "ListBox" @@ -19462,7 +19018,6 @@ defs["igListBox"][2]["argsT"][6]["type"] = "int" defs["igListBox"][2]["argsoriginal"] = "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int height_in_items=-1)" defs["igListBox"][2]["call_args"] = "(label,current_item,items_getter,data,items_count,height_in_items)" defs["igListBox"][2]["cimguiname"] = "igListBox" -defs["igListBox"][2]["comment"] = "" defs["igListBox"][2]["defaults"] = {} defs["igListBox"][2]["defaults"]["height_in_items"] = "-1" defs["igListBox"][2]["funcname"] = "ListBox" @@ -19480,7 +19035,6 @@ defs["igListBoxFooter"][1]["argsT"] = {} defs["igListBoxFooter"][1]["argsoriginal"] = "()" defs["igListBoxFooter"][1]["call_args"] = "()" defs["igListBoxFooter"][1]["cimguiname"] = "igListBoxFooter" -defs["igListBoxFooter"][1]["comment"] = "" defs["igListBoxFooter"][1]["defaults"] = {} defs["igListBoxFooter"][1]["funcname"] = "ListBoxFooter" defs["igListBoxFooter"][1]["namespace"] = "ImGui" @@ -19502,7 +19056,6 @@ defs["igListBoxHeader"][1]["argsT"][2]["type"] = "const ImVec2" defs["igListBoxHeader"][1]["argsoriginal"] = "(const char* label,const ImVec2& size=ImVec2(0,0))" defs["igListBoxHeader"][1]["call_args"] = "(label,size)" defs["igListBoxHeader"][1]["cimguiname"] = "igListBoxHeader" -defs["igListBoxHeader"][1]["comment"] = "" defs["igListBoxHeader"][1]["defaults"] = {} defs["igListBoxHeader"][1]["defaults"]["size"] = "ImVec2(0,0)" defs["igListBoxHeader"][1]["funcname"] = "ListBoxHeader" @@ -19526,7 +19079,6 @@ defs["igListBoxHeader"][2]["argsT"][3]["type"] = "int" defs["igListBoxHeader"][2]["argsoriginal"] = "(const char* label,int items_count,int height_in_items=-1)" defs["igListBoxHeader"][2]["call_args"] = "(label,items_count,height_in_items)" defs["igListBoxHeader"][2]["cimguiname"] = "igListBoxHeader" -defs["igListBoxHeader"][2]["comment"] = "" defs["igListBoxHeader"][2]["defaults"] = {} defs["igListBoxHeader"][2]["defaults"]["height_in_items"] = "-1" defs["igListBoxHeader"][2]["funcname"] = "ListBoxHeader" @@ -19547,7 +19099,6 @@ defs["igLoadIniSettingsFromDisk"][1]["argsT"][1]["type"] = "const char*" defs["igLoadIniSettingsFromDisk"][1]["argsoriginal"] = "(const char* ini_filename)" defs["igLoadIniSettingsFromDisk"][1]["call_args"] = "(ini_filename)" defs["igLoadIniSettingsFromDisk"][1]["cimguiname"] = "igLoadIniSettingsFromDisk" -defs["igLoadIniSettingsFromDisk"][1]["comment"] = "" defs["igLoadIniSettingsFromDisk"][1]["defaults"] = {} defs["igLoadIniSettingsFromDisk"][1]["funcname"] = "LoadIniSettingsFromDisk" defs["igLoadIniSettingsFromDisk"][1]["namespace"] = "ImGui" @@ -19569,7 +19120,6 @@ defs["igLoadIniSettingsFromMemory"][1]["argsT"][2]["type"] = "size_t" defs["igLoadIniSettingsFromMemory"][1]["argsoriginal"] = "(const char* ini_data,size_t ini_size=0)" defs["igLoadIniSettingsFromMemory"][1]["call_args"] = "(ini_data,ini_size)" defs["igLoadIniSettingsFromMemory"][1]["cimguiname"] = "igLoadIniSettingsFromMemory" -defs["igLoadIniSettingsFromMemory"][1]["comment"] = "" defs["igLoadIniSettingsFromMemory"][1]["defaults"] = {} defs["igLoadIniSettingsFromMemory"][1]["defaults"]["ini_size"] = "0" defs["igLoadIniSettingsFromMemory"][1]["funcname"] = "LoadIniSettingsFromMemory" @@ -19586,7 +19136,6 @@ defs["igLogButtons"][1]["argsT"] = {} defs["igLogButtons"][1]["argsoriginal"] = "()" defs["igLogButtons"][1]["call_args"] = "()" defs["igLogButtons"][1]["cimguiname"] = "igLogButtons" -defs["igLogButtons"][1]["comment"] = "" defs["igLogButtons"][1]["defaults"] = {} defs["igLogButtons"][1]["funcname"] = "LogButtons" defs["igLogButtons"][1]["namespace"] = "ImGui" @@ -19602,7 +19151,6 @@ defs["igLogFinish"][1]["argsT"] = {} defs["igLogFinish"][1]["argsoriginal"] = "()" defs["igLogFinish"][1]["call_args"] = "()" defs["igLogFinish"][1]["cimguiname"] = "igLogFinish" -defs["igLogFinish"][1]["comment"] = "" defs["igLogFinish"][1]["defaults"] = {} defs["igLogFinish"][1]["funcname"] = "LogFinish" defs["igLogFinish"][1]["namespace"] = "ImGui" @@ -19624,7 +19172,6 @@ defs["igLogText"][1]["argsT"][2]["type"] = "..." defs["igLogText"][1]["argsoriginal"] = "(const char* fmt,...)" defs["igLogText"][1]["call_args"] = "(fmt,...)" defs["igLogText"][1]["cimguiname"] = "igLogText" -defs["igLogText"][1]["comment"] = "" defs["igLogText"][1]["defaults"] = {} defs["igLogText"][1]["funcname"] = "LogText" defs["igLogText"][1]["isvararg"] = "...)" @@ -19645,7 +19192,6 @@ defs["igLogToClipboard"][1]["argsT"][1]["type"] = "int" defs["igLogToClipboard"][1]["argsoriginal"] = "(int max_depth=-1)" defs["igLogToClipboard"][1]["call_args"] = "(max_depth)" defs["igLogToClipboard"][1]["cimguiname"] = "igLogToClipboard" -defs["igLogToClipboard"][1]["comment"] = "" defs["igLogToClipboard"][1]["defaults"] = {} defs["igLogToClipboard"][1]["defaults"]["max_depth"] = "-1" defs["igLogToClipboard"][1]["funcname"] = "LogToClipboard" @@ -19668,7 +19214,6 @@ defs["igLogToFile"][1]["argsT"][2]["type"] = "const char*" defs["igLogToFile"][1]["argsoriginal"] = "(int max_depth=-1,const char* filename=((void*)0))" defs["igLogToFile"][1]["call_args"] = "(max_depth,filename)" defs["igLogToFile"][1]["cimguiname"] = "igLogToFile" -defs["igLogToFile"][1]["comment"] = "" defs["igLogToFile"][1]["defaults"] = {} defs["igLogToFile"][1]["defaults"]["filename"] = "((void*)0)" defs["igLogToFile"][1]["defaults"]["max_depth"] = "-1" @@ -19689,7 +19234,6 @@ defs["igLogToTTY"][1]["argsT"][1]["type"] = "int" defs["igLogToTTY"][1]["argsoriginal"] = "(int max_depth=-1)" defs["igLogToTTY"][1]["call_args"] = "(max_depth)" defs["igLogToTTY"][1]["cimguiname"] = "igLogToTTY" -defs["igLogToTTY"][1]["comment"] = "" defs["igLogToTTY"][1]["defaults"] = {} defs["igLogToTTY"][1]["defaults"]["max_depth"] = "-1" defs["igLogToTTY"][1]["funcname"] = "LogToTTY" @@ -19709,7 +19253,6 @@ defs["igMemAlloc"][1]["argsT"][1]["type"] = "size_t" defs["igMemAlloc"][1]["argsoriginal"] = "(size_t size)" defs["igMemAlloc"][1]["call_args"] = "(size)" defs["igMemAlloc"][1]["cimguiname"] = "igMemAlloc" -defs["igMemAlloc"][1]["comment"] = "" defs["igMemAlloc"][1]["defaults"] = {} defs["igMemAlloc"][1]["funcname"] = "MemAlloc" defs["igMemAlloc"][1]["namespace"] = "ImGui" @@ -19728,7 +19271,6 @@ defs["igMemFree"][1]["argsT"][1]["type"] = "void*" defs["igMemFree"][1]["argsoriginal"] = "(void* ptr)" defs["igMemFree"][1]["call_args"] = "(ptr)" defs["igMemFree"][1]["cimguiname"] = "igMemFree" -defs["igMemFree"][1]["comment"] = "" defs["igMemFree"][1]["defaults"] = {} defs["igMemFree"][1]["funcname"] = "MemFree" defs["igMemFree"][1]["namespace"] = "ImGui" @@ -19756,7 +19298,6 @@ defs["igMenuItem"][1]["argsT"][4]["type"] = "bool" defs["igMenuItem"][1]["argsoriginal"] = "(const char* label,const char* shortcut=((void*)0),bool selected=false,bool enabled=true)" defs["igMenuItem"][1]["call_args"] = "(label,shortcut,selected,enabled)" defs["igMenuItem"][1]["cimguiname"] = "igMenuItem" -defs["igMenuItem"][1]["comment"] = "" defs["igMenuItem"][1]["defaults"] = {} defs["igMenuItem"][1]["defaults"]["enabled"] = "true" defs["igMenuItem"][1]["defaults"]["selected"] = "false" @@ -19785,7 +19326,6 @@ defs["igMenuItem"][2]["argsT"][4]["type"] = "bool" defs["igMenuItem"][2]["argsoriginal"] = "(const char* label,const char* shortcut,bool* p_selected,bool enabled=true)" defs["igMenuItem"][2]["call_args"] = "(label,shortcut,p_selected,enabled)" defs["igMenuItem"][2]["cimguiname"] = "igMenuItem" -defs["igMenuItem"][2]["comment"] = "" defs["igMenuItem"][2]["defaults"] = {} defs["igMenuItem"][2]["defaults"]["enabled"] = "true" defs["igMenuItem"][2]["funcname"] = "MenuItem" @@ -19803,7 +19343,6 @@ defs["igNewFrame"][1]["argsT"] = {} defs["igNewFrame"][1]["argsoriginal"] = "()" defs["igNewFrame"][1]["call_args"] = "()" defs["igNewFrame"][1]["cimguiname"] = "igNewFrame" -defs["igNewFrame"][1]["comment"] = "" defs["igNewFrame"][1]["defaults"] = {} defs["igNewFrame"][1]["funcname"] = "NewFrame" defs["igNewFrame"][1]["namespace"] = "ImGui" @@ -19819,7 +19358,6 @@ defs["igNewLine"][1]["argsT"] = {} defs["igNewLine"][1]["argsoriginal"] = "()" defs["igNewLine"][1]["call_args"] = "()" defs["igNewLine"][1]["cimguiname"] = "igNewLine" -defs["igNewLine"][1]["comment"] = "" defs["igNewLine"][1]["defaults"] = {} defs["igNewLine"][1]["funcname"] = "NewLine" defs["igNewLine"][1]["namespace"] = "ImGui" @@ -19835,7 +19373,6 @@ defs["igNextColumn"][1]["argsT"] = {} defs["igNextColumn"][1]["argsoriginal"] = "()" defs["igNextColumn"][1]["call_args"] = "()" defs["igNextColumn"][1]["cimguiname"] = "igNextColumn" -defs["igNextColumn"][1]["comment"] = "" defs["igNextColumn"][1]["defaults"] = {} defs["igNextColumn"][1]["funcname"] = "NextColumn" defs["igNextColumn"][1]["namespace"] = "ImGui" @@ -19854,7 +19391,6 @@ defs["igOpenPopup"][1]["argsT"][1]["type"] = "const char*" defs["igOpenPopup"][1]["argsoriginal"] = "(const char* str_id)" defs["igOpenPopup"][1]["call_args"] = "(str_id)" defs["igOpenPopup"][1]["cimguiname"] = "igOpenPopup" -defs["igOpenPopup"][1]["comment"] = "" defs["igOpenPopup"][1]["defaults"] = {} defs["igOpenPopup"][1]["funcname"] = "OpenPopup" defs["igOpenPopup"][1]["namespace"] = "ImGui" @@ -19876,7 +19412,6 @@ defs["igOpenPopupOnItemClick"][1]["argsT"][2]["type"] = "int" defs["igOpenPopupOnItemClick"][1]["argsoriginal"] = "(const char* str_id=((void*)0),int mouse_button=1)" defs["igOpenPopupOnItemClick"][1]["call_args"] = "(str_id,mouse_button)" defs["igOpenPopupOnItemClick"][1]["cimguiname"] = "igOpenPopupOnItemClick" -defs["igOpenPopupOnItemClick"][1]["comment"] = "" defs["igOpenPopupOnItemClick"][1]["defaults"] = {} defs["igOpenPopupOnItemClick"][1]["defaults"]["mouse_button"] = "1" defs["igOpenPopupOnItemClick"][1]["defaults"]["str_id"] = "((void*)0)" @@ -19921,7 +19456,6 @@ defs["igPlotHistogram"][1]["argsT"][9]["type"] = "int" defs["igPlotHistogram"][1]["argsoriginal"] = "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))" defs["igPlotHistogram"][1]["call_args"] = "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)" defs["igPlotHistogram"][1]["cimguiname"] = "igPlotHistogram" -defs["igPlotHistogram"][1]["comment"] = "" defs["igPlotHistogram"][1]["defaults"] = {} defs["igPlotHistogram"][1]["defaults"]["graph_size"] = "ImVec2(0,0)" defs["igPlotHistogram"][1]["defaults"]["overlay_text"] = "((void*)0)" @@ -19970,7 +19504,6 @@ defs["igPlotHistogram"][2]["argsT"][9]["type"] = "ImVec2" defs["igPlotHistogram"][2]["argsoriginal"] = "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0))" defs["igPlotHistogram"][2]["call_args"] = "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)" defs["igPlotHistogram"][2]["cimguiname"] = "igPlotHistogram" -defs["igPlotHistogram"][2]["comment"] = "" defs["igPlotHistogram"][2]["defaults"] = {} defs["igPlotHistogram"][2]["defaults"]["graph_size"] = "ImVec2(0,0)" defs["igPlotHistogram"][2]["defaults"]["overlay_text"] = "((void*)0)" @@ -20019,7 +19552,6 @@ defs["igPlotLines"][1]["argsT"][9]["type"] = "int" defs["igPlotLines"][1]["argsoriginal"] = "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))" defs["igPlotLines"][1]["call_args"] = "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)" defs["igPlotLines"][1]["cimguiname"] = "igPlotLines" -defs["igPlotLines"][1]["comment"] = "" defs["igPlotLines"][1]["defaults"] = {} defs["igPlotLines"][1]["defaults"]["graph_size"] = "ImVec2(0,0)" defs["igPlotLines"][1]["defaults"]["overlay_text"] = "((void*)0)" @@ -20068,7 +19600,6 @@ defs["igPlotLines"][2]["argsT"][9]["type"] = "ImVec2" defs["igPlotLines"][2]["argsoriginal"] = "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859812e+38F,float scale_max=3.40282346638528859812e+38F,ImVec2 graph_size=ImVec2(0,0))" defs["igPlotLines"][2]["call_args"] = "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)" defs["igPlotLines"][2]["cimguiname"] = "igPlotLines" -defs["igPlotLines"][2]["comment"] = "" defs["igPlotLines"][2]["defaults"] = {} defs["igPlotLines"][2]["defaults"]["graph_size"] = "ImVec2(0,0)" defs["igPlotLines"][2]["defaults"]["overlay_text"] = "((void*)0)" @@ -20090,7 +19621,6 @@ defs["igPopAllowKeyboardFocus"][1]["argsT"] = {} defs["igPopAllowKeyboardFocus"][1]["argsoriginal"] = "()" defs["igPopAllowKeyboardFocus"][1]["call_args"] = "()" defs["igPopAllowKeyboardFocus"][1]["cimguiname"] = "igPopAllowKeyboardFocus" -defs["igPopAllowKeyboardFocus"][1]["comment"] = "" defs["igPopAllowKeyboardFocus"][1]["defaults"] = {} defs["igPopAllowKeyboardFocus"][1]["funcname"] = "PopAllowKeyboardFocus" defs["igPopAllowKeyboardFocus"][1]["namespace"] = "ImGui" @@ -20106,7 +19636,6 @@ defs["igPopButtonRepeat"][1]["argsT"] = {} defs["igPopButtonRepeat"][1]["argsoriginal"] = "()" defs["igPopButtonRepeat"][1]["call_args"] = "()" defs["igPopButtonRepeat"][1]["cimguiname"] = "igPopButtonRepeat" -defs["igPopButtonRepeat"][1]["comment"] = "" defs["igPopButtonRepeat"][1]["defaults"] = {} defs["igPopButtonRepeat"][1]["funcname"] = "PopButtonRepeat" defs["igPopButtonRepeat"][1]["namespace"] = "ImGui" @@ -20122,7 +19651,6 @@ defs["igPopClipRect"][1]["argsT"] = {} defs["igPopClipRect"][1]["argsoriginal"] = "()" defs["igPopClipRect"][1]["call_args"] = "()" defs["igPopClipRect"][1]["cimguiname"] = "igPopClipRect" -defs["igPopClipRect"][1]["comment"] = "" defs["igPopClipRect"][1]["defaults"] = {} defs["igPopClipRect"][1]["funcname"] = "PopClipRect" defs["igPopClipRect"][1]["namespace"] = "ImGui" @@ -20138,7 +19666,6 @@ defs["igPopFont"][1]["argsT"] = {} defs["igPopFont"][1]["argsoriginal"] = "()" defs["igPopFont"][1]["call_args"] = "()" defs["igPopFont"][1]["cimguiname"] = "igPopFont" -defs["igPopFont"][1]["comment"] = "" defs["igPopFont"][1]["defaults"] = {} defs["igPopFont"][1]["funcname"] = "PopFont" defs["igPopFont"][1]["namespace"] = "ImGui" @@ -20154,7 +19681,6 @@ defs["igPopID"][1]["argsT"] = {} defs["igPopID"][1]["argsoriginal"] = "()" defs["igPopID"][1]["call_args"] = "()" defs["igPopID"][1]["cimguiname"] = "igPopID" -defs["igPopID"][1]["comment"] = "" defs["igPopID"][1]["defaults"] = {} defs["igPopID"][1]["funcname"] = "PopID" defs["igPopID"][1]["namespace"] = "ImGui" @@ -20170,7 +19696,6 @@ defs["igPopItemWidth"][1]["argsT"] = {} defs["igPopItemWidth"][1]["argsoriginal"] = "()" defs["igPopItemWidth"][1]["call_args"] = "()" defs["igPopItemWidth"][1]["cimguiname"] = "igPopItemWidth" -defs["igPopItemWidth"][1]["comment"] = "" defs["igPopItemWidth"][1]["defaults"] = {} defs["igPopItemWidth"][1]["funcname"] = "PopItemWidth" defs["igPopItemWidth"][1]["namespace"] = "ImGui" @@ -20189,7 +19714,6 @@ defs["igPopStyleColor"][1]["argsT"][1]["type"] = "int" defs["igPopStyleColor"][1]["argsoriginal"] = "(int count=1)" defs["igPopStyleColor"][1]["call_args"] = "(count)" defs["igPopStyleColor"][1]["cimguiname"] = "igPopStyleColor" -defs["igPopStyleColor"][1]["comment"] = "" defs["igPopStyleColor"][1]["defaults"] = {} defs["igPopStyleColor"][1]["defaults"]["count"] = "1" defs["igPopStyleColor"][1]["funcname"] = "PopStyleColor" @@ -20209,7 +19733,6 @@ defs["igPopStyleVar"][1]["argsT"][1]["type"] = "int" defs["igPopStyleVar"][1]["argsoriginal"] = "(int count=1)" defs["igPopStyleVar"][1]["call_args"] = "(count)" defs["igPopStyleVar"][1]["cimguiname"] = "igPopStyleVar" -defs["igPopStyleVar"][1]["comment"] = "" defs["igPopStyleVar"][1]["defaults"] = {} defs["igPopStyleVar"][1]["defaults"]["count"] = "1" defs["igPopStyleVar"][1]["funcname"] = "PopStyleVar" @@ -20226,7 +19749,6 @@ defs["igPopTextWrapPos"][1]["argsT"] = {} defs["igPopTextWrapPos"][1]["argsoriginal"] = "()" defs["igPopTextWrapPos"][1]["call_args"] = "()" defs["igPopTextWrapPos"][1]["cimguiname"] = "igPopTextWrapPos" -defs["igPopTextWrapPos"][1]["comment"] = "" defs["igPopTextWrapPos"][1]["defaults"] = {} defs["igPopTextWrapPos"][1]["funcname"] = "PopTextWrapPos" defs["igPopTextWrapPos"][1]["namespace"] = "ImGui" @@ -20251,7 +19773,6 @@ defs["igProgressBar"][1]["argsT"][3]["type"] = "const char*" defs["igProgressBar"][1]["argsoriginal"] = "(float fraction,const ImVec2& size_arg=ImVec2(-1,0),const char* overlay=((void*)0))" defs["igProgressBar"][1]["call_args"] = "(fraction,size_arg,overlay)" defs["igProgressBar"][1]["cimguiname"] = "igProgressBar" -defs["igProgressBar"][1]["comment"] = "" defs["igProgressBar"][1]["defaults"] = {} defs["igProgressBar"][1]["defaults"]["overlay"] = "((void*)0)" defs["igProgressBar"][1]["defaults"]["size_arg"] = "ImVec2(-1,0)" @@ -20272,7 +19793,6 @@ defs["igPushAllowKeyboardFocus"][1]["argsT"][1]["type"] = "bool" defs["igPushAllowKeyboardFocus"][1]["argsoriginal"] = "(bool allow_keyboard_focus)" defs["igPushAllowKeyboardFocus"][1]["call_args"] = "(allow_keyboard_focus)" defs["igPushAllowKeyboardFocus"][1]["cimguiname"] = "igPushAllowKeyboardFocus" -defs["igPushAllowKeyboardFocus"][1]["comment"] = "" defs["igPushAllowKeyboardFocus"][1]["defaults"] = {} defs["igPushAllowKeyboardFocus"][1]["funcname"] = "PushAllowKeyboardFocus" defs["igPushAllowKeyboardFocus"][1]["namespace"] = "ImGui" @@ -20291,7 +19811,6 @@ defs["igPushButtonRepeat"][1]["argsT"][1]["type"] = "bool" defs["igPushButtonRepeat"][1]["argsoriginal"] = "(bool repeat)" defs["igPushButtonRepeat"][1]["call_args"] = "(repeat)" defs["igPushButtonRepeat"][1]["cimguiname"] = "igPushButtonRepeat" -defs["igPushButtonRepeat"][1]["comment"] = "" defs["igPushButtonRepeat"][1]["defaults"] = {} defs["igPushButtonRepeat"][1]["funcname"] = "PushButtonRepeat" defs["igPushButtonRepeat"][1]["namespace"] = "ImGui" @@ -20316,7 +19835,6 @@ defs["igPushClipRect"][1]["argsT"][3]["type"] = "bool" defs["igPushClipRect"][1]["argsoriginal"] = "(const ImVec2& clip_rect_min,const ImVec2& clip_rect_max,bool intersect_with_current_clip_rect)" defs["igPushClipRect"][1]["call_args"] = "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)" defs["igPushClipRect"][1]["cimguiname"] = "igPushClipRect" -defs["igPushClipRect"][1]["comment"] = "" defs["igPushClipRect"][1]["defaults"] = {} defs["igPushClipRect"][1]["funcname"] = "PushClipRect" defs["igPushClipRect"][1]["namespace"] = "ImGui" @@ -20335,7 +19853,6 @@ defs["igPushFont"][1]["argsT"][1]["type"] = "ImFont*" defs["igPushFont"][1]["argsoriginal"] = "(ImFont* font)" defs["igPushFont"][1]["call_args"] = "(font)" defs["igPushFont"][1]["cimguiname"] = "igPushFont" -defs["igPushFont"][1]["comment"] = "" defs["igPushFont"][1]["defaults"] = {} defs["igPushFont"][1]["funcname"] = "PushFont" defs["igPushFont"][1]["namespace"] = "ImGui" @@ -20354,7 +19871,6 @@ defs["igPushID"][1]["argsT"][1]["type"] = "const char*" defs["igPushID"][1]["argsoriginal"] = "(const char* str_id)" defs["igPushID"][1]["call_args"] = "(str_id)" defs["igPushID"][1]["cimguiname"] = "igPushID" -defs["igPushID"][1]["comment"] = "" defs["igPushID"][1]["defaults"] = {} defs["igPushID"][1]["funcname"] = "PushID" defs["igPushID"][1]["namespace"] = "ImGui" @@ -20374,7 +19890,6 @@ defs["igPushID"][2]["argsT"][2]["type"] = "const char*" defs["igPushID"][2]["argsoriginal"] = "(const char* str_id_begin,const char* str_id_end)" defs["igPushID"][2]["call_args"] = "(str_id_begin,str_id_end)" defs["igPushID"][2]["cimguiname"] = "igPushID" -defs["igPushID"][2]["comment"] = "" defs["igPushID"][2]["defaults"] = {} defs["igPushID"][2]["funcname"] = "PushID" defs["igPushID"][2]["namespace"] = "ImGui" @@ -20391,7 +19906,6 @@ defs["igPushID"][3]["argsT"][1]["type"] = "const void*" defs["igPushID"][3]["argsoriginal"] = "(const void* ptr_id)" defs["igPushID"][3]["call_args"] = "(ptr_id)" defs["igPushID"][3]["cimguiname"] = "igPushID" -defs["igPushID"][3]["comment"] = "" defs["igPushID"][3]["defaults"] = {} defs["igPushID"][3]["funcname"] = "PushID" defs["igPushID"][3]["namespace"] = "ImGui" @@ -20408,7 +19922,6 @@ defs["igPushID"][4]["argsT"][1]["type"] = "int" defs["igPushID"][4]["argsoriginal"] = "(int int_id)" defs["igPushID"][4]["call_args"] = "(int_id)" defs["igPushID"][4]["cimguiname"] = "igPushID" -defs["igPushID"][4]["comment"] = "" defs["igPushID"][4]["defaults"] = {} defs["igPushID"][4]["funcname"] = "PushID" defs["igPushID"][4]["namespace"] = "ImGui" @@ -20430,7 +19943,6 @@ defs["igPushItemWidth"][1]["argsT"][1]["type"] = "float" defs["igPushItemWidth"][1]["argsoriginal"] = "(float item_width)" defs["igPushItemWidth"][1]["call_args"] = "(item_width)" defs["igPushItemWidth"][1]["cimguiname"] = "igPushItemWidth" -defs["igPushItemWidth"][1]["comment"] = "" defs["igPushItemWidth"][1]["defaults"] = {} defs["igPushItemWidth"][1]["funcname"] = "PushItemWidth" defs["igPushItemWidth"][1]["namespace"] = "ImGui" @@ -20452,7 +19964,6 @@ defs["igPushStyleColor"][1]["argsT"][2]["type"] = "ImU32" defs["igPushStyleColor"][1]["argsoriginal"] = "(ImGuiCol idx,ImU32 col)" defs["igPushStyleColor"][1]["call_args"] = "(idx,col)" defs["igPushStyleColor"][1]["cimguiname"] = "igPushStyleColor" -defs["igPushStyleColor"][1]["comment"] = "" defs["igPushStyleColor"][1]["defaults"] = {} defs["igPushStyleColor"][1]["funcname"] = "PushStyleColor" defs["igPushStyleColor"][1]["namespace"] = "ImGui" @@ -20472,7 +19983,6 @@ defs["igPushStyleColor"][2]["argsT"][2]["type"] = "const ImVec4" defs["igPushStyleColor"][2]["argsoriginal"] = "(ImGuiCol idx,const ImVec4& col)" defs["igPushStyleColor"][2]["call_args"] = "(idx,col)" defs["igPushStyleColor"][2]["cimguiname"] = "igPushStyleColor" -defs["igPushStyleColor"][2]["comment"] = "" defs["igPushStyleColor"][2]["defaults"] = {} defs["igPushStyleColor"][2]["funcname"] = "PushStyleColor" defs["igPushStyleColor"][2]["namespace"] = "ImGui" @@ -20495,7 +20005,6 @@ defs["igPushStyleVar"][1]["argsT"][2]["type"] = "float" defs["igPushStyleVar"][1]["argsoriginal"] = "(ImGuiStyleVar idx,float val)" defs["igPushStyleVar"][1]["call_args"] = "(idx,val)" defs["igPushStyleVar"][1]["cimguiname"] = "igPushStyleVar" -defs["igPushStyleVar"][1]["comment"] = "" defs["igPushStyleVar"][1]["defaults"] = {} defs["igPushStyleVar"][1]["funcname"] = "PushStyleVar" defs["igPushStyleVar"][1]["namespace"] = "ImGui" @@ -20515,7 +20024,6 @@ defs["igPushStyleVar"][2]["argsT"][2]["type"] = "const ImVec2" defs["igPushStyleVar"][2]["argsoriginal"] = "(ImGuiStyleVar idx,const ImVec2& val)" defs["igPushStyleVar"][2]["call_args"] = "(idx,val)" defs["igPushStyleVar"][2]["cimguiname"] = "igPushStyleVar" -defs["igPushStyleVar"][2]["comment"] = "" defs["igPushStyleVar"][2]["defaults"] = {} defs["igPushStyleVar"][2]["funcname"] = "PushStyleVar" defs["igPushStyleVar"][2]["namespace"] = "ImGui" @@ -20535,7 +20043,6 @@ defs["igPushTextWrapPos"][1]["argsT"][1]["type"] = "float" defs["igPushTextWrapPos"][1]["argsoriginal"] = "(float wrap_local_pos_x=0.0f)" defs["igPushTextWrapPos"][1]["call_args"] = "(wrap_local_pos_x)" defs["igPushTextWrapPos"][1]["cimguiname"] = "igPushTextWrapPos" -defs["igPushTextWrapPos"][1]["comment"] = "" defs["igPushTextWrapPos"][1]["defaults"] = {} defs["igPushTextWrapPos"][1]["defaults"]["wrap_local_pos_x"] = "0.0f" defs["igPushTextWrapPos"][1]["funcname"] = "PushTextWrapPos" @@ -20558,7 +20065,6 @@ defs["igRadioButton"][1]["argsT"][2]["type"] = "bool" defs["igRadioButton"][1]["argsoriginal"] = "(const char* label,bool active)" defs["igRadioButton"][1]["call_args"] = "(label,active)" defs["igRadioButton"][1]["cimguiname"] = "igRadioButton" -defs["igRadioButton"][1]["comment"] = "" defs["igRadioButton"][1]["defaults"] = {} defs["igRadioButton"][1]["funcname"] = "RadioButton" defs["igRadioButton"][1]["namespace"] = "ImGui" @@ -20581,7 +20087,6 @@ defs["igRadioButton"][2]["argsT"][3]["type"] = "int" defs["igRadioButton"][2]["argsoriginal"] = "(const char* label,int* v,int v_button)" defs["igRadioButton"][2]["call_args"] = "(label,v,v_button)" defs["igRadioButton"][2]["cimguiname"] = "igRadioButton" -defs["igRadioButton"][2]["comment"] = "" defs["igRadioButton"][2]["defaults"] = {} defs["igRadioButton"][2]["funcname"] = "RadioButton" defs["igRadioButton"][2]["namespace"] = "ImGui" @@ -20598,7 +20103,6 @@ defs["igRender"][1]["argsT"] = {} defs["igRender"][1]["argsoriginal"] = "()" defs["igRender"][1]["call_args"] = "()" defs["igRender"][1]["cimguiname"] = "igRender" -defs["igRender"][1]["comment"] = "" defs["igRender"][1]["defaults"] = {} defs["igRender"][1]["funcname"] = "Render" defs["igRender"][1]["namespace"] = "ImGui" @@ -20617,7 +20121,6 @@ defs["igResetMouseDragDelta"][1]["argsT"][1]["type"] = "int" defs["igResetMouseDragDelta"][1]["argsoriginal"] = "(int button=0)" defs["igResetMouseDragDelta"][1]["call_args"] = "(button)" defs["igResetMouseDragDelta"][1]["cimguiname"] = "igResetMouseDragDelta" -defs["igResetMouseDragDelta"][1]["comment"] = "" defs["igResetMouseDragDelta"][1]["defaults"] = {} defs["igResetMouseDragDelta"][1]["defaults"]["button"] = "0" defs["igResetMouseDragDelta"][1]["funcname"] = "ResetMouseDragDelta" @@ -20640,7 +20143,6 @@ defs["igSameLine"][1]["argsT"][2]["type"] = "float" defs["igSameLine"][1]["argsoriginal"] = "(float local_pos_x=0.0f,float spacing_w=-1.0f)" defs["igSameLine"][1]["call_args"] = "(local_pos_x,spacing_w)" defs["igSameLine"][1]["cimguiname"] = "igSameLine" -defs["igSameLine"][1]["comment"] = "" defs["igSameLine"][1]["defaults"] = {} defs["igSameLine"][1]["defaults"]["local_pos_x"] = "0.0f" defs["igSameLine"][1]["defaults"]["spacing_w"] = "-1.0f" @@ -20661,7 +20163,6 @@ defs["igSaveIniSettingsToDisk"][1]["argsT"][1]["type"] = "const char*" defs["igSaveIniSettingsToDisk"][1]["argsoriginal"] = "(const char* ini_filename)" defs["igSaveIniSettingsToDisk"][1]["call_args"] = "(ini_filename)" defs["igSaveIniSettingsToDisk"][1]["cimguiname"] = "igSaveIniSettingsToDisk" -defs["igSaveIniSettingsToDisk"][1]["comment"] = "" defs["igSaveIniSettingsToDisk"][1]["defaults"] = {} defs["igSaveIniSettingsToDisk"][1]["funcname"] = "SaveIniSettingsToDisk" defs["igSaveIniSettingsToDisk"][1]["namespace"] = "ImGui" @@ -20680,7 +20181,6 @@ defs["igSaveIniSettingsToMemory"][1]["argsT"][1]["type"] = "size_t*" defs["igSaveIniSettingsToMemory"][1]["argsoriginal"] = "(size_t* out_ini_size=((void*)0))" defs["igSaveIniSettingsToMemory"][1]["call_args"] = "(out_ini_size)" defs["igSaveIniSettingsToMemory"][1]["cimguiname"] = "igSaveIniSettingsToMemory" -defs["igSaveIniSettingsToMemory"][1]["comment"] = "" defs["igSaveIniSettingsToMemory"][1]["defaults"] = {} defs["igSaveIniSettingsToMemory"][1]["defaults"]["out_ini_size"] = "((void*)0)" defs["igSaveIniSettingsToMemory"][1]["funcname"] = "SaveIniSettingsToMemory" @@ -20709,7 +20209,6 @@ defs["igSelectable"][1]["argsT"][4]["type"] = "const ImVec2" defs["igSelectable"][1]["argsoriginal"] = "(const char* label,bool selected=false,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))" defs["igSelectable"][1]["call_args"] = "(label,selected,flags,size)" defs["igSelectable"][1]["cimguiname"] = "igSelectable" -defs["igSelectable"][1]["comment"] = "" defs["igSelectable"][1]["defaults"] = {} defs["igSelectable"][1]["defaults"]["flags"] = "0" defs["igSelectable"][1]["defaults"]["selected"] = "false" @@ -20738,7 +20237,6 @@ defs["igSelectable"][2]["argsT"][4]["type"] = "const ImVec2" defs["igSelectable"][2]["argsoriginal"] = "(const char* label,bool* p_selected,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))" defs["igSelectable"][2]["call_args"] = "(label,p_selected,flags,size)" defs["igSelectable"][2]["cimguiname"] = "igSelectable" -defs["igSelectable"][2]["comment"] = "" defs["igSelectable"][2]["defaults"] = {} defs["igSelectable"][2]["defaults"]["flags"] = "0" defs["igSelectable"][2]["defaults"]["size"] = "ImVec2(0,0)" @@ -20757,7 +20255,6 @@ defs["igSeparator"][1]["argsT"] = {} defs["igSeparator"][1]["argsoriginal"] = "()" defs["igSeparator"][1]["call_args"] = "()" defs["igSeparator"][1]["cimguiname"] = "igSeparator" -defs["igSeparator"][1]["comment"] = "" defs["igSeparator"][1]["defaults"] = {} defs["igSeparator"][1]["funcname"] = "Separator" defs["igSeparator"][1]["namespace"] = "ImGui" @@ -20786,7 +20283,6 @@ defs["igSetAllocatorFunctions"][1]["argsT"][3]["type"] = "void*" defs["igSetAllocatorFunctions"][1]["argsoriginal"] = "(void*(*alloc_func)(size_t sz,void* user_data),void(*free_func)(void* ptr,void* user_data),void* user_data=((void*)0))" defs["igSetAllocatorFunctions"][1]["call_args"] = "(alloc_func,free_func,user_data)" defs["igSetAllocatorFunctions"][1]["cimguiname"] = "igSetAllocatorFunctions" -defs["igSetAllocatorFunctions"][1]["comment"] = "" defs["igSetAllocatorFunctions"][1]["defaults"] = {} defs["igSetAllocatorFunctions"][1]["defaults"]["user_data"] = "((void*)0)" defs["igSetAllocatorFunctions"][1]["funcname"] = "SetAllocatorFunctions" @@ -20806,7 +20302,6 @@ defs["igSetClipboardText"][1]["argsT"][1]["type"] = "const char*" defs["igSetClipboardText"][1]["argsoriginal"] = "(const char* text)" defs["igSetClipboardText"][1]["call_args"] = "(text)" defs["igSetClipboardText"][1]["cimguiname"] = "igSetClipboardText" -defs["igSetClipboardText"][1]["comment"] = "" defs["igSetClipboardText"][1]["defaults"] = {} defs["igSetClipboardText"][1]["funcname"] = "SetClipboardText" defs["igSetClipboardText"][1]["namespace"] = "ImGui" @@ -20825,7 +20320,6 @@ defs["igSetColorEditOptions"][1]["argsT"][1]["type"] = "ImGuiColorEditFlags" defs["igSetColorEditOptions"][1]["argsoriginal"] = "(ImGuiColorEditFlags flags)" defs["igSetColorEditOptions"][1]["call_args"] = "(flags)" defs["igSetColorEditOptions"][1]["cimguiname"] = "igSetColorEditOptions" -defs["igSetColorEditOptions"][1]["comment"] = "" defs["igSetColorEditOptions"][1]["defaults"] = {} defs["igSetColorEditOptions"][1]["funcname"] = "SetColorEditOptions" defs["igSetColorEditOptions"][1]["namespace"] = "ImGui" @@ -20847,7 +20341,6 @@ defs["igSetColumnOffset"][1]["argsT"][2]["type"] = "float" defs["igSetColumnOffset"][1]["argsoriginal"] = "(int column_index,float offset_x)" defs["igSetColumnOffset"][1]["call_args"] = "(column_index,offset_x)" defs["igSetColumnOffset"][1]["cimguiname"] = "igSetColumnOffset" -defs["igSetColumnOffset"][1]["comment"] = "" defs["igSetColumnOffset"][1]["defaults"] = {} defs["igSetColumnOffset"][1]["funcname"] = "SetColumnOffset" defs["igSetColumnOffset"][1]["namespace"] = "ImGui" @@ -20869,7 +20362,6 @@ defs["igSetColumnWidth"][1]["argsT"][2]["type"] = "float" defs["igSetColumnWidth"][1]["argsoriginal"] = "(int column_index,float width)" defs["igSetColumnWidth"][1]["call_args"] = "(column_index,width)" defs["igSetColumnWidth"][1]["cimguiname"] = "igSetColumnWidth" -defs["igSetColumnWidth"][1]["comment"] = "" defs["igSetColumnWidth"][1]["defaults"] = {} defs["igSetColumnWidth"][1]["funcname"] = "SetColumnWidth" defs["igSetColumnWidth"][1]["namespace"] = "ImGui" @@ -20888,7 +20380,6 @@ defs["igSetCurrentContext"][1]["argsT"][1]["type"] = "ImGuiContext*" defs["igSetCurrentContext"][1]["argsoriginal"] = "(ImGuiContext* ctx)" defs["igSetCurrentContext"][1]["call_args"] = "(ctx)" defs["igSetCurrentContext"][1]["cimguiname"] = "igSetCurrentContext" -defs["igSetCurrentContext"][1]["comment"] = "" defs["igSetCurrentContext"][1]["defaults"] = {} defs["igSetCurrentContext"][1]["funcname"] = "SetCurrentContext" defs["igSetCurrentContext"][1]["namespace"] = "ImGui" @@ -20907,7 +20398,6 @@ defs["igSetCursorPos"][1]["argsT"][1]["type"] = "const ImVec2" defs["igSetCursorPos"][1]["argsoriginal"] = "(const ImVec2& local_pos)" defs["igSetCursorPos"][1]["call_args"] = "(local_pos)" defs["igSetCursorPos"][1]["cimguiname"] = "igSetCursorPos" -defs["igSetCursorPos"][1]["comment"] = "" defs["igSetCursorPos"][1]["defaults"] = {} defs["igSetCursorPos"][1]["funcname"] = "SetCursorPos" defs["igSetCursorPos"][1]["namespace"] = "ImGui" @@ -20926,7 +20416,6 @@ defs["igSetCursorPosX"][1]["argsT"][1]["type"] = "float" defs["igSetCursorPosX"][1]["argsoriginal"] = "(float local_x)" defs["igSetCursorPosX"][1]["call_args"] = "(local_x)" defs["igSetCursorPosX"][1]["cimguiname"] = "igSetCursorPosX" -defs["igSetCursorPosX"][1]["comment"] = "" defs["igSetCursorPosX"][1]["defaults"] = {} defs["igSetCursorPosX"][1]["funcname"] = "SetCursorPosX" defs["igSetCursorPosX"][1]["namespace"] = "ImGui" @@ -20945,7 +20434,6 @@ defs["igSetCursorPosY"][1]["argsT"][1]["type"] = "float" defs["igSetCursorPosY"][1]["argsoriginal"] = "(float local_y)" defs["igSetCursorPosY"][1]["call_args"] = "(local_y)" defs["igSetCursorPosY"][1]["cimguiname"] = "igSetCursorPosY" -defs["igSetCursorPosY"][1]["comment"] = "" defs["igSetCursorPosY"][1]["defaults"] = {} defs["igSetCursorPosY"][1]["funcname"] = "SetCursorPosY" defs["igSetCursorPosY"][1]["namespace"] = "ImGui" @@ -20964,7 +20452,6 @@ defs["igSetCursorScreenPos"][1]["argsT"][1]["type"] = "const ImVec2" defs["igSetCursorScreenPos"][1]["argsoriginal"] = "(const ImVec2& pos)" defs["igSetCursorScreenPos"][1]["call_args"] = "(pos)" defs["igSetCursorScreenPos"][1]["cimguiname"] = "igSetCursorScreenPos" -defs["igSetCursorScreenPos"][1]["comment"] = "" defs["igSetCursorScreenPos"][1]["defaults"] = {} defs["igSetCursorScreenPos"][1]["funcname"] = "SetCursorScreenPos" defs["igSetCursorScreenPos"][1]["namespace"] = "ImGui" @@ -20992,7 +20479,6 @@ defs["igSetDragDropPayload"][1]["argsT"][4]["type"] = "ImGuiCond" defs["igSetDragDropPayload"][1]["argsoriginal"] = "(const char* type,const void* data,size_t size,ImGuiCond cond=0)" defs["igSetDragDropPayload"][1]["call_args"] = "(type,data,size,cond)" defs["igSetDragDropPayload"][1]["cimguiname"] = "igSetDragDropPayload" -defs["igSetDragDropPayload"][1]["comment"] = "" defs["igSetDragDropPayload"][1]["defaults"] = {} defs["igSetDragDropPayload"][1]["defaults"]["cond"] = "0" defs["igSetDragDropPayload"][1]["funcname"] = "SetDragDropPayload" @@ -21009,7 +20495,6 @@ defs["igSetItemAllowOverlap"][1]["argsT"] = {} defs["igSetItemAllowOverlap"][1]["argsoriginal"] = "()" defs["igSetItemAllowOverlap"][1]["call_args"] = "()" defs["igSetItemAllowOverlap"][1]["cimguiname"] = "igSetItemAllowOverlap" -defs["igSetItemAllowOverlap"][1]["comment"] = "" defs["igSetItemAllowOverlap"][1]["defaults"] = {} defs["igSetItemAllowOverlap"][1]["funcname"] = "SetItemAllowOverlap" defs["igSetItemAllowOverlap"][1]["namespace"] = "ImGui" @@ -21025,7 +20510,6 @@ defs["igSetItemDefaultFocus"][1]["argsT"] = {} defs["igSetItemDefaultFocus"][1]["argsoriginal"] = "()" defs["igSetItemDefaultFocus"][1]["call_args"] = "()" defs["igSetItemDefaultFocus"][1]["cimguiname"] = "igSetItemDefaultFocus" -defs["igSetItemDefaultFocus"][1]["comment"] = "" defs["igSetItemDefaultFocus"][1]["defaults"] = {} defs["igSetItemDefaultFocus"][1]["funcname"] = "SetItemDefaultFocus" defs["igSetItemDefaultFocus"][1]["namespace"] = "ImGui" @@ -21044,7 +20528,6 @@ defs["igSetKeyboardFocusHere"][1]["argsT"][1]["type"] = "int" defs["igSetKeyboardFocusHere"][1]["argsoriginal"] = "(int offset=0)" defs["igSetKeyboardFocusHere"][1]["call_args"] = "(offset)" defs["igSetKeyboardFocusHere"][1]["cimguiname"] = "igSetKeyboardFocusHere" -defs["igSetKeyboardFocusHere"][1]["comment"] = "" defs["igSetKeyboardFocusHere"][1]["defaults"] = {} defs["igSetKeyboardFocusHere"][1]["defaults"]["offset"] = "0" defs["igSetKeyboardFocusHere"][1]["funcname"] = "SetKeyboardFocusHere" @@ -21064,7 +20547,6 @@ defs["igSetMouseCursor"][1]["argsT"][1]["type"] = "ImGuiMouseCursor" defs["igSetMouseCursor"][1]["argsoriginal"] = "(ImGuiMouseCursor type)" defs["igSetMouseCursor"][1]["call_args"] = "(type)" defs["igSetMouseCursor"][1]["cimguiname"] = "igSetMouseCursor" -defs["igSetMouseCursor"][1]["comment"] = "" defs["igSetMouseCursor"][1]["defaults"] = {} defs["igSetMouseCursor"][1]["funcname"] = "SetMouseCursor" defs["igSetMouseCursor"][1]["namespace"] = "ImGui" @@ -21086,7 +20568,6 @@ defs["igSetNextTreeNodeOpen"][1]["argsT"][2]["type"] = "ImGuiCond" defs["igSetNextTreeNodeOpen"][1]["argsoriginal"] = "(bool is_open,ImGuiCond cond=0)" defs["igSetNextTreeNodeOpen"][1]["call_args"] = "(is_open,cond)" defs["igSetNextTreeNodeOpen"][1]["cimguiname"] = "igSetNextTreeNodeOpen" -defs["igSetNextTreeNodeOpen"][1]["comment"] = "" defs["igSetNextTreeNodeOpen"][1]["defaults"] = {} defs["igSetNextTreeNodeOpen"][1]["defaults"]["cond"] = "0" defs["igSetNextTreeNodeOpen"][1]["funcname"] = "SetNextTreeNodeOpen" @@ -21106,7 +20587,6 @@ defs["igSetNextWindowBgAlpha"][1]["argsT"][1]["type"] = "float" defs["igSetNextWindowBgAlpha"][1]["argsoriginal"] = "(float alpha)" defs["igSetNextWindowBgAlpha"][1]["call_args"] = "(alpha)" defs["igSetNextWindowBgAlpha"][1]["cimguiname"] = "igSetNextWindowBgAlpha" -defs["igSetNextWindowBgAlpha"][1]["comment"] = "" defs["igSetNextWindowBgAlpha"][1]["defaults"] = {} defs["igSetNextWindowBgAlpha"][1]["funcname"] = "SetNextWindowBgAlpha" defs["igSetNextWindowBgAlpha"][1]["namespace"] = "ImGui" @@ -21128,7 +20608,6 @@ defs["igSetNextWindowCollapsed"][1]["argsT"][2]["type"] = "ImGuiCond" defs["igSetNextWindowCollapsed"][1]["argsoriginal"] = "(bool collapsed,ImGuiCond cond=0)" defs["igSetNextWindowCollapsed"][1]["call_args"] = "(collapsed,cond)" defs["igSetNextWindowCollapsed"][1]["cimguiname"] = "igSetNextWindowCollapsed" -defs["igSetNextWindowCollapsed"][1]["comment"] = "" defs["igSetNextWindowCollapsed"][1]["defaults"] = {} defs["igSetNextWindowCollapsed"][1]["defaults"]["cond"] = "0" defs["igSetNextWindowCollapsed"][1]["funcname"] = "SetNextWindowCollapsed" @@ -21148,7 +20627,6 @@ defs["igSetNextWindowContentSize"][1]["argsT"][1]["type"] = "const ImVec2" defs["igSetNextWindowContentSize"][1]["argsoriginal"] = "(const ImVec2& size)" defs["igSetNextWindowContentSize"][1]["call_args"] = "(size)" defs["igSetNextWindowContentSize"][1]["cimguiname"] = "igSetNextWindowContentSize" -defs["igSetNextWindowContentSize"][1]["comment"] = "" defs["igSetNextWindowContentSize"][1]["defaults"] = {} defs["igSetNextWindowContentSize"][1]["funcname"] = "SetNextWindowContentSize" defs["igSetNextWindowContentSize"][1]["namespace"] = "ImGui" @@ -21164,7 +20642,6 @@ defs["igSetNextWindowFocus"][1]["argsT"] = {} defs["igSetNextWindowFocus"][1]["argsoriginal"] = "()" defs["igSetNextWindowFocus"][1]["call_args"] = "()" defs["igSetNextWindowFocus"][1]["cimguiname"] = "igSetNextWindowFocus" -defs["igSetNextWindowFocus"][1]["comment"] = "" defs["igSetNextWindowFocus"][1]["defaults"] = {} defs["igSetNextWindowFocus"][1]["funcname"] = "SetNextWindowFocus" defs["igSetNextWindowFocus"][1]["namespace"] = "ImGui" @@ -21189,7 +20666,6 @@ defs["igSetNextWindowPos"][1]["argsT"][3]["type"] = "const ImVec2" defs["igSetNextWindowPos"][1]["argsoriginal"] = "(const ImVec2& pos,ImGuiCond cond=0,const ImVec2& pivot=ImVec2(0,0))" defs["igSetNextWindowPos"][1]["call_args"] = "(pos,cond,pivot)" defs["igSetNextWindowPos"][1]["cimguiname"] = "igSetNextWindowPos" -defs["igSetNextWindowPos"][1]["comment"] = "" defs["igSetNextWindowPos"][1]["defaults"] = {} defs["igSetNextWindowPos"][1]["defaults"]["cond"] = "0" defs["igSetNextWindowPos"][1]["defaults"]["pivot"] = "ImVec2(0,0)" @@ -21213,7 +20689,6 @@ defs["igSetNextWindowSize"][1]["argsT"][2]["type"] = "ImGuiCond" defs["igSetNextWindowSize"][1]["argsoriginal"] = "(const ImVec2& size,ImGuiCond cond=0)" defs["igSetNextWindowSize"][1]["call_args"] = "(size,cond)" defs["igSetNextWindowSize"][1]["cimguiname"] = "igSetNextWindowSize" -defs["igSetNextWindowSize"][1]["comment"] = "" defs["igSetNextWindowSize"][1]["defaults"] = {} defs["igSetNextWindowSize"][1]["defaults"]["cond"] = "0" defs["igSetNextWindowSize"][1]["funcname"] = "SetNextWindowSize" @@ -21242,7 +20717,6 @@ defs["igSetNextWindowSizeConstraints"][1]["argsT"][4]["type"] = "void*" defs["igSetNextWindowSizeConstraints"][1]["argsoriginal"] = "(const ImVec2& size_min,const ImVec2& size_max,ImGuiSizeCallback custom_callback=((void*)0),void* custom_callback_data=((void*)0))" defs["igSetNextWindowSizeConstraints"][1]["call_args"] = "(size_min,size_max,custom_callback,custom_callback_data)" defs["igSetNextWindowSizeConstraints"][1]["cimguiname"] = "igSetNextWindowSizeConstraints" -defs["igSetNextWindowSizeConstraints"][1]["comment"] = "" defs["igSetNextWindowSizeConstraints"][1]["defaults"] = {} defs["igSetNextWindowSizeConstraints"][1]["defaults"]["custom_callback"] = "((void*)0)" defs["igSetNextWindowSizeConstraints"][1]["defaults"]["custom_callback_data"] = "((void*)0)" @@ -21266,7 +20740,6 @@ defs["igSetScrollFromPosY"][1]["argsT"][2]["type"] = "float" defs["igSetScrollFromPosY"][1]["argsoriginal"] = "(float local_y,float center_y_ratio=0.5f)" defs["igSetScrollFromPosY"][1]["call_args"] = "(local_y,center_y_ratio)" defs["igSetScrollFromPosY"][1]["cimguiname"] = "igSetScrollFromPosY" -defs["igSetScrollFromPosY"][1]["comment"] = "" defs["igSetScrollFromPosY"][1]["defaults"] = {} defs["igSetScrollFromPosY"][1]["defaults"]["center_y_ratio"] = "0.5f" defs["igSetScrollFromPosY"][1]["funcname"] = "SetScrollFromPosY" @@ -21286,7 +20759,6 @@ defs["igSetScrollHereY"][1]["argsT"][1]["type"] = "float" defs["igSetScrollHereY"][1]["argsoriginal"] = "(float center_y_ratio=0.5f)" defs["igSetScrollHereY"][1]["call_args"] = "(center_y_ratio)" defs["igSetScrollHereY"][1]["cimguiname"] = "igSetScrollHereY" -defs["igSetScrollHereY"][1]["comment"] = "" defs["igSetScrollHereY"][1]["defaults"] = {} defs["igSetScrollHereY"][1]["defaults"]["center_y_ratio"] = "0.5f" defs["igSetScrollHereY"][1]["funcname"] = "SetScrollHereY" @@ -21306,7 +20778,6 @@ defs["igSetScrollX"][1]["argsT"][1]["type"] = "float" defs["igSetScrollX"][1]["argsoriginal"] = "(float scroll_x)" defs["igSetScrollX"][1]["call_args"] = "(scroll_x)" defs["igSetScrollX"][1]["cimguiname"] = "igSetScrollX" -defs["igSetScrollX"][1]["comment"] = "" defs["igSetScrollX"][1]["defaults"] = {} defs["igSetScrollX"][1]["funcname"] = "SetScrollX" defs["igSetScrollX"][1]["namespace"] = "ImGui" @@ -21325,7 +20796,6 @@ defs["igSetScrollY"][1]["argsT"][1]["type"] = "float" defs["igSetScrollY"][1]["argsoriginal"] = "(float scroll_y)" defs["igSetScrollY"][1]["call_args"] = "(scroll_y)" defs["igSetScrollY"][1]["cimguiname"] = "igSetScrollY" -defs["igSetScrollY"][1]["comment"] = "" defs["igSetScrollY"][1]["defaults"] = {} defs["igSetScrollY"][1]["funcname"] = "SetScrollY" defs["igSetScrollY"][1]["namespace"] = "ImGui" @@ -21344,7 +20814,6 @@ defs["igSetStateStorage"][1]["argsT"][1]["type"] = "ImGuiStorage*" defs["igSetStateStorage"][1]["argsoriginal"] = "(ImGuiStorage* storage)" defs["igSetStateStorage"][1]["call_args"] = "(storage)" defs["igSetStateStorage"][1]["cimguiname"] = "igSetStateStorage" -defs["igSetStateStorage"][1]["comment"] = "" defs["igSetStateStorage"][1]["defaults"] = {} defs["igSetStateStorage"][1]["funcname"] = "SetStateStorage" defs["igSetStateStorage"][1]["namespace"] = "ImGui" @@ -21363,7 +20832,6 @@ defs["igSetTabItemClosed"][1]["argsT"][1]["type"] = "const char*" defs["igSetTabItemClosed"][1]["argsoriginal"] = "(const char* tab_or_docked_window_label)" defs["igSetTabItemClosed"][1]["call_args"] = "(tab_or_docked_window_label)" defs["igSetTabItemClosed"][1]["cimguiname"] = "igSetTabItemClosed" -defs["igSetTabItemClosed"][1]["comment"] = "" defs["igSetTabItemClosed"][1]["defaults"] = {} defs["igSetTabItemClosed"][1]["funcname"] = "SetTabItemClosed" defs["igSetTabItemClosed"][1]["namespace"] = "ImGui" @@ -21385,7 +20853,6 @@ defs["igSetTooltip"][1]["argsT"][2]["type"] = "..." defs["igSetTooltip"][1]["argsoriginal"] = "(const char* fmt,...)" defs["igSetTooltip"][1]["call_args"] = "(fmt,...)" defs["igSetTooltip"][1]["cimguiname"] = "igSetTooltip" -defs["igSetTooltip"][1]["comment"] = "" defs["igSetTooltip"][1]["defaults"] = {} defs["igSetTooltip"][1]["funcname"] = "SetTooltip" defs["igSetTooltip"][1]["isvararg"] = "...)" @@ -21408,7 +20875,6 @@ defs["igSetTooltipV"][1]["argsT"][2]["type"] = "va_list" defs["igSetTooltipV"][1]["argsoriginal"] = "(const char* fmt,va_list args)" defs["igSetTooltipV"][1]["call_args"] = "(fmt,args)" defs["igSetTooltipV"][1]["cimguiname"] = "igSetTooltipV" -defs["igSetTooltipV"][1]["comment"] = "" defs["igSetTooltipV"][1]["defaults"] = {} defs["igSetTooltipV"][1]["funcname"] = "SetTooltipV" defs["igSetTooltipV"][1]["namespace"] = "ImGui" @@ -21430,7 +20896,6 @@ defs["igSetWindowCollapsed"][1]["argsT"][2]["type"] = "ImGuiCond" defs["igSetWindowCollapsed"][1]["argsoriginal"] = "(bool collapsed,ImGuiCond cond=0)" defs["igSetWindowCollapsed"][1]["call_args"] = "(collapsed,cond)" defs["igSetWindowCollapsed"][1]["cimguiname"] = "igSetWindowCollapsed" -defs["igSetWindowCollapsed"][1]["comment"] = "" defs["igSetWindowCollapsed"][1]["defaults"] = {} defs["igSetWindowCollapsed"][1]["defaults"]["cond"] = "0" defs["igSetWindowCollapsed"][1]["funcname"] = "SetWindowCollapsed" @@ -21454,7 +20919,6 @@ defs["igSetWindowCollapsed"][2]["argsT"][3]["type"] = "ImGuiCond" defs["igSetWindowCollapsed"][2]["argsoriginal"] = "(const char* name,bool collapsed,ImGuiCond cond=0)" defs["igSetWindowCollapsed"][2]["call_args"] = "(name,collapsed,cond)" defs["igSetWindowCollapsed"][2]["cimguiname"] = "igSetWindowCollapsed" -defs["igSetWindowCollapsed"][2]["comment"] = "" defs["igSetWindowCollapsed"][2]["defaults"] = {} defs["igSetWindowCollapsed"][2]["defaults"]["cond"] = "0" defs["igSetWindowCollapsed"][2]["funcname"] = "SetWindowCollapsed" @@ -21472,7 +20936,6 @@ defs["igSetWindowFocus"][1]["argsT"] = {} defs["igSetWindowFocus"][1]["argsoriginal"] = "()" defs["igSetWindowFocus"][1]["call_args"] = "()" defs["igSetWindowFocus"][1]["cimguiname"] = "igSetWindowFocus" -defs["igSetWindowFocus"][1]["comment"] = "" defs["igSetWindowFocus"][1]["defaults"] = {} defs["igSetWindowFocus"][1]["funcname"] = "SetWindowFocus" defs["igSetWindowFocus"][1]["namespace"] = "ImGui" @@ -21489,7 +20952,6 @@ defs["igSetWindowFocus"][2]["argsT"][1]["type"] = "const char*" defs["igSetWindowFocus"][2]["argsoriginal"] = "(const char* name)" defs["igSetWindowFocus"][2]["call_args"] = "(name)" defs["igSetWindowFocus"][2]["cimguiname"] = "igSetWindowFocus" -defs["igSetWindowFocus"][2]["comment"] = "" defs["igSetWindowFocus"][2]["defaults"] = {} defs["igSetWindowFocus"][2]["funcname"] = "SetWindowFocus" defs["igSetWindowFocus"][2]["namespace"] = "ImGui" @@ -21509,7 +20971,6 @@ defs["igSetWindowFontScale"][1]["argsT"][1]["type"] = "float" defs["igSetWindowFontScale"][1]["argsoriginal"] = "(float scale)" defs["igSetWindowFontScale"][1]["call_args"] = "(scale)" defs["igSetWindowFontScale"][1]["cimguiname"] = "igSetWindowFontScale" -defs["igSetWindowFontScale"][1]["comment"] = "" defs["igSetWindowFontScale"][1]["defaults"] = {} defs["igSetWindowFontScale"][1]["funcname"] = "SetWindowFontScale" defs["igSetWindowFontScale"][1]["namespace"] = "ImGui" @@ -21531,7 +20992,6 @@ defs["igSetWindowPos"][1]["argsT"][2]["type"] = "ImGuiCond" defs["igSetWindowPos"][1]["argsoriginal"] = "(const ImVec2& pos,ImGuiCond cond=0)" defs["igSetWindowPos"][1]["call_args"] = "(pos,cond)" defs["igSetWindowPos"][1]["cimguiname"] = "igSetWindowPos" -defs["igSetWindowPos"][1]["comment"] = "" defs["igSetWindowPos"][1]["defaults"] = {} defs["igSetWindowPos"][1]["defaults"]["cond"] = "0" defs["igSetWindowPos"][1]["funcname"] = "SetWindowPos" @@ -21555,7 +21015,6 @@ defs["igSetWindowPos"][2]["argsT"][3]["type"] = "ImGuiCond" defs["igSetWindowPos"][2]["argsoriginal"] = "(const char* name,const ImVec2& pos,ImGuiCond cond=0)" defs["igSetWindowPos"][2]["call_args"] = "(name,pos,cond)" defs["igSetWindowPos"][2]["cimguiname"] = "igSetWindowPos" -defs["igSetWindowPos"][2]["comment"] = "" defs["igSetWindowPos"][2]["defaults"] = {} defs["igSetWindowPos"][2]["defaults"]["cond"] = "0" defs["igSetWindowPos"][2]["funcname"] = "SetWindowPos" @@ -21579,7 +21038,6 @@ defs["igSetWindowSize"][1]["argsT"][2]["type"] = "ImGuiCond" defs["igSetWindowSize"][1]["argsoriginal"] = "(const ImVec2& size,ImGuiCond cond=0)" defs["igSetWindowSize"][1]["call_args"] = "(size,cond)" defs["igSetWindowSize"][1]["cimguiname"] = "igSetWindowSize" -defs["igSetWindowSize"][1]["comment"] = "" defs["igSetWindowSize"][1]["defaults"] = {} defs["igSetWindowSize"][1]["defaults"]["cond"] = "0" defs["igSetWindowSize"][1]["funcname"] = "SetWindowSize" @@ -21603,7 +21061,6 @@ defs["igSetWindowSize"][2]["argsT"][3]["type"] = "ImGuiCond" defs["igSetWindowSize"][2]["argsoriginal"] = "(const char* name,const ImVec2& size,ImGuiCond cond=0)" defs["igSetWindowSize"][2]["call_args"] = "(name,size,cond)" defs["igSetWindowSize"][2]["cimguiname"] = "igSetWindowSize" -defs["igSetWindowSize"][2]["comment"] = "" defs["igSetWindowSize"][2]["defaults"] = {} defs["igSetWindowSize"][2]["defaults"]["cond"] = "0" defs["igSetWindowSize"][2]["funcname"] = "SetWindowSize" @@ -21624,7 +21081,6 @@ defs["igShowAboutWindow"][1]["argsT"][1]["type"] = "bool*" defs["igShowAboutWindow"][1]["argsoriginal"] = "(bool* p_open=((void*)0))" defs["igShowAboutWindow"][1]["call_args"] = "(p_open)" defs["igShowAboutWindow"][1]["cimguiname"] = "igShowAboutWindow" -defs["igShowAboutWindow"][1]["comment"] = "" defs["igShowAboutWindow"][1]["defaults"] = {} defs["igShowAboutWindow"][1]["defaults"]["p_open"] = "((void*)0)" defs["igShowAboutWindow"][1]["funcname"] = "ShowAboutWindow" @@ -21644,7 +21100,6 @@ defs["igShowDemoWindow"][1]["argsT"][1]["type"] = "bool*" defs["igShowDemoWindow"][1]["argsoriginal"] = "(bool* p_open=((void*)0))" defs["igShowDemoWindow"][1]["call_args"] = "(p_open)" defs["igShowDemoWindow"][1]["cimguiname"] = "igShowDemoWindow" -defs["igShowDemoWindow"][1]["comment"] = "" defs["igShowDemoWindow"][1]["defaults"] = {} defs["igShowDemoWindow"][1]["defaults"]["p_open"] = "((void*)0)" defs["igShowDemoWindow"][1]["funcname"] = "ShowDemoWindow" @@ -21664,7 +21119,6 @@ defs["igShowFontSelector"][1]["argsT"][1]["type"] = "const char*" defs["igShowFontSelector"][1]["argsoriginal"] = "(const char* label)" defs["igShowFontSelector"][1]["call_args"] = "(label)" defs["igShowFontSelector"][1]["cimguiname"] = "igShowFontSelector" -defs["igShowFontSelector"][1]["comment"] = "" defs["igShowFontSelector"][1]["defaults"] = {} defs["igShowFontSelector"][1]["funcname"] = "ShowFontSelector" defs["igShowFontSelector"][1]["namespace"] = "ImGui" @@ -21683,7 +21137,6 @@ defs["igShowMetricsWindow"][1]["argsT"][1]["type"] = "bool*" defs["igShowMetricsWindow"][1]["argsoriginal"] = "(bool* p_open=((void*)0))" defs["igShowMetricsWindow"][1]["call_args"] = "(p_open)" defs["igShowMetricsWindow"][1]["cimguiname"] = "igShowMetricsWindow" -defs["igShowMetricsWindow"][1]["comment"] = "" defs["igShowMetricsWindow"][1]["defaults"] = {} defs["igShowMetricsWindow"][1]["defaults"]["p_open"] = "((void*)0)" defs["igShowMetricsWindow"][1]["funcname"] = "ShowMetricsWindow" @@ -21703,7 +21156,6 @@ defs["igShowStyleEditor"][1]["argsT"][1]["type"] = "ImGuiStyle*" defs["igShowStyleEditor"][1]["argsoriginal"] = "(ImGuiStyle* ref=((void*)0))" defs["igShowStyleEditor"][1]["call_args"] = "(ref)" defs["igShowStyleEditor"][1]["cimguiname"] = "igShowStyleEditor" -defs["igShowStyleEditor"][1]["comment"] = "" defs["igShowStyleEditor"][1]["defaults"] = {} defs["igShowStyleEditor"][1]["defaults"]["ref"] = "((void*)0)" defs["igShowStyleEditor"][1]["funcname"] = "ShowStyleEditor" @@ -21723,7 +21175,6 @@ defs["igShowStyleSelector"][1]["argsT"][1]["type"] = "const char*" defs["igShowStyleSelector"][1]["argsoriginal"] = "(const char* label)" defs["igShowStyleSelector"][1]["call_args"] = "(label)" defs["igShowStyleSelector"][1]["cimguiname"] = "igShowStyleSelector" -defs["igShowStyleSelector"][1]["comment"] = "" defs["igShowStyleSelector"][1]["defaults"] = {} defs["igShowStyleSelector"][1]["funcname"] = "ShowStyleSelector" defs["igShowStyleSelector"][1]["namespace"] = "ImGui" @@ -21739,7 +21190,6 @@ defs["igShowUserGuide"][1]["argsT"] = {} defs["igShowUserGuide"][1]["argsoriginal"] = "()" defs["igShowUserGuide"][1]["call_args"] = "()" defs["igShowUserGuide"][1]["cimguiname"] = "igShowUserGuide" -defs["igShowUserGuide"][1]["comment"] = "" defs["igShowUserGuide"][1]["defaults"] = {} defs["igShowUserGuide"][1]["funcname"] = "ShowUserGuide" defs["igShowUserGuide"][1]["namespace"] = "ImGui" @@ -21770,7 +21220,6 @@ defs["igSliderAngle"][1]["argsT"][5]["type"] = "const char*" defs["igSliderAngle"][1]["argsoriginal"] = "(const char* label,float* v_rad,float v_degrees_min=-360.0f,float v_degrees_max=+360.0f,const char* format=\"%.0f deg\")" defs["igSliderAngle"][1]["call_args"] = "(label,v_rad,v_degrees_min,v_degrees_max,format)" defs["igSliderAngle"][1]["cimguiname"] = "igSliderAngle" -defs["igSliderAngle"][1]["comment"] = "" defs["igSliderAngle"][1]["defaults"] = {} defs["igSliderAngle"][1]["defaults"]["format"] = "\"%.0f deg\"" defs["igSliderAngle"][1]["defaults"]["v_degrees_max"] = "+360.0f" @@ -21807,7 +21256,6 @@ defs["igSliderFloat"][1]["argsT"][6]["type"] = "float" defs["igSliderFloat"][1]["argsoriginal"] = "(const char* label,float* v,float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)" defs["igSliderFloat"][1]["call_args"] = "(label,v,v_min,v_max,format,power)" defs["igSliderFloat"][1]["cimguiname"] = "igSliderFloat" -defs["igSliderFloat"][1]["comment"] = "" defs["igSliderFloat"][1]["defaults"] = {} defs["igSliderFloat"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat"][1]["defaults"]["power"] = "1.0f" @@ -21843,7 +21291,6 @@ defs["igSliderFloat2"][1]["argsT"][6]["type"] = "float" defs["igSliderFloat2"][1]["argsoriginal"] = "(const char* label,float v[2],float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)" defs["igSliderFloat2"][1]["call_args"] = "(label,v,v_min,v_max,format,power)" defs["igSliderFloat2"][1]["cimguiname"] = "igSliderFloat2" -defs["igSliderFloat2"][1]["comment"] = "" defs["igSliderFloat2"][1]["defaults"] = {} defs["igSliderFloat2"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat2"][1]["defaults"]["power"] = "1.0f" @@ -21879,7 +21326,6 @@ defs["igSliderFloat3"][1]["argsT"][6]["type"] = "float" defs["igSliderFloat3"][1]["argsoriginal"] = "(const char* label,float v[3],float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)" defs["igSliderFloat3"][1]["call_args"] = "(label,v,v_min,v_max,format,power)" defs["igSliderFloat3"][1]["cimguiname"] = "igSliderFloat3" -defs["igSliderFloat3"][1]["comment"] = "" defs["igSliderFloat3"][1]["defaults"] = {} defs["igSliderFloat3"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat3"][1]["defaults"]["power"] = "1.0f" @@ -21915,7 +21361,6 @@ defs["igSliderFloat4"][1]["argsT"][6]["type"] = "float" defs["igSliderFloat4"][1]["argsoriginal"] = "(const char* label,float v[4],float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)" defs["igSliderFloat4"][1]["call_args"] = "(label,v,v_min,v_max,format,power)" defs["igSliderFloat4"][1]["cimguiname"] = "igSliderFloat4" -defs["igSliderFloat4"][1]["comment"] = "" defs["igSliderFloat4"][1]["defaults"] = {} defs["igSliderFloat4"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat4"][1]["defaults"]["power"] = "1.0f" @@ -21948,7 +21393,6 @@ defs["igSliderInt"][1]["argsT"][5]["type"] = "const char*" defs["igSliderInt"][1]["argsoriginal"] = "(const char* label,int* v,int v_min,int v_max,const char* format=\"%d\")" defs["igSliderInt"][1]["call_args"] = "(label,v,v_min,v_max,format)" defs["igSliderInt"][1]["cimguiname"] = "igSliderInt" -defs["igSliderInt"][1]["comment"] = "" defs["igSliderInt"][1]["defaults"] = {} defs["igSliderInt"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt"][1]["funcname"] = "SliderInt" @@ -21980,7 +21424,6 @@ defs["igSliderInt2"][1]["argsT"][5]["type"] = "const char*" defs["igSliderInt2"][1]["argsoriginal"] = "(const char* label,int v[2],int v_min,int v_max,const char* format=\"%d\")" defs["igSliderInt2"][1]["call_args"] = "(label,v,v_min,v_max,format)" defs["igSliderInt2"][1]["cimguiname"] = "igSliderInt2" -defs["igSliderInt2"][1]["comment"] = "" defs["igSliderInt2"][1]["defaults"] = {} defs["igSliderInt2"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt2"][1]["funcname"] = "SliderInt2" @@ -22012,7 +21455,6 @@ defs["igSliderInt3"][1]["argsT"][5]["type"] = "const char*" defs["igSliderInt3"][1]["argsoriginal"] = "(const char* label,int v[3],int v_min,int v_max,const char* format=\"%d\")" defs["igSliderInt3"][1]["call_args"] = "(label,v,v_min,v_max,format)" defs["igSliderInt3"][1]["cimguiname"] = "igSliderInt3" -defs["igSliderInt3"][1]["comment"] = "" defs["igSliderInt3"][1]["defaults"] = {} defs["igSliderInt3"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt3"][1]["funcname"] = "SliderInt3" @@ -22044,7 +21486,6 @@ defs["igSliderInt4"][1]["argsT"][5]["type"] = "const char*" defs["igSliderInt4"][1]["argsoriginal"] = "(const char* label,int v[4],int v_min,int v_max,const char* format=\"%d\")" defs["igSliderInt4"][1]["call_args"] = "(label,v,v_min,v_max,format)" defs["igSliderInt4"][1]["cimguiname"] = "igSliderInt4" -defs["igSliderInt4"][1]["comment"] = "" defs["igSliderInt4"][1]["defaults"] = {} defs["igSliderInt4"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt4"][1]["funcname"] = "SliderInt4" @@ -22082,7 +21523,6 @@ defs["igSliderScalar"][1]["argsT"][7]["type"] = "float" defs["igSliderScalar"][1]["argsoriginal"] = "(const char* label,ImGuiDataType data_type,void* v,const void* v_min,const void* v_max,const char* format=((void*)0),float power=1.0f)" defs["igSliderScalar"][1]["call_args"] = "(label,data_type,v,v_min,v_max,format,power)" defs["igSliderScalar"][1]["cimguiname"] = "igSliderScalar" -defs["igSliderScalar"][1]["comment"] = "" defs["igSliderScalar"][1]["defaults"] = {} defs["igSliderScalar"][1]["defaults"]["format"] = "((void*)0)" defs["igSliderScalar"][1]["defaults"]["power"] = "1.0f" @@ -22124,7 +21564,6 @@ defs["igSliderScalarN"][1]["argsT"][8]["type"] = "float" defs["igSliderScalarN"][1]["argsoriginal"] = "(const char* label,ImGuiDataType data_type,void* v,int components,const void* v_min,const void* v_max,const char* format=((void*)0),float power=1.0f)" defs["igSliderScalarN"][1]["call_args"] = "(label,data_type,v,components,v_min,v_max,format,power)" defs["igSliderScalarN"][1]["cimguiname"] = "igSliderScalarN" -defs["igSliderScalarN"][1]["comment"] = "" defs["igSliderScalarN"][1]["defaults"] = {} defs["igSliderScalarN"][1]["defaults"]["format"] = "((void*)0)" defs["igSliderScalarN"][1]["defaults"]["power"] = "1.0f" @@ -22145,7 +21584,6 @@ defs["igSmallButton"][1]["argsT"][1]["type"] = "const char*" defs["igSmallButton"][1]["argsoriginal"] = "(const char* label)" defs["igSmallButton"][1]["call_args"] = "(label)" defs["igSmallButton"][1]["cimguiname"] = "igSmallButton" -defs["igSmallButton"][1]["comment"] = "" defs["igSmallButton"][1]["defaults"] = {} defs["igSmallButton"][1]["funcname"] = "SmallButton" defs["igSmallButton"][1]["namespace"] = "ImGui" @@ -22161,7 +21599,6 @@ defs["igSpacing"][1]["argsT"] = {} defs["igSpacing"][1]["argsoriginal"] = "()" defs["igSpacing"][1]["call_args"] = "()" defs["igSpacing"][1]["cimguiname"] = "igSpacing" -defs["igSpacing"][1]["comment"] = "" defs["igSpacing"][1]["defaults"] = {} defs["igSpacing"][1]["funcname"] = "Spacing" defs["igSpacing"][1]["namespace"] = "ImGui" @@ -22180,7 +21617,6 @@ defs["igStyleColorsClassic"][1]["argsT"][1]["type"] = "ImGuiStyle*" defs["igStyleColorsClassic"][1]["argsoriginal"] = "(ImGuiStyle* dst=((void*)0))" defs["igStyleColorsClassic"][1]["call_args"] = "(dst)" defs["igStyleColorsClassic"][1]["cimguiname"] = "igStyleColorsClassic" -defs["igStyleColorsClassic"][1]["comment"] = "" defs["igStyleColorsClassic"][1]["defaults"] = {} defs["igStyleColorsClassic"][1]["defaults"]["dst"] = "((void*)0)" defs["igStyleColorsClassic"][1]["funcname"] = "StyleColorsClassic" @@ -22200,7 +21636,6 @@ defs["igStyleColorsDark"][1]["argsT"][1]["type"] = "ImGuiStyle*" defs["igStyleColorsDark"][1]["argsoriginal"] = "(ImGuiStyle* dst=((void*)0))" defs["igStyleColorsDark"][1]["call_args"] = "(dst)" defs["igStyleColorsDark"][1]["cimguiname"] = "igStyleColorsDark" -defs["igStyleColorsDark"][1]["comment"] = "" defs["igStyleColorsDark"][1]["defaults"] = {} defs["igStyleColorsDark"][1]["defaults"]["dst"] = "((void*)0)" defs["igStyleColorsDark"][1]["funcname"] = "StyleColorsDark" @@ -22220,7 +21655,6 @@ defs["igStyleColorsLight"][1]["argsT"][1]["type"] = "ImGuiStyle*" defs["igStyleColorsLight"][1]["argsoriginal"] = "(ImGuiStyle* dst=((void*)0))" defs["igStyleColorsLight"][1]["call_args"] = "(dst)" defs["igStyleColorsLight"][1]["cimguiname"] = "igStyleColorsLight" -defs["igStyleColorsLight"][1]["comment"] = "" defs["igStyleColorsLight"][1]["defaults"] = {} defs["igStyleColorsLight"][1]["defaults"]["dst"] = "((void*)0)" defs["igStyleColorsLight"][1]["funcname"] = "StyleColorsLight" @@ -22243,7 +21677,6 @@ defs["igText"][1]["argsT"][2]["type"] = "..." defs["igText"][1]["argsoriginal"] = "(const char* fmt,...)" defs["igText"][1]["call_args"] = "(fmt,...)" defs["igText"][1]["cimguiname"] = "igText" -defs["igText"][1]["comment"] = "" defs["igText"][1]["defaults"] = {} defs["igText"][1]["funcname"] = "Text" defs["igText"][1]["isvararg"] = "...)" @@ -22269,7 +21702,6 @@ defs["igTextColored"][1]["argsT"][3]["type"] = "..." defs["igTextColored"][1]["argsoriginal"] = "(const ImVec4& col,const char* fmt,...)" defs["igTextColored"][1]["call_args"] = "(col,fmt,...)" defs["igTextColored"][1]["cimguiname"] = "igTextColored" -defs["igTextColored"][1]["comment"] = "" defs["igTextColored"][1]["defaults"] = {} defs["igTextColored"][1]["funcname"] = "TextColored" defs["igTextColored"][1]["isvararg"] = "...)" @@ -22295,7 +21727,6 @@ defs["igTextColoredV"][1]["argsT"][3]["type"] = "va_list" defs["igTextColoredV"][1]["argsoriginal"] = "(const ImVec4& col,const char* fmt,va_list args)" defs["igTextColoredV"][1]["call_args"] = "(col,fmt,args)" defs["igTextColoredV"][1]["cimguiname"] = "igTextColoredV" -defs["igTextColoredV"][1]["comment"] = "" defs["igTextColoredV"][1]["defaults"] = {} defs["igTextColoredV"][1]["funcname"] = "TextColoredV" defs["igTextColoredV"][1]["namespace"] = "ImGui" @@ -22317,7 +21748,6 @@ defs["igTextDisabled"][1]["argsT"][2]["type"] = "..." defs["igTextDisabled"][1]["argsoriginal"] = "(const char* fmt,...)" defs["igTextDisabled"][1]["call_args"] = "(fmt,...)" defs["igTextDisabled"][1]["cimguiname"] = "igTextDisabled" -defs["igTextDisabled"][1]["comment"] = "" defs["igTextDisabled"][1]["defaults"] = {} defs["igTextDisabled"][1]["funcname"] = "TextDisabled" defs["igTextDisabled"][1]["isvararg"] = "...)" @@ -22340,7 +21770,6 @@ defs["igTextDisabledV"][1]["argsT"][2]["type"] = "va_list" defs["igTextDisabledV"][1]["argsoriginal"] = "(const char* fmt,va_list args)" defs["igTextDisabledV"][1]["call_args"] = "(fmt,args)" defs["igTextDisabledV"][1]["cimguiname"] = "igTextDisabledV" -defs["igTextDisabledV"][1]["comment"] = "" defs["igTextDisabledV"][1]["defaults"] = {} defs["igTextDisabledV"][1]["funcname"] = "TextDisabledV" defs["igTextDisabledV"][1]["namespace"] = "ImGui" @@ -22362,7 +21791,6 @@ defs["igTextUnformatted"][1]["argsT"][2]["type"] = "const char*" defs["igTextUnformatted"][1]["argsoriginal"] = "(const char* text,const char* text_end=((void*)0))" defs["igTextUnformatted"][1]["call_args"] = "(text,text_end)" defs["igTextUnformatted"][1]["cimguiname"] = "igTextUnformatted" -defs["igTextUnformatted"][1]["comment"] = "" defs["igTextUnformatted"][1]["defaults"] = {} defs["igTextUnformatted"][1]["defaults"]["text_end"] = "((void*)0)" defs["igTextUnformatted"][1]["funcname"] = "TextUnformatted" @@ -22385,7 +21813,6 @@ defs["igTextV"][1]["argsT"][2]["type"] = "va_list" defs["igTextV"][1]["argsoriginal"] = "(const char* fmt,va_list args)" defs["igTextV"][1]["call_args"] = "(fmt,args)" defs["igTextV"][1]["cimguiname"] = "igTextV" -defs["igTextV"][1]["comment"] = "" defs["igTextV"][1]["defaults"] = {} defs["igTextV"][1]["funcname"] = "TextV" defs["igTextV"][1]["namespace"] = "ImGui" @@ -22407,7 +21834,6 @@ defs["igTextWrapped"][1]["argsT"][2]["type"] = "..." defs["igTextWrapped"][1]["argsoriginal"] = "(const char* fmt,...)" defs["igTextWrapped"][1]["call_args"] = "(fmt,...)" defs["igTextWrapped"][1]["cimguiname"] = "igTextWrapped" -defs["igTextWrapped"][1]["comment"] = "" defs["igTextWrapped"][1]["defaults"] = {} defs["igTextWrapped"][1]["funcname"] = "TextWrapped" defs["igTextWrapped"][1]["isvararg"] = "...)" @@ -22430,7 +21856,6 @@ defs["igTextWrappedV"][1]["argsT"][2]["type"] = "va_list" defs["igTextWrappedV"][1]["argsoriginal"] = "(const char* fmt,va_list args)" defs["igTextWrappedV"][1]["call_args"] = "(fmt,args)" defs["igTextWrappedV"][1]["cimguiname"] = "igTextWrappedV" -defs["igTextWrappedV"][1]["comment"] = "" defs["igTextWrappedV"][1]["defaults"] = {} defs["igTextWrappedV"][1]["funcname"] = "TextWrappedV" defs["igTextWrappedV"][1]["namespace"] = "ImGui" @@ -22446,7 +21871,6 @@ defs["igTreeAdvanceToLabelPos"][1]["argsT"] = {} defs["igTreeAdvanceToLabelPos"][1]["argsoriginal"] = "()" defs["igTreeAdvanceToLabelPos"][1]["call_args"] = "()" defs["igTreeAdvanceToLabelPos"][1]["cimguiname"] = "igTreeAdvanceToLabelPos" -defs["igTreeAdvanceToLabelPos"][1]["comment"] = "" defs["igTreeAdvanceToLabelPos"][1]["defaults"] = {} defs["igTreeAdvanceToLabelPos"][1]["funcname"] = "TreeAdvanceToLabelPos" defs["igTreeAdvanceToLabelPos"][1]["namespace"] = "ImGui" @@ -22465,7 +21889,6 @@ defs["igTreeNode"][1]["argsT"][1]["type"] = "const char*" defs["igTreeNode"][1]["argsoriginal"] = "(const char* label)" defs["igTreeNode"][1]["call_args"] = "(label)" defs["igTreeNode"][1]["cimguiname"] = "igTreeNode" -defs["igTreeNode"][1]["comment"] = "" defs["igTreeNode"][1]["defaults"] = {} defs["igTreeNode"][1]["funcname"] = "TreeNode" defs["igTreeNode"][1]["namespace"] = "ImGui" @@ -22488,7 +21911,6 @@ defs["igTreeNode"][2]["argsT"][3]["type"] = "..." defs["igTreeNode"][2]["argsoriginal"] = "(const char* str_id,const char* fmt,...)" defs["igTreeNode"][2]["call_args"] = "(str_id,fmt,...)" defs["igTreeNode"][2]["cimguiname"] = "igTreeNode" -defs["igTreeNode"][2]["comment"] = "" defs["igTreeNode"][2]["defaults"] = {} defs["igTreeNode"][2]["funcname"] = "TreeNode" defs["igTreeNode"][2]["isvararg"] = "...)" @@ -22512,7 +21934,6 @@ defs["igTreeNode"][3]["argsT"][3]["type"] = "..." defs["igTreeNode"][3]["argsoriginal"] = "(const void* ptr_id,const char* fmt,...)" defs["igTreeNode"][3]["call_args"] = "(ptr_id,fmt,...)" defs["igTreeNode"][3]["cimguiname"] = "igTreeNode" -defs["igTreeNode"][3]["comment"] = "" defs["igTreeNode"][3]["defaults"] = {} defs["igTreeNode"][3]["funcname"] = "TreeNode" defs["igTreeNode"][3]["isvararg"] = "...)" @@ -22537,7 +21958,6 @@ defs["igTreeNodeEx"][1]["argsT"][2]["type"] = "ImGuiTreeNodeFlags" defs["igTreeNodeEx"][1]["argsoriginal"] = "(const char* label,ImGuiTreeNodeFlags flags=0)" defs["igTreeNodeEx"][1]["call_args"] = "(label,flags)" defs["igTreeNodeEx"][1]["cimguiname"] = "igTreeNodeEx" -defs["igTreeNodeEx"][1]["comment"] = "" defs["igTreeNodeEx"][1]["defaults"] = {} defs["igTreeNodeEx"][1]["defaults"]["flags"] = "0" defs["igTreeNodeEx"][1]["funcname"] = "TreeNodeEx" @@ -22564,7 +21984,6 @@ defs["igTreeNodeEx"][2]["argsT"][4]["type"] = "..." defs["igTreeNodeEx"][2]["argsoriginal"] = "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...)" defs["igTreeNodeEx"][2]["call_args"] = "(str_id,flags,fmt,...)" defs["igTreeNodeEx"][2]["cimguiname"] = "igTreeNodeEx" -defs["igTreeNodeEx"][2]["comment"] = "" defs["igTreeNodeEx"][2]["defaults"] = {} defs["igTreeNodeEx"][2]["funcname"] = "TreeNodeEx" defs["igTreeNodeEx"][2]["isvararg"] = "...)" @@ -22591,7 +22010,6 @@ defs["igTreeNodeEx"][3]["argsT"][4]["type"] = "..." defs["igTreeNodeEx"][3]["argsoriginal"] = "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...)" defs["igTreeNodeEx"][3]["call_args"] = "(ptr_id,flags,fmt,...)" defs["igTreeNodeEx"][3]["cimguiname"] = "igTreeNodeEx" -defs["igTreeNodeEx"][3]["comment"] = "" defs["igTreeNodeEx"][3]["defaults"] = {} defs["igTreeNodeEx"][3]["funcname"] = "TreeNodeEx" defs["igTreeNodeEx"][3]["isvararg"] = "...)" @@ -22622,7 +22040,6 @@ defs["igTreeNodeExV"][1]["argsT"][4]["type"] = "va_list" defs["igTreeNodeExV"][1]["argsoriginal"] = "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)" defs["igTreeNodeExV"][1]["call_args"] = "(str_id,flags,fmt,args)" defs["igTreeNodeExV"][1]["cimguiname"] = "igTreeNodeExV" -defs["igTreeNodeExV"][1]["comment"] = "" defs["igTreeNodeExV"][1]["defaults"] = {} defs["igTreeNodeExV"][1]["funcname"] = "TreeNodeExV" defs["igTreeNodeExV"][1]["namespace"] = "ImGui" @@ -22648,7 +22065,6 @@ defs["igTreeNodeExV"][2]["argsT"][4]["type"] = "va_list" defs["igTreeNodeExV"][2]["argsoriginal"] = "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)" defs["igTreeNodeExV"][2]["call_args"] = "(ptr_id,flags,fmt,args)" defs["igTreeNodeExV"][2]["cimguiname"] = "igTreeNodeExV" -defs["igTreeNodeExV"][2]["comment"] = "" defs["igTreeNodeExV"][2]["defaults"] = {} defs["igTreeNodeExV"][2]["funcname"] = "TreeNodeExV" defs["igTreeNodeExV"][2]["namespace"] = "ImGui" @@ -22674,7 +22090,6 @@ defs["igTreeNodeV"][1]["argsT"][3]["type"] = "va_list" defs["igTreeNodeV"][1]["argsoriginal"] = "(const char* str_id,const char* fmt,va_list args)" defs["igTreeNodeV"][1]["call_args"] = "(str_id,fmt,args)" defs["igTreeNodeV"][1]["cimguiname"] = "igTreeNodeV" -defs["igTreeNodeV"][1]["comment"] = "" defs["igTreeNodeV"][1]["defaults"] = {} defs["igTreeNodeV"][1]["funcname"] = "TreeNodeV" defs["igTreeNodeV"][1]["namespace"] = "ImGui" @@ -22697,7 +22112,6 @@ defs["igTreeNodeV"][2]["argsT"][3]["type"] = "va_list" defs["igTreeNodeV"][2]["argsoriginal"] = "(const void* ptr_id,const char* fmt,va_list args)" defs["igTreeNodeV"][2]["call_args"] = "(ptr_id,fmt,args)" defs["igTreeNodeV"][2]["cimguiname"] = "igTreeNodeV" -defs["igTreeNodeV"][2]["comment"] = "" defs["igTreeNodeV"][2]["defaults"] = {} defs["igTreeNodeV"][2]["funcname"] = "TreeNodeV" defs["igTreeNodeV"][2]["namespace"] = "ImGui" @@ -22714,7 +22128,6 @@ defs["igTreePop"][1]["argsT"] = {} defs["igTreePop"][1]["argsoriginal"] = "()" defs["igTreePop"][1]["call_args"] = "()" defs["igTreePop"][1]["cimguiname"] = "igTreePop" -defs["igTreePop"][1]["comment"] = "" defs["igTreePop"][1]["defaults"] = {} defs["igTreePop"][1]["funcname"] = "TreePop" defs["igTreePop"][1]["namespace"] = "ImGui" @@ -22733,7 +22146,6 @@ defs["igTreePush"][1]["argsT"][1]["type"] = "const char*" defs["igTreePush"][1]["argsoriginal"] = "(const char* str_id)" defs["igTreePush"][1]["call_args"] = "(str_id)" defs["igTreePush"][1]["cimguiname"] = "igTreePush" -defs["igTreePush"][1]["comment"] = "" defs["igTreePush"][1]["defaults"] = {} defs["igTreePush"][1]["funcname"] = "TreePush" defs["igTreePush"][1]["namespace"] = "ImGui" @@ -22750,7 +22162,6 @@ defs["igTreePush"][2]["argsT"][1]["type"] = "const void*" defs["igTreePush"][2]["argsoriginal"] = "(const void* ptr_id=((void*)0))" defs["igTreePush"][2]["call_args"] = "(ptr_id)" defs["igTreePush"][2]["cimguiname"] = "igTreePush" -defs["igTreePush"][2]["comment"] = "" defs["igTreePush"][2]["defaults"] = {} defs["igTreePush"][2]["defaults"]["ptr_id"] = "((void*)0)" defs["igTreePush"][2]["funcname"] = "TreePush" @@ -22771,7 +22182,6 @@ defs["igUnindent"][1]["argsT"][1]["type"] = "float" defs["igUnindent"][1]["argsoriginal"] = "(float indent_w=0.0f)" defs["igUnindent"][1]["call_args"] = "(indent_w)" defs["igUnindent"][1]["cimguiname"] = "igUnindent" -defs["igUnindent"][1]["comment"] = "" defs["igUnindent"][1]["defaults"] = {} defs["igUnindent"][1]["defaults"]["indent_w"] = "0.0f" defs["igUnindent"][1]["funcname"] = "Unindent" @@ -22809,7 +22219,6 @@ defs["igVSliderFloat"][1]["argsT"][7]["type"] = "float" defs["igVSliderFloat"][1]["argsoriginal"] = "(const char* label,const ImVec2& size,float* v,float v_min,float v_max,const char* format=\"%.3f\",float power=1.0f)" defs["igVSliderFloat"][1]["call_args"] = "(label,size,v,v_min,v_max,format,power)" defs["igVSliderFloat"][1]["cimguiname"] = "igVSliderFloat" -defs["igVSliderFloat"][1]["comment"] = "" defs["igVSliderFloat"][1]["defaults"] = {} defs["igVSliderFloat"][1]["defaults"]["format"] = "\"%.3f\"" defs["igVSliderFloat"][1]["defaults"]["power"] = "1.0f" @@ -22845,7 +22254,6 @@ defs["igVSliderInt"][1]["argsT"][6]["type"] = "const char*" defs["igVSliderInt"][1]["argsoriginal"] = "(const char* label,const ImVec2& size,int* v,int v_min,int v_max,const char* format=\"%d\")" defs["igVSliderInt"][1]["call_args"] = "(label,size,v,v_min,v_max,format)" defs["igVSliderInt"][1]["cimguiname"] = "igVSliderInt" -defs["igVSliderInt"][1]["comment"] = "" defs["igVSliderInt"][1]["defaults"] = {} defs["igVSliderInt"][1]["defaults"]["format"] = "\"%d\"" defs["igVSliderInt"][1]["funcname"] = "VSliderInt" @@ -22886,7 +22294,6 @@ defs["igVSliderScalar"][1]["argsT"][8]["type"] = "float" defs["igVSliderScalar"][1]["argsoriginal"] = "(const char* label,const ImVec2& size,ImGuiDataType data_type,void* v,const void* v_min,const void* v_max,const char* format=((void*)0),float power=1.0f)" defs["igVSliderScalar"][1]["call_args"] = "(label,size,data_type,v,v_min,v_max,format,power)" defs["igVSliderScalar"][1]["cimguiname"] = "igVSliderScalar" -defs["igVSliderScalar"][1]["comment"] = "" defs["igVSliderScalar"][1]["defaults"] = {} defs["igVSliderScalar"][1]["defaults"]["format"] = "((void*)0)" defs["igVSliderScalar"][1]["defaults"]["power"] = "1.0f" @@ -22910,7 +22317,6 @@ defs["igValue"][1]["argsT"][2]["type"] = "bool" defs["igValue"][1]["argsoriginal"] = "(const char* prefix,bool b)" defs["igValue"][1]["call_args"] = "(prefix,b)" defs["igValue"][1]["cimguiname"] = "igValue" -defs["igValue"][1]["comment"] = "" defs["igValue"][1]["defaults"] = {} defs["igValue"][1]["funcname"] = "Value" defs["igValue"][1]["namespace"] = "ImGui" @@ -22930,7 +22336,6 @@ defs["igValue"][2]["argsT"][2]["type"] = "int" defs["igValue"][2]["argsoriginal"] = "(const char* prefix,int v)" defs["igValue"][2]["call_args"] = "(prefix,v)" defs["igValue"][2]["cimguiname"] = "igValue" -defs["igValue"][2]["comment"] = "" defs["igValue"][2]["defaults"] = {} defs["igValue"][2]["funcname"] = "Value" defs["igValue"][2]["namespace"] = "ImGui" @@ -22950,7 +22355,6 @@ defs["igValue"][3]["argsT"][2]["type"] = "unsigned int" defs["igValue"][3]["argsoriginal"] = "(const char* prefix,unsigned int v)" defs["igValue"][3]["call_args"] = "(prefix,v)" defs["igValue"][3]["cimguiname"] = "igValue" -defs["igValue"][3]["comment"] = "" defs["igValue"][3]["defaults"] = {} defs["igValue"][3]["funcname"] = "Value" defs["igValue"][3]["namespace"] = "ImGui" @@ -22973,7 +22377,6 @@ defs["igValue"][4]["argsT"][3]["type"] = "const char*" defs["igValue"][4]["argsoriginal"] = "(const char* prefix,float v,const char* float_format=((void*)0))" defs["igValue"][4]["call_args"] = "(prefix,v,float_format)" defs["igValue"][4]["cimguiname"] = "igValue" -defs["igValue"][4]["comment"] = "" defs["igValue"][4]["defaults"] = {} defs["igValue"][4]["defaults"]["float_format"] = "((void*)0)" defs["igValue"][4]["funcname"] = "Value" diff --git a/generator/output/impl_definitions.json b/generator/output/impl_definitions.json index 1eb236c..9094d77 100644 --- a/generator/output/impl_definitions.json +++ b/generator/output/impl_definitions.json @@ -15,7 +15,6 @@ "argsoriginal": "(GLFWwindow* window,unsigned int c)", "call_args": "(window,c)", "cimguiname": "ImGui_ImplGlfw_CharCallback", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_CharCallback", "ov_cimguiname": "ImGui_ImplGlfw_CharCallback", @@ -40,7 +39,6 @@ "argsoriginal": "(GLFWwindow* window,bool install_callbacks)", "call_args": "(window,install_callbacks)", "cimguiname": "ImGui_ImplGlfw_InitForOpenGL", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_InitForOpenGL", "ov_cimguiname": "ImGui_ImplGlfw_InitForOpenGL", @@ -65,7 +63,6 @@ "argsoriginal": "(GLFWwindow* window,bool install_callbacks)", "call_args": "(window,install_callbacks)", "cimguiname": "ImGui_ImplGlfw_InitForVulkan", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_InitForVulkan", "ov_cimguiname": "ImGui_ImplGlfw_InitForVulkan", @@ -102,7 +99,6 @@ "argsoriginal": "(GLFWwindow* window,int key,int scancode,int action,int mods)", "call_args": "(window,key,scancode,action,mods)", "cimguiname": "ImGui_ImplGlfw_KeyCallback", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_KeyCallback", "ov_cimguiname": "ImGui_ImplGlfw_KeyCallback", @@ -135,7 +131,6 @@ "argsoriginal": "(GLFWwindow* window,int button,int action,int mods)", "call_args": "(window,button,action,mods)", "cimguiname": "ImGui_ImplGlfw_MouseButtonCallback", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_MouseButtonCallback", "ov_cimguiname": "ImGui_ImplGlfw_MouseButtonCallback", @@ -151,7 +146,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplGlfw_NewFrame", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_NewFrame", "ov_cimguiname": "ImGui_ImplGlfw_NewFrame", @@ -180,7 +174,6 @@ "argsoriginal": "(GLFWwindow* window,double xoffset,double yoffset)", "call_args": "(window,xoffset,yoffset)", "cimguiname": "ImGui_ImplGlfw_ScrollCallback", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_ScrollCallback", "ov_cimguiname": "ImGui_ImplGlfw_ScrollCallback", @@ -196,7 +189,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplGlfw_Shutdown", - "comment": "", "defaults": [], "funcname": "ImGui_ImplGlfw_Shutdown", "ov_cimguiname": "ImGui_ImplGlfw_Shutdown", @@ -212,7 +204,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_CreateDeviceObjects", "ov_cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects", @@ -228,7 +219,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_CreateFontsTexture", "ov_cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture", @@ -244,7 +234,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_DestroyDeviceObjects", "ov_cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects", @@ -260,7 +249,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_DestroyFontsTexture", "ov_cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture", @@ -276,7 +264,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL2_Init", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_Init", "ov_cimguiname": "ImGui_ImplOpenGL2_Init", @@ -292,7 +279,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL2_NewFrame", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_NewFrame", "ov_cimguiname": "ImGui_ImplOpenGL2_NewFrame", @@ -313,7 +299,6 @@ "argsoriginal": "(ImDrawData* draw_data)", "call_args": "(draw_data)", "cimguiname": "ImGui_ImplOpenGL2_RenderDrawData", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_RenderDrawData", "ov_cimguiname": "ImGui_ImplOpenGL2_RenderDrawData", @@ -329,7 +314,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL2_Shutdown", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL2_Shutdown", "ov_cimguiname": "ImGui_ImplOpenGL2_Shutdown", @@ -345,7 +329,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL3_CreateDeviceObjects", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL3_CreateDeviceObjects", "ov_cimguiname": "ImGui_ImplOpenGL3_CreateDeviceObjects", @@ -361,7 +344,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL3_CreateFontsTexture", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL3_CreateFontsTexture", "ov_cimguiname": "ImGui_ImplOpenGL3_CreateFontsTexture", @@ -377,7 +359,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL3_DestroyDeviceObjects", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL3_DestroyDeviceObjects", "ov_cimguiname": "ImGui_ImplOpenGL3_DestroyDeviceObjects", @@ -393,7 +374,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL3_DestroyFontsTexture", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL3_DestroyFontsTexture", "ov_cimguiname": "ImGui_ImplOpenGL3_DestroyFontsTexture", @@ -414,7 +394,6 @@ "argsoriginal": "(const char* glsl_version=NULL)", "call_args": "(glsl_version)", "cimguiname": "ImGui_ImplOpenGL3_Init", - "comment": "", "defaults": { "glsl_version": "NULL" }, @@ -432,7 +411,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL3_NewFrame", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL3_NewFrame", "ov_cimguiname": "ImGui_ImplOpenGL3_NewFrame", @@ -453,7 +431,6 @@ "argsoriginal": "(ImDrawData* draw_data)", "call_args": "(draw_data)", "cimguiname": "ImGui_ImplOpenGL3_RenderDrawData", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL3_RenderDrawData", "ov_cimguiname": "ImGui_ImplOpenGL3_RenderDrawData", @@ -469,7 +446,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplOpenGL3_Shutdown", - "comment": "", "defaults": [], "funcname": "ImGui_ImplOpenGL3_Shutdown", "ov_cimguiname": "ImGui_ImplOpenGL3_Shutdown", @@ -494,7 +470,6 @@ "argsoriginal": "(SDL_Window* window,void* sdl_gl_context)", "call_args": "(window,sdl_gl_context)", "cimguiname": "ImGui_ImplSDL2_InitForOpenGL", - "comment": "", "defaults": [], "funcname": "ImGui_ImplSDL2_InitForOpenGL", "ov_cimguiname": "ImGui_ImplSDL2_InitForOpenGL", @@ -515,7 +490,6 @@ "argsoriginal": "(SDL_Window* window)", "call_args": "(window)", "cimguiname": "ImGui_ImplSDL2_InitForVulkan", - "comment": "", "defaults": [], "funcname": "ImGui_ImplSDL2_InitForVulkan", "ov_cimguiname": "ImGui_ImplSDL2_InitForVulkan", @@ -536,7 +510,6 @@ "argsoriginal": "(SDL_Window* window)", "call_args": "(window)", "cimguiname": "ImGui_ImplSDL2_NewFrame", - "comment": "", "defaults": [], "funcname": "ImGui_ImplSDL2_NewFrame", "ov_cimguiname": "ImGui_ImplSDL2_NewFrame", @@ -557,7 +530,6 @@ "argsoriginal": "(const SDL_Event* event)", "call_args": "(event)", "cimguiname": "ImGui_ImplSDL2_ProcessEvent", - "comment": "", "defaults": [], "funcname": "ImGui_ImplSDL2_ProcessEvent", "ov_cimguiname": "ImGui_ImplSDL2_ProcessEvent", @@ -573,7 +545,6 @@ "argsoriginal": "()", "call_args": "()", "cimguiname": "ImGui_ImplSDL2_Shutdown", - "comment": "", "defaults": [], "funcname": "ImGui_ImplSDL2_Shutdown", "ov_cimguiname": "ImGui_ImplSDL2_Shutdown", diff --git a/generator/output/impl_definitions.lua b/generator/output/impl_definitions.lua index d3bcdd8..f27ecb1 100644 --- a/generator/output/impl_definitions.lua +++ b/generator/output/impl_definitions.lua @@ -12,7 +12,6 @@ defs["ImGui_ImplGlfw_CharCallback"][1]["argsT"][2]["type"] = "unsigned int" defs["ImGui_ImplGlfw_CharCallback"][1]["argsoriginal"] = "(GLFWwindow* window,unsigned int c)" defs["ImGui_ImplGlfw_CharCallback"][1]["call_args"] = "(window,c)" defs["ImGui_ImplGlfw_CharCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_CharCallback" -defs["ImGui_ImplGlfw_CharCallback"][1]["comment"] = "" defs["ImGui_ImplGlfw_CharCallback"][1]["defaults"] = {} defs["ImGui_ImplGlfw_CharCallback"][1]["funcname"] = "ImGui_ImplGlfw_CharCallback" defs["ImGui_ImplGlfw_CharCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_CharCallback" @@ -33,7 +32,6 @@ defs["ImGui_ImplGlfw_InitForOpenGL"][1]["argsT"][2]["type"] = "bool" defs["ImGui_ImplGlfw_InitForOpenGL"][1]["argsoriginal"] = "(GLFWwindow* window,bool install_callbacks)" defs["ImGui_ImplGlfw_InitForOpenGL"][1]["call_args"] = "(window,install_callbacks)" defs["ImGui_ImplGlfw_InitForOpenGL"][1]["cimguiname"] = "ImGui_ImplGlfw_InitForOpenGL" -defs["ImGui_ImplGlfw_InitForOpenGL"][1]["comment"] = "" defs["ImGui_ImplGlfw_InitForOpenGL"][1]["defaults"] = {} defs["ImGui_ImplGlfw_InitForOpenGL"][1]["funcname"] = "ImGui_ImplGlfw_InitForOpenGL" defs["ImGui_ImplGlfw_InitForOpenGL"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_InitForOpenGL" @@ -54,7 +52,6 @@ defs["ImGui_ImplGlfw_InitForVulkan"][1]["argsT"][2]["type"] = "bool" defs["ImGui_ImplGlfw_InitForVulkan"][1]["argsoriginal"] = "(GLFWwindow* window,bool install_callbacks)" defs["ImGui_ImplGlfw_InitForVulkan"][1]["call_args"] = "(window,install_callbacks)" defs["ImGui_ImplGlfw_InitForVulkan"][1]["cimguiname"] = "ImGui_ImplGlfw_InitForVulkan" -defs["ImGui_ImplGlfw_InitForVulkan"][1]["comment"] = "" defs["ImGui_ImplGlfw_InitForVulkan"][1]["defaults"] = {} defs["ImGui_ImplGlfw_InitForVulkan"][1]["funcname"] = "ImGui_ImplGlfw_InitForVulkan" defs["ImGui_ImplGlfw_InitForVulkan"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_InitForVulkan" @@ -84,7 +81,6 @@ defs["ImGui_ImplGlfw_KeyCallback"][1]["argsT"][5]["type"] = "int" defs["ImGui_ImplGlfw_KeyCallback"][1]["argsoriginal"] = "(GLFWwindow* window,int key,int scancode,int action,int mods)" defs["ImGui_ImplGlfw_KeyCallback"][1]["call_args"] = "(window,key,scancode,action,mods)" defs["ImGui_ImplGlfw_KeyCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_KeyCallback" -defs["ImGui_ImplGlfw_KeyCallback"][1]["comment"] = "" defs["ImGui_ImplGlfw_KeyCallback"][1]["defaults"] = {} defs["ImGui_ImplGlfw_KeyCallback"][1]["funcname"] = "ImGui_ImplGlfw_KeyCallback" defs["ImGui_ImplGlfw_KeyCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_KeyCallback" @@ -111,7 +107,6 @@ defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["argsT"][4]["type"] = "int" defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["argsoriginal"] = "(GLFWwindow* window,int button,int action,int mods)" defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["call_args"] = "(window,button,action,mods)" defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback" -defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["comment"] = "" defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["defaults"] = {} defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["funcname"] = "ImGui_ImplGlfw_MouseButtonCallback" defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback" @@ -126,7 +121,6 @@ defs["ImGui_ImplGlfw_NewFrame"][1]["argsT"] = {} defs["ImGui_ImplGlfw_NewFrame"][1]["argsoriginal"] = "()" defs["ImGui_ImplGlfw_NewFrame"][1]["call_args"] = "()" defs["ImGui_ImplGlfw_NewFrame"][1]["cimguiname"] = "ImGui_ImplGlfw_NewFrame" -defs["ImGui_ImplGlfw_NewFrame"][1]["comment"] = "" defs["ImGui_ImplGlfw_NewFrame"][1]["defaults"] = {} defs["ImGui_ImplGlfw_NewFrame"][1]["funcname"] = "ImGui_ImplGlfw_NewFrame" defs["ImGui_ImplGlfw_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_NewFrame" @@ -150,7 +144,6 @@ defs["ImGui_ImplGlfw_ScrollCallback"][1]["argsT"][3]["type"] = "double" defs["ImGui_ImplGlfw_ScrollCallback"][1]["argsoriginal"] = "(GLFWwindow* window,double xoffset,double yoffset)" defs["ImGui_ImplGlfw_ScrollCallback"][1]["call_args"] = "(window,xoffset,yoffset)" defs["ImGui_ImplGlfw_ScrollCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_ScrollCallback" -defs["ImGui_ImplGlfw_ScrollCallback"][1]["comment"] = "" defs["ImGui_ImplGlfw_ScrollCallback"][1]["defaults"] = {} defs["ImGui_ImplGlfw_ScrollCallback"][1]["funcname"] = "ImGui_ImplGlfw_ScrollCallback" defs["ImGui_ImplGlfw_ScrollCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_ScrollCallback" @@ -165,7 +158,6 @@ defs["ImGui_ImplGlfw_Shutdown"][1]["argsT"] = {} defs["ImGui_ImplGlfw_Shutdown"][1]["argsoriginal"] = "()" defs["ImGui_ImplGlfw_Shutdown"][1]["call_args"] = "()" defs["ImGui_ImplGlfw_Shutdown"][1]["cimguiname"] = "ImGui_ImplGlfw_Shutdown" -defs["ImGui_ImplGlfw_Shutdown"][1]["comment"] = "" defs["ImGui_ImplGlfw_Shutdown"][1]["defaults"] = {} defs["ImGui_ImplGlfw_Shutdown"][1]["funcname"] = "ImGui_ImplGlfw_Shutdown" defs["ImGui_ImplGlfw_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_Shutdown" @@ -180,7 +172,6 @@ defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["argsT"] = {} defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL2_CreateDeviceObjects" -defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL2_CreateDeviceObjects" defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_CreateDeviceObjects" @@ -195,7 +186,6 @@ defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["argsT"] = {} defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL2_CreateFontsTexture" -defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL2_CreateFontsTexture" defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_CreateFontsTexture" @@ -210,7 +200,6 @@ defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["argsT"] = {} defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL2_DestroyDeviceObjects" -defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL2_DestroyDeviceObjects" defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_DestroyDeviceObjects" @@ -225,7 +214,6 @@ defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["argsT"] = {} defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL2_DestroyFontsTexture" -defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL2_DestroyFontsTexture" defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_DestroyFontsTexture" @@ -240,7 +228,6 @@ defs["ImGui_ImplOpenGL2_Init"][1]["argsT"] = {} defs["ImGui_ImplOpenGL2_Init"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL2_Init"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL2_Init"][1]["cimguiname"] = "ImGui_ImplOpenGL2_Init" -defs["ImGui_ImplOpenGL2_Init"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_Init"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_Init"][1]["funcname"] = "ImGui_ImplOpenGL2_Init" defs["ImGui_ImplOpenGL2_Init"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_Init" @@ -255,7 +242,6 @@ defs["ImGui_ImplOpenGL2_NewFrame"][1]["argsT"] = {} defs["ImGui_ImplOpenGL2_NewFrame"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL2_NewFrame"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL2_NewFrame"][1]["cimguiname"] = "ImGui_ImplOpenGL2_NewFrame" -defs["ImGui_ImplOpenGL2_NewFrame"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_NewFrame"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_NewFrame"][1]["funcname"] = "ImGui_ImplOpenGL2_NewFrame" defs["ImGui_ImplOpenGL2_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_NewFrame" @@ -273,7 +259,6 @@ defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["argsT"][1]["type"] = "ImDrawData*" defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["argsoriginal"] = "(ImDrawData* draw_data)" defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["call_args"] = "(draw_data)" defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["cimguiname"] = "ImGui_ImplOpenGL2_RenderDrawData" -defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["funcname"] = "ImGui_ImplOpenGL2_RenderDrawData" defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_RenderDrawData" @@ -288,7 +273,6 @@ defs["ImGui_ImplOpenGL2_Shutdown"][1]["argsT"] = {} defs["ImGui_ImplOpenGL2_Shutdown"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL2_Shutdown"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL2_Shutdown"][1]["cimguiname"] = "ImGui_ImplOpenGL2_Shutdown" -defs["ImGui_ImplOpenGL2_Shutdown"][1]["comment"] = "" defs["ImGui_ImplOpenGL2_Shutdown"][1]["defaults"] = {} defs["ImGui_ImplOpenGL2_Shutdown"][1]["funcname"] = "ImGui_ImplOpenGL2_Shutdown" defs["ImGui_ImplOpenGL2_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_Shutdown" @@ -303,7 +287,6 @@ defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["argsT"] = {} defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL3_CreateDeviceObjects" -defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL3_CreateDeviceObjects" defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_CreateDeviceObjects" @@ -318,7 +301,6 @@ defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["argsT"] = {} defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL3_CreateFontsTexture" -defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL3_CreateFontsTexture" defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_CreateFontsTexture" @@ -333,7 +315,6 @@ defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["argsT"] = {} defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL3_DestroyDeviceObjects" -defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL3_DestroyDeviceObjects" defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_DestroyDeviceObjects" @@ -348,7 +329,6 @@ defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["argsT"] = {} defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL3_DestroyFontsTexture" -defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL3_DestroyFontsTexture" defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_DestroyFontsTexture" @@ -366,7 +346,6 @@ defs["ImGui_ImplOpenGL3_Init"][1]["argsT"][1]["type"] = "const char*" defs["ImGui_ImplOpenGL3_Init"][1]["argsoriginal"] = "(const char* glsl_version=NULL)" defs["ImGui_ImplOpenGL3_Init"][1]["call_args"] = "(glsl_version)" defs["ImGui_ImplOpenGL3_Init"][1]["cimguiname"] = "ImGui_ImplOpenGL3_Init" -defs["ImGui_ImplOpenGL3_Init"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_Init"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_Init"][1]["defaults"]["glsl_version"] = "NULL" defs["ImGui_ImplOpenGL3_Init"][1]["funcname"] = "ImGui_ImplOpenGL3_Init" @@ -382,7 +361,6 @@ defs["ImGui_ImplOpenGL3_NewFrame"][1]["argsT"] = {} defs["ImGui_ImplOpenGL3_NewFrame"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL3_NewFrame"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL3_NewFrame"][1]["cimguiname"] = "ImGui_ImplOpenGL3_NewFrame" -defs["ImGui_ImplOpenGL3_NewFrame"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_NewFrame"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_NewFrame"][1]["funcname"] = "ImGui_ImplOpenGL3_NewFrame" defs["ImGui_ImplOpenGL3_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_NewFrame" @@ -400,7 +378,6 @@ defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["argsT"][1]["type"] = "ImDrawData*" defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["argsoriginal"] = "(ImDrawData* draw_data)" defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["call_args"] = "(draw_data)" defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["cimguiname"] = "ImGui_ImplOpenGL3_RenderDrawData" -defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["funcname"] = "ImGui_ImplOpenGL3_RenderDrawData" defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_RenderDrawData" @@ -415,7 +392,6 @@ defs["ImGui_ImplOpenGL3_Shutdown"][1]["argsT"] = {} defs["ImGui_ImplOpenGL3_Shutdown"][1]["argsoriginal"] = "()" defs["ImGui_ImplOpenGL3_Shutdown"][1]["call_args"] = "()" defs["ImGui_ImplOpenGL3_Shutdown"][1]["cimguiname"] = "ImGui_ImplOpenGL3_Shutdown" -defs["ImGui_ImplOpenGL3_Shutdown"][1]["comment"] = "" defs["ImGui_ImplOpenGL3_Shutdown"][1]["defaults"] = {} defs["ImGui_ImplOpenGL3_Shutdown"][1]["funcname"] = "ImGui_ImplOpenGL3_Shutdown" defs["ImGui_ImplOpenGL3_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_Shutdown" @@ -436,7 +412,6 @@ defs["ImGui_ImplSDL2_InitForOpenGL"][1]["argsT"][2]["type"] = "void*" defs["ImGui_ImplSDL2_InitForOpenGL"][1]["argsoriginal"] = "(SDL_Window* window,void* sdl_gl_context)" defs["ImGui_ImplSDL2_InitForOpenGL"][1]["call_args"] = "(window,sdl_gl_context)" defs["ImGui_ImplSDL2_InitForOpenGL"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForOpenGL" -defs["ImGui_ImplSDL2_InitForOpenGL"][1]["comment"] = "" defs["ImGui_ImplSDL2_InitForOpenGL"][1]["defaults"] = {} defs["ImGui_ImplSDL2_InitForOpenGL"][1]["funcname"] = "ImGui_ImplSDL2_InitForOpenGL" defs["ImGui_ImplSDL2_InitForOpenGL"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForOpenGL" @@ -454,7 +429,6 @@ defs["ImGui_ImplSDL2_InitForVulkan"][1]["argsT"][1]["type"] = "SDL_Window*" defs["ImGui_ImplSDL2_InitForVulkan"][1]["argsoriginal"] = "(SDL_Window* window)" defs["ImGui_ImplSDL2_InitForVulkan"][1]["call_args"] = "(window)" defs["ImGui_ImplSDL2_InitForVulkan"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForVulkan" -defs["ImGui_ImplSDL2_InitForVulkan"][1]["comment"] = "" defs["ImGui_ImplSDL2_InitForVulkan"][1]["defaults"] = {} defs["ImGui_ImplSDL2_InitForVulkan"][1]["funcname"] = "ImGui_ImplSDL2_InitForVulkan" defs["ImGui_ImplSDL2_InitForVulkan"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForVulkan" @@ -472,7 +446,6 @@ defs["ImGui_ImplSDL2_NewFrame"][1]["argsT"][1]["type"] = "SDL_Window*" defs["ImGui_ImplSDL2_NewFrame"][1]["argsoriginal"] = "(SDL_Window* window)" defs["ImGui_ImplSDL2_NewFrame"][1]["call_args"] = "(window)" defs["ImGui_ImplSDL2_NewFrame"][1]["cimguiname"] = "ImGui_ImplSDL2_NewFrame" -defs["ImGui_ImplSDL2_NewFrame"][1]["comment"] = "" defs["ImGui_ImplSDL2_NewFrame"][1]["defaults"] = {} defs["ImGui_ImplSDL2_NewFrame"][1]["funcname"] = "ImGui_ImplSDL2_NewFrame" defs["ImGui_ImplSDL2_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_NewFrame" @@ -490,7 +463,6 @@ defs["ImGui_ImplSDL2_ProcessEvent"][1]["argsT"][1]["type"] = "const SDL_Event*" defs["ImGui_ImplSDL2_ProcessEvent"][1]["argsoriginal"] = "(const SDL_Event* event)" defs["ImGui_ImplSDL2_ProcessEvent"][1]["call_args"] = "(event)" defs["ImGui_ImplSDL2_ProcessEvent"][1]["cimguiname"] = "ImGui_ImplSDL2_ProcessEvent" -defs["ImGui_ImplSDL2_ProcessEvent"][1]["comment"] = "" defs["ImGui_ImplSDL2_ProcessEvent"][1]["defaults"] = {} defs["ImGui_ImplSDL2_ProcessEvent"][1]["funcname"] = "ImGui_ImplSDL2_ProcessEvent" defs["ImGui_ImplSDL2_ProcessEvent"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_ProcessEvent" @@ -505,7 +477,6 @@ defs["ImGui_ImplSDL2_Shutdown"][1]["argsT"] = {} defs["ImGui_ImplSDL2_Shutdown"][1]["argsoriginal"] = "()" defs["ImGui_ImplSDL2_Shutdown"][1]["call_args"] = "()" defs["ImGui_ImplSDL2_Shutdown"][1]["cimguiname"] = "ImGui_ImplSDL2_Shutdown" -defs["ImGui_ImplSDL2_Shutdown"][1]["comment"] = "" defs["ImGui_ImplSDL2_Shutdown"][1]["defaults"] = {} defs["ImGui_ImplSDL2_Shutdown"][1]["funcname"] = "ImGui_ImplSDL2_Shutdown" defs["ImGui_ImplSDL2_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_Shutdown"