Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtesthaptic.c175 for (i = 0; i < SDL_HapticNumAxes(haptic); i++) { in main()
194 for (i = 0; i < SDL_HapticNumAxes(haptic); i++) { in main()
212 for (i = 0; i < SDL_HapticNumAxes(haptic); i++) { in main()
231 for (i = 0; i < SDL_HapticNumAxes(haptic); i++) { in main()
/AliOS-Things-master/components/SDL2/include/
A DSDL_haptic.h1002 extern DECLSPEC int SDLCALL SDL_HapticNumAxes(SDL_Haptic * haptic);
/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_haptic.c449 SDL_HapticNumAxes(SDL_Haptic * haptic) in SDL_HapticNumAxes() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h172 #define SDL_HapticNumAxes SDL_HapticNumAxes_REAL macro
A DSDL_dynapi_procs.h203 SDL_DYNAPI_PROC(int,SDL_HapticNumAxes,(SDL_Haptic *a),(a),return)

Completed in 19 milliseconds