About Store Forum Documentation Contact



Post Reply 
Display Aspect Ratio
Author Message
Impz0r Offline
Member

Post: #1
Display Aspect Ratio
I've got a question regarding the display aspect ratio.

If I change it by using D.aspectDisplay(...) the screen_changed callback is not called. Is is wanted behavior? I thought if you change the aspect the screen proportions will also change, don't they?

PS: And besides that, I was wondering why there is not 16:9 format within the gui editor even though the engine seems to be capable of?


Any thoughts?


Mfg Imp
(This post was last modified: 06-25-2010 12:15 AM by Impz0r.)
06-25-2010 12:08 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Display Aspect Ratio
screen changed will not be called if the engine hasn't yet been initialized, or if you're setting the same aspect which is already set
06-25-2010 08:30 AM
Find all posts by this user Quote this message in a reply
Impz0r Offline
Member

Post: #3
RE: Display Aspect Ratio
Thanks Esenthel, that makes sense.

I had another "problem" or more something I was wondering about. If you run the application within window mode it seems the aspect ratio is somehow ignored and always 5:4, nevertheless you set another aspect.

I'm wondering if ther is a catch I might have overlooked.

Thanks in advance!


Mfg Imp
06-25-2010 03:16 PM
Find all posts by this user Quote this message in a reply
Post Reply