mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
6da4278d37
commit
454c85ad51
1 changed files with 3 additions and 1 deletions
|
@ -481,7 +481,9 @@ extern SDL_DECLSPEC Sint64 SDLCALL SDL_TellIO(SDL_IOStream *context);
|
||||||
*
|
*
|
||||||
* This function reads up `size` bytes from the data source to the area
|
* This function reads up `size` bytes from the data source to the area
|
||||||
* pointed at by `ptr`. This function may read less bytes than requested. It
|
* pointed at by `ptr`. This function may read less bytes than requested. It
|
||||||
* will return zero when the data stream is completely read, and SDL_GetIOStatus() will return SDL_IO_STATUS_EOF, or on error, and SDL_GetIOStatus() will return SDL_IO_STATUS_ERROR.
|
* will return zero when the data stream is completely read, and
|
||||||
|
* SDL_GetIOStatus() will return SDL_IO_STATUS_EOF, or on error, and
|
||||||
|
* SDL_GetIOStatus() will return SDL_IO_STATUS_ERROR.
|
||||||
*
|
*
|
||||||
* \param context a pointer to an SDL_IOStream structure.
|
* \param context a pointer to an SDL_IOStream structure.
|
||||||
* \param ptr a pointer to a buffer to read data into.
|
* \param ptr a pointer to a buffer to read data into.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue