mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
dont name igGetIO overload as the generic name of function (C++ name) solves issue #289
This commit is contained in:
@@ -18663,7 +18663,7 @@ local t={
|
||||
funcname="GetIO",
|
||||
location="imgui:340",
|
||||
namespace="ImGui",
|
||||
ov_cimguiname="igGetIO",
|
||||
ov_cimguiname="igGetIO_Nil",
|
||||
ret="ImGuiIO*",
|
||||
retref="&",
|
||||
signature="()",
|
||||
@@ -18681,7 +18681,7 @@ local t={
|
||||
funcname="GetIO",
|
||||
location="imgui_internal:3238",
|
||||
namespace="ImGui",
|
||||
ov_cimguiname="igGetIOEx",
|
||||
ov_cimguiname="igGetIO_ContextPtr",
|
||||
ret="ImGuiIO*",
|
||||
retref="&",
|
||||
signature="(ImGuiContext*)",
|
||||
|
Reference in New Issue
Block a user