|
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.
Contents
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().
