mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-17 02:08:27 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
dc639956ba
commit
4a2683e2c1
1 changed files with 3 additions and 1 deletions
|
@ -425,7 +425,9 @@ extern SDL_DECLSPEC void SDLCALL SDL_LogMessageV(int category,
|
||||||
/**
|
/**
|
||||||
* The prototype for the log output callback function.
|
* The prototype for the log output callback function.
|
||||||
*
|
*
|
||||||
* This function is called by SDL when there is new text to be logged. A mutex is held so that this function is never called by more than one thread at once.
|
* This function is called by SDL when there is new text to be logged. A mutex
|
||||||
|
* is held so that this function is never called by more than one thread at
|
||||||
|
* once.
|
||||||
*
|
*
|
||||||
* \param userdata what was passed as `userdata` to
|
* \param userdata what was passed as `userdata` to
|
||||||
* SDL_SetLogOutputFunction().
|
* SDL_SetLogOutputFunction().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue