mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-09-10 10:36:31 -06:00
Update JavaGUILauncherActivity.java
This commit is contained in:
parent
ba1d8db65e
commit
f2adae6bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class JavaGUILauncherActivity extends BaseActivity implements View.OnTouc
|
|||
});
|
||||
|
||||
mTouchPad.setOnTouchListener(new View.OnTouchListener() {
|
||||
float prevX, prevY;
|
||||
float prevX = 0, prevY = 0;
|
||||
@Override
|
||||
public boolean onTouch(View v, MotionEvent event) {
|
||||
// MotionEvent reports input details from the touch screen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue