Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_xinputhaptic.c173 haptic->supported = SDL_HAPTIC_LEFTRIGHT; in SDL_XINPUT_HapticOpenFromUserIndex()
272 SDL_assert(base->type == SDL_HAPTIC_LEFTRIGHT); /* should catch this at higher level */ in SDL_XINPUT_HapticNewEffect()
280 SDL_assert(data->type == SDL_HAPTIC_LEFTRIGHT); in SDL_XINPUT_HapticUpdateEffect()
296 … SDL_assert(effect->effect.type == SDL_HAPTIC_LEFTRIGHT); /* should catch this at higher level */ in SDL_XINPUT_HapticRunEffect()
/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_haptic.c751 return ((haptic->supported & (SDL_HAPTIC_SINE|SDL_HAPTIC_LEFTRIGHT)) != 0); in SDL_HapticRumbleSupported()
780 } else if (haptic->supported & SDL_HAPTIC_LEFTRIGHT) { /* XInput? */ in SDL_HapticRumbleInit()
781 efx->type = SDL_HAPTIC_LEFTRIGHT; in SDL_HapticRumbleInit()
825 } else if (efx->type == SDL_HAPTIC_LEFTRIGHT) { in SDL_HapticRumblePlay()
/AliOS-Things-master/components/SDL2/test/
A Dtesthaptic.c266 if (supported & SDL_HAPTIC_LEFTRIGHT) { in main()
268 efx[nefx].type = SDL_HAPTIC_LEFTRIGHT; in main()
349 if (supported & SDL_HAPTIC_LEFTRIGHT) in HapticPrintSupported()
/AliOS-Things-master/components/SDL2/include/
A DSDL_haptic.h183 #define SDL_HAPTIC_LEFTRIGHT (1u<<2) macro
/AliOS-Things-master/components/SDL2/src/haptic/android/
A DSDL_syshaptic.c125 haptic->supported = SDL_HAPTIC_LEFTRIGHT; in OpenHaptic()
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c126 EV_TEST(FF_RUMBLE, SDL_HAPTIC_LEFTRIGHT); in EV_IsHaptic()
918 case SDL_HAPTIC_LEFTRIGHT: in SDL_SYS_ToFFEffect()

Completed in 15 milliseconds