| 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 |
nothing calls this directly
no test coverage detected