Searched refs:SDL_HapticNumAxes (Results 1 – 5 of 5) sorted by relevance
175 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()
1002 extern DECLSPEC int SDLCALL SDL_HapticNumAxes(SDL_Haptic * haptic);
449 SDL_HapticNumAxes(SDL_Haptic * haptic) in SDL_HapticNumAxes() function
172 #define SDL_HapticNumAxes SDL_HapticNumAxes_REAL macro
203 SDL_DYNAPI_PROC(int,SDL_HapticNumAxes,(SDL_Haptic *a),(a),return)
Completed in 19 milliseconds