Android: fix prototype of Android_JNI_InitTouch
This commit is contained in:
parent
7a1d1baefc
commit
b44a7aea8f
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue