logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_HINT_JOYSTICK_HAPTIC_AXES - A variable containing a list of devices and their desired number of

Availability

       This hint is available since SDL 3.2.5.

Simple Directmedia Layer                           SDL 3.2.10                   SDL_HINT_JOYSTICK_HAPTIC_AXES(3)

Description

       The format of the string is a comma separated list of USB VID/PID pairs  in  hexadecimal  form  plus  the
       number of desired axes, e.g.  0xAAAA/0xBBBB/1,0xCCCC/0xDDDD/3 This hint supports a "wildcard" device that
       will set the number of haptic axes on all initialized haptic devices which were not defined explicitly in
       this  hint.   0xFFFF/0xFFFF/1 This hint should be set before a controller is opened. The number of haptic
       axes won't exceed the number of real axes found on the device.

Header File

       Defined in SDL3/SDL_hints.h

Name

       SDL_HINT_JOYSTICK_HAPTIC_AXES  -  A  variable  containing  a  list of devices and their desired number of
       haptic (force feedback) enabled axis.

Synopsis

#include"SDL3/SDL.h"#defineSDL_HINT_JOYSTICK_HAPTIC_AXESSDL_JOYSTICK_HAPTIC_AXES"

See Also