Android: Added mouse initialization to reset state.

If the app is launched again then the shared object may be reused (on Android).
This commit is contained in:
Philipp Wiesemann
2016-01-12 22:23:00 +01:00
parent 46cb851018
commit 8d035b1aee
3 changed files with 12 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
#include "SDL_androidvideo.h"
extern void Android_InitMouse(void);
extern void Android_OnMouse( int button, int action, float x, float y);
#endif /* _SDL_androidmouse_h */