mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-21 13:36:15 +00:00
parent
e29c0661cc
commit
d0bbfdbfb8
179 changed files with 1260 additions and 1101 deletions
|
|
@ -2480,7 +2480,6 @@ void Android_JNI_DestroyCustomCursor(int cursorID)
|
|||
{
|
||||
JNIEnv *env = Android_JNI_GetEnv();
|
||||
(*env)->CallStaticVoidMethod(env, mActivityClass, midDestroyCustomCursor, cursorID);
|
||||
return;
|
||||
}
|
||||
|
||||
SDL_bool Android_JNI_SetCustomCursor(int cursorID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue