Checks if the storage container is ready to use.
Defined in <SDL3/SDL_storage.h>
bool SDL_StorageReady(SDL_Storage *storage);
SDL_Storage * | storage | a storage container to query. |
(bool) Returns true if the container is ready, false otherwise.
This function should be called in regular intervals until it returns 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.1.3.