mirror of
https://github.com/encounter/SDL.git
synced 2025-12-18 17:35:39 +00:00
Fixed bug #2032: add SDL_GetTouchName to expose the driver name of the device (Thanks @mgerhardy!)
This commit is contained in:
@@ -31,6 +31,7 @@ typedef struct SDL_Touch
|
||||
int num_fingers;
|
||||
int max_fingers;
|
||||
SDL_Finger** fingers;
|
||||
char *name;
|
||||
} SDL_Touch;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user