Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Corrected source comment.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/core/android/SDL_android.c
|
@@ -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) |
|
|