logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_AsyncIOTaskType - Types of asynchronous I/O tasks.

Availability

       This enum is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                         SDL_AsyncIOTaskType(3type)

Name

       SDL_AsyncIOTaskType - Types of asynchronous I/O tasks.

Synopsis

#include<SDL3/SDL_asyncio.h>typedefenumSDL_AsyncIOTaskType{SDL_ASYNCIO_TASK_READ,/**<Areadoperation.*/SDL_ASYNCIO_TASK_WRITE,/**<Awriteoperation.*/SDL_ASYNCIO_TASK_CLOSE/**<Acloseoperation.*/}SDL_AsyncIOTaskType;

See Also