GUI: work around Android backspace issue
This commit is contained in:
parent
a4fe7ddb76
commit
ce08a62548
4 changed files with 28 additions and 1 deletions
|
|
@ -244,6 +244,14 @@ void FurnaceGUI::drawMobileControls() {
|
|||
mobileMenuOpen=false;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Log")) {
|
||||
logOpen=!logOpen;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Debug")) {
|
||||
debugOpen=!debugOpen;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("About")) {
|
||||
mobileMenuOpen=false;
|
||||
mobileMenuPos=0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue