mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -4390,14 +4390,14 @@ extern "C" {
|
|||||||
* - "1": Subsystem information will be logged.
|
* - "1": Subsystem information will be logged.
|
||||||
*
|
*
|
||||||
* This is generally meant to be used as an environment variable to let
|
* This is generally meant to be used as an environment variable to let
|
||||||
* end-users report what subsystems were chosen on their system, to aid
|
* end-users report what subsystems were chosen on their system, to aid in
|
||||||
* in debugging. Logged information is sent through SDL_Log(), which
|
* debugging. Logged information is sent through SDL_Log(), which means by
|
||||||
* means by default they appear on stdout on most platforms or maybe
|
* default they appear on stdout on most platforms or maybe
|
||||||
* OutputDebugString() on Windows, and can be funneled by the app with
|
* OutputDebugString() on Windows, and can be funneled by the app with
|
||||||
* SDL_SetLogOutputFunction(), etc.
|
* SDL_SetLogOutputFunction(), etc.
|
||||||
*
|
*
|
||||||
* This hint can be set anytime, but the specific logs are generated
|
* This hint can be set anytime, but the specific logs are generated during
|
||||||
* during subsystem init.
|
* subsystem init.
|
||||||
*
|
*
|
||||||
* \since This hint is available since SDL 3.4.0.
|
* \since This hint is available since SDL 3.4.0.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user