[SDL] maximum width and height
Terry Welsh
mogumbo at gmail.com
Wed Oct 31 08:37:42 PDT 2007
Hi SB,
Well, the fullscreen resolution I get this way is 1280x1024 because
that's what my display is running at when I start my app. My CRT can
also run at a much higher resolution, but it isn't detected by this
method. Is that what you were worried about?
Eventually I'll want the user to be able to change between different
fullscreen resolutions, but just switching between windowed and
fullscreen right now is very nice for development.
--
Terry Welsh - mogumbo 'at' gmail.com
www.reallyslick.com | www.mogumbo.com
> Message: 1
> Date: Wed, 31 Oct 2007 04:37:05 +0000
> From: "Solra Bizna" <sbizna at tejat.net>
> Subject: Re: [SDL] maximum width and height
> To: "A list for developers using the SDL library. (includes
> SDL-announce)" <sdl at lists.libsdl.org>
> Message-ID:
> <b2a3f2d80710302137m6d62fc28oebadbfa5844bb1fb at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On 10/30/07, Terry Welsh <mogumbo at gmail.com> wrote:
> > fullX = modes[0]->w;
> > fullY = modes[0]->h;
> If you're going to do that, do it with the caveat in mind that the
> largest fullscreen resolution is not always the best. (For example,
> while my CRT supports up to 2048x1280, at 60Hz I don't necessarily
> *want* anything going that high.)
> -:sigma.SB
More information about the SDL
mailing list