THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Use this function to read a byte from an SDL_RWops.
SDL_bool SDL_ReadU8(SDL_RWops *src, Uint8 *value);
src | the SDL_RWops 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.
CategoryAPI, CategoryIO, CategoryDraft