I was delighted to discover that the SDL3 iostream header now also contains SDL_IOprintf
. Unfortunately there’s no counterpart aka SDL_IOscanf
. What is the reason for this?
How can I alternatively read formatted text blocks from an SDL_IOStream
?
Thanks!
Thomas