We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b308172 commit f1a3a18Copy full SHA for f1a3a18
include/SDL_hints.h
@@ -427,20 +427,6 @@ extern "C" {
427
*/
428
#define SDL_HINT_ENABLE_SCREEN_KEYBOARD "SDL_ENABLE_SCREEN_KEYBOARD"
429
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
-
444
/**
445
* A variable controlling verbosity of the logging of SDL events pushed onto
446
* the internal queue.
0 commit comments