Skip to content

Remove deprecated call to ImGui::GetKeyIndex#330

Open
LAK132 wants to merge 1 commit into
thedmd:masterfrom
LAK132:master
Open

Remove deprecated call to ImGui::GetKeyIndex#330
LAK132 wants to merge 1 commit into
thedmd:masterfrom
LAK132:master

Conversation

@LAK132

@LAK132 LAK132 commented Nov 29, 2025

Copy link
Copy Markdown

No description provided.

@Fahersto

Fahersto commented Apr 4, 2026

Copy link
Copy Markdown

I'm running into issues with ImGUi::GetKeyIndex as well.

imgui.cpp:(.text+0x175f0): multiple definition of `ImGui::GetKeyIndex(ImGuiKey)'; core/libcore.a(imgui_node_editor.cpp.o):imgui_node_editor.cpp:(.text+0x70f0): first defined here

I commented out the definition inside imgui_node_editor.cpp to make it work:
// namespace ImGui {
// ImGuiKey GetKeyIndex(ImGuiKey key)
// {
// IM_ASSERT(IsNamedKey(key));
// return key; // already the correct 'index' in modern ImGui
// }
// }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants