mirror of https://github.com/encounter/SDL.git
Corrected source comment.
This commit is contained in:
parent
92b12812ac
commit
bd1e1a93f2
|
@ -162,7 +162,7 @@ void Java_org_libsdl_app_SDLActivity_onNativePadUp(
|
|||
Android_OnPadUp(padId, keycode);
|
||||
}
|
||||
|
||||
// Padup
|
||||
/* Joy */
|
||||
void Java_org_libsdl_app_SDLActivity_onNativeJoy(
|
||||
JNIEnv* env, jclass jcls,
|
||||
jint joyId, jint axis, jfloat value)
|
||||
|
|
Loading…
Reference in New Issue