MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / IsKeyReleased

Method IsKeyReleased

imgui_tiny_app/imgui/imgui.cpp:10480–10483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10478}
10479
10480bool ImGui::IsKeyReleased(ImGuiKey key)
10481{
10482 return IsKeyReleased(key, ImGuiKeyOwner_Any);
10483}
10484
10485bool ImGui::IsKeyReleased(ImGuiKey key, ImGuiID owner_id)
10486{

Callers

nothing calls this directly

Calls 1

GetKeyDataFunction · 0.85

Tested by

no test coverage detected