Fixed bug #5118 - [Android] PointerIcon leak in Cursor API

This commit is contained in:
Sylvain
2021-12-21 22:07:17 +01:00
parent 5ca0926d8d
commit a1e992b110
4 changed files with 27 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ int Android_JNI_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *bu
/* Cursor support */
int Android_JNI_CreateCustomCursor(SDL_Surface *surface, int hot_x, int hot_y);
void Android_JNI_DestroyCustomCursor(int cursorID);
SDL_bool Android_JNI_SetCustomCursor(int cursorID);
SDL_bool Android_JNI_SetSystemCursor(int cursorID);