Added "mouse" support for the Android touch screen

This commit is contained in:
Sam Lantinga 2011-01-13 18:31:15 -08:00
parent 70c916a415
commit cab4e0652a
7 changed files with 108 additions and 8 deletions

View file

@ -26,7 +26,7 @@
struct SDL_Cursor
{
SDL_Cursor *next;
struct SDL_Cursor *next;
void *driverdata;
};