Cleanup: Remove debug input textview

It was unused after the second version of the input system
This commit is contained in:
Mathias-Boulay 2023-03-02 16:12:30 +01:00
parent 7c3aacd2af
commit 84a09b26b3
6 changed files with 4 additions and 63 deletions

View file

@ -167,11 +167,10 @@ public class MainActivity extends BaseActivity implements ControlButtonMenuListe
switch(position) {
case 0: dialogForceClose(MainActivity.this); break;
case 1: openLogOutput(); break;
case 2: minecraftGLView.togglepointerDebugging(); break;
case 3: dialogSendCustomKey(); break;
case 4: adjustMouseSpeedLive(); break;
case 5: adjustGyroSensitivityLive(); break;
case 6: openCustomControls(); break;
case 2: dialogSendCustomKey(); break;
case 3: adjustMouseSpeedLive(); break;
case 4: adjustGyroSensitivityLive(); break;
case 5: openCustomControls(); break;
}
drawerLayout.closeDrawers();
};