project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SDLActivity.java
branchhedgeroid
changeset 6332 5d9cc2441c48
parent 6047 10011f051f9c
child 6350 41b0a9955c47
equal deleted inserted replaced
6330:1bde8940e1bb 6332:5d9cc2441c48
   119 
   119 
   120 	public static native void onNativeKeyDown(int keycode);
   120 	public static native void onNativeKeyDown(int keycode);
   121 
   121 
   122 	public static native void onNativeKeyUp(int keycode);
   122 	public static native void onNativeKeyUp(int keycode);
   123 
   123 
   124 	public static native void onNativeTouch(int action, int pointer, float x, float y,
   124 	public static native void onNativeTouch(int touchDevId, int pointerFingerId, int action, float x, float y,
   125 			float p);
   125 			float p);
   126 
   126 
   127 	public static native void onNativeAccel(float x, float y, float z);
   127 	public static native void onNativeAccel(float x, float y, float z);
   128 
   128 
   129 	public static native void nativeRunAudioThread();
   129 	public static native void nativeRunAudioThread();