summaryrefslogtreecommitdiff
path: root/Source/3rdParty/SDL2/src/video/android/SDL_androidmouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/3rdParty/SDL2/src/video/android/SDL_androidmouse.h')
-rw-r--r--Source/3rdParty/SDL2/src/video/android/SDL_androidmouse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/3rdParty/SDL2/src/video/android/SDL_androidmouse.h b/Source/3rdParty/SDL2/src/video/android/SDL_androidmouse.h
index f201fad..eca9e47 100644
--- a/Source/3rdParty/SDL2/src/video/android/SDL_androidmouse.h
+++ b/Source/3rdParty/SDL2/src/video/android/SDL_androidmouse.h
@@ -25,7 +25,8 @@
#include "SDL_androidvideo.h"
extern void Android_InitMouse(void);
-extern void Android_OnMouse( int button, int action, float x, float y);
+extern void Android_OnMouse(int button, int action, float x, float y, SDL_bool relative);
+extern void Android_QuitMouse(void);
#endif /* SDL_androidmouse_h_ */