include/SDL2/SDL_haptic.h
@@ -336,6 +336,14 @@ */ #define SDL_HAPTIC_SPHERICAL 2 /** * \brief Use this value to play an effect on the steering wheel axis. This * provides better compatibility across platforms and devices as SDL will guess * the correct axis. * \sa SDL_HapticDirection */ #define SDL_HAPTIC_STEERING_AXIS 3 /* @} *//* Direction encodings */ /* @} *//* Haptic features */ @@ -444,6 +452,7 @@ * \sa SDL_HAPTIC_POLAR * \sa SDL_HAPTIC_CARTESIAN * \sa SDL_HAPTIC_SPHERICAL * \sa SDL_HAPTIC_STEERING_AXIS * \sa SDL_HapticEffect * \sa SDL_HapticNumAxes */