sub-blocks, part 2

works but result still kind of big
This commit is contained in:
tildearrow 2025-04-04 19:28:29 -05:00
parent d5f1d3c25c
commit 39ea7e6da0
4 changed files with 210 additions and 89 deletions

View file

@ -184,6 +184,12 @@ void FurnaceGUI::drawCSPlayer() {
}
}
}
ImGui::SameLine();
if (e->isHalted()) {
if (ImGui::Button("Resume")) e->resume();
} else {
if (ImGui::Button("Pause")) e->halt();
}
DivCSPlayer* cs=e->getStreamPlayer();
if (cs) {