A variable controlling whether the keyboard should be muted on the console.
Defined in <SDL3/SDL_hints.h>
#define SDL_HINT_MUTE_CONSOLE_KEYBOARD "SDL_MUTE_CONSOLE_KEYBOARD"
Normally the keyboard is muted while SDL applications are running so that keyboard input doesn't show up as key strokes on the console. This hint allows you to turn that off for debugging purposes.
The variable can be set to the following values:
This hint should be set before SDL is initialized.
This hint is available since SDL 3.1.3.