From 81e7df17c9b0b2533949b19848bd1e03f69f8f35 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Thu, 24 Sep 2020 12:32:53 +0200 Subject: [PATCH] generation --- generator/output/definitions.json | 516 +++++++++++++++--------------- generator/output/definitions.lua | 516 +++++++++++++++--------------- 2 files changed, 516 insertions(+), 516 deletions(-) diff --git a/generator/output/definitions.json b/generator/output/definitions.json index f4ac80b..f5a0521 100644 --- a/generator/output/definitions.json +++ b/generator/output/definitions.json @@ -441,7 +441,7 @@ "cimguiname": "ImColor_ImColor", "constructor": true, "defaults": { - "a": "255" + "a": 255 }, "funcname": "ImColor", "location": "imgui", @@ -1045,7 +1045,7 @@ "call_args": "(p1,p2,p3,p4,col,thickness,num_segments)", "cimguiname": "ImDrawList_AddBezierCurve", "defaults": { - "num_segments": "0" + "num_segments": 0 }, "funcname": "AddBezierCurve", "location": "imgui", @@ -1118,7 +1118,7 @@ "call_args": "(center,radius,col,num_segments,thickness)", "cimguiname": "ImDrawList_AddCircle", "defaults": { - "num_segments": "0", + "num_segments": 0, "thickness": "1.0f" }, "funcname": "AddCircle", @@ -1158,7 +1158,7 @@ "call_args": "(center,radius,col,num_segments)", "cimguiname": "ImDrawList_AddCircleFilled", "defaults": { - "num_segments": "0" + "num_segments": 0 }, "funcname": "AddCircleFilled", "location": "imgui", @@ -1261,7 +1261,7 @@ "call_args": "(user_texture_id,p_min,p_max,uv_min,uv_max,col)", "cimguiname": "ImDrawList_AddImage", "defaults": { - "col": "(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0))", + "col": 4294967295, "uv_max": "ImVec2(1,1)", "uv_min": "ImVec2(0,0)" }, @@ -1326,7 +1326,7 @@ "call_args": "(user_texture_id,p1,p2,p3,p4,uv1,uv2,uv3,uv4,col)", "cimguiname": "ImDrawList_AddImageQuad", "defaults": { - "col": "(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0))", + "col": 4294967295, "uv1": "ImVec2(0,0)", "uv2": "ImVec2(1,0)", "uv3": "ImVec2(1,1)", @@ -1385,7 +1385,7 @@ "call_args": "(user_texture_id,p_min,p_max,uv_min,uv_max,col,rounding,rounding_corners)", "cimguiname": "ImDrawList_AddImageRounded", "defaults": { - "rounding_corners": "ImDrawCornerFlags_All" + "rounding_corners": 15 }, "funcname": "AddImageRounded", "location": "imgui", @@ -1682,7 +1682,7 @@ "comment": " // a: upper-left, b: lower-right (== upper-left + size), rounding_corners_flags: 4 bits corresponding to which corner to round", "defaults": { "rounding": "0.0f", - "rounding_corners": "ImDrawCornerFlags_All", + "rounding_corners": 15, "thickness": "1.0f" }, "funcname": "AddRect", @@ -1728,7 +1728,7 @@ "comment": " // a: upper-left, b: lower-right (== upper-left + size)", "defaults": { "rounding": "0.0f", - "rounding_corners": "ImDrawCornerFlags_All" + "rounding_corners": 15 }, "funcname": "AddRectFilled", "location": "imgui", @@ -1812,7 +1812,7 @@ "call_args": "(pos,col,text_begin,text_end)", "cimguiname": "ImDrawList_AddText", "defaults": { - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "AddText", "location": "imgui", @@ -1865,8 +1865,8 @@ "call_args": "(font,font_size,pos,col,text_begin,text_end,wrap_width,cpu_fine_clip_rect)", "cimguiname": "ImDrawList_AddText", "defaults": { - "cpu_fine_clip_rect": "((void*)0)", - "text_end": "((void*)0)", + "cpu_fine_clip_rect": "NULL", + "text_end": "NULL", "wrap_width": "0.0f" }, "funcname": "AddText", @@ -2156,7 +2156,7 @@ "call_args": "(center,radius,a_min,a_max,num_segments)", "cimguiname": "ImDrawList_PathArcTo", "defaults": { - "num_segments": "10" + "num_segments": 10 }, "funcname": "PathArcTo", "location": "imgui", @@ -2233,7 +2233,7 @@ "call_args": "(p2,p3,p4,num_segments)", "cimguiname": "ImDrawList_PathBezierCurveTo", "defaults": { - "num_segments": "0" + "num_segments": 0 }, "funcname": "PathBezierCurveTo", "location": "imgui", @@ -2370,7 +2370,7 @@ "cimguiname": "ImDrawList_PathRect", "defaults": { "rounding": "0.0f", - "rounding_corners": "ImDrawCornerFlags_All" + "rounding_corners": 15 }, "funcname": "PathRect", "location": "imgui", @@ -3140,7 +3140,7 @@ "call_args": "(font_cfg)", "cimguiname": "ImFontAtlas_AddFontDefault", "defaults": { - "font_cfg": "((void*)0)" + "font_cfg": "NULL" }, "funcname": "AddFontDefault", "location": "imgui", @@ -3179,8 +3179,8 @@ "call_args": "(filename,size_pixels,font_cfg,glyph_ranges)", "cimguiname": "ImFontAtlas_AddFontFromFileTTF", "defaults": { - "font_cfg": "((void*)0)", - "glyph_ranges": "((void*)0)" + "font_cfg": "NULL", + "glyph_ranges": "NULL" }, "funcname": "AddFontFromFileTTF", "location": "imgui", @@ -3220,8 +3220,8 @@ "cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF", "comment": " // 'compressed_font_data_base85' still owned by caller. Compress with binary_to_compressed_c.cpp with -base85 parameter.", "defaults": { - "font_cfg": "((void*)0)", - "glyph_ranges": "((void*)0)" + "font_cfg": "NULL", + "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryCompressedBase85TTF", "location": "imgui", @@ -3265,8 +3265,8 @@ "cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF", "comment": " // 'compressed_font_data' still owned by caller. Compress with binary_to_compressed_c.cpp.", "defaults": { - "font_cfg": "((void*)0)", - "glyph_ranges": "((void*)0)" + "font_cfg": "NULL", + "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryCompressedTTF", "location": "imgui", @@ -3310,8 +3310,8 @@ "cimguiname": "ImFontAtlas_AddFontFromMemoryTTF", "comment": " // Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas. Set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed.", "defaults": { - "font_cfg": "((void*)0)", - "glyph_ranges": "((void*)0)" + "font_cfg": "NULL", + "glyph_ranges": "NULL" }, "funcname": "AddFontFromMemoryTTF", "location": "imgui", @@ -3736,7 +3736,7 @@ "cimguiname": "ImFontAtlas_GetTexDataAsAlpha8", "comment": " // 1 byte per-pixel", "defaults": { - "out_bytes_per_pixel": "((void*)0)" + "out_bytes_per_pixel": "NULL" }, "funcname": "GetTexDataAsAlpha8", "location": "imgui", @@ -3776,7 +3776,7 @@ "cimguiname": "ImFontAtlas_GetTexDataAsRGBA32", "comment": " // 4 bytes-per-pixel", "defaults": { - "out_bytes_per_pixel": "((void*)0)" + "out_bytes_per_pixel": "NULL" }, "funcname": "GetTexDataAsRGBA32", "location": "imgui", @@ -3976,7 +3976,7 @@ "cimguiname": "ImFontGlyphRangesBuilder_AddText", "comment": " // Add string (each character of the UTF-8 string are added)", "defaults": { - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "AddText", "location": "imgui", @@ -4284,8 +4284,8 @@ "cimguiname": "ImFont_CalcTextSizeA", "comment": " // utf8", "defaults": { - "remaining": "((void*)0)", - "text_end": "((void*)0)" + "remaining": "NULL", + "text_end": "NULL" }, "funcname": "CalcTextSizeA", "location": "imgui", @@ -5385,7 +5385,7 @@ "call_args": "(pos,text,text_end)", "cimguiname": "ImGuiInputTextCallbackData_InsertChars", "defaults": { - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "InsertChars", "location": "imgui", @@ -5815,7 +5815,7 @@ "comment": " // NB: Begin() initialize every fields (as we allow user to call Begin/End multiple times on a same instance if they want).", "constructor": true, "defaults": { - "items_count": "-1", + "items_count": -1, "items_height": "-1.0f" }, "funcname": "ImGuiListClipper", @@ -6796,7 +6796,7 @@ "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetInt", "defaults": { - "default_val": "0" + "default_val": 0 }, "funcname": "GetInt", "location": "imgui", @@ -6827,7 +6827,7 @@ "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetIntRef", "defaults": { - "default_val": "0" + "default_val": 0 }, "funcname": "GetIntRef", "location": "imgui", @@ -6884,7 +6884,7 @@ "call_args": "(key,default_val)", "cimguiname": "ImGuiStorage_GetVoidPtrRef", "defaults": { - "default_val": "((void*)0)" + "default_val": "NULL" }, "funcname": "GetVoidPtrRef", "location": "imgui", @@ -7342,7 +7342,7 @@ "call_args": "(str,str_end)", "cimguiname": "ImGuiTextBuffer_append", "defaults": { - "str_end": "((void*)0)" + "str_end": "NULL" }, "funcname": "append", "location": "imgui", @@ -7723,7 +7723,7 @@ "call_args": "(text,text_end)", "cimguiname": "ImGuiTextFilter_PassFilter", "defaults": { - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "PassFilter", "location": "imgui", @@ -8250,7 +8250,7 @@ "call_args": "(str,str_end)", "cimguiname": "ImGuiWindow_GetID", "defaults": { - "str_end": "((void*)0)" + "str_end": "NULL" }, "funcname": "GetID", "location": "internal", @@ -8352,7 +8352,7 @@ "call_args": "(str,str_end)", "cimguiname": "ImGuiWindow_GetIDNoKeepAlive", "defaults": { - "str_end": "((void*)0)" + "str_end": "NULL" }, "funcname": "GetIDNoKeepAlive", "location": "internal", @@ -10673,7 +10673,7 @@ "cimguiname": "igAcceptDragDropPayload", "comment": " // accept contents of a given type. If ImGuiDragDropFlags_AcceptBeforeDelivery is set you can peek into the payload before the mouse button is released.", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "AcceptDragDropPayload", "location": "imgui", @@ -10777,7 +10777,7 @@ "call_args": "(str_id,dir,size_arg,flags)", "cimguiname": "igArrowButtonEx", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "ArrowButtonEx", "location": "internal", @@ -10809,8 +10809,8 @@ "call_args": "(name,p_open,flags)", "cimguiname": "igBegin", "defaults": { - "flags": "0", - "p_open": "((void*)0)" + "flags": 0, + "p_open": "NULL" }, "funcname": "Begin", "location": "imgui", @@ -10847,7 +10847,7 @@ "cimguiname": "igBeginChild", "defaults": { "border": "false", - "flags": "0", + "flags": 0, "size": "ImVec2(0,0)" }, "funcname": "BeginChild", @@ -10883,7 +10883,7 @@ "cimguiname": "igBeginChild", "defaults": { "border": "false", - "flags": "0", + "flags": 0, "size": "ImVec2(0,0)" }, "funcname": "BeginChild", @@ -10955,7 +10955,7 @@ "cimguiname": "igBeginChildFrame", "comment": " // helper to create a child window / scrolling region that looks like a normal widget frame", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "BeginChildFrame", "location": "imgui", @@ -10988,7 +10988,7 @@ "cimguiname": "igBeginColumns", "comment": " // setup number of columns. use an identifier to distinguish multiple column sets. close with EndColumns().", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "BeginColumns", "location": "internal", @@ -11020,7 +11020,7 @@ "call_args": "(label,preview_value,flags)", "cimguiname": "igBeginCombo", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "BeginCombo", "location": "imgui", @@ -11115,7 +11115,7 @@ "cimguiname": "igBeginDragDropSource", "comment": " // call when the current item is active. If this return true, you can call SetDragDropPayload() + EndDragDropSource()", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "BeginDragDropSource", "location": "imgui", @@ -11271,7 +11271,7 @@ "cimguiname": "igBeginPopup", "comment": " // return true if the popup is open, and you can start outputting to it.", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "BeginPopup", "location": "imgui", @@ -11300,8 +11300,8 @@ "cimguiname": "igBeginPopupContextItem", "comment": " // open+begin popup when clicked on last item. if you can pass a NULL str_id only if the previous item had an id. If you want to use that on a non-interactive item such as Text() you need to pass in an explicit ID here. read comments in .cpp!", "defaults": { - "popup_flags": "1", - "str_id": "((void*)0)" + "popup_flags": 1, + "str_id": "NULL" }, "funcname": "BeginPopupContextItem", "location": "imgui", @@ -11330,8 +11330,8 @@ "cimguiname": "igBeginPopupContextVoid", "comment": " // open+begin popup when clicked in void (where there are no windows).", "defaults": { - "popup_flags": "1", - "str_id": "((void*)0)" + "popup_flags": 1, + "str_id": "NULL" }, "funcname": "BeginPopupContextVoid", "location": "imgui", @@ -11360,8 +11360,8 @@ "cimguiname": "igBeginPopupContextWindow", "comment": "// open+begin popup when clicked on current window.", "defaults": { - "popup_flags": "1", - "str_id": "((void*)0)" + "popup_flags": 1, + "str_id": "NULL" }, "funcname": "BeginPopupContextWindow", "location": "imgui", @@ -11420,8 +11420,8 @@ "cimguiname": "igBeginPopupModal", "comment": " // return true if the modal is open, and you can start outputting to it.", "defaults": { - "flags": "0", - "p_open": "((void*)0)" + "flags": 0, + "p_open": "NULL" }, "funcname": "BeginPopupModal", "location": "imgui", @@ -11450,7 +11450,7 @@ "cimguiname": "igBeginTabBar", "comment": " // create and append into a TabBar", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "BeginTabBar", "location": "imgui", @@ -11517,8 +11517,8 @@ "cimguiname": "igBeginTabItem", "comment": "// create a Tab. Returns true if the Tab is selected.", "defaults": { - "flags": "0", - "p_open": "((void*)0)" + "flags": 0, + "p_open": "NULL" }, "funcname": "BeginTabItem", "location": "imgui", @@ -11769,7 +11769,7 @@ "call_args": "(bb,id,out_hovered,out_held,flags)", "cimguiname": "igButtonBehavior", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "ButtonBehavior", "location": "internal", @@ -11801,7 +11801,7 @@ "call_args": "(label,size_arg,flags)", "cimguiname": "igButtonEx", "defaults": { - "flags": "0", + "flags": 0, "size_arg": "ImVec2(0,0)" }, "funcname": "ButtonEx", @@ -11931,7 +11931,7 @@ "cimguiname": "igCalcTextSize", "defaults": { "hide_text_after_double_hash": "false", - "text_end": "((void*)0)", + "text_end": "NULL", "wrap_width": "-1.0f" }, "funcname": "CalcTextSize", @@ -12332,7 +12332,7 @@ "cimguiname": "igCollapsingHeader", "comment": " // if returning 'true' the header is open. doesn't indent nor push on ID stack. user doesn't have to call TreePop().", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "CollapsingHeader", "location": "imgui", @@ -12363,7 +12363,7 @@ "cimguiname": "igCollapsingHeader", "comment": " // when 'p_open' isn't NULL, display an additional small close button on upper right of the header", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "CollapsingHeader", "location": "imgui", @@ -12400,7 +12400,7 @@ "cimguiname": "igColorButton", "comment": " // display a colored square/button, hover for details, return true when pressed.", "defaults": { - "flags": "0", + "flags": 0, "size": "ImVec2(0,0)" }, "funcname": "ColorButton", @@ -12572,7 +12572,7 @@ "call_args": "(label,col,flags)", "cimguiname": "igColorEdit3", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "ColorEdit3", "location": "imgui", @@ -12604,7 +12604,7 @@ "call_args": "(label,col,flags)", "cimguiname": "igColorEdit4", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "ColorEdit4", "location": "imgui", @@ -12662,7 +12662,7 @@ "call_args": "(label,col,flags)", "cimguiname": "igColorPicker3", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "ColorPicker3", "location": "imgui", @@ -12698,8 +12698,8 @@ "call_args": "(label,col,flags,ref_col)", "cimguiname": "igColorPicker4", "defaults": { - "flags": "0", - "ref_col": "((void*)0)" + "flags": 0, + "ref_col": "NULL" }, "funcname": "ColorPicker4", "location": "imgui", @@ -12788,8 +12788,8 @@ "cimguiname": "igColumns", "defaults": { "border": "true", - "count": "1", - "id": "((void*)0)" + "count": 1, + "id": "NULL" }, "funcname": "Columns", "location": "imgui", @@ -12829,7 +12829,7 @@ "call_args": "(label,current_item,items,items_count,popup_max_height_in_items)", "cimguiname": "igCombo", "defaults": { - "popup_max_height_in_items": "-1" + "popup_max_height_in_items": -1 }, "funcname": "Combo", "location": "imgui", @@ -12864,7 +12864,7 @@ "cimguiname": "igCombo", "comment": " // Separate items with \\0 within a string, end item-list with \\0\\0. e.g. \"One\\0Two\\0Three\\0\"", "defaults": { - "popup_max_height_in_items": "-1" + "popup_max_height_in_items": -1 }, "funcname": "Combo", "location": "imgui", @@ -12908,7 +12908,7 @@ "call_args": "(label,current_item,items_getter,data,items_count,popup_max_height_in_items)", "cimguiname": "igCombo", "defaults": { - "popup_max_height_in_items": "-1" + "popup_max_height_in_items": -1 }, "funcname": "Combo", "location": "imgui", @@ -12932,7 +12932,7 @@ "call_args": "(shared_font_atlas)", "cimguiname": "igCreateContext", "defaults": { - "shared_font_atlas": "((void*)0)" + "shared_font_atlas": "NULL" }, "funcname": "CreateContext", "location": "imgui", @@ -13195,7 +13195,7 @@ "call_args": "(col)", "cimguiname": "igDebugDrawItemRect", "defaults": { - "col": "(((ImU32)(255)<<24)|((ImU32)(0)<<16)|((ImU32)(0)<<8)|((ImU32)(255)<<0))" + "col": 4278190335 }, "funcname": "DebugDrawItemRect", "location": "internal", @@ -13237,7 +13237,7 @@ "cimguiname": "igDestroyContext", "comment": " // NULL = destroy current context", "defaults": { - "ctx": "((void*)0)" + "ctx": "NULL" }, "funcname": "DestroyContext", "location": "imgui", @@ -13305,8 +13305,8 @@ "call_args": "(node_id,flags)", "cimguiname": "igDockBuilderAddNode", "defaults": { - "flags": "0", - "node_id": "0" + "flags": 0, + "node_id": 0 }, "funcname": "DockBuilderAddNode", "location": "internal", @@ -14032,9 +14032,9 @@ "call_args": "(id,size,flags,window_class)", "cimguiname": "igDockSpace", "defaults": { - "flags": "0", + "flags": 0, "size": "ImVec2(0,0)", - "window_class": "((void*)0)" + "window_class": "NULL" }, "funcname": "DockSpace", "location": "imgui", @@ -14066,9 +14066,9 @@ "call_args": "(viewport,flags,window_class)", "cimguiname": "igDockSpaceOverViewport", "defaults": { - "flags": "0", - "viewport": "((void*)0)", - "window_class": "((void*)0)" + "flags": 0, + "viewport": "NULL", + "window_class": "NULL" }, "funcname": "DockSpaceOverViewport", "location": "imgui", @@ -14167,7 +14167,7 @@ "cimguiname": "igDragFloat", "comment": " // If v_min >= v_max we have no bound", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"", "v_max": "0.0f", "v_min": "0.0f", @@ -14219,7 +14219,7 @@ "call_args": "(label,v,v_speed,v_min,v_max,format,flags)", "cimguiname": "igDragFloat2", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"", "v_max": "0.0f", "v_min": "0.0f", @@ -14271,7 +14271,7 @@ "call_args": "(label,v,v_speed,v_min,v_max,format,flags)", "cimguiname": "igDragFloat3", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"", "v_max": "0.0f", "v_min": "0.0f", @@ -14323,7 +14323,7 @@ "call_args": "(label,v,v_speed,v_min,v_max,format,flags)", "cimguiname": "igDragFloat4", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"", "v_max": "0.0f", "v_min": "0.0f", @@ -14383,9 +14383,9 @@ "call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)", "cimguiname": "igDragFloatRange2", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"", - "format_max": "((void*)0)", + "format_max": "NULL", "v_max": "0.0f", "v_min": "0.0f", "v_speed": "1.0f" @@ -14437,10 +14437,10 @@ "cimguiname": "igDragInt", "comment": " // If v_min >= v_max we have no bound", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"", - "v_max": "0", - "v_min": "0", + "v_max": 0, + "v_min": 0, "v_speed": "1.0f" }, "funcname": "DragInt", @@ -14489,10 +14489,10 @@ "call_args": "(label,v,v_speed,v_min,v_max,format,flags)", "cimguiname": "igDragInt2", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"", - "v_max": "0", - "v_min": "0", + "v_max": 0, + "v_min": 0, "v_speed": "1.0f" }, "funcname": "DragInt2", @@ -14541,10 +14541,10 @@ "call_args": "(label,v,v_speed,v_min,v_max,format,flags)", "cimguiname": "igDragInt3", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"", - "v_max": "0", - "v_min": "0", + "v_max": 0, + "v_min": 0, "v_speed": "1.0f" }, "funcname": "DragInt3", @@ -14593,10 +14593,10 @@ "call_args": "(label,v,v_speed,v_min,v_max,format,flags)", "cimguiname": "igDragInt4", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"", - "v_max": "0", - "v_min": "0", + "v_max": 0, + "v_min": 0, "v_speed": "1.0f" }, "funcname": "DragInt4", @@ -14653,11 +14653,11 @@ "call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)", "cimguiname": "igDragIntRange2", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"", - "format_max": "((void*)0)", - "v_max": "0", - "v_min": "0", + "format_max": "NULL", + "v_max": 0, + "v_min": 0, "v_speed": "1.0f" }, "funcname": "DragIntRange2", @@ -14710,10 +14710,10 @@ "call_args": "(label,data_type,p_data,v_speed,p_min,p_max,format,flags)", "cimguiname": "igDragScalar", "defaults": { - "flags": "0", - "format": "((void*)0)", - "p_max": "((void*)0)", - "p_min": "((void*)0)" + "flags": 0, + "format": "NULL", + "p_max": "NULL", + "p_min": "NULL" }, "funcname": "DragScalar", "location": "imgui", @@ -14769,10 +14769,10 @@ "call_args": "(label,data_type,p_data,components,v_speed,p_min,p_max,format,flags)", "cimguiname": "igDragScalarN", "defaults": { - "flags": "0", - "format": "((void*)0)", - "p_max": "((void*)0)", - "p_min": "((void*)0)" + "flags": 0, + "format": "NULL", + "p_max": "NULL", + "p_min": "NULL" }, "funcname": "DragScalarN", "location": "imgui", @@ -15155,7 +15155,7 @@ "call_args": "(ref_pos,size,last_dir,r_outer,r_avoid,policy)", "cimguiname": "igFindBestWindowPosForPopupEx", "defaults": { - "policy": "ImGuiPopupPositionPolicy_Default" + "policy": 0 }, "funcname": "FindBestWindowPosForPopupEx", "location": "internal", @@ -15233,7 +15233,7 @@ "cimguiname": "igFindRenderedTextEnd", "comment": " // Find the optional ## from which we stop displaying text.", "defaults": { - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "FindRenderedTextEnd", "location": "internal", @@ -15721,7 +15721,7 @@ "cimguiname": "igGetColumnOffset", "comment": " // get position of column line (in pixels, from the left side of the contents region). pass -1 to use current column, otherwise 0..GetColumnsCount() inclusive. column 0 is typically 0.0f", "defaults": { - "column_index": "-1" + "column_index": -1 }, "funcname": "GetColumnOffset", "location": "imgui", @@ -15772,7 +15772,7 @@ "cimguiname": "igGetColumnWidth", "comment": " // get column width (in pixels). pass -1 to use current column", "defaults": { - "column_index": "-1" + "column_index": -1 }, "funcname": "GetColumnWidth", "location": "imgui", @@ -16696,7 +16696,7 @@ "cimguiname": "igGetMouseDragDelta", "comment": " // return the delta from the initial clicking position while the mouse button is pressed or was just released. This is locked and return 0.0f until the mouse moves past a distance threshold at least once (if lock_threshold < -1.0f, uses io.MouseDraggingThreshold)", "defaults": { - "button": "0", + "button": 0, "lock_threshold": "-1.0f" }, "funcname": "GetMouseDragDelta", @@ -17951,8 +17951,8 @@ "call_args": "(filename,mode,out_file_size,padding_bytes)", "cimguiname": "igImFileLoadToMemory", "defaults": { - "out_file_size": "((void*)0)", - "padding_bytes": "0" + "out_file_size": "NULL", + "padding_bytes": 0 }, "funcname": "ImFileLoadToMemory", "location": "internal", @@ -18455,7 +18455,7 @@ "call_args": "(data,data_size,seed)", "cimguiname": "igImHashData", "defaults": { - "seed": "0" + "seed": 0 }, "funcname": "ImHashData", "location": "internal", @@ -18486,8 +18486,8 @@ "call_args": "(data,data_size,seed)", "cimguiname": "igImHashStr", "defaults": { - "data_size": "0", - "seed": "0" + "data_size": 0, + "seed": 0 }, "funcname": "ImHashStr", "location": "internal", @@ -19589,7 +19589,7 @@ "cimguiname": "igImTextStrFromUtf8", "comment": " // return input UTF-8 bytes count", "defaults": { - "in_remaining": "((void*)0)" + "in_remaining": "NULL" }, "funcname": "ImTextStrFromUtf8", "location": "internal", @@ -19888,7 +19888,7 @@ "comment": " // <0 frame_padding uses default frame padding settings. 0 for no padding", "defaults": { "bg_col": "ImVec4(0,0,0,0)", - "frame_padding": "-1", + "frame_padding": -1, "tint_col": "ImVec4(1,1,1,1)", "uv0": "ImVec2(0,0)", "uv1": "ImVec2(1,1)" @@ -20032,10 +20032,10 @@ "call_args": "(label,v,step,step_fast,format,flags)", "cimguiname": "igInputDouble", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.6f\"", - "step": "0.0", - "step_fast": "0.0" + "step": 0, + "step_fast": 0 }, "funcname": "InputDouble", "location": "imgui", @@ -20079,7 +20079,7 @@ "call_args": "(label,v,step,step_fast,format,flags)", "cimguiname": "igInputFloat", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"", "step": "0.0f", "step_fast": "0.0f" @@ -20118,7 +20118,7 @@ "call_args": "(label,v,format,flags)", "cimguiname": "igInputFloat2", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "InputFloat2", @@ -20155,7 +20155,7 @@ "call_args": "(label,v,format,flags)", "cimguiname": "igInputFloat3", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "InputFloat3", @@ -20192,7 +20192,7 @@ "call_args": "(label,v,format,flags)", "cimguiname": "igInputFloat4", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "InputFloat4", @@ -20233,9 +20233,9 @@ "call_args": "(label,v,step,step_fast,flags)", "cimguiname": "igInputInt", "defaults": { - "flags": "0", - "step": "1", - "step_fast": "100" + "flags": 0, + "step": 1, + "step_fast": 100 }, "funcname": "InputInt", "location": "imgui", @@ -20267,7 +20267,7 @@ "call_args": "(label,v,flags)", "cimguiname": "igInputInt2", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "InputInt2", "location": "imgui", @@ -20299,7 +20299,7 @@ "call_args": "(label,v,flags)", "cimguiname": "igInputInt3", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "InputInt3", "location": "imgui", @@ -20331,7 +20331,7 @@ "call_args": "(label,v,flags)", "cimguiname": "igInputInt4", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "InputInt4", "location": "imgui", @@ -20379,10 +20379,10 @@ "call_args": "(label,data_type,p_data,p_step,p_step_fast,format,flags)", "cimguiname": "igInputScalar", "defaults": { - "flags": "0", - "format": "((void*)0)", - "p_step": "((void*)0)", - "p_step_fast": "((void*)0)" + "flags": 0, + "format": "NULL", + "p_step": "NULL", + "p_step_fast": "NULL" }, "funcname": "InputScalar", "location": "imgui", @@ -20434,10 +20434,10 @@ "call_args": "(label,data_type,p_data,components,p_step,p_step_fast,format,flags)", "cimguiname": "igInputScalarN", "defaults": { - "flags": "0", - "format": "((void*)0)", - "p_step": "((void*)0)", - "p_step_fast": "((void*)0)" + "flags": 0, + "format": "NULL", + "p_step": "NULL", + "p_step_fast": "NULL" }, "funcname": "InputScalarN", "location": "imgui", @@ -20481,9 +20481,9 @@ "call_args": "(label,buf,buf_size,flags,callback,user_data)", "cimguiname": "igInputText", "defaults": { - "callback": "((void*)0)", - "flags": "0", - "user_data": "((void*)0)" + "callback": "NULL", + "flags": 0, + "user_data": "NULL" }, "funcname": "InputText", "location": "imgui", @@ -20535,8 +20535,8 @@ "call_args": "(label,hint,buf,buf_size,size_arg,flags,callback,user_data)", "cimguiname": "igInputTextEx", "defaults": { - "callback": "((void*)0)", - "user_data": "((void*)0)" + "callback": "NULL", + "user_data": "NULL" }, "funcname": "InputTextEx", "location": "internal", @@ -20584,10 +20584,10 @@ "call_args": "(label,buf,buf_size,size,flags,callback,user_data)", "cimguiname": "igInputTextMultiline", "defaults": { - "callback": "((void*)0)", - "flags": "0", + "callback": "NULL", + "flags": 0, "size": "ImVec2(0,0)", - "user_data": "((void*)0)" + "user_data": "NULL" }, "funcname": "InputTextMultiline", "location": "imgui", @@ -20635,9 +20635,9 @@ "call_args": "(label,hint,buf,buf_size,flags,callback,user_data)", "cimguiname": "igInputTextWithHint", "defaults": { - "callback": "((void*)0)", - "flags": "0", - "user_data": "((void*)0)" + "callback": "NULL", + "flags": 0, + "user_data": "NULL" }, "funcname": "InputTextWithHint", "location": "imgui", @@ -20670,7 +20670,7 @@ "cimguiname": "igInvisibleButton", "comment": " // flexible button behavior without the visuals, frequently useful to build custom behaviors using the public api (along with IsItemActive, IsItemHovered, etc.)", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "InvisibleButton", "location": "imgui", @@ -20916,7 +20916,7 @@ "cimguiname": "igIsItemClicked", "comment": " // is the last item clicked? (e.g. button/node just clicked on) == IsMouseClicked(mouse_button) && IsItemHovered()", "defaults": { - "mouse_button": "0" + "mouse_button": 0 }, "funcname": "IsItemClicked", "location": "imgui", @@ -21013,7 +21013,7 @@ "cimguiname": "igIsItemHovered", "comment": " // is the last item hovered? (and usable, aka not blocked by a popup, etc.). See ImGuiHoveredFlags for more options.", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "IsItemHovered", "location": "imgui", @@ -21360,7 +21360,7 @@ "cimguiname": "igIsMousePosValid", "comment": " // by convention we use (-FLT_MAX,-FLT_MAX) to denote that there is no mouse available", "defaults": { - "mouse_pos": "((void*)0)" + "mouse_pos": "NULL" }, "funcname": "IsMousePosValid", "location": "imgui", @@ -21460,7 +21460,7 @@ "cimguiname": "igIsPopupOpen", "comment": " // return true if the popup is open.", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "IsPopupOpen", "location": "imgui", @@ -21635,7 +21635,7 @@ "cimguiname": "igIsWindowFocused", "comment": " // is current window focused? or its root/child, depending on flags. see flags for options.", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "IsWindowFocused", "location": "imgui", @@ -21660,7 +21660,7 @@ "cimguiname": "igIsWindowHovered", "comment": " // is current window hovered (and typically: not blocked by a popup/modal)? see flags for options. NB: If you are trying to check whether your mouse should be dispatched to imgui or to your app, you should use the 'io.WantCaptureMouse' boolean for that! Please read the FAQ!", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "IsWindowHovered", "location": "imgui", @@ -21714,7 +21714,7 @@ "call_args": "(bb,id,nav_bb)", "cimguiname": "igItemAdd", "defaults": { - "nav_bb": "((void*)0)" + "nav_bb": "NULL" }, "funcname": "ItemAdd", "location": "internal", @@ -21918,7 +21918,7 @@ "call_args": "(label,current_item,items,items_count,height_in_items)", "cimguiname": "igListBox", "defaults": { - "height_in_items": "-1" + "height_in_items": -1 }, "funcname": "ListBox", "location": "imgui", @@ -21962,7 +21962,7 @@ "call_args": "(label,current_item,items_getter,data,items_count,height_in_items)", "cimguiname": "igListBox", "defaults": { - "height_in_items": "-1" + "height_in_items": -1 }, "funcname": "ListBox", "location": "imgui", @@ -22040,7 +22040,7 @@ "cimguiname": "igListBoxHeader", "comment": " // \"", "defaults": { - "height_in_items": "-1" + "height_in_items": -1 }, "funcname": "ListBoxHeader", "location": "imgui", @@ -22092,7 +22092,7 @@ "cimguiname": "igLoadIniSettingsFromMemory", "comment": " // call after CreateContext() and before the first call to NewFrame() to provide .ini data from your own data source.", "defaults": { - "ini_size": "0" + "ini_size": 0 }, "funcname": "LoadIniSettingsFromMemory", "location": "imgui", @@ -22187,7 +22187,7 @@ "call_args": "(ref_pos,text,text_end)", "cimguiname": "igLogRenderedText", "defaults": { - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "LogRenderedText", "location": "internal", @@ -22241,7 +22241,7 @@ "cimguiname": "igLogToBuffer", "comment": " // Start logging/capturing to internal buffer", "defaults": { - "auto_open_depth": "-1" + "auto_open_depth": -1 }, "funcname": "LogToBuffer", "location": "internal", @@ -22266,7 +22266,7 @@ "cimguiname": "igLogToClipboard", "comment": " // start logging to OS clipboard", "defaults": { - "auto_open_depth": "-1" + "auto_open_depth": -1 }, "funcname": "LogToClipboard", "location": "imgui", @@ -22295,8 +22295,8 @@ "cimguiname": "igLogToFile", "comment": " // start logging to file", "defaults": { - "auto_open_depth": "-1", - "filename": "((void*)0)" + "auto_open_depth": -1, + "filename": "NULL" }, "funcname": "LogToFile", "location": "imgui", @@ -22321,7 +22321,7 @@ "cimguiname": "igLogToTTY", "comment": " // start logging to tty (stdout)", "defaults": { - "auto_open_depth": "-1" + "auto_open_depth": -1 }, "funcname": "LogToTTY", "location": "imgui", @@ -22464,7 +22464,7 @@ "defaults": { "enabled": "true", "selected": "false", - "shortcut": "((void*)0)" + "shortcut": "NULL" }, "funcname": "MenuItem", "location": "imgui", @@ -22702,7 +22702,7 @@ "cimguiname": "igOpenPopup", "comment": " // call to mark popup as open (don't call every frame!).", "defaults": { - "popup_flags": "0" + "popup_flags": 0 }, "funcname": "OpenPopup", "location": "imgui", @@ -22731,8 +22731,8 @@ "cimguiname": "igOpenPopupContextItem", "comment": " // helper to open popup when clicked on last item. return true when just opened. (note: actually triggers on the mouse _released_ event to be consistent with popup behaviors)", "defaults": { - "popup_flags": "1", - "str_id": "((void*)0)" + "popup_flags": 1, + "str_id": "NULL" }, "funcname": "OpenPopupContextItem", "location": "imgui", @@ -22760,7 +22760,7 @@ "call_args": "(id,popup_flags)", "cimguiname": "igOpenPopupEx", "defaults": { - "popup_flags": "ImGuiPopupFlags_None" + "popup_flags": 0 }, "funcname": "OpenPopupEx", "location": "internal", @@ -22877,11 +22877,11 @@ "cimguiname": "igPlotHistogram", "defaults": { "graph_size": "ImVec2(0,0)", - "overlay_text": "((void*)0)", + "overlay_text": "NULL", "scale_max": "FLT_MAX", "scale_min": "FLT_MAX", "stride": "sizeof(float)", - "values_offset": "0" + "values_offset": 0 }, "funcname": "PlotHistogram", "location": "imgui", @@ -22938,10 +22938,10 @@ "cimguiname": "igPlotHistogram", "defaults": { "graph_size": "ImVec2(0,0)", - "overlay_text": "((void*)0)", + "overlay_text": "NULL", "scale_max": "FLT_MAX", "scale_min": "FLT_MAX", - "values_offset": "0" + "values_offset": 0 }, "funcname": "PlotHistogram", "location": "imgui", @@ -22998,11 +22998,11 @@ "cimguiname": "igPlotLines", "defaults": { "graph_size": "ImVec2(0,0)", - "overlay_text": "((void*)0)", + "overlay_text": "NULL", "scale_max": "FLT_MAX", "scale_min": "FLT_MAX", "stride": "sizeof(float)", - "values_offset": "0" + "values_offset": 0 }, "funcname": "PlotLines", "location": "imgui", @@ -23059,10 +23059,10 @@ "cimguiname": "igPlotLines", "defaults": { "graph_size": "ImVec2(0,0)", - "overlay_text": "((void*)0)", + "overlay_text": "NULL", "scale_max": "FLT_MAX", "scale_min": "FLT_MAX", - "values_offset": "0" + "values_offset": 0 }, "funcname": "PlotLines", "location": "imgui", @@ -23240,7 +23240,7 @@ "call_args": "(count)", "cimguiname": "igPopStyleColor", "defaults": { - "count": "1" + "count": 1 }, "funcname": "PopStyleColor", "location": "imgui", @@ -23264,7 +23264,7 @@ "call_args": "(count)", "cimguiname": "igPopStyleVar", "defaults": { - "count": "1" + "count": 1 }, "funcname": "PopStyleVar", "location": "imgui", @@ -23313,7 +23313,7 @@ "call_args": "(fraction,size_arg,overlay)", "cimguiname": "igProgressBar", "defaults": { - "overlay": "((void*)0)", + "overlay": "NULL", "size_arg": "ImVec2(-1,0)" }, "funcname": "ProgressBar", @@ -24090,7 +24090,7 @@ "cimguiname": "igRenderColorRectWithAlphaCheckerboard", "defaults": { "rounding": "0.0f", - "rounding_corners_flags": "~0" + "rounding_corners_flags": -1 }, "funcname": "RenderColorRectWithAlphaCheckerboard", "location": "internal", @@ -24242,7 +24242,7 @@ "cimguiname": "igRenderNavHighlight", "comment": " // Navigation highlight", "defaults": { - "flags": "ImGuiNavHighlightFlags_TypeDefault" + "flags": 1 }, "funcname": "RenderNavHighlight", "location": "internal", @@ -24271,8 +24271,8 @@ "cimguiname": "igRenderPlatformWindowsDefault", "comment": " // call in main loop. will call RenderWindow/SwapBuffers platform functions for each secondary viewport which doesn't have the ImGuiViewportFlags_Minimized flag set. May be reimplemented by user for custom rendering needs.", "defaults": { - "platform_render_arg": "((void*)0)", - "renderer_render_arg": "((void*)0)" + "platform_render_arg": "NULL", + "renderer_render_arg": "NULL" }, "funcname": "RenderPlatformWindowsDefault", "location": "imgui", @@ -24389,7 +24389,7 @@ "cimguiname": "igRenderText", "defaults": { "hide_text_after_hash": "true", - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "RenderText", "location": "internal", @@ -24438,7 +24438,7 @@ "cimguiname": "igRenderTextClipped", "defaults": { "align": "ImVec2(0,0)", - "clip_rect": "((void*)0)" + "clip_rect": "NULL" }, "funcname": "RenderTextClipped", "location": "internal", @@ -24491,7 +24491,7 @@ "cimguiname": "igRenderTextClippedEx", "defaults": { "align": "ImVec2(0,0)", - "clip_rect": "((void*)0)" + "clip_rect": "NULL" }, "funcname": "RenderTextClippedEx", "location": "internal", @@ -24600,7 +24600,7 @@ "cimguiname": "igResetMouseDragDelta", "comment": " //", "defaults": { - "button": "0" + "button": 0 }, "funcname": "ResetMouseDragDelta", "location": "imgui", @@ -24678,7 +24678,7 @@ "cimguiname": "igSaveIniSettingsToMemory", "comment": " // return a zero-terminated string with the .ini data which you can save by your own mean. call when io.WantSaveIniSettings is set, then save data by your own mean and clear io.WantSaveIniSettings.", "defaults": { - "out_ini_size": "((void*)0)" + "out_ini_size": "NULL" }, "funcname": "SaveIniSettingsToMemory", "location": "imgui", @@ -24840,7 +24840,7 @@ "cimguiname": "igSelectable", "comment": " // \"bool selected\" carry the selection state (read-only). Selectable() is clicked is returns true so you can modify your selection state. size.x==0.0: use remaining width, size.x>0.0: specify width. size.y==0.0: use label height, size.y>0.0: specify height", "defaults": { - "flags": "0", + "flags": 0, "selected": "false", "size": "ImVec2(0,0)" }, @@ -24877,7 +24877,7 @@ "cimguiname": "igSelectable", "comment": " // \"bool* p_selected\" point to the selection state (read-write), as a convenient helper.", "defaults": { - "flags": "0", + "flags": 0, "size": "ImVec2(0,0)" }, "funcname": "Selectable", @@ -24980,7 +24980,7 @@ "call_args": "(alloc_func,free_func,user_data)", "cimguiname": "igSetAllocatorFunctions", "defaults": { - "user_data": "((void*)0)" + "user_data": "NULL" }, "funcname": "SetAllocatorFunctions", "location": "imgui", @@ -25252,7 +25252,7 @@ "cimguiname": "igSetDragDropPayload", "comment": " // type is a user defined string of maximum 32 characters. Strings starting with '_' are reserved for dear imgui internal types. Data is copied and held by imgui.", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetDragDropPayload", "location": "imgui", @@ -25361,7 +25361,7 @@ "cimguiname": "igSetKeyboardFocusHere", "comment": " // focus keyboard on the next widget. Use positive 'offset' to access sub components of a multiple component widget. Use -1 to access previous widget.", "defaults": { - "offset": "0" + "offset": 0 }, "funcname": "SetKeyboardFocusHere", "location": "imgui", @@ -25511,7 +25511,7 @@ "cimguiname": "igSetNextItemOpen", "comment": " // set next TreeNode/CollapsingHeader open state.", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetNextItemOpen", "location": "imgui", @@ -25609,7 +25609,7 @@ "cimguiname": "igSetNextWindowCollapsed", "comment": " // set next window collapsed state. call before Begin()", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetNextWindowCollapsed", "location": "imgui", @@ -25661,7 +25661,7 @@ "cimguiname": "igSetNextWindowDockID", "comment": " // set next window dock id (FIXME-DOCK)", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetNextWindowDockID", "location": "imgui", @@ -25712,7 +25712,7 @@ "cimguiname": "igSetNextWindowPos", "comment": " // set next window position. call before Begin(). use pivot=(0.5f,0.5f) to center on given point, etc.", "defaults": { - "cond": "0", + "cond": 0, "pivot": "ImVec2(0,0)" }, "funcname": "SetNextWindowPos", @@ -25765,7 +25765,7 @@ "cimguiname": "igSetNextWindowSize", "comment": " // set next window size. set axis to 0.0f to force an auto-fit on this axis. call before Begin()", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetNextWindowSize", "location": "imgui", @@ -25802,8 +25802,8 @@ "cimguiname": "igSetNextWindowSizeConstraints", "comment": " // set next window size limits. use -1,-1 on either X/Y axis to preserve the current size. Sizes will be rounded down. Use callback to apply non-trivial programmatic constraints.", "defaults": { - "custom_callback": "((void*)0)", - "custom_callback_data": "((void*)0)" + "custom_callback": "NULL", + "custom_callback_data": "NULL" }, "funcname": "SetNextWindowSizeConstraints", "location": "imgui", @@ -26243,7 +26243,7 @@ "cimguiname": "igSetWindowCollapsed", "comment": " // (not recommended) set current window collapsed state. prefer using SetNextWindowCollapsed().", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowCollapsed", "location": "imgui", @@ -26274,7 +26274,7 @@ "cimguiname": "igSetWindowCollapsed", "comment": " // set named window collapsed state", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowCollapsed", "location": "imgui", @@ -26304,7 +26304,7 @@ "call_args": "(window,collapsed,cond)", "cimguiname": "igSetWindowCollapsed", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowCollapsed", "location": "internal", @@ -26455,7 +26455,7 @@ "cimguiname": "igSetWindowPos", "comment": " // (not recommended) set current window position - call within Begin()/End(). prefer using SetNextWindowPos(), as this may incur tearing and side-effects.", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowPos", "location": "imgui", @@ -26486,7 +26486,7 @@ "cimguiname": "igSetWindowPos", "comment": " // set named window position.", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowPos", "location": "imgui", @@ -26516,7 +26516,7 @@ "call_args": "(window,pos,cond)", "cimguiname": "igSetWindowPos", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowPos", "location": "internal", @@ -26545,7 +26545,7 @@ "cimguiname": "igSetWindowSize", "comment": " // (not recommended) set current window size - call within Begin()/End(). set to ImVec2(0, 0) to force an auto-fit. prefer using SetNextWindowSize(), as this may incur tearing and minor side-effects.", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowSize", "location": "imgui", @@ -26576,7 +26576,7 @@ "cimguiname": "igSetWindowSize", "comment": " // set named window size. set axis to 0.0f to force an auto-fit on this axis.", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowSize", "location": "imgui", @@ -26606,7 +26606,7 @@ "call_args": "(window,size,cond)", "cimguiname": "igSetWindowSize", "defaults": { - "cond": "0" + "cond": 0 }, "funcname": "SetWindowSize", "location": "internal", @@ -26727,7 +26727,7 @@ "cimguiname": "igShowAboutWindow", "comment": " // create About window. display Dear ImGui version, credits and build/system information.", "defaults": { - "p_open": "((void*)0)" + "p_open": "NULL" }, "funcname": "ShowAboutWindow", "location": "imgui", @@ -26752,7 +26752,7 @@ "cimguiname": "igShowDemoWindow", "comment": " // create Demo window (previously called ShowTestWindow). demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application!", "defaults": { - "p_open": "((void*)0)" + "p_open": "NULL" }, "funcname": "ShowDemoWindow", "location": "imgui", @@ -26800,7 +26800,7 @@ "cimguiname": "igShowMetricsWindow", "comment": " // create Debug/Metrics window. display Dear ImGui internals: draw commands (with individual draw calls and vertices), window list, basic internal state, etc.", "defaults": { - "p_open": "((void*)0)" + "p_open": "NULL" }, "funcname": "ShowMetricsWindow", "location": "imgui", @@ -26825,7 +26825,7 @@ "cimguiname": "igShowStyleEditor", "comment": " // add style editor block (not a window). you can pass in a reference ImGuiStyle structure to compare to, revert to and save to (else it uses the default style)", "defaults": { - "ref": "((void*)0)" + "ref": "NULL" }, "funcname": "ShowStyleEditor", "location": "imgui", @@ -26980,7 +26980,7 @@ "call_args": "(label,v_rad,v_degrees_min,v_degrees_max,format,flags)", "cimguiname": "igSliderAngle", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.0f deg\"", "v_degrees_max": "+360.0f", "v_degrees_min": "-360.0f" @@ -27082,7 +27082,7 @@ "cimguiname": "igSliderFloat", "comment": " // adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display.", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "SliderFloat", @@ -27127,7 +27127,7 @@ "call_args": "(label,v,v_min,v_max,format,flags)", "cimguiname": "igSliderFloat2", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "SliderFloat2", @@ -27172,7 +27172,7 @@ "call_args": "(label,v,v_min,v_max,format,flags)", "cimguiname": "igSliderFloat3", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "SliderFloat3", @@ -27217,7 +27217,7 @@ "call_args": "(label,v,v_min,v_max,format,flags)", "cimguiname": "igSliderFloat4", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "SliderFloat4", @@ -27262,7 +27262,7 @@ "call_args": "(label,v,v_min,v_max,format,flags)", "cimguiname": "igSliderInt", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"" }, "funcname": "SliderInt", @@ -27307,7 +27307,7 @@ "call_args": "(label,v,v_min,v_max,format,flags)", "cimguiname": "igSliderInt2", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"" }, "funcname": "SliderInt2", @@ -27352,7 +27352,7 @@ "call_args": "(label,v,v_min,v_max,format,flags)", "cimguiname": "igSliderInt3", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"" }, "funcname": "SliderInt3", @@ -27397,7 +27397,7 @@ "call_args": "(label,v,v_min,v_max,format,flags)", "cimguiname": "igSliderInt4", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"" }, "funcname": "SliderInt4", @@ -27446,8 +27446,8 @@ "call_args": "(label,data_type,p_data,p_min,p_max,format,flags)", "cimguiname": "igSliderScalar", "defaults": { - "flags": "0", - "format": "((void*)0)" + "flags": 0, + "format": "NULL" }, "funcname": "SliderScalar", "location": "imgui", @@ -27499,8 +27499,8 @@ "call_args": "(label,data_type,p_data,components,p_min,p_max,format,flags)", "cimguiname": "igSliderScalarN", "defaults": { - "flags": "0", - "format": "((void*)0)" + "flags": 0, + "format": "NULL" }, "funcname": "SliderScalarN", "location": "imgui", @@ -27675,7 +27675,7 @@ "cimguiname": "igStyleColorsClassic", "comment": " // classic imgui style", "defaults": { - "dst": "((void*)0)" + "dst": "NULL" }, "funcname": "StyleColorsClassic", "location": "imgui", @@ -27700,7 +27700,7 @@ "cimguiname": "igStyleColorsDark", "comment": " // new, recommended style (default)", "defaults": { - "dst": "((void*)0)" + "dst": "NULL" }, "funcname": "StyleColorsDark", "location": "imgui", @@ -27725,7 +27725,7 @@ "cimguiname": "igStyleColorsLight", "comment": " // best used with borders and a custom, thicker font", "defaults": { - "dst": "((void*)0)" + "dst": "NULL" }, "funcname": "StyleColorsLight", "location": "imgui", @@ -28112,8 +28112,8 @@ "call_args": "(bb,id,label,data_type,p_data,format,p_clamp_min,p_clamp_max)", "cimguiname": "igTempInputScalar", "defaults": { - "p_clamp_max": "((void*)0)", - "p_clamp_min": "((void*)0)" + "p_clamp_max": "NULL", + "p_clamp_min": "NULL" }, "funcname": "TempInputScalar", "location": "internal", @@ -28331,8 +28331,8 @@ "call_args": "(text,text_end,flags)", "cimguiname": "igTextEx", "defaults": { - "flags": "0", - "text_end": "((void*)0)" + "flags": 0, + "text_end": "NULL" }, "funcname": "TextEx", "location": "internal", @@ -28361,7 +28361,7 @@ "cimguiname": "igTextUnformatted", "comment": " // raw text without formatting. Roughly equivalent to Text(\"%s\", text) but: A) doesn't require null terminated string if 'text_end' is specified, B) it's faster, no memory copy is done, no buffer size limits, recommended for long chunks of text.", "defaults": { - "text_end": "((void*)0)" + "text_end": "NULL" }, "funcname": "TextUnformatted", "location": "imgui", @@ -28589,7 +28589,7 @@ "call_args": "(id,flags,label,label_end)", "cimguiname": "igTreeNodeBehavior", "defaults": { - "label_end": "((void*)0)" + "label_end": "NULL" }, "funcname": "TreeNodeBehavior", "location": "internal", @@ -28618,7 +28618,7 @@ "cimguiname": "igTreeNodeBehaviorIsOpen", "comment": " // Consume previous SetNextItemOpen() data, if any. May return true when logging", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "TreeNodeBehaviorIsOpen", "location": "internal", @@ -28646,7 +28646,7 @@ "call_args": "(label,flags)", "cimguiname": "igTreeNodeEx", "defaults": { - "flags": "0" + "flags": 0 }, "funcname": "TreeNodeEx", "location": "imgui", @@ -28900,7 +28900,7 @@ "cimguiname": "igTreePush", "comment": " // \"", "defaults": { - "ptr_id": "((void*)0)" + "ptr_id": "NULL" }, "funcname": "TreePush", "location": "imgui", @@ -29094,7 +29094,7 @@ "call_args": "(label,size,v,v_min,v_max,format,flags)", "cimguiname": "igVSliderFloat", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%.3f\"" }, "funcname": "VSliderFloat", @@ -29143,7 +29143,7 @@ "call_args": "(label,size,v,v_min,v_max,format,flags)", "cimguiname": "igVSliderInt", "defaults": { - "flags": "0", + "flags": 0, "format": "\"%d\"" }, "funcname": "VSliderInt", @@ -29196,8 +29196,8 @@ "call_args": "(label,size,data_type,p_data,p_min,p_max,format,flags)", "cimguiname": "igVSliderScalar", "defaults": { - "flags": "0", - "format": "((void*)0)" + "flags": 0, + "format": "NULL" }, "funcname": "VSliderScalar", "location": "imgui", @@ -29301,7 +29301,7 @@ "call_args": "(prefix,v,float_format)", "cimguiname": "igValue", "defaults": { - "float_format": "((void*)0)" + "float_format": "NULL" }, "funcname": "Value", "location": "imgui", diff --git a/generator/output/definitions.lua b/generator/output/definitions.lua index 41842d8..e7e5d36 100644 --- a/generator/output/definitions.lua +++ b/generator/output/definitions.lua @@ -373,7 +373,7 @@ defs["ImColor_ImColor"][2]["call_args"] = "(r,g,b,a)" defs["ImColor_ImColor"][2]["cimguiname"] = "ImColor_ImColor" defs["ImColor_ImColor"][2]["constructor"] = true defs["ImColor_ImColor"][2]["defaults"] = {} -defs["ImColor_ImColor"][2]["defaults"]["a"] = "255" +defs["ImColor_ImColor"][2]["defaults"]["a"] = 255 defs["ImColor_ImColor"][2]["funcname"] = "ImColor" defs["ImColor_ImColor"][2]["location"] = "imgui" defs["ImColor_ImColor"][2]["ov_cimguiname"] = "ImColor_ImColorInt" @@ -887,7 +887,7 @@ defs["ImDrawList_AddBezierCurve"][1]["argsoriginal"] = "(const ImVec2& p1,const defs["ImDrawList_AddBezierCurve"][1]["call_args"] = "(p1,p2,p3,p4,col,thickness,num_segments)" defs["ImDrawList_AddBezierCurve"][1]["cimguiname"] = "ImDrawList_AddBezierCurve" defs["ImDrawList_AddBezierCurve"][1]["defaults"] = {} -defs["ImDrawList_AddBezierCurve"][1]["defaults"]["num_segments"] = "0" +defs["ImDrawList_AddBezierCurve"][1]["defaults"]["num_segments"] = 0 defs["ImDrawList_AddBezierCurve"][1]["funcname"] = "AddBezierCurve" defs["ImDrawList_AddBezierCurve"][1]["location"] = "imgui" defs["ImDrawList_AddBezierCurve"][1]["ov_cimguiname"] = "ImDrawList_AddBezierCurve" @@ -946,7 +946,7 @@ defs["ImDrawList_AddCircle"][1]["argsoriginal"] = "(const ImVec2& center,float r defs["ImDrawList_AddCircle"][1]["call_args"] = "(center,radius,col,num_segments,thickness)" defs["ImDrawList_AddCircle"][1]["cimguiname"] = "ImDrawList_AddCircle" defs["ImDrawList_AddCircle"][1]["defaults"] = {} -defs["ImDrawList_AddCircle"][1]["defaults"]["num_segments"] = "0" +defs["ImDrawList_AddCircle"][1]["defaults"]["num_segments"] = 0 defs["ImDrawList_AddCircle"][1]["defaults"]["thickness"] = "1.0f" defs["ImDrawList_AddCircle"][1]["funcname"] = "AddCircle" defs["ImDrawList_AddCircle"][1]["location"] = "imgui" @@ -978,7 +978,7 @@ defs["ImDrawList_AddCircleFilled"][1]["argsoriginal"] = "(const ImVec2& center,f defs["ImDrawList_AddCircleFilled"][1]["call_args"] = "(center,radius,col,num_segments)" defs["ImDrawList_AddCircleFilled"][1]["cimguiname"] = "ImDrawList_AddCircleFilled" defs["ImDrawList_AddCircleFilled"][1]["defaults"] = {} -defs["ImDrawList_AddCircleFilled"][1]["defaults"]["num_segments"] = "0" +defs["ImDrawList_AddCircleFilled"][1]["defaults"]["num_segments"] = 0 defs["ImDrawList_AddCircleFilled"][1]["funcname"] = "AddCircleFilled" defs["ImDrawList_AddCircleFilled"][1]["location"] = "imgui" defs["ImDrawList_AddCircleFilled"][1]["ov_cimguiname"] = "ImDrawList_AddCircleFilled" @@ -1062,7 +1062,7 @@ defs["ImDrawList_AddImage"][1]["argsoriginal"] = "(ImTextureID user_texture_id,c defs["ImDrawList_AddImage"][1]["call_args"] = "(user_texture_id,p_min,p_max,uv_min,uv_max,col)" defs["ImDrawList_AddImage"][1]["cimguiname"] = "ImDrawList_AddImage" defs["ImDrawList_AddImage"][1]["defaults"] = {} -defs["ImDrawList_AddImage"][1]["defaults"]["col"] = "(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0))" +defs["ImDrawList_AddImage"][1]["defaults"]["col"] = 4294967295 defs["ImDrawList_AddImage"][1]["defaults"]["uv_max"] = "ImVec2(1,1)" defs["ImDrawList_AddImage"][1]["defaults"]["uv_min"] = "ImVec2(0,0)" defs["ImDrawList_AddImage"][1]["funcname"] = "AddImage" @@ -1113,7 +1113,7 @@ defs["ImDrawList_AddImageQuad"][1]["argsoriginal"] = "(ImTextureID user_texture_ defs["ImDrawList_AddImageQuad"][1]["call_args"] = "(user_texture_id,p1,p2,p3,p4,uv1,uv2,uv3,uv4,col)" defs["ImDrawList_AddImageQuad"][1]["cimguiname"] = "ImDrawList_AddImageQuad" defs["ImDrawList_AddImageQuad"][1]["defaults"] = {} -defs["ImDrawList_AddImageQuad"][1]["defaults"]["col"] = "(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0))" +defs["ImDrawList_AddImageQuad"][1]["defaults"]["col"] = 4294967295 defs["ImDrawList_AddImageQuad"][1]["defaults"]["uv1"] = "ImVec2(0,0)" defs["ImDrawList_AddImageQuad"][1]["defaults"]["uv2"] = "ImVec2(1,0)" defs["ImDrawList_AddImageQuad"][1]["defaults"]["uv3"] = "ImVec2(1,1)" @@ -1160,7 +1160,7 @@ defs["ImDrawList_AddImageRounded"][1]["argsoriginal"] = "(ImTextureID user_textu defs["ImDrawList_AddImageRounded"][1]["call_args"] = "(user_texture_id,p_min,p_max,uv_min,uv_max,col,rounding,rounding_corners)" defs["ImDrawList_AddImageRounded"][1]["cimguiname"] = "ImDrawList_AddImageRounded" defs["ImDrawList_AddImageRounded"][1]["defaults"] = {} -defs["ImDrawList_AddImageRounded"][1]["defaults"]["rounding_corners"] = "ImDrawCornerFlags_All" +defs["ImDrawList_AddImageRounded"][1]["defaults"]["rounding_corners"] = 15 defs["ImDrawList_AddImageRounded"][1]["funcname"] = "AddImageRounded" defs["ImDrawList_AddImageRounded"][1]["location"] = "imgui" defs["ImDrawList_AddImageRounded"][1]["ov_cimguiname"] = "ImDrawList_AddImageRounded" @@ -1397,7 +1397,7 @@ defs["ImDrawList_AddRect"][1]["cimguiname"] = "ImDrawList_AddRect" defs["ImDrawList_AddRect"][1]["comment"] = " // a: upper-left, b: lower-right (== upper-left + size), rounding_corners_flags: 4 bits corresponding to which corner to round" defs["ImDrawList_AddRect"][1]["defaults"] = {} defs["ImDrawList_AddRect"][1]["defaults"]["rounding"] = "0.0f" -defs["ImDrawList_AddRect"][1]["defaults"]["rounding_corners"] = "ImDrawCornerFlags_All" +defs["ImDrawList_AddRect"][1]["defaults"]["rounding_corners"] = 15 defs["ImDrawList_AddRect"][1]["defaults"]["thickness"] = "1.0f" defs["ImDrawList_AddRect"][1]["funcname"] = "AddRect" defs["ImDrawList_AddRect"][1]["location"] = "imgui" @@ -1434,7 +1434,7 @@ defs["ImDrawList_AddRectFilled"][1]["cimguiname"] = "ImDrawList_AddRectFilled" defs["ImDrawList_AddRectFilled"][1]["comment"] = " // a: upper-left, b: lower-right (== upper-left + size)" defs["ImDrawList_AddRectFilled"][1]["defaults"] = {} defs["ImDrawList_AddRectFilled"][1]["defaults"]["rounding"] = "0.0f" -defs["ImDrawList_AddRectFilled"][1]["defaults"]["rounding_corners"] = "ImDrawCornerFlags_All" +defs["ImDrawList_AddRectFilled"][1]["defaults"]["rounding_corners"] = 15 defs["ImDrawList_AddRectFilled"][1]["funcname"] = "AddRectFilled" defs["ImDrawList_AddRectFilled"][1]["location"] = "imgui" defs["ImDrawList_AddRectFilled"][1]["ov_cimguiname"] = "ImDrawList_AddRectFilled" @@ -1501,7 +1501,7 @@ defs["ImDrawList_AddText"][1]["argsoriginal"] = "(const ImVec2& pos,ImU32 col,co defs["ImDrawList_AddText"][1]["call_args"] = "(pos,col,text_begin,text_end)" defs["ImDrawList_AddText"][1]["cimguiname"] = "ImDrawList_AddText" defs["ImDrawList_AddText"][1]["defaults"] = {} -defs["ImDrawList_AddText"][1]["defaults"]["text_end"] = "((void*)0)" +defs["ImDrawList_AddText"][1]["defaults"]["text_end"] = "NULL" defs["ImDrawList_AddText"][1]["funcname"] = "AddText" defs["ImDrawList_AddText"][1]["location"] = "imgui" defs["ImDrawList_AddText"][1]["ov_cimguiname"] = "ImDrawList_AddTextVec2" @@ -1542,8 +1542,8 @@ defs["ImDrawList_AddText"][2]["argsoriginal"] = "(const ImFont* font,float font_ 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]["defaults"] = {} -defs["ImDrawList_AddText"][2]["defaults"]["cpu_fine_clip_rect"] = "((void*)0)" -defs["ImDrawList_AddText"][2]["defaults"]["text_end"] = "((void*)0)" +defs["ImDrawList_AddText"][2]["defaults"]["cpu_fine_clip_rect"] = "NULL" +defs["ImDrawList_AddText"][2]["defaults"]["text_end"] = "NULL" defs["ImDrawList_AddText"][2]["defaults"]["wrap_width"] = "0.0f" defs["ImDrawList_AddText"][2]["funcname"] = "AddText" defs["ImDrawList_AddText"][2]["location"] = "imgui" @@ -1784,7 +1784,7 @@ defs["ImDrawList_PathArcTo"][1]["argsoriginal"] = "(const ImVec2& center,float r defs["ImDrawList_PathArcTo"][1]["call_args"] = "(center,radius,a_min,a_max,num_segments)" defs["ImDrawList_PathArcTo"][1]["cimguiname"] = "ImDrawList_PathArcTo" defs["ImDrawList_PathArcTo"][1]["defaults"] = {} -defs["ImDrawList_PathArcTo"][1]["defaults"]["num_segments"] = "10" +defs["ImDrawList_PathArcTo"][1]["defaults"]["num_segments"] = 10 defs["ImDrawList_PathArcTo"][1]["funcname"] = "PathArcTo" defs["ImDrawList_PathArcTo"][1]["location"] = "imgui" defs["ImDrawList_PathArcTo"][1]["ov_cimguiname"] = "ImDrawList_PathArcTo" @@ -1846,7 +1846,7 @@ defs["ImDrawList_PathBezierCurveTo"][1]["argsoriginal"] = "(const ImVec2& p2,con defs["ImDrawList_PathBezierCurveTo"][1]["call_args"] = "(p2,p3,p4,num_segments)" defs["ImDrawList_PathBezierCurveTo"][1]["cimguiname"] = "ImDrawList_PathBezierCurveTo" defs["ImDrawList_PathBezierCurveTo"][1]["defaults"] = {} -defs["ImDrawList_PathBezierCurveTo"][1]["defaults"]["num_segments"] = "0" +defs["ImDrawList_PathBezierCurveTo"][1]["defaults"]["num_segments"] = 0 defs["ImDrawList_PathBezierCurveTo"][1]["funcname"] = "PathBezierCurveTo" defs["ImDrawList_PathBezierCurveTo"][1]["location"] = "imgui" defs["ImDrawList_PathBezierCurveTo"][1]["ov_cimguiname"] = "ImDrawList_PathBezierCurveTo" @@ -1960,7 +1960,7 @@ defs["ImDrawList_PathRect"][1]["call_args"] = "(rect_min,rect_max,rounding,round defs["ImDrawList_PathRect"][1]["cimguiname"] = "ImDrawList_PathRect" defs["ImDrawList_PathRect"][1]["defaults"] = {} defs["ImDrawList_PathRect"][1]["defaults"]["rounding"] = "0.0f" -defs["ImDrawList_PathRect"][1]["defaults"]["rounding_corners"] = "ImDrawCornerFlags_All" +defs["ImDrawList_PathRect"][1]["defaults"]["rounding_corners"] = 15 defs["ImDrawList_PathRect"][1]["funcname"] = "PathRect" defs["ImDrawList_PathRect"][1]["location"] = "imgui" defs["ImDrawList_PathRect"][1]["ov_cimguiname"] = "ImDrawList_PathRect" @@ -2599,7 +2599,7 @@ defs["ImFontAtlas_AddFontDefault"][1]["argsoriginal"] = "(const ImFontConfig* fo defs["ImFontAtlas_AddFontDefault"][1]["call_args"] = "(font_cfg)" defs["ImFontAtlas_AddFontDefault"][1]["cimguiname"] = "ImFontAtlas_AddFontDefault" defs["ImFontAtlas_AddFontDefault"][1]["defaults"] = {} -defs["ImFontAtlas_AddFontDefault"][1]["defaults"]["font_cfg"] = "((void*)0)" +defs["ImFontAtlas_AddFontDefault"][1]["defaults"]["font_cfg"] = "NULL" defs["ImFontAtlas_AddFontDefault"][1]["funcname"] = "AddFontDefault" defs["ImFontAtlas_AddFontDefault"][1]["location"] = "imgui" defs["ImFontAtlas_AddFontDefault"][1]["ov_cimguiname"] = "ImFontAtlas_AddFontDefault" @@ -2630,8 +2630,8 @@ defs["ImFontAtlas_AddFontFromFileTTF"][1]["argsoriginal"] = "(const char* filena defs["ImFontAtlas_AddFontFromFileTTF"][1]["call_args"] = "(filename,size_pixels,font_cfg,glyph_ranges)" defs["ImFontAtlas_AddFontFromFileTTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromFileTTF" defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"] = {} -defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"]["font_cfg"] = "((void*)0)" -defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" +defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"]["font_cfg"] = "NULL" +defs["ImFontAtlas_AddFontFromFileTTF"][1]["defaults"]["glyph_ranges"] = "NULL" defs["ImFontAtlas_AddFontFromFileTTF"][1]["funcname"] = "AddFontFromFileTTF" defs["ImFontAtlas_AddFontFromFileTTF"][1]["location"] = "imgui" defs["ImFontAtlas_AddFontFromFileTTF"][1]["ov_cimguiname"] = "ImFontAtlas_AddFontFromFileTTF" @@ -2663,8 +2663,8 @@ defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["call_args"] = "(com defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["comment"] = " // 'compressed_font_data_base85' still owned by caller. Compress with binary_to_compressed_c.cpp with -base85 parameter." defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"] = {} -defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"]["font_cfg"] = "((void*)0)" -defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" +defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"]["font_cfg"] = "NULL" +defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["defaults"]["glyph_ranges"] = "NULL" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["funcname"] = "AddFontFromMemoryCompressedBase85TTF" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["location"] = "imgui" defs["ImFontAtlas_AddFontFromMemoryCompressedBase85TTF"][1]["ov_cimguiname"] = "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF" @@ -2699,8 +2699,8 @@ defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["call_args"] = "(compresse defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromMemoryCompressedTTF" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["comment"] = " // 'compressed_font_data' still owned by caller. Compress with binary_to_compressed_c.cpp." defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"] = {} -defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"]["font_cfg"] = "((void*)0)" -defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" +defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"]["font_cfg"] = "NULL" +defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["defaults"]["glyph_ranges"] = "NULL" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["funcname"] = "AddFontFromMemoryCompressedTTF" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["location"] = "imgui" defs["ImFontAtlas_AddFontFromMemoryCompressedTTF"][1]["ov_cimguiname"] = "ImFontAtlas_AddFontFromMemoryCompressedTTF" @@ -2735,8 +2735,8 @@ defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["call_args"] = "(font_data,font_size defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["cimguiname"] = "ImFontAtlas_AddFontFromMemoryTTF" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["comment"] = " // Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas. Set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed." defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"] = {} -defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"]["font_cfg"] = "((void*)0)" -defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"]["glyph_ranges"] = "((void*)0)" +defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"]["font_cfg"] = "NULL" +defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["defaults"]["glyph_ranges"] = "NULL" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["funcname"] = "AddFontFromMemoryTTF" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["location"] = "imgui" defs["ImFontAtlas_AddFontFromMemoryTTF"][1]["ov_cimguiname"] = "ImFontAtlas_AddFontFromMemoryTTF" @@ -3096,7 +3096,7 @@ defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["call_args"] = "(out_pixels,out_width, defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["cimguiname"] = "ImFontAtlas_GetTexDataAsAlpha8" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["comment"] = " // 1 byte per-pixel" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["defaults"] = {} -defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["defaults"]["out_bytes_per_pixel"] = "((void*)0)" +defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["defaults"]["out_bytes_per_pixel"] = "NULL" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["funcname"] = "GetTexDataAsAlpha8" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["location"] = "imgui" defs["ImFontAtlas_GetTexDataAsAlpha8"][1]["ov_cimguiname"] = "ImFontAtlas_GetTexDataAsAlpha8" @@ -3128,7 +3128,7 @@ defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["call_args"] = "(out_pixels,out_width, defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["cimguiname"] = "ImFontAtlas_GetTexDataAsRGBA32" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["comment"] = " // 4 bytes-per-pixel" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["defaults"] = {} -defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["defaults"]["out_bytes_per_pixel"] = "((void*)0)" +defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["defaults"]["out_bytes_per_pixel"] = "NULL" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["funcname"] = "GetTexDataAsRGBA32" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["location"] = "imgui" defs["ImFontAtlas_GetTexDataAsRGBA32"][1]["ov_cimguiname"] = "ImFontAtlas_GetTexDataAsRGBA32" @@ -3299,7 +3299,7 @@ defs["ImFontGlyphRangesBuilder_AddText"][1]["call_args"] = "(text,text_end)" defs["ImFontGlyphRangesBuilder_AddText"][1]["cimguiname"] = "ImFontGlyphRangesBuilder_AddText" defs["ImFontGlyphRangesBuilder_AddText"][1]["comment"] = " // Add string (each character of the UTF-8 string are added)" defs["ImFontGlyphRangesBuilder_AddText"][1]["defaults"] = {} -defs["ImFontGlyphRangesBuilder_AddText"][1]["defaults"]["text_end"] = "((void*)0)" +defs["ImFontGlyphRangesBuilder_AddText"][1]["defaults"]["text_end"] = "NULL" defs["ImFontGlyphRangesBuilder_AddText"][1]["funcname"] = "AddText" defs["ImFontGlyphRangesBuilder_AddText"][1]["location"] = "imgui" defs["ImFontGlyphRangesBuilder_AddText"][1]["ov_cimguiname"] = "ImFontGlyphRangesBuilder_AddText" @@ -3553,8 +3553,8 @@ defs["ImFont_CalcTextSizeA"][1]["call_args"] = "(size,max_width,wrap_width,text_ defs["ImFont_CalcTextSizeA"][1]["cimguiname"] = "ImFont_CalcTextSizeA" defs["ImFont_CalcTextSizeA"][1]["comment"] = " // utf8" defs["ImFont_CalcTextSizeA"][1]["defaults"] = {} -defs["ImFont_CalcTextSizeA"][1]["defaults"]["remaining"] = "((void*)0)" -defs["ImFont_CalcTextSizeA"][1]["defaults"]["text_end"] = "((void*)0)" +defs["ImFont_CalcTextSizeA"][1]["defaults"]["remaining"] = "NULL" +defs["ImFont_CalcTextSizeA"][1]["defaults"]["text_end"] = "NULL" defs["ImFont_CalcTextSizeA"][1]["funcname"] = "CalcTextSizeA" defs["ImFont_CalcTextSizeA"][1]["location"] = "imgui" defs["ImFont_CalcTextSizeA"][1]["nonUDT"] = 1 @@ -4487,7 +4487,7 @@ defs["ImGuiInputTextCallbackData_InsertChars"][1]["argsoriginal"] = "(int pos,co defs["ImGuiInputTextCallbackData_InsertChars"][1]["call_args"] = "(pos,text,text_end)" defs["ImGuiInputTextCallbackData_InsertChars"][1]["cimguiname"] = "ImGuiInputTextCallbackData_InsertChars" defs["ImGuiInputTextCallbackData_InsertChars"][1]["defaults"] = {} -defs["ImGuiInputTextCallbackData_InsertChars"][1]["defaults"]["text_end"] = "((void*)0)" +defs["ImGuiInputTextCallbackData_InsertChars"][1]["defaults"]["text_end"] = "NULL" defs["ImGuiInputTextCallbackData_InsertChars"][1]["funcname"] = "InsertChars" defs["ImGuiInputTextCallbackData_InsertChars"][1]["location"] = "imgui" defs["ImGuiInputTextCallbackData_InsertChars"][1]["ov_cimguiname"] = "ImGuiInputTextCallbackData_InsertChars" @@ -4855,7 +4855,7 @@ defs["ImGuiListClipper_ImGuiListClipper"][1]["cimguiname"] = "ImGuiListClipper_I defs["ImGuiListClipper_ImGuiListClipper"][1]["comment"] = " // NB: Begin() initialize every fields (as we allow user to call Begin/End multiple times on a same instance if they want)." defs["ImGuiListClipper_ImGuiListClipper"][1]["constructor"] = true defs["ImGuiListClipper_ImGuiListClipper"][1]["defaults"] = {} -defs["ImGuiListClipper_ImGuiListClipper"][1]["defaults"]["items_count"] = "-1" +defs["ImGuiListClipper_ImGuiListClipper"][1]["defaults"]["items_count"] = -1 defs["ImGuiListClipper_ImGuiListClipper"][1]["defaults"]["items_height"] = "-1.0f" defs["ImGuiListClipper_ImGuiListClipper"][1]["funcname"] = "ImGuiListClipper" defs["ImGuiListClipper_ImGuiListClipper"][1]["location"] = "imgui" @@ -5695,7 +5695,7 @@ 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]["defaults"] = {} -defs["ImGuiStorage_GetInt"][1]["defaults"]["default_val"] = "0" +defs["ImGuiStorage_GetInt"][1]["defaults"]["default_val"] = 0 defs["ImGuiStorage_GetInt"][1]["funcname"] = "GetInt" defs["ImGuiStorage_GetInt"][1]["location"] = "imgui" defs["ImGuiStorage_GetInt"][1]["ov_cimguiname"] = "ImGuiStorage_GetInt" @@ -5720,7 +5720,7 @@ defs["ImGuiStorage_GetIntRef"][1]["argsoriginal"] = "(ImGuiID key,int default_va defs["ImGuiStorage_GetIntRef"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetIntRef"][1]["cimguiname"] = "ImGuiStorage_GetIntRef" defs["ImGuiStorage_GetIntRef"][1]["defaults"] = {} -defs["ImGuiStorage_GetIntRef"][1]["defaults"]["default_val"] = "0" +defs["ImGuiStorage_GetIntRef"][1]["defaults"]["default_val"] = 0 defs["ImGuiStorage_GetIntRef"][1]["funcname"] = "GetIntRef" defs["ImGuiStorage_GetIntRef"][1]["location"] = "imgui" defs["ImGuiStorage_GetIntRef"][1]["ov_cimguiname"] = "ImGuiStorage_GetIntRef" @@ -5767,7 +5767,7 @@ defs["ImGuiStorage_GetVoidPtrRef"][1]["argsoriginal"] = "(ImGuiID key,void* defa defs["ImGuiStorage_GetVoidPtrRef"][1]["call_args"] = "(key,default_val)" defs["ImGuiStorage_GetVoidPtrRef"][1]["cimguiname"] = "ImGuiStorage_GetVoidPtrRef" defs["ImGuiStorage_GetVoidPtrRef"][1]["defaults"] = {} -defs["ImGuiStorage_GetVoidPtrRef"][1]["defaults"]["default_val"] = "((void*)0)" +defs["ImGuiStorage_GetVoidPtrRef"][1]["defaults"]["default_val"] = "NULL" defs["ImGuiStorage_GetVoidPtrRef"][1]["funcname"] = "GetVoidPtrRef" defs["ImGuiStorage_GetVoidPtrRef"][1]["location"] = "imgui" defs["ImGuiStorage_GetVoidPtrRef"][1]["ov_cimguiname"] = "ImGuiStorage_GetVoidPtrRef" @@ -6157,7 +6157,7 @@ defs["ImGuiTextBuffer_append"][1]["argsoriginal"] = "(const char* str,const char defs["ImGuiTextBuffer_append"][1]["call_args"] = "(str,str_end)" defs["ImGuiTextBuffer_append"][1]["cimguiname"] = "ImGuiTextBuffer_append" defs["ImGuiTextBuffer_append"][1]["defaults"] = {} -defs["ImGuiTextBuffer_append"][1]["defaults"]["str_end"] = "((void*)0)" +defs["ImGuiTextBuffer_append"][1]["defaults"]["str_end"] = "NULL" defs["ImGuiTextBuffer_append"][1]["funcname"] = "append" defs["ImGuiTextBuffer_append"][1]["location"] = "imgui" defs["ImGuiTextBuffer_append"][1]["ov_cimguiname"] = "ImGuiTextBuffer_append" @@ -6478,7 +6478,7 @@ defs["ImGuiTextFilter_PassFilter"][1]["argsoriginal"] = "(const char* text,const defs["ImGuiTextFilter_PassFilter"][1]["call_args"] = "(text,text_end)" defs["ImGuiTextFilter_PassFilter"][1]["cimguiname"] = "ImGuiTextFilter_PassFilter" defs["ImGuiTextFilter_PassFilter"][1]["defaults"] = {} -defs["ImGuiTextFilter_PassFilter"][1]["defaults"]["text_end"] = "((void*)0)" +defs["ImGuiTextFilter_PassFilter"][1]["defaults"]["text_end"] = "NULL" defs["ImGuiTextFilter_PassFilter"][1]["funcname"] = "PassFilter" defs["ImGuiTextFilter_PassFilter"][1]["location"] = "imgui" defs["ImGuiTextFilter_PassFilter"][1]["ov_cimguiname"] = "ImGuiTextFilter_PassFilter" @@ -6932,7 +6932,7 @@ defs["ImGuiWindow_GetID"][1]["argsoriginal"] = "(const char* str,const char* str defs["ImGuiWindow_GetID"][1]["call_args"] = "(str,str_end)" defs["ImGuiWindow_GetID"][1]["cimguiname"] = "ImGuiWindow_GetID" defs["ImGuiWindow_GetID"][1]["defaults"] = {} -defs["ImGuiWindow_GetID"][1]["defaults"]["str_end"] = "((void*)0)" +defs["ImGuiWindow_GetID"][1]["defaults"]["str_end"] = "NULL" defs["ImGuiWindow_GetID"][1]["funcname"] = "GetID" defs["ImGuiWindow_GetID"][1]["location"] = "internal" defs["ImGuiWindow_GetID"][1]["ov_cimguiname"] = "ImGuiWindow_GetIDStr" @@ -7018,7 +7018,7 @@ defs["ImGuiWindow_GetIDNoKeepAlive"][1]["argsoriginal"] = "(const char* str,cons defs["ImGuiWindow_GetIDNoKeepAlive"][1]["call_args"] = "(str,str_end)" defs["ImGuiWindow_GetIDNoKeepAlive"][1]["cimguiname"] = "ImGuiWindow_GetIDNoKeepAlive" defs["ImGuiWindow_GetIDNoKeepAlive"][1]["defaults"] = {} -defs["ImGuiWindow_GetIDNoKeepAlive"][1]["defaults"]["str_end"] = "((void*)0)" +defs["ImGuiWindow_GetIDNoKeepAlive"][1]["defaults"]["str_end"] = "NULL" defs["ImGuiWindow_GetIDNoKeepAlive"][1]["funcname"] = "GetIDNoKeepAlive" defs["ImGuiWindow_GetIDNoKeepAlive"][1]["location"] = "internal" defs["ImGuiWindow_GetIDNoKeepAlive"][1]["ov_cimguiname"] = "ImGuiWindow_GetIDNoKeepAliveStr" @@ -9011,7 +9011,7 @@ defs["igAcceptDragDropPayload"][1]["call_args"] = "(type,flags)" defs["igAcceptDragDropPayload"][1]["cimguiname"] = "igAcceptDragDropPayload" defs["igAcceptDragDropPayload"][1]["comment"] = " // accept contents of a given type. If ImGuiDragDropFlags_AcceptBeforeDelivery is set you can peek into the payload before the mouse button is released." defs["igAcceptDragDropPayload"][1]["defaults"] = {} -defs["igAcceptDragDropPayload"][1]["defaults"]["flags"] = "0" +defs["igAcceptDragDropPayload"][1]["defaults"]["flags"] = 0 defs["igAcceptDragDropPayload"][1]["funcname"] = "AcceptDragDropPayload" defs["igAcceptDragDropPayload"][1]["location"] = "imgui" defs["igAcceptDragDropPayload"][1]["namespace"] = "ImGui" @@ -9100,7 +9100,7 @@ defs["igArrowButtonEx"][1]["argsoriginal"] = "(const char* str_id,ImGuiDir dir,I defs["igArrowButtonEx"][1]["call_args"] = "(str_id,dir,size_arg,flags)" defs["igArrowButtonEx"][1]["cimguiname"] = "igArrowButtonEx" defs["igArrowButtonEx"][1]["defaults"] = {} -defs["igArrowButtonEx"][1]["defaults"]["flags"] = "0" +defs["igArrowButtonEx"][1]["defaults"]["flags"] = 0 defs["igArrowButtonEx"][1]["funcname"] = "ArrowButtonEx" defs["igArrowButtonEx"][1]["location"] = "internal" defs["igArrowButtonEx"][1]["namespace"] = "ImGui" @@ -9126,8 +9126,8 @@ defs["igBegin"][1]["argsoriginal"] = "(const char* name,bool* p_open=((void*)0), defs["igBegin"][1]["call_args"] = "(name,p_open,flags)" defs["igBegin"][1]["cimguiname"] = "igBegin" defs["igBegin"][1]["defaults"] = {} -defs["igBegin"][1]["defaults"]["flags"] = "0" -defs["igBegin"][1]["defaults"]["p_open"] = "((void*)0)" +defs["igBegin"][1]["defaults"]["flags"] = 0 +defs["igBegin"][1]["defaults"]["p_open"] = "NULL" defs["igBegin"][1]["funcname"] = "Begin" defs["igBegin"][1]["location"] = "imgui" defs["igBegin"][1]["namespace"] = "ImGui" @@ -9157,7 +9157,7 @@ defs["igBeginChild"][1]["call_args"] = "(str_id,size,border,flags)" defs["igBeginChild"][1]["cimguiname"] = "igBeginChild" defs["igBeginChild"][1]["defaults"] = {} defs["igBeginChild"][1]["defaults"]["border"] = "false" -defs["igBeginChild"][1]["defaults"]["flags"] = "0" +defs["igBeginChild"][1]["defaults"]["flags"] = 0 defs["igBeginChild"][1]["defaults"]["size"] = "ImVec2(0,0)" defs["igBeginChild"][1]["funcname"] = "BeginChild" defs["igBeginChild"][1]["location"] = "imgui" @@ -9186,7 +9186,7 @@ defs["igBeginChild"][2]["call_args"] = "(id,size,border,flags)" defs["igBeginChild"][2]["cimguiname"] = "igBeginChild" defs["igBeginChild"][2]["defaults"] = {} defs["igBeginChild"][2]["defaults"]["border"] = "false" -defs["igBeginChild"][2]["defaults"]["flags"] = "0" +defs["igBeginChild"][2]["defaults"]["flags"] = 0 defs["igBeginChild"][2]["defaults"]["size"] = "ImVec2(0,0)" defs["igBeginChild"][2]["funcname"] = "BeginChild" defs["igBeginChild"][2]["location"] = "imgui" @@ -9246,7 +9246,7 @@ defs["igBeginChildFrame"][1]["call_args"] = "(id,size,flags)" defs["igBeginChildFrame"][1]["cimguiname"] = "igBeginChildFrame" defs["igBeginChildFrame"][1]["comment"] = " // helper to create a child window / scrolling region that looks like a normal widget frame" defs["igBeginChildFrame"][1]["defaults"] = {} -defs["igBeginChildFrame"][1]["defaults"]["flags"] = "0" +defs["igBeginChildFrame"][1]["defaults"]["flags"] = 0 defs["igBeginChildFrame"][1]["funcname"] = "BeginChildFrame" defs["igBeginChildFrame"][1]["location"] = "imgui" defs["igBeginChildFrame"][1]["namespace"] = "ImGui" @@ -9273,7 +9273,7 @@ defs["igBeginColumns"][1]["call_args"] = "(str_id,count,flags)" defs["igBeginColumns"][1]["cimguiname"] = "igBeginColumns" defs["igBeginColumns"][1]["comment"] = " // setup number of columns. use an identifier to distinguish multiple column sets. close with EndColumns()." defs["igBeginColumns"][1]["defaults"] = {} -defs["igBeginColumns"][1]["defaults"]["flags"] = "0" +defs["igBeginColumns"][1]["defaults"]["flags"] = 0 defs["igBeginColumns"][1]["funcname"] = "BeginColumns" defs["igBeginColumns"][1]["location"] = "internal" defs["igBeginColumns"][1]["namespace"] = "ImGui" @@ -9299,7 +9299,7 @@ defs["igBeginCombo"][1]["argsoriginal"] = "(const char* label,const char* previe defs["igBeginCombo"][1]["call_args"] = "(label,preview_value,flags)" defs["igBeginCombo"][1]["cimguiname"] = "igBeginCombo" defs["igBeginCombo"][1]["defaults"] = {} -defs["igBeginCombo"][1]["defaults"]["flags"] = "0" +defs["igBeginCombo"][1]["defaults"]["flags"] = 0 defs["igBeginCombo"][1]["funcname"] = "BeginCombo" defs["igBeginCombo"][1]["location"] = "imgui" defs["igBeginCombo"][1]["namespace"] = "ImGui" @@ -9380,7 +9380,7 @@ defs["igBeginDragDropSource"][1]["call_args"] = "(flags)" defs["igBeginDragDropSource"][1]["cimguiname"] = "igBeginDragDropSource" defs["igBeginDragDropSource"][1]["comment"] = " // call when the current item is active. If this return true, you can call SetDragDropPayload() + EndDragDropSource()" defs["igBeginDragDropSource"][1]["defaults"] = {} -defs["igBeginDragDropSource"][1]["defaults"]["flags"] = "0" +defs["igBeginDragDropSource"][1]["defaults"]["flags"] = 0 defs["igBeginDragDropSource"][1]["funcname"] = "BeginDragDropSource" defs["igBeginDragDropSource"][1]["location"] = "imgui" defs["igBeginDragDropSource"][1]["namespace"] = "ImGui" @@ -9518,7 +9518,7 @@ defs["igBeginPopup"][1]["call_args"] = "(str_id,flags)" defs["igBeginPopup"][1]["cimguiname"] = "igBeginPopup" defs["igBeginPopup"][1]["comment"] = " // return true if the popup is open, and you can start outputting to it." defs["igBeginPopup"][1]["defaults"] = {} -defs["igBeginPopup"][1]["defaults"]["flags"] = "0" +defs["igBeginPopup"][1]["defaults"]["flags"] = 0 defs["igBeginPopup"][1]["funcname"] = "BeginPopup" defs["igBeginPopup"][1]["location"] = "imgui" defs["igBeginPopup"][1]["namespace"] = "ImGui" @@ -9542,8 +9542,8 @@ defs["igBeginPopupContextItem"][1]["call_args"] = "(str_id,popup_flags)" defs["igBeginPopupContextItem"][1]["cimguiname"] = "igBeginPopupContextItem" defs["igBeginPopupContextItem"][1]["comment"] = " // open+begin popup when clicked on last item. if you can pass a NULL str_id only if the previous item had an id. If you want to use that on a non-interactive item such as Text() you need to pass in an explicit ID here. read comments in .cpp!" defs["igBeginPopupContextItem"][1]["defaults"] = {} -defs["igBeginPopupContextItem"][1]["defaults"]["popup_flags"] = "1" -defs["igBeginPopupContextItem"][1]["defaults"]["str_id"] = "((void*)0)" +defs["igBeginPopupContextItem"][1]["defaults"]["popup_flags"] = 1 +defs["igBeginPopupContextItem"][1]["defaults"]["str_id"] = "NULL" defs["igBeginPopupContextItem"][1]["funcname"] = "BeginPopupContextItem" defs["igBeginPopupContextItem"][1]["location"] = "imgui" defs["igBeginPopupContextItem"][1]["namespace"] = "ImGui" @@ -9567,8 +9567,8 @@ defs["igBeginPopupContextVoid"][1]["call_args"] = "(str_id,popup_flags)" defs["igBeginPopupContextVoid"][1]["cimguiname"] = "igBeginPopupContextVoid" defs["igBeginPopupContextVoid"][1]["comment"] = " // open+begin popup when clicked in void (where there are no windows)." defs["igBeginPopupContextVoid"][1]["defaults"] = {} -defs["igBeginPopupContextVoid"][1]["defaults"]["popup_flags"] = "1" -defs["igBeginPopupContextVoid"][1]["defaults"]["str_id"] = "((void*)0)" +defs["igBeginPopupContextVoid"][1]["defaults"]["popup_flags"] = 1 +defs["igBeginPopupContextVoid"][1]["defaults"]["str_id"] = "NULL" defs["igBeginPopupContextVoid"][1]["funcname"] = "BeginPopupContextVoid" defs["igBeginPopupContextVoid"][1]["location"] = "imgui" defs["igBeginPopupContextVoid"][1]["namespace"] = "ImGui" @@ -9592,8 +9592,8 @@ defs["igBeginPopupContextWindow"][1]["call_args"] = "(str_id,popup_flags)" defs["igBeginPopupContextWindow"][1]["cimguiname"] = "igBeginPopupContextWindow" defs["igBeginPopupContextWindow"][1]["comment"] = "// open+begin popup when clicked on current window." defs["igBeginPopupContextWindow"][1]["defaults"] = {} -defs["igBeginPopupContextWindow"][1]["defaults"]["popup_flags"] = "1" -defs["igBeginPopupContextWindow"][1]["defaults"]["str_id"] = "((void*)0)" +defs["igBeginPopupContextWindow"][1]["defaults"]["popup_flags"] = 1 +defs["igBeginPopupContextWindow"][1]["defaults"]["str_id"] = "NULL" defs["igBeginPopupContextWindow"][1]["funcname"] = "BeginPopupContextWindow" defs["igBeginPopupContextWindow"][1]["location"] = "imgui" defs["igBeginPopupContextWindow"][1]["namespace"] = "ImGui" @@ -9642,8 +9642,8 @@ defs["igBeginPopupModal"][1]["call_args"] = "(name,p_open,flags)" defs["igBeginPopupModal"][1]["cimguiname"] = "igBeginPopupModal" defs["igBeginPopupModal"][1]["comment"] = " // return true if the modal is open, and you can start outputting to it." defs["igBeginPopupModal"][1]["defaults"] = {} -defs["igBeginPopupModal"][1]["defaults"]["flags"] = "0" -defs["igBeginPopupModal"][1]["defaults"]["p_open"] = "((void*)0)" +defs["igBeginPopupModal"][1]["defaults"]["flags"] = 0 +defs["igBeginPopupModal"][1]["defaults"]["p_open"] = "NULL" defs["igBeginPopupModal"][1]["funcname"] = "BeginPopupModal" defs["igBeginPopupModal"][1]["location"] = "imgui" defs["igBeginPopupModal"][1]["namespace"] = "ImGui" @@ -9667,7 +9667,7 @@ defs["igBeginTabBar"][1]["call_args"] = "(str_id,flags)" defs["igBeginTabBar"][1]["cimguiname"] = "igBeginTabBar" defs["igBeginTabBar"][1]["comment"] = " // create and append into a TabBar" defs["igBeginTabBar"][1]["defaults"] = {} -defs["igBeginTabBar"][1]["defaults"]["flags"] = "0" +defs["igBeginTabBar"][1]["defaults"]["flags"] = 0 defs["igBeginTabBar"][1]["funcname"] = "BeginTabBar" defs["igBeginTabBar"][1]["location"] = "imgui" defs["igBeginTabBar"][1]["namespace"] = "ImGui" @@ -9722,8 +9722,8 @@ defs["igBeginTabItem"][1]["call_args"] = "(label,p_open,flags)" defs["igBeginTabItem"][1]["cimguiname"] = "igBeginTabItem" defs["igBeginTabItem"][1]["comment"] = "// create a Tab. Returns true if the Tab is selected." defs["igBeginTabItem"][1]["defaults"] = {} -defs["igBeginTabItem"][1]["defaults"]["flags"] = "0" -defs["igBeginTabItem"][1]["defaults"]["p_open"] = "((void*)0)" +defs["igBeginTabItem"][1]["defaults"]["flags"] = 0 +defs["igBeginTabItem"][1]["defaults"]["p_open"] = "NULL" defs["igBeginTabItem"][1]["funcname"] = "BeginTabItem" defs["igBeginTabItem"][1]["location"] = "imgui" defs["igBeginTabItem"][1]["namespace"] = "ImGui" @@ -9938,7 +9938,7 @@ defs["igButtonBehavior"][1]["argsoriginal"] = "(const ImRect& bb,ImGuiID id,bool defs["igButtonBehavior"][1]["call_args"] = "(bb,id,out_hovered,out_held,flags)" defs["igButtonBehavior"][1]["cimguiname"] = "igButtonBehavior" defs["igButtonBehavior"][1]["defaults"] = {} -defs["igButtonBehavior"][1]["defaults"]["flags"] = "0" +defs["igButtonBehavior"][1]["defaults"]["flags"] = 0 defs["igButtonBehavior"][1]["funcname"] = "ButtonBehavior" defs["igButtonBehavior"][1]["location"] = "internal" defs["igButtonBehavior"][1]["namespace"] = "ImGui" @@ -9964,7 +9964,7 @@ defs["igButtonEx"][1]["argsoriginal"] = "(const char* label,const ImVec2& size_a defs["igButtonEx"][1]["call_args"] = "(label,size_arg,flags)" defs["igButtonEx"][1]["cimguiname"] = "igButtonEx" defs["igButtonEx"][1]["defaults"] = {} -defs["igButtonEx"][1]["defaults"]["flags"] = "0" +defs["igButtonEx"][1]["defaults"]["flags"] = 0 defs["igButtonEx"][1]["defaults"]["size_arg"] = "ImVec2(0,0)" defs["igButtonEx"][1]["funcname"] = "ButtonEx" defs["igButtonEx"][1]["location"] = "internal" @@ -10073,7 +10073,7 @@ defs["igCalcTextSize"][1]["call_args"] = "(text,text_end,hide_text_after_double_ defs["igCalcTextSize"][1]["cimguiname"] = "igCalcTextSize" defs["igCalcTextSize"][1]["defaults"] = {} defs["igCalcTextSize"][1]["defaults"]["hide_text_after_double_hash"] = "false" -defs["igCalcTextSize"][1]["defaults"]["text_end"] = "((void*)0)" +defs["igCalcTextSize"][1]["defaults"]["text_end"] = "NULL" defs["igCalcTextSize"][1]["defaults"]["wrap_width"] = "-1.0f" defs["igCalcTextSize"][1]["funcname"] = "CalcTextSize" defs["igCalcTextSize"][1]["location"] = "imgui" @@ -10417,7 +10417,7 @@ defs["igCollapsingHeader"][1]["call_args"] = "(label,flags)" defs["igCollapsingHeader"][1]["cimguiname"] = "igCollapsingHeader" defs["igCollapsingHeader"][1]["comment"] = " // if returning 'true' the header is open. doesn't indent nor push on ID stack. user doesn't have to call TreePop()." defs["igCollapsingHeader"][1]["defaults"] = {} -defs["igCollapsingHeader"][1]["defaults"]["flags"] = "0" +defs["igCollapsingHeader"][1]["defaults"]["flags"] = 0 defs["igCollapsingHeader"][1]["funcname"] = "CollapsingHeader" defs["igCollapsingHeader"][1]["location"] = "imgui" defs["igCollapsingHeader"][1]["namespace"] = "ImGui" @@ -10442,7 +10442,7 @@ defs["igCollapsingHeader"][2]["call_args"] = "(label,p_open,flags)" defs["igCollapsingHeader"][2]["cimguiname"] = "igCollapsingHeader" defs["igCollapsingHeader"][2]["comment"] = " // when 'p_open' isn't NULL, display an additional small close button on upper right of the header" defs["igCollapsingHeader"][2]["defaults"] = {} -defs["igCollapsingHeader"][2]["defaults"]["flags"] = "0" +defs["igCollapsingHeader"][2]["defaults"]["flags"] = 0 defs["igCollapsingHeader"][2]["funcname"] = "CollapsingHeader" defs["igCollapsingHeader"][2]["location"] = "imgui" defs["igCollapsingHeader"][2]["namespace"] = "ImGui" @@ -10473,7 +10473,7 @@ defs["igColorButton"][1]["call_args"] = "(desc_id,col,flags,size)" defs["igColorButton"][1]["cimguiname"] = "igColorButton" defs["igColorButton"][1]["comment"] = " // display a colored square/button, hover for details, return true when pressed." defs["igColorButton"][1]["defaults"] = {} -defs["igColorButton"][1]["defaults"]["flags"] = "0" +defs["igColorButton"][1]["defaults"]["flags"] = 0 defs["igColorButton"][1]["defaults"]["size"] = "ImVec2(0,0)" defs["igColorButton"][1]["funcname"] = "ColorButton" defs["igColorButton"][1]["location"] = "imgui" @@ -10616,7 +10616,7 @@ defs["igColorEdit3"][1]["argsoriginal"] = "(const char* label,float col[3],ImGui defs["igColorEdit3"][1]["call_args"] = "(label,col,flags)" defs["igColorEdit3"][1]["cimguiname"] = "igColorEdit3" defs["igColorEdit3"][1]["defaults"] = {} -defs["igColorEdit3"][1]["defaults"]["flags"] = "0" +defs["igColorEdit3"][1]["defaults"]["flags"] = 0 defs["igColorEdit3"][1]["funcname"] = "ColorEdit3" defs["igColorEdit3"][1]["location"] = "imgui" defs["igColorEdit3"][1]["namespace"] = "ImGui" @@ -10642,7 +10642,7 @@ defs["igColorEdit4"][1]["argsoriginal"] = "(const char* label,float col[4],ImGui defs["igColorEdit4"][1]["call_args"] = "(label,col,flags)" defs["igColorEdit4"][1]["cimguiname"] = "igColorEdit4" defs["igColorEdit4"][1]["defaults"] = {} -defs["igColorEdit4"][1]["defaults"]["flags"] = "0" +defs["igColorEdit4"][1]["defaults"]["flags"] = 0 defs["igColorEdit4"][1]["funcname"] = "ColorEdit4" defs["igColorEdit4"][1]["location"] = "imgui" defs["igColorEdit4"][1]["namespace"] = "ImGui" @@ -10690,7 +10690,7 @@ defs["igColorPicker3"][1]["argsoriginal"] = "(const char* label,float col[3],ImG defs["igColorPicker3"][1]["call_args"] = "(label,col,flags)" defs["igColorPicker3"][1]["cimguiname"] = "igColorPicker3" defs["igColorPicker3"][1]["defaults"] = {} -defs["igColorPicker3"][1]["defaults"]["flags"] = "0" +defs["igColorPicker3"][1]["defaults"]["flags"] = 0 defs["igColorPicker3"][1]["funcname"] = "ColorPicker3" defs["igColorPicker3"][1]["location"] = "imgui" defs["igColorPicker3"][1]["namespace"] = "ImGui" @@ -10719,8 +10719,8 @@ defs["igColorPicker4"][1]["argsoriginal"] = "(const char* label,float col[4],ImG defs["igColorPicker4"][1]["call_args"] = "(label,col,flags,ref_col)" defs["igColorPicker4"][1]["cimguiname"] = "igColorPicker4" defs["igColorPicker4"][1]["defaults"] = {} -defs["igColorPicker4"][1]["defaults"]["flags"] = "0" -defs["igColorPicker4"][1]["defaults"]["ref_col"] = "((void*)0)" +defs["igColorPicker4"][1]["defaults"]["flags"] = 0 +defs["igColorPicker4"][1]["defaults"]["ref_col"] = "NULL" defs["igColorPicker4"][1]["funcname"] = "ColorPicker4" defs["igColorPicker4"][1]["location"] = "imgui" defs["igColorPicker4"][1]["namespace"] = "ImGui" @@ -10794,8 +10794,8 @@ defs["igColumns"][1]["call_args"] = "(count,id,border)" defs["igColumns"][1]["cimguiname"] = "igColumns" defs["igColumns"][1]["defaults"] = {} defs["igColumns"][1]["defaults"]["border"] = "true" -defs["igColumns"][1]["defaults"]["count"] = "1" -defs["igColumns"][1]["defaults"]["id"] = "((void*)0)" +defs["igColumns"][1]["defaults"]["count"] = 1 +defs["igColumns"][1]["defaults"]["id"] = "NULL" defs["igColumns"][1]["funcname"] = "Columns" defs["igColumns"][1]["location"] = "imgui" defs["igColumns"][1]["namespace"] = "ImGui" @@ -10827,7 +10827,7 @@ defs["igCombo"][1]["argsoriginal"] = "(const char* label,int* current_item,const defs["igCombo"][1]["call_args"] = "(label,current_item,items,items_count,popup_max_height_in_items)" defs["igCombo"][1]["cimguiname"] = "igCombo" defs["igCombo"][1]["defaults"] = {} -defs["igCombo"][1]["defaults"]["popup_max_height_in_items"] = "-1" +defs["igCombo"][1]["defaults"]["popup_max_height_in_items"] = -1 defs["igCombo"][1]["funcname"] = "Combo" defs["igCombo"][1]["location"] = "imgui" defs["igCombo"][1]["namespace"] = "ImGui" @@ -10855,7 +10855,7 @@ defs["igCombo"][2]["call_args"] = "(label,current_item,items_separated_by_zeros, defs["igCombo"][2]["cimguiname"] = "igCombo" defs["igCombo"][2]["comment"] = " // Separate items with \\0 within a string, end item-list with \\0\\0. e.g. \"One\\0Two\\0Three\\0\"" defs["igCombo"][2]["defaults"] = {} -defs["igCombo"][2]["defaults"]["popup_max_height_in_items"] = "-1" +defs["igCombo"][2]["defaults"]["popup_max_height_in_items"] = -1 defs["igCombo"][2]["funcname"] = "Combo" defs["igCombo"][2]["location"] = "imgui" defs["igCombo"][2]["namespace"] = "ImGui" @@ -10890,7 +10890,7 @@ defs["igCombo"][3]["argsoriginal"] = "(const char* label,int* current_item,bool( 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]["defaults"] = {} -defs["igCombo"][3]["defaults"]["popup_max_height_in_items"] = "-1" +defs["igCombo"][3]["defaults"]["popup_max_height_in_items"] = -1 defs["igCombo"][3]["funcname"] = "Combo" defs["igCombo"][3]["location"] = "imgui" defs["igCombo"][3]["namespace"] = "ImGui" @@ -10912,7 +10912,7 @@ defs["igCreateContext"][1]["argsoriginal"] = "(ImFontAtlas* shared_font_atlas=(( defs["igCreateContext"][1]["call_args"] = "(shared_font_atlas)" defs["igCreateContext"][1]["cimguiname"] = "igCreateContext" defs["igCreateContext"][1]["defaults"] = {} -defs["igCreateContext"][1]["defaults"]["shared_font_atlas"] = "((void*)0)" +defs["igCreateContext"][1]["defaults"]["shared_font_atlas"] = "NULL" defs["igCreateContext"][1]["funcname"] = "CreateContext" defs["igCreateContext"][1]["location"] = "imgui" defs["igCreateContext"][1]["namespace"] = "ImGui" @@ -11129,7 +11129,7 @@ defs["igDebugDrawItemRect"][1]["argsoriginal"] = "(ImU32 col=(((ImU32)(255)<<24) defs["igDebugDrawItemRect"][1]["call_args"] = "(col)" defs["igDebugDrawItemRect"][1]["cimguiname"] = "igDebugDrawItemRect" defs["igDebugDrawItemRect"][1]["defaults"] = {} -defs["igDebugDrawItemRect"][1]["defaults"]["col"] = "(((ImU32)(255)<<24)|((ImU32)(0)<<16)|((ImU32)(0)<<8)|((ImU32)(255)<<0))" +defs["igDebugDrawItemRect"][1]["defaults"]["col"] = 4278190335 defs["igDebugDrawItemRect"][1]["funcname"] = "DebugDrawItemRect" defs["igDebugDrawItemRect"][1]["location"] = "internal" defs["igDebugDrawItemRect"][1]["namespace"] = "ImGui" @@ -11166,7 +11166,7 @@ defs["igDestroyContext"][1]["call_args"] = "(ctx)" defs["igDestroyContext"][1]["cimguiname"] = "igDestroyContext" defs["igDestroyContext"][1]["comment"] = " // NULL = destroy current context" defs["igDestroyContext"][1]["defaults"] = {} -defs["igDestroyContext"][1]["defaults"]["ctx"] = "((void*)0)" +defs["igDestroyContext"][1]["defaults"]["ctx"] = "NULL" defs["igDestroyContext"][1]["funcname"] = "DestroyContext" defs["igDestroyContext"][1]["location"] = "imgui" defs["igDestroyContext"][1]["namespace"] = "ImGui" @@ -11225,8 +11225,8 @@ defs["igDockBuilderAddNode"][1]["argsoriginal"] = "(ImGuiID node_id=0,ImGuiDockN defs["igDockBuilderAddNode"][1]["call_args"] = "(node_id,flags)" defs["igDockBuilderAddNode"][1]["cimguiname"] = "igDockBuilderAddNode" defs["igDockBuilderAddNode"][1]["defaults"] = {} -defs["igDockBuilderAddNode"][1]["defaults"]["flags"] = "0" -defs["igDockBuilderAddNode"][1]["defaults"]["node_id"] = "0" +defs["igDockBuilderAddNode"][1]["defaults"]["flags"] = 0 +defs["igDockBuilderAddNode"][1]["defaults"]["node_id"] = 0 defs["igDockBuilderAddNode"][1]["funcname"] = "DockBuilderAddNode" defs["igDockBuilderAddNode"][1]["location"] = "internal" defs["igDockBuilderAddNode"][1]["namespace"] = "ImGui" @@ -11838,9 +11838,9 @@ defs["igDockSpace"][1]["argsoriginal"] = "(ImGuiID id,const ImVec2& size=ImVec2( defs["igDockSpace"][1]["call_args"] = "(id,size,flags,window_class)" defs["igDockSpace"][1]["cimguiname"] = "igDockSpace" defs["igDockSpace"][1]["defaults"] = {} -defs["igDockSpace"][1]["defaults"]["flags"] = "0" +defs["igDockSpace"][1]["defaults"]["flags"] = 0 defs["igDockSpace"][1]["defaults"]["size"] = "ImVec2(0,0)" -defs["igDockSpace"][1]["defaults"]["window_class"] = "((void*)0)" +defs["igDockSpace"][1]["defaults"]["window_class"] = "NULL" defs["igDockSpace"][1]["funcname"] = "DockSpace" defs["igDockSpace"][1]["location"] = "imgui" defs["igDockSpace"][1]["namespace"] = "ImGui" @@ -11866,9 +11866,9 @@ defs["igDockSpaceOverViewport"][1]["argsoriginal"] = "(ImGuiViewport* viewport=( defs["igDockSpaceOverViewport"][1]["call_args"] = "(viewport,flags,window_class)" defs["igDockSpaceOverViewport"][1]["cimguiname"] = "igDockSpaceOverViewport" defs["igDockSpaceOverViewport"][1]["defaults"] = {} -defs["igDockSpaceOverViewport"][1]["defaults"]["flags"] = "0" -defs["igDockSpaceOverViewport"][1]["defaults"]["viewport"] = "((void*)0)" -defs["igDockSpaceOverViewport"][1]["defaults"]["window_class"] = "((void*)0)" +defs["igDockSpaceOverViewport"][1]["defaults"]["flags"] = 0 +defs["igDockSpaceOverViewport"][1]["defaults"]["viewport"] = "NULL" +defs["igDockSpaceOverViewport"][1]["defaults"]["window_class"] = "NULL" defs["igDockSpaceOverViewport"][1]["funcname"] = "DockSpaceOverViewport" defs["igDockSpaceOverViewport"][1]["location"] = "imgui" defs["igDockSpaceOverViewport"][1]["namespace"] = "ImGui" @@ -11947,7 +11947,7 @@ defs["igDragFloat"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags defs["igDragFloat"][1]["cimguiname"] = "igDragFloat" defs["igDragFloat"][1]["comment"] = " // If v_min >= v_max we have no bound" defs["igDragFloat"][1]["defaults"] = {} -defs["igDragFloat"][1]["defaults"]["flags"] = "0" +defs["igDragFloat"][1]["defaults"]["flags"] = 0 defs["igDragFloat"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat"][1]["defaults"]["v_max"] = "0.0f" defs["igDragFloat"][1]["defaults"]["v_min"] = "0.0f" @@ -11989,7 +11989,7 @@ defs["igDragFloat2"][1]["argsoriginal"] = "(const char* label,float v[2],float v defs["igDragFloat2"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags)" defs["igDragFloat2"][1]["cimguiname"] = "igDragFloat2" defs["igDragFloat2"][1]["defaults"] = {} -defs["igDragFloat2"][1]["defaults"]["flags"] = "0" +defs["igDragFloat2"][1]["defaults"]["flags"] = 0 defs["igDragFloat2"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat2"][1]["defaults"]["v_max"] = "0.0f" defs["igDragFloat2"][1]["defaults"]["v_min"] = "0.0f" @@ -12031,7 +12031,7 @@ defs["igDragFloat3"][1]["argsoriginal"] = "(const char* label,float v[3],float v defs["igDragFloat3"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags)" defs["igDragFloat3"][1]["cimguiname"] = "igDragFloat3" defs["igDragFloat3"][1]["defaults"] = {} -defs["igDragFloat3"][1]["defaults"]["flags"] = "0" +defs["igDragFloat3"][1]["defaults"]["flags"] = 0 defs["igDragFloat3"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat3"][1]["defaults"]["v_max"] = "0.0f" defs["igDragFloat3"][1]["defaults"]["v_min"] = "0.0f" @@ -12073,7 +12073,7 @@ defs["igDragFloat4"][1]["argsoriginal"] = "(const char* label,float v[4],float v defs["igDragFloat4"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags)" defs["igDragFloat4"][1]["cimguiname"] = "igDragFloat4" defs["igDragFloat4"][1]["defaults"] = {} -defs["igDragFloat4"][1]["defaults"]["flags"] = "0" +defs["igDragFloat4"][1]["defaults"]["flags"] = 0 defs["igDragFloat4"][1]["defaults"]["format"] = "\"%.3f\"" defs["igDragFloat4"][1]["defaults"]["v_max"] = "0.0f" defs["igDragFloat4"][1]["defaults"]["v_min"] = "0.0f" @@ -12121,9 +12121,9 @@ defs["igDragFloatRange2"][1]["argsoriginal"] = "(const char* label,float* v_curr defs["igDragFloatRange2"][1]["call_args"] = "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)" defs["igDragFloatRange2"][1]["cimguiname"] = "igDragFloatRange2" defs["igDragFloatRange2"][1]["defaults"] = {} -defs["igDragFloatRange2"][1]["defaults"]["flags"] = "0" +defs["igDragFloatRange2"][1]["defaults"]["flags"] = 0 defs["igDragFloatRange2"][1]["defaults"]["format"] = "\"%.3f\"" -defs["igDragFloatRange2"][1]["defaults"]["format_max"] = "((void*)0)" +defs["igDragFloatRange2"][1]["defaults"]["format_max"] = "NULL" defs["igDragFloatRange2"][1]["defaults"]["v_max"] = "0.0f" defs["igDragFloatRange2"][1]["defaults"]["v_min"] = "0.0f" defs["igDragFloatRange2"][1]["defaults"]["v_speed"] = "1.0f" @@ -12165,10 +12165,10 @@ defs["igDragInt"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags)" defs["igDragInt"][1]["cimguiname"] = "igDragInt" defs["igDragInt"][1]["comment"] = " // If v_min >= v_max we have no bound" defs["igDragInt"][1]["defaults"] = {} -defs["igDragInt"][1]["defaults"]["flags"] = "0" +defs["igDragInt"][1]["defaults"]["flags"] = 0 defs["igDragInt"][1]["defaults"]["format"] = "\"%d\"" -defs["igDragInt"][1]["defaults"]["v_max"] = "0" -defs["igDragInt"][1]["defaults"]["v_min"] = "0" +defs["igDragInt"][1]["defaults"]["v_max"] = 0 +defs["igDragInt"][1]["defaults"]["v_min"] = 0 defs["igDragInt"][1]["defaults"]["v_speed"] = "1.0f" defs["igDragInt"][1]["funcname"] = "DragInt" defs["igDragInt"][1]["location"] = "imgui" @@ -12207,10 +12207,10 @@ defs["igDragInt2"][1]["argsoriginal"] = "(const char* label,int v[2],float v_spe defs["igDragInt2"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags)" defs["igDragInt2"][1]["cimguiname"] = "igDragInt2" defs["igDragInt2"][1]["defaults"] = {} -defs["igDragInt2"][1]["defaults"]["flags"] = "0" +defs["igDragInt2"][1]["defaults"]["flags"] = 0 defs["igDragInt2"][1]["defaults"]["format"] = "\"%d\"" -defs["igDragInt2"][1]["defaults"]["v_max"] = "0" -defs["igDragInt2"][1]["defaults"]["v_min"] = "0" +defs["igDragInt2"][1]["defaults"]["v_max"] = 0 +defs["igDragInt2"][1]["defaults"]["v_min"] = 0 defs["igDragInt2"][1]["defaults"]["v_speed"] = "1.0f" defs["igDragInt2"][1]["funcname"] = "DragInt2" defs["igDragInt2"][1]["location"] = "imgui" @@ -12249,10 +12249,10 @@ defs["igDragInt3"][1]["argsoriginal"] = "(const char* label,int v[3],float v_spe defs["igDragInt3"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags)" defs["igDragInt3"][1]["cimguiname"] = "igDragInt3" defs["igDragInt3"][1]["defaults"] = {} -defs["igDragInt3"][1]["defaults"]["flags"] = "0" +defs["igDragInt3"][1]["defaults"]["flags"] = 0 defs["igDragInt3"][1]["defaults"]["format"] = "\"%d\"" -defs["igDragInt3"][1]["defaults"]["v_max"] = "0" -defs["igDragInt3"][1]["defaults"]["v_min"] = "0" +defs["igDragInt3"][1]["defaults"]["v_max"] = 0 +defs["igDragInt3"][1]["defaults"]["v_min"] = 0 defs["igDragInt3"][1]["defaults"]["v_speed"] = "1.0f" defs["igDragInt3"][1]["funcname"] = "DragInt3" defs["igDragInt3"][1]["location"] = "imgui" @@ -12291,10 +12291,10 @@ defs["igDragInt4"][1]["argsoriginal"] = "(const char* label,int v[4],float v_spe defs["igDragInt4"][1]["call_args"] = "(label,v,v_speed,v_min,v_max,format,flags)" defs["igDragInt4"][1]["cimguiname"] = "igDragInt4" defs["igDragInt4"][1]["defaults"] = {} -defs["igDragInt4"][1]["defaults"]["flags"] = "0" +defs["igDragInt4"][1]["defaults"]["flags"] = 0 defs["igDragInt4"][1]["defaults"]["format"] = "\"%d\"" -defs["igDragInt4"][1]["defaults"]["v_max"] = "0" -defs["igDragInt4"][1]["defaults"]["v_min"] = "0" +defs["igDragInt4"][1]["defaults"]["v_max"] = 0 +defs["igDragInt4"][1]["defaults"]["v_min"] = 0 defs["igDragInt4"][1]["defaults"]["v_speed"] = "1.0f" defs["igDragInt4"][1]["funcname"] = "DragInt4" defs["igDragInt4"][1]["location"] = "imgui" @@ -12339,11 +12339,11 @@ defs["igDragIntRange2"][1]["argsoriginal"] = "(const char* label,int* v_current_ defs["igDragIntRange2"][1]["call_args"] = "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)" defs["igDragIntRange2"][1]["cimguiname"] = "igDragIntRange2" defs["igDragIntRange2"][1]["defaults"] = {} -defs["igDragIntRange2"][1]["defaults"]["flags"] = "0" +defs["igDragIntRange2"][1]["defaults"]["flags"] = 0 defs["igDragIntRange2"][1]["defaults"]["format"] = "\"%d\"" -defs["igDragIntRange2"][1]["defaults"]["format_max"] = "((void*)0)" -defs["igDragIntRange2"][1]["defaults"]["v_max"] = "0" -defs["igDragIntRange2"][1]["defaults"]["v_min"] = "0" +defs["igDragIntRange2"][1]["defaults"]["format_max"] = "NULL" +defs["igDragIntRange2"][1]["defaults"]["v_max"] = 0 +defs["igDragIntRange2"][1]["defaults"]["v_min"] = 0 defs["igDragIntRange2"][1]["defaults"]["v_speed"] = "1.0f" defs["igDragIntRange2"][1]["funcname"] = "DragIntRange2" defs["igDragIntRange2"][1]["location"] = "imgui" @@ -12385,10 +12385,10 @@ defs["igDragScalar"][1]["argsoriginal"] = "(const char* label,ImGuiDataType data defs["igDragScalar"][1]["call_args"] = "(label,data_type,p_data,v_speed,p_min,p_max,format,flags)" defs["igDragScalar"][1]["cimguiname"] = "igDragScalar" defs["igDragScalar"][1]["defaults"] = {} -defs["igDragScalar"][1]["defaults"]["flags"] = "0" -defs["igDragScalar"][1]["defaults"]["format"] = "((void*)0)" -defs["igDragScalar"][1]["defaults"]["p_max"] = "((void*)0)" -defs["igDragScalar"][1]["defaults"]["p_min"] = "((void*)0)" +defs["igDragScalar"][1]["defaults"]["flags"] = 0 +defs["igDragScalar"][1]["defaults"]["format"] = "NULL" +defs["igDragScalar"][1]["defaults"]["p_max"] = "NULL" +defs["igDragScalar"][1]["defaults"]["p_min"] = "NULL" defs["igDragScalar"][1]["funcname"] = "DragScalar" defs["igDragScalar"][1]["location"] = "imgui" defs["igDragScalar"][1]["namespace"] = "ImGui" @@ -12432,10 +12432,10 @@ defs["igDragScalarN"][1]["argsoriginal"] = "(const char* label,ImGuiDataType dat defs["igDragScalarN"][1]["call_args"] = "(label,data_type,p_data,components,v_speed,p_min,p_max,format,flags)" defs["igDragScalarN"][1]["cimguiname"] = "igDragScalarN" defs["igDragScalarN"][1]["defaults"] = {} -defs["igDragScalarN"][1]["defaults"]["flags"] = "0" -defs["igDragScalarN"][1]["defaults"]["format"] = "((void*)0)" -defs["igDragScalarN"][1]["defaults"]["p_max"] = "((void*)0)" -defs["igDragScalarN"][1]["defaults"]["p_min"] = "((void*)0)" +defs["igDragScalarN"][1]["defaults"]["flags"] = 0 +defs["igDragScalarN"][1]["defaults"]["format"] = "NULL" +defs["igDragScalarN"][1]["defaults"]["p_max"] = "NULL" +defs["igDragScalarN"][1]["defaults"]["p_min"] = "NULL" defs["igDragScalarN"][1]["funcname"] = "DragScalarN" defs["igDragScalarN"][1]["location"] = "imgui" defs["igDragScalarN"][1]["namespace"] = "ImGui" @@ -12785,7 +12785,7 @@ defs["igFindBestWindowPosForPopupEx"][1]["argsoriginal"] = "(const ImVec2& ref_p defs["igFindBestWindowPosForPopupEx"][1]["call_args"] = "(ref_pos,size,last_dir,r_outer,r_avoid,policy)" defs["igFindBestWindowPosForPopupEx"][1]["cimguiname"] = "igFindBestWindowPosForPopupEx" defs["igFindBestWindowPosForPopupEx"][1]["defaults"] = {} -defs["igFindBestWindowPosForPopupEx"][1]["defaults"]["policy"] = "ImGuiPopupPositionPolicy_Default" +defs["igFindBestWindowPosForPopupEx"][1]["defaults"]["policy"] = 0 defs["igFindBestWindowPosForPopupEx"][1]["funcname"] = "FindBestWindowPosForPopupEx" defs["igFindBestWindowPosForPopupEx"][1]["location"] = "internal" defs["igFindBestWindowPosForPopupEx"][1]["namespace"] = "ImGui" @@ -12851,7 +12851,7 @@ defs["igFindRenderedTextEnd"][1]["call_args"] = "(text,text_end)" defs["igFindRenderedTextEnd"][1]["cimguiname"] = "igFindRenderedTextEnd" defs["igFindRenderedTextEnd"][1]["comment"] = " // Find the optional ## from which we stop displaying text." defs["igFindRenderedTextEnd"][1]["defaults"] = {} -defs["igFindRenderedTextEnd"][1]["defaults"]["text_end"] = "((void*)0)" +defs["igFindRenderedTextEnd"][1]["defaults"]["text_end"] = "NULL" defs["igFindRenderedTextEnd"][1]["funcname"] = "FindRenderedTextEnd" defs["igFindRenderedTextEnd"][1]["location"] = "internal" defs["igFindRenderedTextEnd"][1]["namespace"] = "ImGui" @@ -13278,7 +13278,7 @@ defs["igGetColumnOffset"][1]["call_args"] = "(column_index)" defs["igGetColumnOffset"][1]["cimguiname"] = "igGetColumnOffset" defs["igGetColumnOffset"][1]["comment"] = " // get position of column line (in pixels, from the left side of the contents region). pass -1 to use current column, otherwise 0..GetColumnsCount() inclusive. column 0 is typically 0.0f" defs["igGetColumnOffset"][1]["defaults"] = {} -defs["igGetColumnOffset"][1]["defaults"]["column_index"] = "-1" +defs["igGetColumnOffset"][1]["defaults"]["column_index"] = -1 defs["igGetColumnOffset"][1]["funcname"] = "GetColumnOffset" defs["igGetColumnOffset"][1]["location"] = "imgui" defs["igGetColumnOffset"][1]["namespace"] = "ImGui" @@ -13321,7 +13321,7 @@ defs["igGetColumnWidth"][1]["call_args"] = "(column_index)" defs["igGetColumnWidth"][1]["cimguiname"] = "igGetColumnWidth" defs["igGetColumnWidth"][1]["comment"] = " // get column width (in pixels). pass -1 to use current column" defs["igGetColumnWidth"][1]["defaults"] = {} -defs["igGetColumnWidth"][1]["defaults"]["column_index"] = "-1" +defs["igGetColumnWidth"][1]["defaults"]["column_index"] = -1 defs["igGetColumnWidth"][1]["funcname"] = "GetColumnWidth" defs["igGetColumnWidth"][1]["location"] = "imgui" defs["igGetColumnWidth"][1]["namespace"] = "ImGui" @@ -14157,7 +14157,7 @@ defs["igGetMouseDragDelta"][1]["call_args"] = "(button,lock_threshold)" defs["igGetMouseDragDelta"][1]["cimguiname"] = "igGetMouseDragDelta" defs["igGetMouseDragDelta"][1]["comment"] = " // return the delta from the initial clicking position while the mouse button is pressed or was just released. This is locked and return 0.0f until the mouse moves past a distance threshold at least once (if lock_threshold < -1.0f, uses io.MouseDraggingThreshold)" defs["igGetMouseDragDelta"][1]["defaults"] = {} -defs["igGetMouseDragDelta"][1]["defaults"]["button"] = "0" +defs["igGetMouseDragDelta"][1]["defaults"]["button"] = 0 defs["igGetMouseDragDelta"][1]["defaults"]["lock_threshold"] = "-1.0f" defs["igGetMouseDragDelta"][1]["funcname"] = "GetMouseDragDelta" defs["igGetMouseDragDelta"][1]["location"] = "imgui" @@ -15254,8 +15254,8 @@ defs["igImFileLoadToMemory"][1]["argsoriginal"] = "(const char* filename,const c defs["igImFileLoadToMemory"][1]["call_args"] = "(filename,mode,out_file_size,padding_bytes)" defs["igImFileLoadToMemory"][1]["cimguiname"] = "igImFileLoadToMemory" defs["igImFileLoadToMemory"][1]["defaults"] = {} -defs["igImFileLoadToMemory"][1]["defaults"]["out_file_size"] = "((void*)0)" -defs["igImFileLoadToMemory"][1]["defaults"]["padding_bytes"] = "0" +defs["igImFileLoadToMemory"][1]["defaults"]["out_file_size"] = "NULL" +defs["igImFileLoadToMemory"][1]["defaults"]["padding_bytes"] = 0 defs["igImFileLoadToMemory"][1]["funcname"] = "ImFileLoadToMemory" defs["igImFileLoadToMemory"][1]["location"] = "internal" defs["igImFileLoadToMemory"][1]["ov_cimguiname"] = "igImFileLoadToMemory" @@ -15671,7 +15671,7 @@ defs["igImHashData"][1]["argsoriginal"] = "(const void* data,size_t data_size,Im defs["igImHashData"][1]["call_args"] = "(data,data_size,seed)" defs["igImHashData"][1]["cimguiname"] = "igImHashData" defs["igImHashData"][1]["defaults"] = {} -defs["igImHashData"][1]["defaults"]["seed"] = "0" +defs["igImHashData"][1]["defaults"]["seed"] = 0 defs["igImHashData"][1]["funcname"] = "ImHashData" defs["igImHashData"][1]["location"] = "internal" defs["igImHashData"][1]["ov_cimguiname"] = "igImHashData" @@ -15696,8 +15696,8 @@ defs["igImHashStr"][1]["argsoriginal"] = "(const char* data,size_t data_size=0,I defs["igImHashStr"][1]["call_args"] = "(data,data_size,seed)" defs["igImHashStr"][1]["cimguiname"] = "igImHashStr" defs["igImHashStr"][1]["defaults"] = {} -defs["igImHashStr"][1]["defaults"]["data_size"] = "0" -defs["igImHashStr"][1]["defaults"]["seed"] = "0" +defs["igImHashStr"][1]["defaults"]["data_size"] = 0 +defs["igImHashStr"][1]["defaults"]["seed"] = 0 defs["igImHashStr"][1]["funcname"] = "ImHashStr" defs["igImHashStr"][1]["location"] = "internal" defs["igImHashStr"][1]["ov_cimguiname"] = "igImHashStr" @@ -16625,7 +16625,7 @@ defs["igImTextStrFromUtf8"][1]["call_args"] = "(buf,buf_size,in_text,in_text_end defs["igImTextStrFromUtf8"][1]["cimguiname"] = "igImTextStrFromUtf8" defs["igImTextStrFromUtf8"][1]["comment"] = " // return input UTF-8 bytes count" defs["igImTextStrFromUtf8"][1]["defaults"] = {} -defs["igImTextStrFromUtf8"][1]["defaults"]["in_remaining"] = "((void*)0)" +defs["igImTextStrFromUtf8"][1]["defaults"]["in_remaining"] = "NULL" defs["igImTextStrFromUtf8"][1]["funcname"] = "ImTextStrFromUtf8" defs["igImTextStrFromUtf8"][1]["location"] = "internal" defs["igImTextStrFromUtf8"][1]["ov_cimguiname"] = "igImTextStrFromUtf8" @@ -16869,7 +16869,7 @@ defs["igImageButton"][1]["cimguiname"] = "igImageButton" defs["igImageButton"][1]["comment"] = " // <0 frame_padding uses default frame padding settings. 0 for no padding" defs["igImageButton"][1]["defaults"] = {} defs["igImageButton"][1]["defaults"]["bg_col"] = "ImVec4(0,0,0,0)" -defs["igImageButton"][1]["defaults"]["frame_padding"] = "-1" +defs["igImageButton"][1]["defaults"]["frame_padding"] = -1 defs["igImageButton"][1]["defaults"]["tint_col"] = "ImVec4(1,1,1,1)" defs["igImageButton"][1]["defaults"]["uv0"] = "ImVec2(0,0)" defs["igImageButton"][1]["defaults"]["uv1"] = "ImVec2(1,1)" @@ -16987,10 +16987,10 @@ defs["igInputDouble"][1]["argsoriginal"] = "(const char* label,double* v,double defs["igInputDouble"][1]["call_args"] = "(label,v,step,step_fast,format,flags)" defs["igInputDouble"][1]["cimguiname"] = "igInputDouble" defs["igInputDouble"][1]["defaults"] = {} -defs["igInputDouble"][1]["defaults"]["flags"] = "0" +defs["igInputDouble"][1]["defaults"]["flags"] = 0 defs["igInputDouble"][1]["defaults"]["format"] = "\"%.6f\"" -defs["igInputDouble"][1]["defaults"]["step"] = "0.0" -defs["igInputDouble"][1]["defaults"]["step_fast"] = "0.0" +defs["igInputDouble"][1]["defaults"]["step"] = 0 +defs["igInputDouble"][1]["defaults"]["step_fast"] = 0 defs["igInputDouble"][1]["funcname"] = "InputDouble" defs["igInputDouble"][1]["location"] = "imgui" defs["igInputDouble"][1]["namespace"] = "ImGui" @@ -17025,7 +17025,7 @@ defs["igInputFloat"][1]["argsoriginal"] = "(const char* label,float* v,float ste defs["igInputFloat"][1]["call_args"] = "(label,v,step,step_fast,format,flags)" defs["igInputFloat"][1]["cimguiname"] = "igInputFloat" defs["igInputFloat"][1]["defaults"] = {} -defs["igInputFloat"][1]["defaults"]["flags"] = "0" +defs["igInputFloat"][1]["defaults"]["flags"] = 0 defs["igInputFloat"][1]["defaults"]["format"] = "\"%.3f\"" defs["igInputFloat"][1]["defaults"]["step"] = "0.0f" defs["igInputFloat"][1]["defaults"]["step_fast"] = "0.0f" @@ -17057,7 +17057,7 @@ defs["igInputFloat2"][1]["argsoriginal"] = "(const char* label,float v[2],const defs["igInputFloat2"][1]["call_args"] = "(label,v,format,flags)" defs["igInputFloat2"][1]["cimguiname"] = "igInputFloat2" defs["igInputFloat2"][1]["defaults"] = {} -defs["igInputFloat2"][1]["defaults"]["flags"] = "0" +defs["igInputFloat2"][1]["defaults"]["flags"] = 0 defs["igInputFloat2"][1]["defaults"]["format"] = "\"%.3f\"" defs["igInputFloat2"][1]["funcname"] = "InputFloat2" defs["igInputFloat2"][1]["location"] = "imgui" @@ -17087,7 +17087,7 @@ defs["igInputFloat3"][1]["argsoriginal"] = "(const char* label,float v[3],const defs["igInputFloat3"][1]["call_args"] = "(label,v,format,flags)" defs["igInputFloat3"][1]["cimguiname"] = "igInputFloat3" defs["igInputFloat3"][1]["defaults"] = {} -defs["igInputFloat3"][1]["defaults"]["flags"] = "0" +defs["igInputFloat3"][1]["defaults"]["flags"] = 0 defs["igInputFloat3"][1]["defaults"]["format"] = "\"%.3f\"" defs["igInputFloat3"][1]["funcname"] = "InputFloat3" defs["igInputFloat3"][1]["location"] = "imgui" @@ -17117,7 +17117,7 @@ defs["igInputFloat4"][1]["argsoriginal"] = "(const char* label,float v[4],const defs["igInputFloat4"][1]["call_args"] = "(label,v,format,flags)" defs["igInputFloat4"][1]["cimguiname"] = "igInputFloat4" defs["igInputFloat4"][1]["defaults"] = {} -defs["igInputFloat4"][1]["defaults"]["flags"] = "0" +defs["igInputFloat4"][1]["defaults"]["flags"] = 0 defs["igInputFloat4"][1]["defaults"]["format"] = "\"%.3f\"" defs["igInputFloat4"][1]["funcname"] = "InputFloat4" defs["igInputFloat4"][1]["location"] = "imgui" @@ -17150,9 +17150,9 @@ defs["igInputInt"][1]["argsoriginal"] = "(const char* label,int* v,int step=1,in defs["igInputInt"][1]["call_args"] = "(label,v,step,step_fast,flags)" defs["igInputInt"][1]["cimguiname"] = "igInputInt" defs["igInputInt"][1]["defaults"] = {} -defs["igInputInt"][1]["defaults"]["flags"] = "0" -defs["igInputInt"][1]["defaults"]["step"] = "1" -defs["igInputInt"][1]["defaults"]["step_fast"] = "100" +defs["igInputInt"][1]["defaults"]["flags"] = 0 +defs["igInputInt"][1]["defaults"]["step"] = 1 +defs["igInputInt"][1]["defaults"]["step_fast"] = 100 defs["igInputInt"][1]["funcname"] = "InputInt" defs["igInputInt"][1]["location"] = "imgui" defs["igInputInt"][1]["namespace"] = "ImGui" @@ -17178,7 +17178,7 @@ defs["igInputInt2"][1]["argsoriginal"] = "(const char* label,int v[2],ImGuiInput defs["igInputInt2"][1]["call_args"] = "(label,v,flags)" defs["igInputInt2"][1]["cimguiname"] = "igInputInt2" defs["igInputInt2"][1]["defaults"] = {} -defs["igInputInt2"][1]["defaults"]["flags"] = "0" +defs["igInputInt2"][1]["defaults"]["flags"] = 0 defs["igInputInt2"][1]["funcname"] = "InputInt2" defs["igInputInt2"][1]["location"] = "imgui" defs["igInputInt2"][1]["namespace"] = "ImGui" @@ -17204,7 +17204,7 @@ defs["igInputInt3"][1]["argsoriginal"] = "(const char* label,int v[3],ImGuiInput defs["igInputInt3"][1]["call_args"] = "(label,v,flags)" defs["igInputInt3"][1]["cimguiname"] = "igInputInt3" defs["igInputInt3"][1]["defaults"] = {} -defs["igInputInt3"][1]["defaults"]["flags"] = "0" +defs["igInputInt3"][1]["defaults"]["flags"] = 0 defs["igInputInt3"][1]["funcname"] = "InputInt3" defs["igInputInt3"][1]["location"] = "imgui" defs["igInputInt3"][1]["namespace"] = "ImGui" @@ -17230,7 +17230,7 @@ defs["igInputInt4"][1]["argsoriginal"] = "(const char* label,int v[4],ImGuiInput defs["igInputInt4"][1]["call_args"] = "(label,v,flags)" defs["igInputInt4"][1]["cimguiname"] = "igInputInt4" defs["igInputInt4"][1]["defaults"] = {} -defs["igInputInt4"][1]["defaults"]["flags"] = "0" +defs["igInputInt4"][1]["defaults"]["flags"] = 0 defs["igInputInt4"][1]["funcname"] = "InputInt4" defs["igInputInt4"][1]["location"] = "imgui" defs["igInputInt4"][1]["namespace"] = "ImGui" @@ -17268,10 +17268,10 @@ defs["igInputScalar"][1]["argsoriginal"] = "(const char* label,ImGuiDataType dat defs["igInputScalar"][1]["call_args"] = "(label,data_type,p_data,p_step,p_step_fast,format,flags)" defs["igInputScalar"][1]["cimguiname"] = "igInputScalar" defs["igInputScalar"][1]["defaults"] = {} -defs["igInputScalar"][1]["defaults"]["flags"] = "0" -defs["igInputScalar"][1]["defaults"]["format"] = "((void*)0)" -defs["igInputScalar"][1]["defaults"]["p_step"] = "((void*)0)" -defs["igInputScalar"][1]["defaults"]["p_step_fast"] = "((void*)0)" +defs["igInputScalar"][1]["defaults"]["flags"] = 0 +defs["igInputScalar"][1]["defaults"]["format"] = "NULL" +defs["igInputScalar"][1]["defaults"]["p_step"] = "NULL" +defs["igInputScalar"][1]["defaults"]["p_step_fast"] = "NULL" defs["igInputScalar"][1]["funcname"] = "InputScalar" defs["igInputScalar"][1]["location"] = "imgui" defs["igInputScalar"][1]["namespace"] = "ImGui" @@ -17312,10 +17312,10 @@ defs["igInputScalarN"][1]["argsoriginal"] = "(const char* label,ImGuiDataType da defs["igInputScalarN"][1]["call_args"] = "(label,data_type,p_data,components,p_step,p_step_fast,format,flags)" defs["igInputScalarN"][1]["cimguiname"] = "igInputScalarN" defs["igInputScalarN"][1]["defaults"] = {} -defs["igInputScalarN"][1]["defaults"]["flags"] = "0" -defs["igInputScalarN"][1]["defaults"]["format"] = "((void*)0)" -defs["igInputScalarN"][1]["defaults"]["p_step"] = "((void*)0)" -defs["igInputScalarN"][1]["defaults"]["p_step_fast"] = "((void*)0)" +defs["igInputScalarN"][1]["defaults"]["flags"] = 0 +defs["igInputScalarN"][1]["defaults"]["format"] = "NULL" +defs["igInputScalarN"][1]["defaults"]["p_step"] = "NULL" +defs["igInputScalarN"][1]["defaults"]["p_step_fast"] = "NULL" defs["igInputScalarN"][1]["funcname"] = "InputScalarN" defs["igInputScalarN"][1]["location"] = "imgui" defs["igInputScalarN"][1]["namespace"] = "ImGui" @@ -17350,9 +17350,9 @@ defs["igInputText"][1]["argsoriginal"] = "(const char* label,char* buf,size_t bu defs["igInputText"][1]["call_args"] = "(label,buf,buf_size,flags,callback,user_data)" defs["igInputText"][1]["cimguiname"] = "igInputText" defs["igInputText"][1]["defaults"] = {} -defs["igInputText"][1]["defaults"]["callback"] = "((void*)0)" -defs["igInputText"][1]["defaults"]["flags"] = "0" -defs["igInputText"][1]["defaults"]["user_data"] = "((void*)0)" +defs["igInputText"][1]["defaults"]["callback"] = "NULL" +defs["igInputText"][1]["defaults"]["flags"] = 0 +defs["igInputText"][1]["defaults"]["user_data"] = "NULL" defs["igInputText"][1]["funcname"] = "InputText" defs["igInputText"][1]["location"] = "imgui" defs["igInputText"][1]["namespace"] = "ImGui" @@ -17393,8 +17393,8 @@ defs["igInputTextEx"][1]["argsoriginal"] = "(const char* label,const char* hint, defs["igInputTextEx"][1]["call_args"] = "(label,hint,buf,buf_size,size_arg,flags,callback,user_data)" defs["igInputTextEx"][1]["cimguiname"] = "igInputTextEx" defs["igInputTextEx"][1]["defaults"] = {} -defs["igInputTextEx"][1]["defaults"]["callback"] = "((void*)0)" -defs["igInputTextEx"][1]["defaults"]["user_data"] = "((void*)0)" +defs["igInputTextEx"][1]["defaults"]["callback"] = "NULL" +defs["igInputTextEx"][1]["defaults"]["user_data"] = "NULL" defs["igInputTextEx"][1]["funcname"] = "InputTextEx" defs["igInputTextEx"][1]["location"] = "internal" defs["igInputTextEx"][1]["namespace"] = "ImGui" @@ -17432,10 +17432,10 @@ defs["igInputTextMultiline"][1]["argsoriginal"] = "(const char* label,char* buf, defs["igInputTextMultiline"][1]["call_args"] = "(label,buf,buf_size,size,flags,callback,user_data)" defs["igInputTextMultiline"][1]["cimguiname"] = "igInputTextMultiline" defs["igInputTextMultiline"][1]["defaults"] = {} -defs["igInputTextMultiline"][1]["defaults"]["callback"] = "((void*)0)" -defs["igInputTextMultiline"][1]["defaults"]["flags"] = "0" +defs["igInputTextMultiline"][1]["defaults"]["callback"] = "NULL" +defs["igInputTextMultiline"][1]["defaults"]["flags"] = 0 defs["igInputTextMultiline"][1]["defaults"]["size"] = "ImVec2(0,0)" -defs["igInputTextMultiline"][1]["defaults"]["user_data"] = "((void*)0)" +defs["igInputTextMultiline"][1]["defaults"]["user_data"] = "NULL" defs["igInputTextMultiline"][1]["funcname"] = "InputTextMultiline" defs["igInputTextMultiline"][1]["location"] = "imgui" defs["igInputTextMultiline"][1]["namespace"] = "ImGui" @@ -17473,9 +17473,9 @@ defs["igInputTextWithHint"][1]["argsoriginal"] = "(const char* label,const char* defs["igInputTextWithHint"][1]["call_args"] = "(label,hint,buf,buf_size,flags,callback,user_data)" defs["igInputTextWithHint"][1]["cimguiname"] = "igInputTextWithHint" defs["igInputTextWithHint"][1]["defaults"] = {} -defs["igInputTextWithHint"][1]["defaults"]["callback"] = "((void*)0)" -defs["igInputTextWithHint"][1]["defaults"]["flags"] = "0" -defs["igInputTextWithHint"][1]["defaults"]["user_data"] = "((void*)0)" +defs["igInputTextWithHint"][1]["defaults"]["callback"] = "NULL" +defs["igInputTextWithHint"][1]["defaults"]["flags"] = 0 +defs["igInputTextWithHint"][1]["defaults"]["user_data"] = "NULL" defs["igInputTextWithHint"][1]["funcname"] = "InputTextWithHint" defs["igInputTextWithHint"][1]["location"] = "imgui" defs["igInputTextWithHint"][1]["namespace"] = "ImGui" @@ -17502,7 +17502,7 @@ defs["igInvisibleButton"][1]["call_args"] = "(str_id,size,flags)" defs["igInvisibleButton"][1]["cimguiname"] = "igInvisibleButton" defs["igInvisibleButton"][1]["comment"] = " // flexible button behavior without the visuals, frequently useful to build custom behaviors using the public api (along with IsItemActive, IsItemHovered, etc.)" defs["igInvisibleButton"][1]["defaults"] = {} -defs["igInvisibleButton"][1]["defaults"]["flags"] = "0" +defs["igInvisibleButton"][1]["defaults"]["flags"] = 0 defs["igInvisibleButton"][1]["funcname"] = "InvisibleButton" defs["igInvisibleButton"][1]["location"] = "imgui" defs["igInvisibleButton"][1]["namespace"] = "ImGui" @@ -17723,7 +17723,7 @@ defs["igIsItemClicked"][1]["call_args"] = "(mouse_button)" defs["igIsItemClicked"][1]["cimguiname"] = "igIsItemClicked" defs["igIsItemClicked"][1]["comment"] = " // is the last item clicked? (e.g. button/node just clicked on) == IsMouseClicked(mouse_button) && IsItemHovered()" defs["igIsItemClicked"][1]["defaults"] = {} -defs["igIsItemClicked"][1]["defaults"]["mouse_button"] = "0" +defs["igIsItemClicked"][1]["defaults"]["mouse_button"] = 0 defs["igIsItemClicked"][1]["funcname"] = "IsItemClicked" defs["igIsItemClicked"][1]["location"] = "imgui" defs["igIsItemClicked"][1]["namespace"] = "ImGui" @@ -17812,7 +17812,7 @@ defs["igIsItemHovered"][1]["call_args"] = "(flags)" defs["igIsItemHovered"][1]["cimguiname"] = "igIsItemHovered" defs["igIsItemHovered"][1]["comment"] = " // is the last item hovered? (and usable, aka not blocked by a popup, etc.). See ImGuiHoveredFlags for more options." defs["igIsItemHovered"][1]["defaults"] = {} -defs["igIsItemHovered"][1]["defaults"]["flags"] = "0" +defs["igIsItemHovered"][1]["defaults"]["flags"] = 0 defs["igIsItemHovered"][1]["funcname"] = "IsItemHovered" defs["igIsItemHovered"][1]["location"] = "imgui" defs["igIsItemHovered"][1]["namespace"] = "ImGui" @@ -18109,7 +18109,7 @@ defs["igIsMousePosValid"][1]["call_args"] = "(mouse_pos)" defs["igIsMousePosValid"][1]["cimguiname"] = "igIsMousePosValid" defs["igIsMousePosValid"][1]["comment"] = " // by convention we use (-FLT_MAX,-FLT_MAX) to denote that there is no mouse available" defs["igIsMousePosValid"][1]["defaults"] = {} -defs["igIsMousePosValid"][1]["defaults"]["mouse_pos"] = "((void*)0)" +defs["igIsMousePosValid"][1]["defaults"]["mouse_pos"] = "NULL" defs["igIsMousePosValid"][1]["funcname"] = "IsMousePosValid" defs["igIsMousePosValid"][1]["location"] = "imgui" defs["igIsMousePosValid"][1]["namespace"] = "ImGui" @@ -18194,7 +18194,7 @@ defs["igIsPopupOpen"][1]["call_args"] = "(str_id,flags)" defs["igIsPopupOpen"][1]["cimguiname"] = "igIsPopupOpen" defs["igIsPopupOpen"][1]["comment"] = " // return true if the popup is open." defs["igIsPopupOpen"][1]["defaults"] = {} -defs["igIsPopupOpen"][1]["defaults"]["flags"] = "0" +defs["igIsPopupOpen"][1]["defaults"]["flags"] = 0 defs["igIsPopupOpen"][1]["funcname"] = "IsPopupOpen" defs["igIsPopupOpen"][1]["location"] = "imgui" defs["igIsPopupOpen"][1]["namespace"] = "ImGui" @@ -18349,7 +18349,7 @@ defs["igIsWindowFocused"][1]["call_args"] = "(flags)" defs["igIsWindowFocused"][1]["cimguiname"] = "igIsWindowFocused" defs["igIsWindowFocused"][1]["comment"] = " // is current window focused? or its root/child, depending on flags. see flags for options." defs["igIsWindowFocused"][1]["defaults"] = {} -defs["igIsWindowFocused"][1]["defaults"]["flags"] = "0" +defs["igIsWindowFocused"][1]["defaults"]["flags"] = 0 defs["igIsWindowFocused"][1]["funcname"] = "IsWindowFocused" defs["igIsWindowFocused"][1]["location"] = "imgui" defs["igIsWindowFocused"][1]["namespace"] = "ImGui" @@ -18370,7 +18370,7 @@ defs["igIsWindowHovered"][1]["call_args"] = "(flags)" defs["igIsWindowHovered"][1]["cimguiname"] = "igIsWindowHovered" defs["igIsWindowHovered"][1]["comment"] = " // is current window hovered (and typically: not blocked by a popup/modal)? see flags for options. NB: If you are trying to check whether your mouse should be dispatched to imgui or to your app, you should use the 'io.WantCaptureMouse' boolean for that! Please read the FAQ!" defs["igIsWindowHovered"][1]["defaults"] = {} -defs["igIsWindowHovered"][1]["defaults"]["flags"] = "0" +defs["igIsWindowHovered"][1]["defaults"]["flags"] = 0 defs["igIsWindowHovered"][1]["funcname"] = "IsWindowHovered" defs["igIsWindowHovered"][1]["location"] = "imgui" defs["igIsWindowHovered"][1]["namespace"] = "ImGui" @@ -18415,7 +18415,7 @@ defs["igItemAdd"][1]["argsoriginal"] = "(const ImRect& bb,ImGuiID id,const ImRec defs["igItemAdd"][1]["call_args"] = "(bb,id,nav_bb)" defs["igItemAdd"][1]["cimguiname"] = "igItemAdd" defs["igItemAdd"][1]["defaults"] = {} -defs["igItemAdd"][1]["defaults"]["nav_bb"] = "((void*)0)" +defs["igItemAdd"][1]["defaults"]["nav_bb"] = "NULL" defs["igItemAdd"][1]["funcname"] = "ItemAdd" defs["igItemAdd"][1]["location"] = "internal" defs["igItemAdd"][1]["namespace"] = "ImGui" @@ -18585,7 +18585,7 @@ defs["igListBox"][1]["argsoriginal"] = "(const char* label,int* current_item,con defs["igListBox"][1]["call_args"] = "(label,current_item,items,items_count,height_in_items)" defs["igListBox"][1]["cimguiname"] = "igListBox" defs["igListBox"][1]["defaults"] = {} -defs["igListBox"][1]["defaults"]["height_in_items"] = "-1" +defs["igListBox"][1]["defaults"]["height_in_items"] = -1 defs["igListBox"][1]["funcname"] = "ListBox" defs["igListBox"][1]["location"] = "imgui" defs["igListBox"][1]["namespace"] = "ImGui" @@ -18620,7 +18620,7 @@ defs["igListBox"][2]["argsoriginal"] = "(const char* label,int* current_item,boo defs["igListBox"][2]["call_args"] = "(label,current_item,items_getter,data,items_count,height_in_items)" defs["igListBox"][2]["cimguiname"] = "igListBox" defs["igListBox"][2]["defaults"] = {} -defs["igListBox"][2]["defaults"]["height_in_items"] = "-1" +defs["igListBox"][2]["defaults"]["height_in_items"] = -1 defs["igListBox"][2]["funcname"] = "ListBox" defs["igListBox"][2]["location"] = "imgui" defs["igListBox"][2]["namespace"] = "ImGui" @@ -18687,7 +18687,7 @@ 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]["defaults"]["height_in_items"] = -1 defs["igListBoxHeader"][2]["funcname"] = "ListBoxHeader" defs["igListBoxHeader"][2]["location"] = "imgui" defs["igListBoxHeader"][2]["namespace"] = "ImGui" @@ -18732,7 +18732,7 @@ defs["igLoadIniSettingsFromMemory"][1]["call_args"] = "(ini_data,ini_size)" defs["igLoadIniSettingsFromMemory"][1]["cimguiname"] = "igLoadIniSettingsFromMemory" defs["igLoadIniSettingsFromMemory"][1]["comment"] = " // call after CreateContext() and before the first call to NewFrame() to provide .ini data from your own data source." defs["igLoadIniSettingsFromMemory"][1]["defaults"] = {} -defs["igLoadIniSettingsFromMemory"][1]["defaults"]["ini_size"] = "0" +defs["igLoadIniSettingsFromMemory"][1]["defaults"]["ini_size"] = 0 defs["igLoadIniSettingsFromMemory"][1]["funcname"] = "LoadIniSettingsFromMemory" defs["igLoadIniSettingsFromMemory"][1]["location"] = "imgui" defs["igLoadIniSettingsFromMemory"][1]["namespace"] = "ImGui" @@ -18815,7 +18815,7 @@ defs["igLogRenderedText"][1]["argsoriginal"] = "(const ImVec2* ref_pos,const cha defs["igLogRenderedText"][1]["call_args"] = "(ref_pos,text,text_end)" defs["igLogRenderedText"][1]["cimguiname"] = "igLogRenderedText" defs["igLogRenderedText"][1]["defaults"] = {} -defs["igLogRenderedText"][1]["defaults"]["text_end"] = "((void*)0)" +defs["igLogRenderedText"][1]["defaults"]["text_end"] = "NULL" defs["igLogRenderedText"][1]["funcname"] = "LogRenderedText" defs["igLogRenderedText"][1]["location"] = "internal" defs["igLogRenderedText"][1]["namespace"] = "ImGui" @@ -18861,7 +18861,7 @@ defs["igLogToBuffer"][1]["call_args"] = "(auto_open_depth)" defs["igLogToBuffer"][1]["cimguiname"] = "igLogToBuffer" defs["igLogToBuffer"][1]["comment"] = " // Start logging/capturing to internal buffer" defs["igLogToBuffer"][1]["defaults"] = {} -defs["igLogToBuffer"][1]["defaults"]["auto_open_depth"] = "-1" +defs["igLogToBuffer"][1]["defaults"]["auto_open_depth"] = -1 defs["igLogToBuffer"][1]["funcname"] = "LogToBuffer" defs["igLogToBuffer"][1]["location"] = "internal" defs["igLogToBuffer"][1]["namespace"] = "ImGui" @@ -18882,7 +18882,7 @@ defs["igLogToClipboard"][1]["call_args"] = "(auto_open_depth)" defs["igLogToClipboard"][1]["cimguiname"] = "igLogToClipboard" defs["igLogToClipboard"][1]["comment"] = " // start logging to OS clipboard" defs["igLogToClipboard"][1]["defaults"] = {} -defs["igLogToClipboard"][1]["defaults"]["auto_open_depth"] = "-1" +defs["igLogToClipboard"][1]["defaults"]["auto_open_depth"] = -1 defs["igLogToClipboard"][1]["funcname"] = "LogToClipboard" defs["igLogToClipboard"][1]["location"] = "imgui" defs["igLogToClipboard"][1]["namespace"] = "ImGui" @@ -18906,8 +18906,8 @@ defs["igLogToFile"][1]["call_args"] = "(auto_open_depth,filename)" defs["igLogToFile"][1]["cimguiname"] = "igLogToFile" defs["igLogToFile"][1]["comment"] = " // start logging to file" defs["igLogToFile"][1]["defaults"] = {} -defs["igLogToFile"][1]["defaults"]["auto_open_depth"] = "-1" -defs["igLogToFile"][1]["defaults"]["filename"] = "((void*)0)" +defs["igLogToFile"][1]["defaults"]["auto_open_depth"] = -1 +defs["igLogToFile"][1]["defaults"]["filename"] = "NULL" defs["igLogToFile"][1]["funcname"] = "LogToFile" defs["igLogToFile"][1]["location"] = "imgui" defs["igLogToFile"][1]["namespace"] = "ImGui" @@ -18928,7 +18928,7 @@ defs["igLogToTTY"][1]["call_args"] = "(auto_open_depth)" defs["igLogToTTY"][1]["cimguiname"] = "igLogToTTY" defs["igLogToTTY"][1]["comment"] = " // start logging to tty (stdout)" defs["igLogToTTY"][1]["defaults"] = {} -defs["igLogToTTY"][1]["defaults"]["auto_open_depth"] = "-1" +defs["igLogToTTY"][1]["defaults"]["auto_open_depth"] = -1 defs["igLogToTTY"][1]["funcname"] = "LogToTTY" defs["igLogToTTY"][1]["location"] = "imgui" defs["igLogToTTY"][1]["namespace"] = "ImGui" @@ -19052,7 +19052,7 @@ defs["igMenuItem"][1]["comment"] = " // return true when activated. shortcuts ar defs["igMenuItem"][1]["defaults"] = {} defs["igMenuItem"][1]["defaults"]["enabled"] = "true" defs["igMenuItem"][1]["defaults"]["selected"] = "false" -defs["igMenuItem"][1]["defaults"]["shortcut"] = "((void*)0)" +defs["igMenuItem"][1]["defaults"]["shortcut"] = "NULL" defs["igMenuItem"][1]["funcname"] = "MenuItem" defs["igMenuItem"][1]["location"] = "imgui" defs["igMenuItem"][1]["namespace"] = "ImGui" @@ -19260,7 +19260,7 @@ defs["igOpenPopup"][1]["call_args"] = "(str_id,popup_flags)" defs["igOpenPopup"][1]["cimguiname"] = "igOpenPopup" defs["igOpenPopup"][1]["comment"] = " // call to mark popup as open (don't call every frame!)." defs["igOpenPopup"][1]["defaults"] = {} -defs["igOpenPopup"][1]["defaults"]["popup_flags"] = "0" +defs["igOpenPopup"][1]["defaults"]["popup_flags"] = 0 defs["igOpenPopup"][1]["funcname"] = "OpenPopup" defs["igOpenPopup"][1]["location"] = "imgui" defs["igOpenPopup"][1]["namespace"] = "ImGui" @@ -19284,8 +19284,8 @@ defs["igOpenPopupContextItem"][1]["call_args"] = "(str_id,popup_flags)" defs["igOpenPopupContextItem"][1]["cimguiname"] = "igOpenPopupContextItem" defs["igOpenPopupContextItem"][1]["comment"] = " // helper to open popup when clicked on last item. return true when just opened. (note: actually triggers on the mouse _released_ event to be consistent with popup behaviors)" defs["igOpenPopupContextItem"][1]["defaults"] = {} -defs["igOpenPopupContextItem"][1]["defaults"]["popup_flags"] = "1" -defs["igOpenPopupContextItem"][1]["defaults"]["str_id"] = "((void*)0)" +defs["igOpenPopupContextItem"][1]["defaults"]["popup_flags"] = 1 +defs["igOpenPopupContextItem"][1]["defaults"]["str_id"] = "NULL" defs["igOpenPopupContextItem"][1]["funcname"] = "OpenPopupContextItem" defs["igOpenPopupContextItem"][1]["location"] = "imgui" defs["igOpenPopupContextItem"][1]["namespace"] = "ImGui" @@ -19308,7 +19308,7 @@ defs["igOpenPopupEx"][1]["argsoriginal"] = "(ImGuiID id,ImGuiPopupFlags popup_fl defs["igOpenPopupEx"][1]["call_args"] = "(id,popup_flags)" defs["igOpenPopupEx"][1]["cimguiname"] = "igOpenPopupEx" defs["igOpenPopupEx"][1]["defaults"] = {} -defs["igOpenPopupEx"][1]["defaults"]["popup_flags"] = "ImGuiPopupFlags_None" +defs["igOpenPopupEx"][1]["defaults"]["popup_flags"] = 0 defs["igOpenPopupEx"][1]["funcname"] = "OpenPopupEx" defs["igOpenPopupEx"][1]["location"] = "internal" defs["igOpenPopupEx"][1]["namespace"] = "ImGui" @@ -19401,11 +19401,11 @@ defs["igPlotHistogram"][1]["call_args"] = "(label,values,values_count,values_off defs["igPlotHistogram"][1]["cimguiname"] = "igPlotHistogram" defs["igPlotHistogram"][1]["defaults"] = {} defs["igPlotHistogram"][1]["defaults"]["graph_size"] = "ImVec2(0,0)" -defs["igPlotHistogram"][1]["defaults"]["overlay_text"] = "((void*)0)" +defs["igPlotHistogram"][1]["defaults"]["overlay_text"] = "NULL" defs["igPlotHistogram"][1]["defaults"]["scale_max"] = "FLT_MAX" defs["igPlotHistogram"][1]["defaults"]["scale_min"] = "FLT_MAX" defs["igPlotHistogram"][1]["defaults"]["stride"] = "sizeof(float)" -defs["igPlotHistogram"][1]["defaults"]["values_offset"] = "0" +defs["igPlotHistogram"][1]["defaults"]["values_offset"] = 0 defs["igPlotHistogram"][1]["funcname"] = "PlotHistogram" defs["igPlotHistogram"][1]["location"] = "imgui" defs["igPlotHistogram"][1]["namespace"] = "ImGui" @@ -19450,10 +19450,10 @@ defs["igPlotHistogram"][2]["call_args"] = "(label,values_getter,data,values_coun defs["igPlotHistogram"][2]["cimguiname"] = "igPlotHistogram" defs["igPlotHistogram"][2]["defaults"] = {} defs["igPlotHistogram"][2]["defaults"]["graph_size"] = "ImVec2(0,0)" -defs["igPlotHistogram"][2]["defaults"]["overlay_text"] = "((void*)0)" +defs["igPlotHistogram"][2]["defaults"]["overlay_text"] = "NULL" defs["igPlotHistogram"][2]["defaults"]["scale_max"] = "FLT_MAX" defs["igPlotHistogram"][2]["defaults"]["scale_min"] = "FLT_MAX" -defs["igPlotHistogram"][2]["defaults"]["values_offset"] = "0" +defs["igPlotHistogram"][2]["defaults"]["values_offset"] = 0 defs["igPlotHistogram"][2]["funcname"] = "PlotHistogram" defs["igPlotHistogram"][2]["location"] = "imgui" defs["igPlotHistogram"][2]["namespace"] = "ImGui" @@ -19499,11 +19499,11 @@ defs["igPlotLines"][1]["call_args"] = "(label,values,values_count,values_offset, defs["igPlotLines"][1]["cimguiname"] = "igPlotLines" defs["igPlotLines"][1]["defaults"] = {} defs["igPlotLines"][1]["defaults"]["graph_size"] = "ImVec2(0,0)" -defs["igPlotLines"][1]["defaults"]["overlay_text"] = "((void*)0)" +defs["igPlotLines"][1]["defaults"]["overlay_text"] = "NULL" defs["igPlotLines"][1]["defaults"]["scale_max"] = "FLT_MAX" defs["igPlotLines"][1]["defaults"]["scale_min"] = "FLT_MAX" defs["igPlotLines"][1]["defaults"]["stride"] = "sizeof(float)" -defs["igPlotLines"][1]["defaults"]["values_offset"] = "0" +defs["igPlotLines"][1]["defaults"]["values_offset"] = 0 defs["igPlotLines"][1]["funcname"] = "PlotLines" defs["igPlotLines"][1]["location"] = "imgui" defs["igPlotLines"][1]["namespace"] = "ImGui" @@ -19548,10 +19548,10 @@ defs["igPlotLines"][2]["call_args"] = "(label,values_getter,data,values_count,va defs["igPlotLines"][2]["cimguiname"] = "igPlotLines" defs["igPlotLines"][2]["defaults"] = {} defs["igPlotLines"][2]["defaults"]["graph_size"] = "ImVec2(0,0)" -defs["igPlotLines"][2]["defaults"]["overlay_text"] = "((void*)0)" +defs["igPlotLines"][2]["defaults"]["overlay_text"] = "NULL" defs["igPlotLines"][2]["defaults"]["scale_max"] = "FLT_MAX" defs["igPlotLines"][2]["defaults"]["scale_min"] = "FLT_MAX" -defs["igPlotLines"][2]["defaults"]["values_offset"] = "0" +defs["igPlotLines"][2]["defaults"]["values_offset"] = 0 defs["igPlotLines"][2]["funcname"] = "PlotLines" defs["igPlotLines"][2]["location"] = "imgui" defs["igPlotLines"][2]["namespace"] = "ImGui" @@ -19717,7 +19717,7 @@ defs["igPopStyleColor"][1]["argsoriginal"] = "(int count=1)" defs["igPopStyleColor"][1]["call_args"] = "(count)" defs["igPopStyleColor"][1]["cimguiname"] = "igPopStyleColor" defs["igPopStyleColor"][1]["defaults"] = {} -defs["igPopStyleColor"][1]["defaults"]["count"] = "1" +defs["igPopStyleColor"][1]["defaults"]["count"] = 1 defs["igPopStyleColor"][1]["funcname"] = "PopStyleColor" defs["igPopStyleColor"][1]["location"] = "imgui" defs["igPopStyleColor"][1]["namespace"] = "ImGui" @@ -19737,7 +19737,7 @@ defs["igPopStyleVar"][1]["argsoriginal"] = "(int count=1)" defs["igPopStyleVar"][1]["call_args"] = "(count)" defs["igPopStyleVar"][1]["cimguiname"] = "igPopStyleVar" defs["igPopStyleVar"][1]["defaults"] = {} -defs["igPopStyleVar"][1]["defaults"]["count"] = "1" +defs["igPopStyleVar"][1]["defaults"]["count"] = 1 defs["igPopStyleVar"][1]["funcname"] = "PopStyleVar" defs["igPopStyleVar"][1]["location"] = "imgui" defs["igPopStyleVar"][1]["namespace"] = "ImGui" @@ -19779,7 +19779,7 @@ defs["igProgressBar"][1]["argsoriginal"] = "(float fraction,const ImVec2& size_a defs["igProgressBar"][1]["call_args"] = "(fraction,size_arg,overlay)" defs["igProgressBar"][1]["cimguiname"] = "igProgressBar" defs["igProgressBar"][1]["defaults"] = {} -defs["igProgressBar"][1]["defaults"]["overlay"] = "((void*)0)" +defs["igProgressBar"][1]["defaults"]["overlay"] = "NULL" defs["igProgressBar"][1]["defaults"]["size_arg"] = "ImVec2(-1,0)" defs["igProgressBar"][1]["funcname"] = "ProgressBar" defs["igProgressBar"][1]["location"] = "imgui" @@ -20441,7 +20441,7 @@ defs["igRenderColorRectWithAlphaCheckerboard"][1]["call_args"] = "(draw_list,p_m defs["igRenderColorRectWithAlphaCheckerboard"][1]["cimguiname"] = "igRenderColorRectWithAlphaCheckerboard" defs["igRenderColorRectWithAlphaCheckerboard"][1]["defaults"] = {} defs["igRenderColorRectWithAlphaCheckerboard"][1]["defaults"]["rounding"] = "0.0f" -defs["igRenderColorRectWithAlphaCheckerboard"][1]["defaults"]["rounding_corners_flags"] = "~0" +defs["igRenderColorRectWithAlphaCheckerboard"][1]["defaults"]["rounding_corners_flags"] = -1 defs["igRenderColorRectWithAlphaCheckerboard"][1]["funcname"] = "RenderColorRectWithAlphaCheckerboard" defs["igRenderColorRectWithAlphaCheckerboard"][1]["location"] = "internal" defs["igRenderColorRectWithAlphaCheckerboard"][1]["namespace"] = "ImGui" @@ -20564,7 +20564,7 @@ defs["igRenderNavHighlight"][1]["call_args"] = "(bb,id,flags)" defs["igRenderNavHighlight"][1]["cimguiname"] = "igRenderNavHighlight" defs["igRenderNavHighlight"][1]["comment"] = " // Navigation highlight" defs["igRenderNavHighlight"][1]["defaults"] = {} -defs["igRenderNavHighlight"][1]["defaults"]["flags"] = "ImGuiNavHighlightFlags_TypeDefault" +defs["igRenderNavHighlight"][1]["defaults"]["flags"] = 1 defs["igRenderNavHighlight"][1]["funcname"] = "RenderNavHighlight" defs["igRenderNavHighlight"][1]["location"] = "internal" defs["igRenderNavHighlight"][1]["namespace"] = "ImGui" @@ -20588,8 +20588,8 @@ defs["igRenderPlatformWindowsDefault"][1]["call_args"] = "(platform_render_arg,r defs["igRenderPlatformWindowsDefault"][1]["cimguiname"] = "igRenderPlatformWindowsDefault" defs["igRenderPlatformWindowsDefault"][1]["comment"] = " // call in main loop. will call RenderWindow/SwapBuffers platform functions for each secondary viewport which doesn't have the ImGuiViewportFlags_Minimized flag set. May be reimplemented by user for custom rendering needs." defs["igRenderPlatformWindowsDefault"][1]["defaults"] = {} -defs["igRenderPlatformWindowsDefault"][1]["defaults"]["platform_render_arg"] = "((void*)0)" -defs["igRenderPlatformWindowsDefault"][1]["defaults"]["renderer_render_arg"] = "((void*)0)" +defs["igRenderPlatformWindowsDefault"][1]["defaults"]["platform_render_arg"] = "NULL" +defs["igRenderPlatformWindowsDefault"][1]["defaults"]["renderer_render_arg"] = "NULL" defs["igRenderPlatformWindowsDefault"][1]["funcname"] = "RenderPlatformWindowsDefault" defs["igRenderPlatformWindowsDefault"][1]["location"] = "imgui" defs["igRenderPlatformWindowsDefault"][1]["namespace"] = "ImGui" @@ -20684,7 +20684,7 @@ defs["igRenderText"][1]["call_args"] = "(pos,text,text_end,hide_text_after_hash) defs["igRenderText"][1]["cimguiname"] = "igRenderText" defs["igRenderText"][1]["defaults"] = {} defs["igRenderText"][1]["defaults"]["hide_text_after_hash"] = "true" -defs["igRenderText"][1]["defaults"]["text_end"] = "((void*)0)" +defs["igRenderText"][1]["defaults"]["text_end"] = "NULL" defs["igRenderText"][1]["funcname"] = "RenderText" defs["igRenderText"][1]["location"] = "internal" defs["igRenderText"][1]["namespace"] = "ImGui" @@ -20723,7 +20723,7 @@ defs["igRenderTextClipped"][1]["call_args"] = "(pos_min,pos_max,text,text_end,te defs["igRenderTextClipped"][1]["cimguiname"] = "igRenderTextClipped" defs["igRenderTextClipped"][1]["defaults"] = {} defs["igRenderTextClipped"][1]["defaults"]["align"] = "ImVec2(0,0)" -defs["igRenderTextClipped"][1]["defaults"]["clip_rect"] = "((void*)0)" +defs["igRenderTextClipped"][1]["defaults"]["clip_rect"] = "NULL" defs["igRenderTextClipped"][1]["funcname"] = "RenderTextClipped" defs["igRenderTextClipped"][1]["location"] = "internal" defs["igRenderTextClipped"][1]["namespace"] = "ImGui" @@ -20765,7 +20765,7 @@ defs["igRenderTextClippedEx"][1]["call_args"] = "(draw_list,pos_min,pos_max,text defs["igRenderTextClippedEx"][1]["cimguiname"] = "igRenderTextClippedEx" defs["igRenderTextClippedEx"][1]["defaults"] = {} defs["igRenderTextClippedEx"][1]["defaults"]["align"] = "ImVec2(0,0)" -defs["igRenderTextClippedEx"][1]["defaults"]["clip_rect"] = "((void*)0)" +defs["igRenderTextClippedEx"][1]["defaults"]["clip_rect"] = "NULL" defs["igRenderTextClippedEx"][1]["funcname"] = "RenderTextClippedEx" defs["igRenderTextClippedEx"][1]["location"] = "internal" defs["igRenderTextClippedEx"][1]["namespace"] = "ImGui" @@ -20854,7 +20854,7 @@ 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]["defaults"]["button"] = 0 defs["igResetMouseDragDelta"][1]["funcname"] = "ResetMouseDragDelta" defs["igResetMouseDragDelta"][1]["location"] = "imgui" defs["igResetMouseDragDelta"][1]["namespace"] = "ImGui" @@ -20920,7 +20920,7 @@ defs["igSaveIniSettingsToMemory"][1]["call_args"] = "(out_ini_size)" defs["igSaveIniSettingsToMemory"][1]["cimguiname"] = "igSaveIniSettingsToMemory" defs["igSaveIniSettingsToMemory"][1]["comment"] = " // return a zero-terminated string with the .ini data which you can save by your own mean. call when io.WantSaveIniSettings is set, then save data by your own mean and clear io.WantSaveIniSettings." defs["igSaveIniSettingsToMemory"][1]["defaults"] = {} -defs["igSaveIniSettingsToMemory"][1]["defaults"]["out_ini_size"] = "((void*)0)" +defs["igSaveIniSettingsToMemory"][1]["defaults"]["out_ini_size"] = "NULL" defs["igSaveIniSettingsToMemory"][1]["funcname"] = "SaveIniSettingsToMemory" defs["igSaveIniSettingsToMemory"][1]["location"] = "imgui" defs["igSaveIniSettingsToMemory"][1]["namespace"] = "ImGui" @@ -21054,7 +21054,7 @@ defs["igSelectable"][1]["call_args"] = "(label,selected,flags,size)" defs["igSelectable"][1]["cimguiname"] = "igSelectable" defs["igSelectable"][1]["comment"] = " // \"bool selected\" carry the selection state (read-only). Selectable() is clicked is returns true so you can modify your selection state. size.x==0.0: use remaining width, size.x>0.0: specify width. size.y==0.0: use label height, size.y>0.0: specify height" defs["igSelectable"][1]["defaults"] = {} -defs["igSelectable"][1]["defaults"]["flags"] = "0" +defs["igSelectable"][1]["defaults"]["flags"] = 0 defs["igSelectable"][1]["defaults"]["selected"] = "false" defs["igSelectable"][1]["defaults"]["size"] = "ImVec2(0,0)" defs["igSelectable"][1]["funcname"] = "Selectable" @@ -21084,7 +21084,7 @@ defs["igSelectable"][2]["call_args"] = "(label,p_selected,flags,size)" defs["igSelectable"][2]["cimguiname"] = "igSelectable" defs["igSelectable"][2]["comment"] = " // \"bool* p_selected\" point to the selection state (read-write), as a convenient helper." defs["igSelectable"][2]["defaults"] = {} -defs["igSelectable"][2]["defaults"]["flags"] = "0" +defs["igSelectable"][2]["defaults"]["flags"] = 0 defs["igSelectable"][2]["defaults"]["size"] = "ImVec2(0,0)" defs["igSelectable"][2]["funcname"] = "Selectable" defs["igSelectable"][2]["location"] = "imgui" @@ -21174,7 +21174,7 @@ defs["igSetAllocatorFunctions"][1]["argsoriginal"] = "(void*(*alloc_func)(size_t defs["igSetAllocatorFunctions"][1]["call_args"] = "(alloc_func,free_func,user_data)" defs["igSetAllocatorFunctions"][1]["cimguiname"] = "igSetAllocatorFunctions" defs["igSetAllocatorFunctions"][1]["defaults"] = {} -defs["igSetAllocatorFunctions"][1]["defaults"]["user_data"] = "((void*)0)" +defs["igSetAllocatorFunctions"][1]["defaults"]["user_data"] = "NULL" defs["igSetAllocatorFunctions"][1]["funcname"] = "SetAllocatorFunctions" defs["igSetAllocatorFunctions"][1]["location"] = "imgui" defs["igSetAllocatorFunctions"][1]["namespace"] = "ImGui" @@ -21407,7 +21407,7 @@ defs["igSetDragDropPayload"][1]["call_args"] = "(type,data,sz,cond)" defs["igSetDragDropPayload"][1]["cimguiname"] = "igSetDragDropPayload" defs["igSetDragDropPayload"][1]["comment"] = " // type is a user defined string of maximum 32 characters. Strings starting with '_' are reserved for dear imgui internal types. Data is copied and held by imgui." defs["igSetDragDropPayload"][1]["defaults"] = {} -defs["igSetDragDropPayload"][1]["defaults"]["cond"] = "0" +defs["igSetDragDropPayload"][1]["defaults"]["cond"] = 0 defs["igSetDragDropPayload"][1]["funcname"] = "SetDragDropPayload" defs["igSetDragDropPayload"][1]["location"] = "imgui" defs["igSetDragDropPayload"][1]["namespace"] = "ImGui" @@ -21503,7 +21503,7 @@ defs["igSetKeyboardFocusHere"][1]["call_args"] = "(offset)" defs["igSetKeyboardFocusHere"][1]["cimguiname"] = "igSetKeyboardFocusHere" defs["igSetKeyboardFocusHere"][1]["comment"] = " // focus keyboard on the next widget. Use positive 'offset' to access sub components of a multiple component widget. Use -1 to access previous widget." defs["igSetKeyboardFocusHere"][1]["defaults"] = {} -defs["igSetKeyboardFocusHere"][1]["defaults"]["offset"] = "0" +defs["igSetKeyboardFocusHere"][1]["defaults"]["offset"] = 0 defs["igSetKeyboardFocusHere"][1]["funcname"] = "SetKeyboardFocusHere" defs["igSetKeyboardFocusHere"][1]["location"] = "imgui" defs["igSetKeyboardFocusHere"][1]["namespace"] = "ImGui" @@ -21628,7 +21628,7 @@ defs["igSetNextItemOpen"][1]["call_args"] = "(is_open,cond)" defs["igSetNextItemOpen"][1]["cimguiname"] = "igSetNextItemOpen" defs["igSetNextItemOpen"][1]["comment"] = " // set next TreeNode/CollapsingHeader open state." defs["igSetNextItemOpen"][1]["defaults"] = {} -defs["igSetNextItemOpen"][1]["defaults"]["cond"] = "0" +defs["igSetNextItemOpen"][1]["defaults"]["cond"] = 0 defs["igSetNextItemOpen"][1]["funcname"] = "SetNextItemOpen" defs["igSetNextItemOpen"][1]["location"] = "imgui" defs["igSetNextItemOpen"][1]["namespace"] = "ImGui" @@ -21712,7 +21712,7 @@ defs["igSetNextWindowCollapsed"][1]["call_args"] = "(collapsed,cond)" defs["igSetNextWindowCollapsed"][1]["cimguiname"] = "igSetNextWindowCollapsed" defs["igSetNextWindowCollapsed"][1]["comment"] = " // set next window collapsed state. call before Begin()" defs["igSetNextWindowCollapsed"][1]["defaults"] = {} -defs["igSetNextWindowCollapsed"][1]["defaults"]["cond"] = "0" +defs["igSetNextWindowCollapsed"][1]["defaults"]["cond"] = 0 defs["igSetNextWindowCollapsed"][1]["funcname"] = "SetNextWindowCollapsed" defs["igSetNextWindowCollapsed"][1]["location"] = "imgui" defs["igSetNextWindowCollapsed"][1]["namespace"] = "ImGui" @@ -21756,7 +21756,7 @@ defs["igSetNextWindowDockID"][1]["call_args"] = "(dock_id,cond)" defs["igSetNextWindowDockID"][1]["cimguiname"] = "igSetNextWindowDockID" defs["igSetNextWindowDockID"][1]["comment"] = " // set next window dock id (FIXME-DOCK)" defs["igSetNextWindowDockID"][1]["defaults"] = {} -defs["igSetNextWindowDockID"][1]["defaults"]["cond"] = "0" +defs["igSetNextWindowDockID"][1]["defaults"]["cond"] = 0 defs["igSetNextWindowDockID"][1]["funcname"] = "SetNextWindowDockID" defs["igSetNextWindowDockID"][1]["location"] = "imgui" defs["igSetNextWindowDockID"][1]["namespace"] = "ImGui" @@ -21800,7 +21800,7 @@ defs["igSetNextWindowPos"][1]["call_args"] = "(pos,cond,pivot)" defs["igSetNextWindowPos"][1]["cimguiname"] = "igSetNextWindowPos" defs["igSetNextWindowPos"][1]["comment"] = " // set next window position. call before Begin(). use pivot=(0.5f,0.5f) to center on given point, etc." defs["igSetNextWindowPos"][1]["defaults"] = {} -defs["igSetNextWindowPos"][1]["defaults"]["cond"] = "0" +defs["igSetNextWindowPos"][1]["defaults"]["cond"] = 0 defs["igSetNextWindowPos"][1]["defaults"]["pivot"] = "ImVec2(0,0)" defs["igSetNextWindowPos"][1]["funcname"] = "SetNextWindowPos" defs["igSetNextWindowPos"][1]["location"] = "imgui" @@ -21845,7 +21845,7 @@ defs["igSetNextWindowSize"][1]["call_args"] = "(size,cond)" defs["igSetNextWindowSize"][1]["cimguiname"] = "igSetNextWindowSize" defs["igSetNextWindowSize"][1]["comment"] = " // set next window size. set axis to 0.0f to force an auto-fit on this axis. call before Begin()" defs["igSetNextWindowSize"][1]["defaults"] = {} -defs["igSetNextWindowSize"][1]["defaults"]["cond"] = "0" +defs["igSetNextWindowSize"][1]["defaults"]["cond"] = 0 defs["igSetNextWindowSize"][1]["funcname"] = "SetNextWindowSize" defs["igSetNextWindowSize"][1]["location"] = "imgui" defs["igSetNextWindowSize"][1]["namespace"] = "ImGui" @@ -21875,8 +21875,8 @@ defs["igSetNextWindowSizeConstraints"][1]["call_args"] = "(size_min,size_max,cus defs["igSetNextWindowSizeConstraints"][1]["cimguiname"] = "igSetNextWindowSizeConstraints" defs["igSetNextWindowSizeConstraints"][1]["comment"] = " // set next window size limits. use -1,-1 on either X/Y axis to preserve the current size. Sizes will be rounded down. Use callback to apply non-trivial programmatic constraints." defs["igSetNextWindowSizeConstraints"][1]["defaults"] = {} -defs["igSetNextWindowSizeConstraints"][1]["defaults"]["custom_callback"] = "((void*)0)" -defs["igSetNextWindowSizeConstraints"][1]["defaults"]["custom_callback_data"] = "((void*)0)" +defs["igSetNextWindowSizeConstraints"][1]["defaults"]["custom_callback"] = "NULL" +defs["igSetNextWindowSizeConstraints"][1]["defaults"]["custom_callback_data"] = "NULL" defs["igSetNextWindowSizeConstraints"][1]["funcname"] = "SetNextWindowSizeConstraints" defs["igSetNextWindowSizeConstraints"][1]["location"] = "imgui" defs["igSetNextWindowSizeConstraints"][1]["namespace"] = "ImGui" @@ -22250,7 +22250,7 @@ defs["igSetWindowCollapsed"][1]["call_args"] = "(collapsed,cond)" defs["igSetWindowCollapsed"][1]["cimguiname"] = "igSetWindowCollapsed" defs["igSetWindowCollapsed"][1]["comment"] = " // (not recommended) set current window collapsed state. prefer using SetNextWindowCollapsed()." defs["igSetWindowCollapsed"][1]["defaults"] = {} -defs["igSetWindowCollapsed"][1]["defaults"]["cond"] = "0" +defs["igSetWindowCollapsed"][1]["defaults"]["cond"] = 0 defs["igSetWindowCollapsed"][1]["funcname"] = "SetWindowCollapsed" defs["igSetWindowCollapsed"][1]["location"] = "imgui" defs["igSetWindowCollapsed"][1]["namespace"] = "ImGui" @@ -22275,7 +22275,7 @@ defs["igSetWindowCollapsed"][2]["call_args"] = "(name,collapsed,cond)" defs["igSetWindowCollapsed"][2]["cimguiname"] = "igSetWindowCollapsed" defs["igSetWindowCollapsed"][2]["comment"] = " // set named window collapsed state" defs["igSetWindowCollapsed"][2]["defaults"] = {} -defs["igSetWindowCollapsed"][2]["defaults"]["cond"] = "0" +defs["igSetWindowCollapsed"][2]["defaults"]["cond"] = 0 defs["igSetWindowCollapsed"][2]["funcname"] = "SetWindowCollapsed" defs["igSetWindowCollapsed"][2]["location"] = "imgui" defs["igSetWindowCollapsed"][2]["namespace"] = "ImGui" @@ -22299,7 +22299,7 @@ defs["igSetWindowCollapsed"][3]["argsoriginal"] = "(ImGuiWindow* window,bool col defs["igSetWindowCollapsed"][3]["call_args"] = "(window,collapsed,cond)" defs["igSetWindowCollapsed"][3]["cimguiname"] = "igSetWindowCollapsed" defs["igSetWindowCollapsed"][3]["defaults"] = {} -defs["igSetWindowCollapsed"][3]["defaults"]["cond"] = "0" +defs["igSetWindowCollapsed"][3]["defaults"]["cond"] = 0 defs["igSetWindowCollapsed"][3]["funcname"] = "SetWindowCollapsed" defs["igSetWindowCollapsed"][3]["location"] = "internal" defs["igSetWindowCollapsed"][3]["namespace"] = "ImGui" @@ -22431,7 +22431,7 @@ defs["igSetWindowPos"][1]["call_args"] = "(pos,cond)" defs["igSetWindowPos"][1]["cimguiname"] = "igSetWindowPos" defs["igSetWindowPos"][1]["comment"] = " // (not recommended) set current window position - call within Begin()/End(). prefer using SetNextWindowPos(), as this may incur tearing and side-effects." defs["igSetWindowPos"][1]["defaults"] = {} -defs["igSetWindowPos"][1]["defaults"]["cond"] = "0" +defs["igSetWindowPos"][1]["defaults"]["cond"] = 0 defs["igSetWindowPos"][1]["funcname"] = "SetWindowPos" defs["igSetWindowPos"][1]["location"] = "imgui" defs["igSetWindowPos"][1]["namespace"] = "ImGui" @@ -22456,7 +22456,7 @@ defs["igSetWindowPos"][2]["call_args"] = "(name,pos,cond)" defs["igSetWindowPos"][2]["cimguiname"] = "igSetWindowPos" defs["igSetWindowPos"][2]["comment"] = " // set named window position." defs["igSetWindowPos"][2]["defaults"] = {} -defs["igSetWindowPos"][2]["defaults"]["cond"] = "0" +defs["igSetWindowPos"][2]["defaults"]["cond"] = 0 defs["igSetWindowPos"][2]["funcname"] = "SetWindowPos" defs["igSetWindowPos"][2]["location"] = "imgui" defs["igSetWindowPos"][2]["namespace"] = "ImGui" @@ -22480,7 +22480,7 @@ defs["igSetWindowPos"][3]["argsoriginal"] = "(ImGuiWindow* window,const ImVec2& defs["igSetWindowPos"][3]["call_args"] = "(window,pos,cond)" defs["igSetWindowPos"][3]["cimguiname"] = "igSetWindowPos" defs["igSetWindowPos"][3]["defaults"] = {} -defs["igSetWindowPos"][3]["defaults"]["cond"] = "0" +defs["igSetWindowPos"][3]["defaults"]["cond"] = 0 defs["igSetWindowPos"][3]["funcname"] = "SetWindowPos" defs["igSetWindowPos"][3]["location"] = "internal" defs["igSetWindowPos"][3]["namespace"] = "ImGui" @@ -22506,7 +22506,7 @@ defs["igSetWindowSize"][1]["call_args"] = "(size,cond)" defs["igSetWindowSize"][1]["cimguiname"] = "igSetWindowSize" defs["igSetWindowSize"][1]["comment"] = " // (not recommended) set current window size - call within Begin()/End(). set to ImVec2(0, 0) to force an auto-fit. prefer using SetNextWindowSize(), as this may incur tearing and minor side-effects." defs["igSetWindowSize"][1]["defaults"] = {} -defs["igSetWindowSize"][1]["defaults"]["cond"] = "0" +defs["igSetWindowSize"][1]["defaults"]["cond"] = 0 defs["igSetWindowSize"][1]["funcname"] = "SetWindowSize" defs["igSetWindowSize"][1]["location"] = "imgui" defs["igSetWindowSize"][1]["namespace"] = "ImGui" @@ -22531,7 +22531,7 @@ defs["igSetWindowSize"][2]["call_args"] = "(name,size,cond)" defs["igSetWindowSize"][2]["cimguiname"] = "igSetWindowSize" defs["igSetWindowSize"][2]["comment"] = " // set named window size. set axis to 0.0f to force an auto-fit on this axis." defs["igSetWindowSize"][2]["defaults"] = {} -defs["igSetWindowSize"][2]["defaults"]["cond"] = "0" +defs["igSetWindowSize"][2]["defaults"]["cond"] = 0 defs["igSetWindowSize"][2]["funcname"] = "SetWindowSize" defs["igSetWindowSize"][2]["location"] = "imgui" defs["igSetWindowSize"][2]["namespace"] = "ImGui" @@ -22555,7 +22555,7 @@ defs["igSetWindowSize"][3]["argsoriginal"] = "(ImGuiWindow* window,const ImVec2& defs["igSetWindowSize"][3]["call_args"] = "(window,size,cond)" defs["igSetWindowSize"][3]["cimguiname"] = "igSetWindowSize" defs["igSetWindowSize"][3]["defaults"] = {} -defs["igSetWindowSize"][3]["defaults"]["cond"] = "0" +defs["igSetWindowSize"][3]["defaults"]["cond"] = 0 defs["igSetWindowSize"][3]["funcname"] = "SetWindowSize" defs["igSetWindowSize"][3]["location"] = "internal" defs["igSetWindowSize"][3]["namespace"] = "ImGui" @@ -22655,7 +22655,7 @@ defs["igShowAboutWindow"][1]["call_args"] = "(p_open)" defs["igShowAboutWindow"][1]["cimguiname"] = "igShowAboutWindow" defs["igShowAboutWindow"][1]["comment"] = " // create About window. display Dear ImGui version, credits and build/system information." defs["igShowAboutWindow"][1]["defaults"] = {} -defs["igShowAboutWindow"][1]["defaults"]["p_open"] = "((void*)0)" +defs["igShowAboutWindow"][1]["defaults"]["p_open"] = "NULL" defs["igShowAboutWindow"][1]["funcname"] = "ShowAboutWindow" defs["igShowAboutWindow"][1]["location"] = "imgui" defs["igShowAboutWindow"][1]["namespace"] = "ImGui" @@ -22676,7 +22676,7 @@ defs["igShowDemoWindow"][1]["call_args"] = "(p_open)" defs["igShowDemoWindow"][1]["cimguiname"] = "igShowDemoWindow" defs["igShowDemoWindow"][1]["comment"] = " // create Demo window (previously called ShowTestWindow). demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application!" defs["igShowDemoWindow"][1]["defaults"] = {} -defs["igShowDemoWindow"][1]["defaults"]["p_open"] = "((void*)0)" +defs["igShowDemoWindow"][1]["defaults"]["p_open"] = "NULL" defs["igShowDemoWindow"][1]["funcname"] = "ShowDemoWindow" defs["igShowDemoWindow"][1]["location"] = "imgui" defs["igShowDemoWindow"][1]["namespace"] = "ImGui" @@ -22717,7 +22717,7 @@ defs["igShowMetricsWindow"][1]["call_args"] = "(p_open)" defs["igShowMetricsWindow"][1]["cimguiname"] = "igShowMetricsWindow" defs["igShowMetricsWindow"][1]["comment"] = " // create Debug/Metrics window. display Dear ImGui internals: draw commands (with individual draw calls and vertices), window list, basic internal state, etc." defs["igShowMetricsWindow"][1]["defaults"] = {} -defs["igShowMetricsWindow"][1]["defaults"]["p_open"] = "((void*)0)" +defs["igShowMetricsWindow"][1]["defaults"]["p_open"] = "NULL" defs["igShowMetricsWindow"][1]["funcname"] = "ShowMetricsWindow" defs["igShowMetricsWindow"][1]["location"] = "imgui" defs["igShowMetricsWindow"][1]["namespace"] = "ImGui" @@ -22738,7 +22738,7 @@ defs["igShowStyleEditor"][1]["call_args"] = "(ref)" defs["igShowStyleEditor"][1]["cimguiname"] = "igShowStyleEditor" defs["igShowStyleEditor"][1]["comment"] = " // add style editor block (not a window). you can pass in a reference ImGuiStyle structure to compare to, revert to and save to (else it uses the default style)" defs["igShowStyleEditor"][1]["defaults"] = {} -defs["igShowStyleEditor"][1]["defaults"]["ref"] = "((void*)0)" +defs["igShowStyleEditor"][1]["defaults"]["ref"] = "NULL" defs["igShowStyleEditor"][1]["funcname"] = "ShowStyleEditor" defs["igShowStyleEditor"][1]["location"] = "imgui" defs["igShowStyleEditor"][1]["namespace"] = "ImGui" @@ -22871,7 +22871,7 @@ defs["igSliderAngle"][1]["argsoriginal"] = "(const char* label,float* v_rad,floa defs["igSliderAngle"][1]["call_args"] = "(label,v_rad,v_degrees_min,v_degrees_max,format,flags)" defs["igSliderAngle"][1]["cimguiname"] = "igSliderAngle" defs["igSliderAngle"][1]["defaults"] = {} -defs["igSliderAngle"][1]["defaults"]["flags"] = "0" +defs["igSliderAngle"][1]["defaults"]["flags"] = 0 defs["igSliderAngle"][1]["defaults"]["format"] = "\"%.0f deg\"" defs["igSliderAngle"][1]["defaults"]["v_degrees_max"] = "+360.0f" defs["igSliderAngle"][1]["defaults"]["v_degrees_min"] = "-360.0f" @@ -22953,7 +22953,7 @@ defs["igSliderFloat"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderFloat"][1]["cimguiname"] = "igSliderFloat" defs["igSliderFloat"][1]["comment"] = " // adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display." defs["igSliderFloat"][1]["defaults"] = {} -defs["igSliderFloat"][1]["defaults"]["flags"] = "0" +defs["igSliderFloat"][1]["defaults"]["flags"] = 0 defs["igSliderFloat"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat"][1]["funcname"] = "SliderFloat" defs["igSliderFloat"][1]["location"] = "imgui" @@ -22989,7 +22989,7 @@ defs["igSliderFloat2"][1]["argsoriginal"] = "(const char* label,float v[2],float defs["igSliderFloat2"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderFloat2"][1]["cimguiname"] = "igSliderFloat2" defs["igSliderFloat2"][1]["defaults"] = {} -defs["igSliderFloat2"][1]["defaults"]["flags"] = "0" +defs["igSliderFloat2"][1]["defaults"]["flags"] = 0 defs["igSliderFloat2"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat2"][1]["funcname"] = "SliderFloat2" defs["igSliderFloat2"][1]["location"] = "imgui" @@ -23025,7 +23025,7 @@ defs["igSliderFloat3"][1]["argsoriginal"] = "(const char* label,float v[3],float defs["igSliderFloat3"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderFloat3"][1]["cimguiname"] = "igSliderFloat3" defs["igSliderFloat3"][1]["defaults"] = {} -defs["igSliderFloat3"][1]["defaults"]["flags"] = "0" +defs["igSliderFloat3"][1]["defaults"]["flags"] = 0 defs["igSliderFloat3"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat3"][1]["funcname"] = "SliderFloat3" defs["igSliderFloat3"][1]["location"] = "imgui" @@ -23061,7 +23061,7 @@ defs["igSliderFloat4"][1]["argsoriginal"] = "(const char* label,float v[4],float defs["igSliderFloat4"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderFloat4"][1]["cimguiname"] = "igSliderFloat4" defs["igSliderFloat4"][1]["defaults"] = {} -defs["igSliderFloat4"][1]["defaults"]["flags"] = "0" +defs["igSliderFloat4"][1]["defaults"]["flags"] = 0 defs["igSliderFloat4"][1]["defaults"]["format"] = "\"%.3f\"" defs["igSliderFloat4"][1]["funcname"] = "SliderFloat4" defs["igSliderFloat4"][1]["location"] = "imgui" @@ -23097,7 +23097,7 @@ defs["igSliderInt"][1]["argsoriginal"] = "(const char* label,int* v,int v_min,in defs["igSliderInt"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderInt"][1]["cimguiname"] = "igSliderInt" defs["igSliderInt"][1]["defaults"] = {} -defs["igSliderInt"][1]["defaults"]["flags"] = "0" +defs["igSliderInt"][1]["defaults"]["flags"] = 0 defs["igSliderInt"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt"][1]["funcname"] = "SliderInt" defs["igSliderInt"][1]["location"] = "imgui" @@ -23133,7 +23133,7 @@ defs["igSliderInt2"][1]["argsoriginal"] = "(const char* label,int v[2],int v_min defs["igSliderInt2"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderInt2"][1]["cimguiname"] = "igSliderInt2" defs["igSliderInt2"][1]["defaults"] = {} -defs["igSliderInt2"][1]["defaults"]["flags"] = "0" +defs["igSliderInt2"][1]["defaults"]["flags"] = 0 defs["igSliderInt2"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt2"][1]["funcname"] = "SliderInt2" defs["igSliderInt2"][1]["location"] = "imgui" @@ -23169,7 +23169,7 @@ defs["igSliderInt3"][1]["argsoriginal"] = "(const char* label,int v[3],int v_min defs["igSliderInt3"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderInt3"][1]["cimguiname"] = "igSliderInt3" defs["igSliderInt3"][1]["defaults"] = {} -defs["igSliderInt3"][1]["defaults"]["flags"] = "0" +defs["igSliderInt3"][1]["defaults"]["flags"] = 0 defs["igSliderInt3"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt3"][1]["funcname"] = "SliderInt3" defs["igSliderInt3"][1]["location"] = "imgui" @@ -23205,7 +23205,7 @@ defs["igSliderInt4"][1]["argsoriginal"] = "(const char* label,int v[4],int v_min defs["igSliderInt4"][1]["call_args"] = "(label,v,v_min,v_max,format,flags)" defs["igSliderInt4"][1]["cimguiname"] = "igSliderInt4" defs["igSliderInt4"][1]["defaults"] = {} -defs["igSliderInt4"][1]["defaults"]["flags"] = "0" +defs["igSliderInt4"][1]["defaults"]["flags"] = 0 defs["igSliderInt4"][1]["defaults"]["format"] = "\"%d\"" defs["igSliderInt4"][1]["funcname"] = "SliderInt4" defs["igSliderInt4"][1]["location"] = "imgui" @@ -23244,8 +23244,8 @@ defs["igSliderScalar"][1]["argsoriginal"] = "(const char* label,ImGuiDataType da defs["igSliderScalar"][1]["call_args"] = "(label,data_type,p_data,p_min,p_max,format,flags)" defs["igSliderScalar"][1]["cimguiname"] = "igSliderScalar" defs["igSliderScalar"][1]["defaults"] = {} -defs["igSliderScalar"][1]["defaults"]["flags"] = "0" -defs["igSliderScalar"][1]["defaults"]["format"] = "((void*)0)" +defs["igSliderScalar"][1]["defaults"]["flags"] = 0 +defs["igSliderScalar"][1]["defaults"]["format"] = "NULL" defs["igSliderScalar"][1]["funcname"] = "SliderScalar" defs["igSliderScalar"][1]["location"] = "imgui" defs["igSliderScalar"][1]["namespace"] = "ImGui" @@ -23286,8 +23286,8 @@ defs["igSliderScalarN"][1]["argsoriginal"] = "(const char* label,ImGuiDataType d defs["igSliderScalarN"][1]["call_args"] = "(label,data_type,p_data,components,p_min,p_max,format,flags)" defs["igSliderScalarN"][1]["cimguiname"] = "igSliderScalarN" defs["igSliderScalarN"][1]["defaults"] = {} -defs["igSliderScalarN"][1]["defaults"]["flags"] = "0" -defs["igSliderScalarN"][1]["defaults"]["format"] = "((void*)0)" +defs["igSliderScalarN"][1]["defaults"]["flags"] = 0 +defs["igSliderScalarN"][1]["defaults"]["format"] = "NULL" defs["igSliderScalarN"][1]["funcname"] = "SliderScalarN" defs["igSliderScalarN"][1]["location"] = "imgui" defs["igSliderScalarN"][1]["namespace"] = "ImGui" @@ -23434,7 +23434,7 @@ defs["igStyleColorsClassic"][1]["call_args"] = "(dst)" defs["igStyleColorsClassic"][1]["cimguiname"] = "igStyleColorsClassic" defs["igStyleColorsClassic"][1]["comment"] = " // classic imgui style" defs["igStyleColorsClassic"][1]["defaults"] = {} -defs["igStyleColorsClassic"][1]["defaults"]["dst"] = "((void*)0)" +defs["igStyleColorsClassic"][1]["defaults"]["dst"] = "NULL" defs["igStyleColorsClassic"][1]["funcname"] = "StyleColorsClassic" defs["igStyleColorsClassic"][1]["location"] = "imgui" defs["igStyleColorsClassic"][1]["namespace"] = "ImGui" @@ -23455,7 +23455,7 @@ defs["igStyleColorsDark"][1]["call_args"] = "(dst)" defs["igStyleColorsDark"][1]["cimguiname"] = "igStyleColorsDark" defs["igStyleColorsDark"][1]["comment"] = " // new, recommended style (default)" defs["igStyleColorsDark"][1]["defaults"] = {} -defs["igStyleColorsDark"][1]["defaults"]["dst"] = "((void*)0)" +defs["igStyleColorsDark"][1]["defaults"]["dst"] = "NULL" defs["igStyleColorsDark"][1]["funcname"] = "StyleColorsDark" defs["igStyleColorsDark"][1]["location"] = "imgui" defs["igStyleColorsDark"][1]["namespace"] = "ImGui" @@ -23476,7 +23476,7 @@ defs["igStyleColorsLight"][1]["call_args"] = "(dst)" defs["igStyleColorsLight"][1]["cimguiname"] = "igStyleColorsLight" defs["igStyleColorsLight"][1]["comment"] = " // best used with borders and a custom, thicker font" defs["igStyleColorsLight"][1]["defaults"] = {} -defs["igStyleColorsLight"][1]["defaults"]["dst"] = "((void*)0)" +defs["igStyleColorsLight"][1]["defaults"]["dst"] = "NULL" defs["igStyleColorsLight"][1]["funcname"] = "StyleColorsLight" defs["igStyleColorsLight"][1]["location"] = "imgui" defs["igStyleColorsLight"][1]["namespace"] = "ImGui" @@ -23796,8 +23796,8 @@ defs["igTempInputScalar"][1]["argsoriginal"] = "(const ImRect& bb,ImGuiID id,con defs["igTempInputScalar"][1]["call_args"] = "(bb,id,label,data_type,p_data,format,p_clamp_min,p_clamp_max)" defs["igTempInputScalar"][1]["cimguiname"] = "igTempInputScalar" defs["igTempInputScalar"][1]["defaults"] = {} -defs["igTempInputScalar"][1]["defaults"]["p_clamp_max"] = "((void*)0)" -defs["igTempInputScalar"][1]["defaults"]["p_clamp_min"] = "((void*)0)" +defs["igTempInputScalar"][1]["defaults"]["p_clamp_max"] = "NULL" +defs["igTempInputScalar"][1]["defaults"]["p_clamp_min"] = "NULL" defs["igTempInputScalar"][1]["funcname"] = "TempInputScalar" defs["igTempInputScalar"][1]["location"] = "internal" defs["igTempInputScalar"][1]["namespace"] = "ImGui" @@ -23979,8 +23979,8 @@ defs["igTextEx"][1]["argsoriginal"] = "(const char* text,const char* text_end=(( defs["igTextEx"][1]["call_args"] = "(text,text_end,flags)" defs["igTextEx"][1]["cimguiname"] = "igTextEx" defs["igTextEx"][1]["defaults"] = {} -defs["igTextEx"][1]["defaults"]["flags"] = "0" -defs["igTextEx"][1]["defaults"]["text_end"] = "((void*)0)" +defs["igTextEx"][1]["defaults"]["flags"] = 0 +defs["igTextEx"][1]["defaults"]["text_end"] = "NULL" defs["igTextEx"][1]["funcname"] = "TextEx" defs["igTextEx"][1]["location"] = "internal" defs["igTextEx"][1]["namespace"] = "ImGui" @@ -24004,7 +24004,7 @@ defs["igTextUnformatted"][1]["call_args"] = "(text,text_end)" defs["igTextUnformatted"][1]["cimguiname"] = "igTextUnformatted" defs["igTextUnformatted"][1]["comment"] = " // raw text without formatting. Roughly equivalent to Text(\"%s\", text) but: A) doesn't require null terminated string if 'text_end' is specified, B) it's faster, no memory copy is done, no buffer size limits, recommended for long chunks of text." defs["igTextUnformatted"][1]["defaults"] = {} -defs["igTextUnformatted"][1]["defaults"]["text_end"] = "((void*)0)" +defs["igTextUnformatted"][1]["defaults"]["text_end"] = "NULL" defs["igTextUnformatted"][1]["funcname"] = "TextUnformatted" defs["igTextUnformatted"][1]["location"] = "imgui" defs["igTextUnformatted"][1]["namespace"] = "ImGui" @@ -24197,7 +24197,7 @@ defs["igTreeNodeBehavior"][1]["argsoriginal"] = "(ImGuiID id,ImGuiTreeNodeFlags defs["igTreeNodeBehavior"][1]["call_args"] = "(id,flags,label,label_end)" defs["igTreeNodeBehavior"][1]["cimguiname"] = "igTreeNodeBehavior" defs["igTreeNodeBehavior"][1]["defaults"] = {} -defs["igTreeNodeBehavior"][1]["defaults"]["label_end"] = "((void*)0)" +defs["igTreeNodeBehavior"][1]["defaults"]["label_end"] = "NULL" defs["igTreeNodeBehavior"][1]["funcname"] = "TreeNodeBehavior" defs["igTreeNodeBehavior"][1]["location"] = "internal" defs["igTreeNodeBehavior"][1]["namespace"] = "ImGui" @@ -24221,7 +24221,7 @@ defs["igTreeNodeBehaviorIsOpen"][1]["call_args"] = "(id,flags)" defs["igTreeNodeBehaviorIsOpen"][1]["cimguiname"] = "igTreeNodeBehaviorIsOpen" defs["igTreeNodeBehaviorIsOpen"][1]["comment"] = " // Consume previous SetNextItemOpen() data, if any. May return true when logging" defs["igTreeNodeBehaviorIsOpen"][1]["defaults"] = {} -defs["igTreeNodeBehaviorIsOpen"][1]["defaults"]["flags"] = "0" +defs["igTreeNodeBehaviorIsOpen"][1]["defaults"]["flags"] = 0 defs["igTreeNodeBehaviorIsOpen"][1]["funcname"] = "TreeNodeBehaviorIsOpen" defs["igTreeNodeBehaviorIsOpen"][1]["location"] = "internal" defs["igTreeNodeBehaviorIsOpen"][1]["namespace"] = "ImGui" @@ -24244,7 +24244,7 @@ defs["igTreeNodeEx"][1]["argsoriginal"] = "(const char* label,ImGuiTreeNodeFlags defs["igTreeNodeEx"][1]["call_args"] = "(label,flags)" defs["igTreeNodeEx"][1]["cimguiname"] = "igTreeNodeEx" defs["igTreeNodeEx"][1]["defaults"] = {} -defs["igTreeNodeEx"][1]["defaults"]["flags"] = "0" +defs["igTreeNodeEx"][1]["defaults"]["flags"] = 0 defs["igTreeNodeEx"][1]["funcname"] = "TreeNodeEx" defs["igTreeNodeEx"][1]["location"] = "imgui" defs["igTreeNodeEx"][1]["namespace"] = "ImGui" @@ -24460,7 +24460,7 @@ 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]["defaults"]["ptr_id"] = "NULL" defs["igTreePush"][2]["funcname"] = "TreePush" defs["igTreePush"][2]["location"] = "imgui" defs["igTreePush"][2]["namespace"] = "ImGui" @@ -24629,7 +24629,7 @@ defs["igVSliderFloat"][1]["argsoriginal"] = "(const char* label,const ImVec2& si defs["igVSliderFloat"][1]["call_args"] = "(label,size,v,v_min,v_max,format,flags)" defs["igVSliderFloat"][1]["cimguiname"] = "igVSliderFloat" defs["igVSliderFloat"][1]["defaults"] = {} -defs["igVSliderFloat"][1]["defaults"]["flags"] = "0" +defs["igVSliderFloat"][1]["defaults"]["flags"] = 0 defs["igVSliderFloat"][1]["defaults"]["format"] = "\"%.3f\"" defs["igVSliderFloat"][1]["funcname"] = "VSliderFloat" defs["igVSliderFloat"][1]["location"] = "imgui" @@ -24668,7 +24668,7 @@ defs["igVSliderInt"][1]["argsoriginal"] = "(const char* label,const ImVec2& size defs["igVSliderInt"][1]["call_args"] = "(label,size,v,v_min,v_max,format,flags)" defs["igVSliderInt"][1]["cimguiname"] = "igVSliderInt" defs["igVSliderInt"][1]["defaults"] = {} -defs["igVSliderInt"][1]["defaults"]["flags"] = "0" +defs["igVSliderInt"][1]["defaults"]["flags"] = 0 defs["igVSliderInt"][1]["defaults"]["format"] = "\"%d\"" defs["igVSliderInt"][1]["funcname"] = "VSliderInt" defs["igVSliderInt"][1]["location"] = "imgui" @@ -24710,8 +24710,8 @@ defs["igVSliderScalar"][1]["argsoriginal"] = "(const char* label,const ImVec2& s defs["igVSliderScalar"][1]["call_args"] = "(label,size,data_type,p_data,p_min,p_max,format,flags)" defs["igVSliderScalar"][1]["cimguiname"] = "igVSliderScalar" defs["igVSliderScalar"][1]["defaults"] = {} -defs["igVSliderScalar"][1]["defaults"]["flags"] = "0" -defs["igVSliderScalar"][1]["defaults"]["format"] = "((void*)0)" +defs["igVSliderScalar"][1]["defaults"]["flags"] = 0 +defs["igVSliderScalar"][1]["defaults"]["format"] = "NULL" defs["igVSliderScalar"][1]["funcname"] = "VSliderScalar" defs["igVSliderScalar"][1]["location"] = "imgui" defs["igVSliderScalar"][1]["namespace"] = "ImGui" @@ -24797,7 +24797,7 @@ defs["igValue"][4]["argsoriginal"] = "(const char* prefix,float v,const char* fl defs["igValue"][4]["call_args"] = "(prefix,v,float_format)" defs["igValue"][4]["cimguiname"] = "igValue" defs["igValue"][4]["defaults"] = {} -defs["igValue"][4]["defaults"]["float_format"] = "((void*)0)" +defs["igValue"][4]["defaults"]["float_format"] = "NULL" defs["igValue"][4]["funcname"] = "Value" defs["igValue"][4]["location"] = "imgui" defs["igValue"][4]["namespace"] = "ImGui"