mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-29 12:57:25 +02:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user