mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
138f3a3c91
commit
04845bd39c
1 changed files with 2 additions and 2 deletions
|
|
@ -1557,8 +1557,8 @@ typedef void (SDLCALL *SDL_AudioStreamCallback)(void *userdata, SDL_AudioStream
|
|||
* Setting a NULL function turns off the callback.
|
||||
*
|
||||
* \param stream the audio stream to set the new callback on.
|
||||
* \param callback the new callback function to call when data is requested from the
|
||||
* stream.
|
||||
* \param callback the new callback function to call when data is requested
|
||||
* from the stream.
|
||||
* \param userdata an opaque pointer provided to the callback for its own
|
||||
* personal use.
|
||||
* \returns SDL_TRUE on success or SDL_FALSE on failure; call SDL_GetError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue