mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-26 19:33:44 +02:00
Android: preparation bug 4142, reduce usage of global variable Android_Window
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "SDL_androidvideo.h"
|
||||
|
||||
extern void Android_InitMouse(void);
|
||||
extern void Android_OnMouse(int button, int action, float x, float y, SDL_bool relative);
|
||||
extern void Android_OnMouse(SDL_Window *window, int button, int action, float x, float y, SDL_bool relative);
|
||||
extern void Android_QuitMouse(void);
|
||||
|
||||
#endif /* SDL_androidmouse_h_ */
|
||||
|
||||
Reference in New Issue
Block a user