Fullscreen in cpw

So, I noticed that when you go fullscreen with cpw you get very little fps…

I wondered why and checked the code and i saw that cpw is never changing the actual display mode…

Is it supposed to be like this?

Yes, a fullscreen window is
simply a window which takes up the
desktop. You can query and set a
desktop resolution using
cpwListVideoModes, and cpwChangeVideoMode.
There’s a demo named ‘fullscreen’ which
shows how to do this. Also the imageloadsave
demo has a change video mode menu entry.

Hope this helps…

Regards,
Jim

Ok, thanks very much!