mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 05:20:14 -07:00
Debug input
This commit is contained in:
parent
0fee980626
commit
464479cac2
6 changed files with 15 additions and 4 deletions
|
|
@ -490,6 +490,9 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
debugText.setText(LWJGLInputSender.DEBUG_STRING.toString());
|
||||
LWJGLInputSender.DEBUG_STRING.setLength(0);
|
||||
|
||||
return true;
|
||||
// return !LWJGLInputSender.isGrabbing();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue