[Pipmak-Users] Re: engine settings et al
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2006-05-17 18:56:14
|
Thomas wrote: > on fullscreen switching i am not really sure if i got this sorted out jet: > currently i write setfullscreen() 3 times in a row to have my testproject > running in a resolution of 1024x768, but i feel stupid doing so ;-, as I#m not > sure what will happen if i test this on other screens with a different > resolution... That's the closest thing you can do at the moment. It will go to the 3rd bigger available resolution, which may or may not be 1024x768 (it's 896x600 here - I have 640x480, 720x480, 800x600, 896x600, ...). Awkward, I know, but that's just the way it is until someone changes it (this is an open source project - everyone is invited to implement a better solution, such as the one sketched on the To Do list!). The feature wasn't meant to be used in this way - the intention was that you just provide a way to the user to increase and decrease the resolution, like the default keydown handler does. -Christian |