Skip to content

Commit f1a3a18

Browse files
committed
Removed SDL_HINT_ENABLE_STEAM_CONTROLLERS
This was only respected on Steam Link hardware, which now uses SDL3 where it has been replaced by SDL_HINT_JOYSTICK_HIDAPI_STEAM.
1 parent b308172 commit f1a3a18

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

include/SDL_hints.h

-14
Original file line numberDiff line numberDiff line change
@@ -427,20 +427,6 @@ extern "C" {
427427
*/
428428
#define SDL_HINT_ENABLE_SCREEN_KEYBOARD "SDL_ENABLE_SCREEN_KEYBOARD"
429429

430-
/**
431-
* A variable that controls whether Steam Controllers should be exposed using
432-
* the SDL joystick and game controller APIs
433-
*
434-
* The variable can be set to the following values:
435-
*
436-
* - "0": Do not scan for Steam Controllers
437-
* - "1": Scan for Steam Controllers (the default)
438-
*
439-
* The default value is "1". This hint must be set before initializing the
440-
* joystick subsystem.
441-
*/
442-
#define SDL_HINT_ENABLE_STEAM_CONTROLLERS "SDL_ENABLE_STEAM_CONTROLLERS"
443-
444430
/**
445431
* A variable controlling verbosity of the logging of SDL events pushed onto
446432
* the internal queue.

0 commit comments

Comments
 (0)