| 171 | } |
| 172 | |
| 173 | void PopStyleHeader() { |
| 174 | ImGui::PopStyleColor(3); |
| 175 | } |
| 176 | |
| 177 | bool Button(const char* label, const ButtonOptions& options) { |
| 178 | ImGui::BeginDisabled(options.disabled); |
nothing calls this directly
no outgoing calls
no test coverage detected