Scroll to navigation

SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE(3) SDL3 FUNCTIONS SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE(3)

NAME

SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE - A variable controlling whether extended input reports should be used for PS4 controllers when using the HIDAPI driver.

HEADER FILE

Defined in SDL3/SDL_hints.h

SYNOPSIS

#include "SDL3/SDL.h"
#define SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE SDL_JOYSTICK_HIDAPI_PS4_RUMBLE"

DESCRIPTION

The variable can be set to the following values:

• "0": extended reports are not enabled. (default)

• "1": extended reports are enabled.

Extended input reports allow rumble on Bluetooth PS4 controllers, but break DirectInput handling for applications that don't use SDL.

Once extended reports are enabled, they can not be disabled without power cycling the controller.

For compatibility with applications written for versions of SDL prior to the introduction of PS5 controller support, this value will also control the state of extended reports on PS5 controllers when the

SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE

hint is not explicitly set.

This hint can be enabled anytime.

AVAILABILITY

This hint is available since SDL 3.1.3.

SDL 3.1.6 Simple Directmedia Layer