diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index e6fbe64d03..b7dee86647 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -30,6 +30,7 @@ #include #ifdef __ANDROID__ #include +#include #endif #include "../safeguards.h" @@ -429,6 +430,7 @@ bool VideoDriver_SDL::CreateMainSurface(uint w, uint h) if (!_multitouch_device) { _multitouch_device = SDL_JoystickOpen(0); } + SDL_ANDROID_SetSystemMousePointerVisible(0); // We have our own cursor, only works on Android N #endif return true;