Quote:
Originally Posted by Frenzie
Isn't that SDL's job? I imagine that flag does nothing at all on platforms other than iOS and MacOS? And conversely, if it does do something, surely it should be doing it?
|
And probably the flag gets ignored on SDL versions < 2.0.1, but I dunno. My suggestion of wrapping it in osx only was related to avoid sdl version checks, but I wasn't aware of the gorgeous SDL_Linked_Version_AtLeast() function. So using that makes sense even in the case the flag is actually ignored on previous versions.