Added "mouse" support for the Android touch screen
This commit is contained in:
parent
70c916a415
commit
cab4e0652a
7 changed files with 108 additions and 8 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
struct SDL_Cursor
|
||||
{
|
||||
SDL_Cursor *next;
|
||||
struct SDL_Cursor *next;
|
||||
void *driverdata;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue