Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_haptic.c555 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 DSDL_haptic.h1071 extern DECLSPEC int SDLCALL SDL_HapticRunEffect(SDL_Haptic * haptic,
/AliOS-Things-master/components/SDL2/test/
A Dtesthaptic.c285 SDL_HapticRunEffect(haptic, id[i], 1); in main()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h176 #define SDL_HapticRunEffect SDL_HapticRunEffect_REAL macro
A DSDL_dynapi_procs.h207 SDL_DYNAPI_PROC(int,SDL_HapticRunEffect,(SDL_Haptic *a, int b, Uint32 c),(a,b,c),return)

Completed in 14 milliseconds