mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
generation after FnPtr change
This commit is contained in:
@@ -9684,7 +9684,7 @@ defs["igCombo"][3]["defaults"] = {}
|
||||
defs["igCombo"][3]["defaults"]["popup_max_height_in_items"] = "-1"
|
||||
defs["igCombo"][3]["funcname"] = "Combo"
|
||||
defs["igCombo"][3]["namespace"] = "ImGui"
|
||||
defs["igCombo"][3]["ov_cimguiname"] = "igComboFnPtr"
|
||||
defs["igCombo"][3]["ov_cimguiname"] = "igComboFnBoolPtr"
|
||||
defs["igCombo"][3]["ret"] = "bool"
|
||||
defs["igCombo"][3]["signature"] = "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)"
|
||||
defs["igCombo"][3]["stname"] = ""
|
||||
@@ -15840,7 +15840,7 @@ defs["igListBox"][2]["defaults"] = {}
|
||||
defs["igListBox"][2]["defaults"]["height_in_items"] = "-1"
|
||||
defs["igListBox"][2]["funcname"] = "ListBox"
|
||||
defs["igListBox"][2]["namespace"] = "ImGui"
|
||||
defs["igListBox"][2]["ov_cimguiname"] = "igListBoxFnPtr"
|
||||
defs["igListBox"][2]["ov_cimguiname"] = "igListBoxFnBoolPtr"
|
||||
defs["igListBox"][2]["ret"] = "bool"
|
||||
defs["igListBox"][2]["signature"] = "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)"
|
||||
defs["igListBox"][2]["stname"] = ""
|
||||
@@ -16609,7 +16609,7 @@ defs["igPlotHistogram"][2]["defaults"]["scale_min"] = "FLT_MAX"
|
||||
defs["igPlotHistogram"][2]["defaults"]["values_offset"] = "0"
|
||||
defs["igPlotHistogram"][2]["funcname"] = "PlotHistogram"
|
||||
defs["igPlotHistogram"][2]["namespace"] = "ImGui"
|
||||
defs["igPlotHistogram"][2]["ov_cimguiname"] = "igPlotHistogramFnPtr"
|
||||
defs["igPlotHistogram"][2]["ov_cimguiname"] = "igPlotHistogramFnFloatPtr"
|
||||
defs["igPlotHistogram"][2]["ret"] = "void"
|
||||
defs["igPlotHistogram"][2]["signature"] = "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)"
|
||||
defs["igPlotHistogram"][2]["stname"] = ""
|
||||
@@ -16705,7 +16705,7 @@ defs["igPlotLines"][2]["defaults"]["scale_min"] = "FLT_MAX"
|
||||
defs["igPlotLines"][2]["defaults"]["values_offset"] = "0"
|
||||
defs["igPlotLines"][2]["funcname"] = "PlotLines"
|
||||
defs["igPlotLines"][2]["namespace"] = "ImGui"
|
||||
defs["igPlotLines"][2]["ov_cimguiname"] = "igPlotLinesFnPtr"
|
||||
defs["igPlotLines"][2]["ov_cimguiname"] = "igPlotLinesFnFloatPtr"
|
||||
defs["igPlotLines"][2]["ret"] = "void"
|
||||
defs["igPlotLines"][2]["signature"] = "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)"
|
||||
defs["igPlotLines"][2]["stname"] = ""
|
||||
|
Reference in New Issue
Block a user