Fixed a typo (thanks, Ethan!).
This commit is contained in:
parent
4bf8e7bd24
commit
7c5943b1ee
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ typedef struct SDL_GameControllerButtonBind
|
||||||
*
|
*
|
||||||
* \return 1 if mapping is added, 0 if updated, -1 on error
|
* \return 1 if mapping is added, 0 if updated, -1 on error
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_GameControllerAddMapping( const char* mappingSring );
|
extern DECLSPEC int SDLCALL SDL_GameControllerAddMapping( const char* mappingString );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a mapping string for a GUID
|
* Get a mapping string for a GUID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue