Checks if the storage container is ready to use.
Defined in <SDL3/SDL_storage.h>
storage | a storage container to query |
Returns SDL_TRUE if the container is ready, SDL_FALSE otherwise
This function should be called in regular intervals until it returns SDL_TRUE - however, it is not recommended to spinwait on this call, as the backend may depend on a synchronous message loop.
This function is available since SDL 3.0.0.