mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
iostream: clarified SDL_IO_STATUS_READY documentation.
This commit is contained in:
parent
3e018517c3
commit
8ddf05855b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ extern "C" {
|
|||
*/
|
||||
typedef enum SDL_IOStatus
|
||||
{
|
||||
SDL_IO_STATUS_READY, /**< Everything is ready (no error or EOF). */
|
||||
SDL_IO_STATUS_READY, /**< Everything is ready (no errors and not EOF). */
|
||||
SDL_IO_STATUS_ERROR, /**< Read or write I/O error */
|
||||
SDL_IO_STATUS_EOF, /**< End of file */
|
||||
SDL_IO_STATUS_NOT_READY, /**< Non blocking I/O, not ready */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue