Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c983 #define BUTTON_CASE(btn) case SDL_CONTROLLER_BUTTON_##btn: return #btn in ControllerButtonName() macro
984 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 …]