MCPcopy Create free account
hub / github.com/cinder/Cinder / IsKeyReleased

Method IsKeyReleased

src/imgui/imgui.cpp:9666–9669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9664}
9665
9666bool ImGui::IsKeyReleased(ImGuiKey key)
9667{
9668 return IsKeyReleased(key, ImGuiKeyOwner_Any);
9669}
9670
9671bool ImGui::IsKeyReleased(ImGuiKey key, ImGuiID owner_id)
9672{

Callers

nothing calls this directly

Calls 1

GetKeyDataFunction · 0.85

Tested by

no test coverage detected