Skip to content

Obsolete functions and types#

(Will be removed! Read 'API BREAKING CHANGES' section in imgui.cpp for details)
Please keep your copy of dear imgui up to date! Occasionally set '#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS' in imconfig.h to stay ahead.

.get_key_index(key : ImGuiKey) : Int32#

View source

map ImGui::ImGuiKey* values into legacy native key index. == io.KeyMap[key]