Page 1 of 1

fullscreen issue

PostPosted: Jan 17, 2009 @ 11:55pm
by jrhee

PostPosted: Jan 19, 2009 @ 9:34am
by edge
Hi,

The problem is that when the display resolution changes, the EDGELIB backbuffer isn't sized properly with it.

You can try to force the backbuffer to update by calling ClassEDisplay :: ChangeOrientation and use DOR_NONE as a parameter.

PostPosted: Jan 20, 2009 @ 12:43am
by jrhee
Works perfect, thanks for the quick reply!