GUI: and more mobile UI progress
This commit is contained in:
parent
2c18fe1051
commit
0fd72c53ef
4 changed files with 17 additions and 1 deletions
|
|
@ -3349,6 +3349,8 @@ bool FurnaceGUI::loop() {
|
|||
if (mobileUI) {
|
||||
globalWinFlags=ImGuiWindowFlags_NoTitleBar|ImGuiWindowFlags_NoMove|ImGuiWindowFlags_NoResize|ImGuiWindowFlags_NoBringToFrontOnFocus;
|
||||
//globalWinFlags=ImGuiWindowFlags_NoTitleBar;
|
||||
// scene handling goes here!
|
||||
pianoOpen=true;
|
||||
drawMobileControls();
|
||||
drawPattern();
|
||||
drawPiano();
|
||||
|
|
@ -4882,6 +4884,7 @@ FurnaceGUI::FurnaceGUI():
|
|||
curFileDialog(GUI_FILE_OPEN),
|
||||
warnAction(GUI_WARN_OPEN),
|
||||
postWarnAction(GUI_WARN_GENERIC),
|
||||
mobScene(GUI_SCENE_PATTERN),
|
||||
fileDialog(NULL),
|
||||
scrW(1280),
|
||||
scrH(800),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue