OPNA: ExtCh system copy-paste

This commit is contained in:
tildearrow 2022-05-18 22:49:21 -05:00
parent 51d09ba407
commit dad1e71a33
8 changed files with 684 additions and 10 deletions

View file

@ -3043,14 +3043,7 @@ bool FurnaceGUI::loop() {
ImGui::DockSpace(dockID);
ImGui::End();
if (ImGui::Begin("Mobile Controls")) {
ImGui::Text("Hi!");
if (ImGui::Button("Get me out of here")) {
toggleMobileUI(false);
}
}
ImGui::End();
drawMobileControls();
drawPattern();
drawPiano();
} else {