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 - SDL_AddTouch ignores the given name
Summary: SDL_AddTouch ignores the given name
Status: RESOLVED DUPLICATE of bug 3189
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 enhancement
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-12 07:53 UTC by Martin Gerhardy
Modified: 2015-12-28 09:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***