SDL_AsyncIO.3type - Man Page

The asynchronous I/O operation structure.

Synopsis

#include <SDL3/SDL_asyncio.h>

typedef struct SDL_AsyncIO SDL_AsyncIO;

Description

This operates as an opaque handle. One can then request read or write operations on it.

Availability

This struct is available since SDL 3.2.0.

See Also

SDL_AsyncIOFromFile(3)

Info

SDL 3.4.0 Simple Directmedia Layer SDL3 DATATYPES