dont name igGetIO overload as the generic name of function (C++ name) solves issue #289

This commit is contained in:
sonoro1234
2025-03-15 17:51:30 +01:00
parent 3530b937f1
commit c32d1c0c9b
11 changed files with 24 additions and 14 deletions

View File

@@ -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*)",