Commented out callbacks in SDL 1.2 which made SDL think the device supports mouse warping

This commit is contained in:
pelya
2010-11-09 20:35:06 +02:00
parent 754b7edd1c
commit ef502a2129

View File

@@ -178,8 +178,8 @@ static SDL_VideoDevice *ANDROID_CreateDevice(int devindex)
device->FreeWMCursor = ANDROID_FreeWMCursor;
device->CreateWMCursor = ANDROID_CreateWMCursor;
device->ShowWMCursor = ANDROID_ShowWMCursor;
device->WarpWMCursor = ANDROID_WarpWMCursor;
device->MoveWMCursor = ANDROID_MoveWMCursor;
//device->WarpWMCursor = ANDROID_WarpWMCursor;
//device->MoveWMCursor = ANDROID_MoveWMCursor;
return device;
}