SDL_WriteU8

Use this function to write a byte to an SDL_IOStream.

extern (C) nothrow @nogc extern
bool
SDL_WriteU8

Parameters

dst SDL_IOStream*

the SDL_IOStream to write to.

value Uint8

the byte value to write.

Return Value

Type: bool

true on successful write or false on failure; call SDL_GetError() for more information.

Threadsafety: This function is not thread safe.

Meta