|
@@ -36,6 +36,7 @@
|
|
|
#include "SDL_androidclipboard.h"
|
|
|
#include "SDL_androidevents.h"
|
|
|
#include "SDL_androidkeyboard.h"
|
|
|
+#include "SDL_androidmouse.h"
|
|
|
#include "SDL_androidtouch.h"
|
|
|
#include "SDL_androidwindow.h"
|
|
|
|
|
@@ -181,6 +182,8 @@ Android_VideoInit(_THIS)
|
|
|
|
|
|
Android_InitTouch();
|
|
|
|
|
|
+ Android_InitMouse();
|
|
|
+
|
|
|
/* We're done! */
|
|
|
return 0;
|
|
|
}
|