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

Function IsKeyPressedMap

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

Source from the content-addressed store, hash-verified

3285#endif
3286#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO
3287 inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { IM_ASSERT(IsNamedKey(key)); return IsKeyPressed(key, repeat); } // Removed in 1.87: Mapping from named key is always identity!
3288#endif
3289} // namespace ImGui
3290

Callers

nothing calls this directly

Calls 1

IsNamedKeyFunction · 0.85

Tested by

no test coverage detected