Searched refs:SDL_HapticRunEffect (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/haptic/ |
A D | SDL_haptic.c | 555 SDL_HapticRunEffect(SDL_Haptic * haptic, int effect, Uint32 iterations) in SDL_HapticRunEffect() function 836 return SDL_HapticRunEffect(haptic, haptic->rumble_id, 1); in SDL_HapticRumblePlay()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 1071 extern DECLSPEC int SDLCALL SDL_HapticRunEffect(SDL_Haptic * haptic,
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testhaptic.c | 285 SDL_HapticRunEffect(haptic, id[i], 1); in main()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 176 #define SDL_HapticRunEffect SDL_HapticRunEffect_REAL macro
|
A D | SDL_dynapi_procs.h | 207 SDL_DYNAPI_PROC(int,SDL_HapticRunEffect,(SDL_Haptic *a, int b, Uint32 c),(a,b,c),return)
|
Completed in 14 milliseconds