Home
last modified time | relevance | path

Searched refs:map_StringForControllerButton (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c529 static const char* map_StringForControllerButton[] = { variable
557 for (entry = 0; map_StringForControllerButton[entry]; ++entry) { in SDL_GameControllerGetButtonFromString()
558 if (SDL_strcasecmp(pchString, map_StringForControllerButton[entry]) == 0) in SDL_GameControllerGetButtonFromString()
570 return map_StringForControllerButton[axis]; in SDL_GameControllerGetStringForButton()

Completed in 6 milliseconds