table of contents
other versions
SDL_HapticNumAxes(3) | SDL3 FUNCTIONS | SDL_HapticNumAxes(3) |
NAME¶
SDL_HapticNumAxes - Get the number of haptic axes the device has.
SYNOPSIS¶
#include "SDL3/SDL.h"
int SDL_HapticNumAxes(SDL_Haptic * haptic);
DESCRIPTION¶
The number of haptic axes might be useful if working with the
SDL_HapticDirection
effect.
FUNCTION PARAMETERS¶
- haptic
- the SDL_Haptic
device to query
RETURN VALUE¶
Returns the number of axes on success or a negative error code on failure; call SDL_GetError () for more information.
AVAILABILITY¶
This function is available since SDL 3.0.0.
SDL 3.0.0 | SDL |