MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetKeyIndex

Function GetKeyIndex

KBotExt/imgui/imgui.h:3089–3089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3087 IMGUI_API ImGuiKey GetKeyIndex(ImGuiKey key); // map ImGuiKey_* values into legacy native key index. == io.KeyMap[key]
3088#else
3089 static inline ImGuiKey GetKeyIndex(ImGuiKey key) { IM_ASSERT(key >= ImGuiKey_NamedKey_BEGIN && key < ImGuiKey_NamedKey_END && "ImGuiKey and native_index was merged together and native_index is disabled by IMGUI_DISABLE_OBSOLETE_KEYIO. Please switch to ImGuiKey."); return key; }
3090#endif
3091}
3092

Callers 3

RenderMethod · 0.85
ComboAutoSelectComplexFunction · 0.85
RenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected