| 655 | } |
| 656 | |
| 657 | void disableNextItem() |
| 658 | { |
| 659 | ImGui::PushItemFlag(ImGuiItemFlags_Disabled, true); |
| 660 | ImGui::PushStyleVar(ImGuiStyleVar_Alpha, ImGui::GetStyle().Alpha * 0.5f); |
| 661 | } |
| 662 | |
| 663 | void enableNextItem() |
| 664 | { |
no outgoing calls
no test coverage detected