Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_main.c21 #if defined SDL_JOYSTICK_DISABLED || defined SDL_HAPTIC_DISABLED in main_testInitQuitJoystickHaptic()
49 #if defined SDL_JOYSTICK_DISABLED || defined SDL_HAPTIC_DISABLED || defined SDL_GAMECONTROLLER_DISA… in main_testInitQuitSubSystem()
77 #if defined SDL_JOYSTICK_DISABLED || defined SDL_GAMECONTROLLER_DISABLED in main_testImpliedJoystickInit()
102 #if defined SDL_JOYSTICK_DISABLED || defined SDL_GAMECONTROLLER_DISABLED in main_testImpliedJoystickQuit()
A Dtesthotplug.c21 #if !defined SDL_JOYSTICK_DISABLED && !defined SDL_HAPTIC_DISABLED
A Dtestjoystick.c25 #ifndef SDL_JOYSTICK_DISABLED
A Dtestgamecontroller.c25 #ifndef SDL_JOYSTICK_DISABLED
A Dcontrollermap.c22 #ifndef SDL_JOYSTICK_DISABLED
/AliOS-Things-master/components/SDL2/src/
A DSDL.c232 #if !SDL_JOYSTICK_DISABLED in SDL_InitSubSystem()
245 #if !SDL_JOYSTICK_DISABLED in SDL_InitSubSystem()
307 #if !SDL_JOYSTICK_DISABLED in SDL_QuitSubSystem()
/AliOS-Things-master/components/SDL2/include/
A DSDL_config_minimal.h62 #define SDL_JOYSTICK_DISABLED 1 macro
A DSDL_config_os2.h32 #define SDL_JOYSTICK_DISABLED 1 macro
A DSDL_config_winrt.h193 #define SDL_JOYSTICK_DISABLED 1 macro
A DSDL_config.h.cmake235 #cmakedefine SDL_JOYSTICK_DISABLED @SDL_JOYSTICK_DISABLED@
A DSDL_config.h.in232 #undef SDL_JOYSTICK_DISABLED
/AliOS-Things-master/components/SDL2/src/joystick/dummy/
A DSDL_sysjoystick.c23 #if defined(SDL_JOYSTICK_DUMMY) || defined(SDL_JOYSTICK_DISABLED)
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m40 #if !SDL_JOYSTICK_DISABLED
382 #if !SDL_JOYSTICK_DISABLED
407 #endif /* !SDL_JOYSTICK_DISABLED */
475 #if !SDL_JOYSTICK_DISABLED
494 #endif /* !SDL_JOYSTICK_DISABLED */
/AliOS-Things-master/components/SDL2/src/joystick/alios/
A DSDL_sysjoystick.c23 #if defined(SDL_JOYSTICK_ALIOS) || defined(SDL_JOYSTICK_DISABLED)
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c30 #if !SDL_JOYSTICK_DISABLED
689 #if !SDL_JOYSTICK_DISABLED in SDL_PumpEvents()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick.c73 #if (defined(__IPHONEOS__) || defined(__TVOS__)) && !defined(SDL_JOYSTICK_DISABLED)
94 #if defined(SDL_JOYSTICK_DUMMY) || defined(SDL_JOYSTICK_DISABLED)

Completed in 35 milliseconds