mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
GUI; add button
This commit is contained in:
parent
3d168fa0e0
commit
4e48e87313
1 changed files with 4 additions and 0 deletions
|
@ -591,6 +591,10 @@ void FurnaceGUI::drawMobileControls() {
|
|||
if (ImGui::Button("Compat Flags")) {
|
||||
compatFlagsOpen=!compatFlagsOpen;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("XYOsc")) {
|
||||
xyOscOpen=!xyOscOpen;
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
|
|
Loading…
Reference in a new issue