Searched refs:autocenter (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_windowshaptic.c | 406 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 D | SDL_dinputhaptic_c.h | 42 extern int SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
|
A D | SDL_xinputhaptic_c.h | 42 extern int SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
|
A D | SDL_xinputhaptic.c | 341 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 D | SDL_dinputhaptic.c | 1127 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 D | SDL_haptic.c | 672 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 D | SDL_syshaptic.h | 183 extern int SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
|
/AliOS-Things-master/components/SDL2/src/haptic/dummy/ |
A D | SDL_syshaptic.c | 161 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 1150 int autocenter);
|
/AliOS-Things-master/components/SDL2/src/haptic/android/ |
A D | SDL_syshaptic.c | 279 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 1128 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 D | SDL_syshaptic.c | 1364 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