MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / IsKeyReleased

Method IsKeyReleased

include/imgui/imgui.cpp:9903–9906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9901}
9902
9903bool ImGui::IsKeyReleased(ImGuiKey key)
9904{
9905 return IsKeyReleased(key, ImGuiKeyOwner_Any);
9906}
9907
9908bool ImGui::IsKeyReleased(ImGuiKey key, ImGuiID owner_id)
9909{

Callers

nothing calls this directly

Calls 1

GetKeyDataFunction · 0.85

Tested by

no test coverage detected