SDL icon indicating copy to clipboard operation
SDL copied to clipboard

Replace SDL_GetNumXDrivers/SDL_GetXDriver interfaces?

Open icculus opened this issue 1 year ago • 0 comments

This one is questionable, since it's just returning const static data, but: everything else now returns an array of items instead of making you call SDL_GetWhatever() for SDL_GetNumWhatevers() iterations; should we also do this for things like SDL_GetAudioDriver(), SDL_GetVideoDriver(), etc?

icculus avatar Apr 24 '24 23:04 icculus