mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
generate with FnPtr change
This commit is contained in:
@@ -12270,7 +12270,7 @@
|
||||
},
|
||||
"funcname": "Combo",
|
||||
"namespace": "ImGui",
|
||||
"ov_cimguiname": "igComboFnPtr",
|
||||
"ov_cimguiname": "igComboFnBoolPtr",
|
||||
"ret": "bool",
|
||||
"signature": "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)",
|
||||
"stname": ""
|
||||
@@ -20593,7 +20593,7 @@
|
||||
},
|
||||
"funcname": "ListBox",
|
||||
"namespace": "ImGui",
|
||||
"ov_cimguiname": "igListBoxFnPtr",
|
||||
"ov_cimguiname": "igListBoxFnBoolPtr",
|
||||
"ret": "bool",
|
||||
"signature": "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)",
|
||||
"stname": ""
|
||||
@@ -21504,7 +21504,7 @@
|
||||
},
|
||||
"funcname": "PlotHistogram",
|
||||
"namespace": "ImGui",
|
||||
"ov_cimguiname": "igPlotHistogramFnPtr",
|
||||
"ov_cimguiname": "igPlotHistogramFnFloatPtr",
|
||||
"ret": "void",
|
||||
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
|
||||
"stname": ""
|
||||
@@ -21623,7 +21623,7 @@
|
||||
},
|
||||
"funcname": "PlotLines",
|
||||
"namespace": "ImGui",
|
||||
"ov_cimguiname": "igPlotLinesFnPtr",
|
||||
"ov_cimguiname": "igPlotLinesFnFloatPtr",
|
||||
"ret": "void",
|
||||
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
|
||||
"stname": ""
|
||||
|
Reference in New Issue
Block a user