| 9901 | } |
| 9902 | |
| 9903 | bool ImGui::IsKeyReleased(ImGuiKey key) |
| 9904 | { |
| 9905 | return IsKeyReleased(key, ImGuiKeyOwner_Any); |
| 9906 | } |
| 9907 | |
| 9908 | bool ImGui::IsKeyReleased(ImGuiKey key, ImGuiID owner_id) |
| 9909 | { |
nothing calls this directly
no test coverage detected