| 9664 | } |
| 9665 | |
| 9666 | bool ImGui::IsKeyReleased(ImGuiKey key) |
| 9667 | { |
| 9668 | return IsKeyReleased(key, ImGuiKeyOwner_Any); |
| 9669 | } |
| 9670 | |
| 9671 | bool ImGui::IsKeyReleased(ImGuiKey key, ImGuiID owner_id) |
| 9672 | { |
nothing calls this directly
no test coverage detected