MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / IsKeyPressedMap

Function IsKeyPressedMap

examples/ThirdPartyLibs/imgui/imgui.cpp:4580–4584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4578}
4579
4580static bool IsKeyPressedMap(ImGuiKey key, bool repeat)
4581{
4582 const int key_index = GImGui->IO.KeyMap[key];
4583 return (key_index >= 0) ? ImGui::IsKeyPressed(key_index, repeat) : false;
4584}
4585
4586int ImGui::GetKeyIndex(ImGuiKey imgui_key)
4587{

Callers 5

NavScoreItemFunction · 0.85
FocusableItemRegisterMethod · 0.85
NavUpdateWindowingMethod · 0.85
NewFrameMethod · 0.85
InputTextExMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected