Wiki Page Content

Revision 1 as of 2013-10-29 20:40:30

Clear message

DRAFT

SDL_GameControllerGetStringForButton

Use this function to turn a button enum into a string mapping.

Syntax

const char* SDL_GameControllerGetStringForButton(SDL_GameControllerButton button)

Function Parameters

button

a button enum value

Return Value

Returns a string mapping on success or NULL on failure.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.0.


CategoryAPI, CategoryGameController

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