miro@3dea
Member
|
Display::mode() feature
Hello,
is it possible to enable setting screen resolution of one side to be as in full screen and other different? Like:
Code:
D.mode(App.desktopW(), App.desktopH() - 1);
Tnx & have fun..
|
|
10-10-2012 05:01 PM |
|
Esenthel
Administrator
|
RE: Display::mode() feature
you can use WindowMaximize
if x>=desktopW or y>=desktopH then fullscreen will be used
so you can use w-1 and h-1 values to not enter fullscreen
|
|
10-10-2012 05:22 PM |
|
miro@3dea
Member
|
RE: Display::mode() feature
Hi Esenthel, thanks for reply!
Currently we are using option you suggested, but if user has bright background than this pixel is too obvious.
|
|
10-11-2012 04:18 PM |
|