Quote:
Originally posted by Thought
I was talking about both, SDL can only handle one graphical window at a time (that makes use of SDL), whereas you could also instantiate additional non-SDL windows if you wanted to.
|
Ah, yes, that would be possible. It would be quite tiresome if the windows had any complexity, and it'd eliminate most of the point of using SDL in the first place, but it would work.