mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 12:30:11 -07:00
Update lib for another attempt
This commit is contained in:
parent
139064fdc9
commit
976c43536c
17 changed files with 57 additions and 76 deletions
|
|
@ -5,7 +5,7 @@ import android.util.*;
|
|||
import android.view.*;
|
||||
import com.kdt.glsupport.*;
|
||||
|
||||
public class MinecraftGLView extends GLTextureView
|
||||
public class MinecraftGLView extends TextureView
|
||||
{
|
||||
// private View.OnTouchListener mTouchListener;
|
||||
public MinecraftGLView(Context context) {
|
||||
|
|
@ -17,18 +17,5 @@ public class MinecraftGLView extends GLTextureView
|
|||
super(context, attributeSet);
|
||||
//setPreserveEGLContextOnPause(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setOnTouchListener(View.OnTouchListener l)
|
||||
{
|
||||
super.setOnTouchListener(l);
|
||||
// mTouchListener = l;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setOnClickListener(View.OnClickListener l)
|
||||
{
|
||||
super.setOnClickListener(l);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue