Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2014-12-21 21:18:21
Size: 1539
Comment: Fixed camel case link by replacement.
Revision 4 as of 2015-12-04 23:09:40
Size: 1306
Comment: Added remark.
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
''You can add useful comments here''

##Leave this section as-is unless you have a remark to put in. In that case, replace ''You can add useful comments here'' with your remark(s) following the Style Guide instructions. Leave the rest of the markup alone and delete this comment.
The returned string must be freed with SDL_free().

DRAFT

SDL_GameControllerMappingForGUID

Use this function to get the game controller mapping string for a given GUID.

Syntax

char* SDL_GameControllerMappingForGUID(SDL_JoystickGUID guid)

Function Parameters

guid

a structure containing the GUID for which a mapping is desired

Return Value

Returns a mapping string or NULL on error; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

The returned string must be freed with SDL_free().


CategoryAPI, CategoryGameController

None: SDL_GameControllerMappingForGUID (last edited 2015-12-04 23:09:40 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit