Home
last modified time | relevance | path

Searched refs:autocenter (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_windowshaptic.c406 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
409 return SDL_XINPUT_HapticSetAutocenter(haptic, autocenter); in SDL_SYS_HapticSetAutocenter()
411 return SDL_DINPUT_HapticSetAutocenter(haptic, autocenter); in SDL_SYS_HapticSetAutocenter()
A DSDL_dinputhaptic_c.h42 extern int SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
A DSDL_xinputhaptic_c.h42 extern int SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
A DSDL_xinputhaptic.c341 SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_XINPUT_HapticSetAutocenter() argument
462 SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_XINPUT_HapticSetAutocenter() argument
A DSDL_dinputhaptic.c1127 SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_DINPUT_HapticSetAutocenter() argument
1137 dipdw.dwData = (autocenter == 0) ? DIPROPAUTOCENTER_OFF : in SDL_DINPUT_HapticSetAutocenter()
1284 SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_DINPUT_HapticSetAutocenter() argument
/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_haptic.c672 SDL_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_HapticSetAutocenter() argument
682 if ((autocenter < 0) || (autocenter > 100)) { in SDL_HapticSetAutocenter()
686 if (SDL_SYS_HapticSetAutocenter(haptic, autocenter) < 0) { in SDL_HapticSetAutocenter()
A DSDL_syshaptic.h183 extern int SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
/AliOS-Things-master/components/SDL2/src/haptic/dummy/
A DSDL_syshaptic.c161 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
/AliOS-Things-master/components/SDL2/include/
A DSDL_haptic.h1150 int autocenter);
/AliOS-Things-master/components/SDL2/src/haptic/android/
A DSDL_syshaptic.c279 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c1128 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
1134 ie.value = (0xFFFFUL * autocenter) / 100; in SDL_SYS_HapticSetAutocenter()
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c1364 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
1370 if (autocenter == 0) { in SDL_SYS_HapticSetAutocenter()

Completed in 30 milliseconds