Removed Xpreria Play touchpad code

This commit is contained in:
pelya
2013-11-03 16:19:47 +02:00
parent 994456b228
commit df6afa23aa
3 changed files with 18 additions and 37 deletions

View File

@@ -834,7 +834,6 @@ class DemoGLSurfaceView extends GLSurfaceView_SDL {
public static native void nativeMotionEvent( int x, int y, int action, int pointerId, int pressure, int radius );
public static native int nativeKey( int keyCode, int down );
public static native void nativeTouchpad( int x, int y, int down, int multitouch );
public static native void initJavaCallbacks();
public static native void nativeHardwareMouseDetected( int detected );
public static native void nativeMouseButtonsPressed( int buttonId, int pressedState );