Steam Controller mappings are now part of SDL
Simple DirectMedia Layer, better known as SDL, is a cross-platform software library used by games, emulators, ports, and other apps. It gives developers a common way to handle input devices, audio, keyboard, mouse, joystick, and graphics access across operating systems.
The latest SDL update adds support for Valve’s 2026 Steam Controller. This means software using SDL can now recognize the controller directly on Windows and Linux without requiring the Steam client to run in the background. Steam Controller mappings can now be recognized on both platforms without Steam Client being active.

Source: Valve
This does not mean every non-Steam game will automatically support the controller. Developers need to use SDL for input handling, and their games or apps need to ship with an SDL build that includes this update. In other words, support depends on the software adopting the updated library or updated controller mappings.
The first SDL change added support for the new controller’s touchpads, capacitive stick touch, and grip sense handling. Testers verified that the controller functioned both with and without Steam running. Gyro support was already present before that change.

Source: Github
A second SDL change added the Steam Controller mapping itself. Mapping was merged on May 16, 2026, and maps the buttons for the 2026 Steam Controller through SDL. This should improve support in games, emulators, and ports that already rely on SDL for controller input.
Games that do not use SDL may still require Steam Input, XInput wrappers, or other workarounds. Some Microsoft Store and Game Pass titles may also remain problematic depending on how they handle controller input. For emulators and open-source ports, however, this update removes one of the bigger limitations of using the new Steam Controller outside Valve’s client.
Source: Phoronix, NotebookCheck