mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
Cleanup: Remove debug input textview
It was unused after the second version of the input system
This commit is contained in:
parent
7c3aacd2af
commit
84a09b26b3
6 changed files with 4 additions and 63 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue