We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3090

Summary: SDL_AddTouch ignores the given name
Product: SDL Reporter: Martin Gerhardy <martin.gerhardy>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: All   

Description Martin Gerhardy 2015-08-12 07:53:43 UTC
It would be cool to be able to iterate over the list of touch devices to get their names. SDL_AddTouch already has a char pointer for the name, but it is not used. It should imo be stored in SDL_Touch and a function to loop over the names (or getting them by index) would be very nice.
Comment 1 Martin Gerhardy 2015-12-28 09:08:34 UTC
see bug 3189

*** This bug has been marked as a duplicate of bug 3189 ***