| 260 | #endif |
| 261 | |
| 262 | bool SampleUI::BuildUIScriptsAndEtc(void) |
| 263 | { |
| 264 | bool scriptsActive = false; |
| 265 | if (m_app.GetCaptureScriptManager()->ScriptProgressUI()) |
| 266 | scriptsActive = true; |
| 267 | |
| 268 | if (scriptsActive) |
| 269 | ImGui::Text("================================================="); |
| 270 | |
| 271 | return scriptsActive; |
| 272 | } |
| 273 | |
| 274 | void SampleUI::BuildUIResolutionPicker() |
| 275 | { |
nothing calls this directly
no test coverage detected