GUI: even more mobile work
This commit is contained in:
parent
d021005f26
commit
0ac92209d0
11 changed files with 353 additions and 277 deletions
|
|
@ -138,12 +138,22 @@ void FurnaceGUI::drawMobileControls() {
|
|||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
if (ImGui::Button("Create Ins")) {
|
||||
doAction(GUI_ACTION_INS_LIST_ADD);
|
||||
if (settings.unifiedDataView) {
|
||||
drawInsList(true);
|
||||
} else {
|
||||
switch (mobScene) {
|
||||
case GUI_SCENE_WAVETABLE:
|
||||
drawWaveList(true);
|
||||
break;
|
||||
case GUI_SCENE_SAMPLE:
|
||||
drawSampleList(true);
|
||||
break;
|
||||
default:
|
||||
drawInsList(true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
ImGui::Text("Data list goes here...");
|
||||
|
||||
if (ImGui::Button("New")) {
|
||||
mobileMenuOpen=false;
|
||||
//doAction(GUI_ACTION_NEW);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue