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:
@@ -21987,7 +21987,7 @@
|
||||
"funcname": "GetIO",
|
||||
"location": "imgui:340",
|
||||
"namespace": "ImGui",
|
||||
"ov_cimguiname": "igGetIO",
|
||||
"ov_cimguiname": "igGetIO_Nil",
|
||||
"ret": "ImGuiIO*",
|
||||
"retref": "&",
|
||||
"signature": "()",
|
||||
@@ -22008,7 +22008,7 @@
|
||||
"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