OPNA: ExtCh system copy-paste
This commit is contained in:
parent
51d09ba407
commit
dad1e71a33
8 changed files with 684 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue