mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-13 23:08:13 +00:00
Android: fix prototype of Android_JNI_InitTouch
This commit is contained in:
@@ -93,7 +93,7 @@ void Android_JNI_HapticStop(int device_id);
|
||||
void Android_JNI_SuspendScreenSaver(SDL_bool suspend);
|
||||
|
||||
/* Touch support */
|
||||
int Android_JNI_InitTouch(void);
|
||||
void Android_JNI_InitTouch(void);
|
||||
void Android_JNI_SetSeparateMouseAndTouch(SDL_bool new_value);
|
||||
|
||||
/* Threads */
|
||||
|
Reference in New Issue
Block a user