[Fresco-devel] Re: SDL Question
"M. Evans" <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
> You can have SDL be full screen, or it can be windowed. There is even a wa= > y to switch between the modes. (you have to be careful about the switch,= > it can cause problems if you don't do it in a particular way on certain = > platforms). > When you are initializing SDL, you provide options like SDL_FULLSCREEN if y= > ou want full screen. > Jesse Jesse I found a note on the SDL mailing list indicating that while it can run in a window, it cannot support multiple windows, i.e. multiple instances of SDL. Is that true? The specific note is here news://news.lokigames.com/loki.open-source.sdl/27853 Mark