This commit is contained in:
2024-06-24 10:56:16 +01:00
parent d962361e36
commit a3fa504bee

View File

@@ -525,9 +525,7 @@ bool VideoDriver_SDL::PollEvent()
}
if (_cursor.UpdateCursorPosition(x, y)) {
#ifndef __ANDROID__ // No mouse warping on Android, mouse strictly follows finger
SDL_WarpMouse(_cursor.pos.x, _cursor.pos.y);
#endif
}
HandleMouseEvents();
break;