Small fix to input

This commit is contained in:
pelya
2011-06-21 18:20:48 +03:00
parent 9093536e9d
commit 22783be067

View File

@@ -640,7 +640,7 @@ void SDL_ANDROID_WarpMouse(int x, int y)
{
if(!relativeMovement)
{
SDL_ANDROID_MainThreadPushMouseMotion(x, y);
//SDL_ANDROID_MainThreadPushMouseMotion(x, y);
}
else
{