| 10478 | } |
| 10479 | |
| 10480 | bool ImGui::IsKeyReleased(ImGuiKey key) |
| 10481 | { |
| 10482 | return IsKeyReleased(key, ImGuiKeyOwner_Any); |
| 10483 | } |
| 10484 | |
| 10485 | bool ImGui::IsKeyReleased(ImGuiKey key, ImGuiID owner_id) |
| 10486 | { |
nothing calls this directly
no test coverage detected