GUI; add button
This commit is contained in:
parent
3d168fa0e0
commit
4e48e87313
|
@ -591,6 +591,10 @@ void FurnaceGUI::drawMobileControls() {
|
||||||
if (ImGui::Button("Compat Flags")) {
|
if (ImGui::Button("Compat Flags")) {
|
||||||
compatFlagsOpen=!compatFlagsOpen;
|
compatFlagsOpen=!compatFlagsOpen;
|
||||||
}
|
}
|
||||||
|
ImGui::SameLine();
|
||||||
|
if (ImGui::Button("XYOsc")) {
|
||||||
|
xyOscOpen=!xyOscOpen;
|
||||||
|
}
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue