Question

I'm playing around with the SDL 2.0 source code and noticed it has another SDL folder within it that claims to be version 1.3.

I'm interested in it because it has source for android, iphone and a few others. The stable version , 1.2, seems to be quite different.

My question is this,

SDL wiki link

This link speaks of SDL_compat.c which may allow code to work for both 1.2 and 2.0. Is this the version I should be using, and should I be coding they way the 2.0 API suggest? I want my code to target as many platforms as possible including android, and iphone.

Was it helpful?

Solution

2.0 is just 1.3 with the 1.2 compatibility layer stripped out.

Check the mailing list.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top