Use this function to read a byte from an SDL_IOStream.
Defined in <SDL3/SDL_iostream.h>
src | the SDL_IOStream to read from |
value | a pointer filled in with the data read |
Returns SDL_TRUE on success or SDL_FALSE on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.