SDL_AsyncIO.3type - Man Page

The asynchronous I/O operation structure.

Header File

Defined in SDL3/SDL_asyncio.h

Synopsis

#include "SDL3/SDL.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

·(3), SDL_AsyncIOFromFile(3)

Info

SDL 3.2.2 Simple Directmedia Layer SDL3 DATATYPES