Searched refs:BUTTON_CASE (Results 1 – 1 of 1) sorted by relevance
983 #define BUTTON_CASE(btn) case SDL_CONTROLLER_BUTTON_##btn: return #btn in ControllerButtonName() macro984 BUTTON_CASE(INVALID); in ControllerButtonName()985 BUTTON_CASE(A); in ControllerButtonName()986 BUTTON_CASE(B); in ControllerButtonName()987 BUTTON_CASE(X); in ControllerButtonName()988 BUTTON_CASE(Y); in ControllerButtonName()989 BUTTON_CASE(BACK); in ControllerButtonName()990 BUTTON_CASE(GUIDE); in ControllerButtonName()991 BUTTON_CASE(START); in ControllerButtonName()992 BUTTON_CASE(LEFTSTICK); in ControllerButtonName()[all …]