structfuncs{staticboolIsLegacyNativeDupe(ImGuiKeykey){returnkey<512&&GetIO().KeyMap[key]!=-1;}};// Hide Native<>ImGuiKey duplicates when both exists in the array
structfuncs{staticboolIsLegacyNativeDupe(ImGuiKeykey){returnkey>=0&&key<512&&GetIO().KeyMap[key]!=-1;}};// Hide Native<>ImGuiKey duplicates when both exists in the array
structfuncs{staticboolIsLegacyNativeDupe(ImGuiKeykey){returnkey<512&&ImGui::GetIO().KeyMap[key]!=-1;}};// Hide Native<>ImGuiKey duplicates when both exists in the array
structfuncs{staticboolIsLegacyNativeDupe(ImGuiKeykey){returnkey>=0&&key<512&&ImGui::GetIO().KeyMap[key]!=-1;}};// Hide Native<>ImGuiKey duplicates when both exists in the array