Re: [Fresco-devel] SDL Question
"Jesse David Andrews" <[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 way 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 you want full screen. Jesse -----Original Message----- From: "M. Evans" <[email protected]> To: [email protected] Date: Sun, 24 Nov 2002 18:37:05 -0700 Subject: [Fresco-devel] SDL Question Fresco can run on SDL. I am curious about SDL - does it take over the whole screen, or can it run, for example, inside a standard X or Win32 window? Many of the game developers are not at all interested in "standard" windows because they want the entire screen for themselves. Mark