MCPcopy Create free account
hub / github.com/TKazer/CS2_External / IsKeyDown

Method IsKeyDown

CS2_External/OS-ImGui/imgui/imgui.cpp:8126–8129  ·  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 1

GetKeyDataFunction · 0.85

Tested by

no test coverage detected