MCPcopy Create free account
hub / github.com/RequestFX/ImGUI-Advanced-Cheat-Menu / IsKeyDown

Method IsKeyDown

dependencies/imgui-sfml/include/imgui.cpp:7672–7678  ·  view source on GitHub ↗

Note that Dear ImGui doesn't know the meaning/semantic of ImGuiKey from 0..511: they are legacy native keycodes. Consider transitioning from 'IsKeyDown(MY_ENGINE_KEY_A)' (<1.87) to IsKeyDown(ImGuiKey_A) (>= 1.87)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected