Please help me
My center monitor resolution is 1366 x 768 and 2nd monitor is 1024 x 768
_ = function(p) return p; end;
name = _('My_example');
Description = 'Two monitor configuration';
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1366;
height = 768;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
LEFT_MFCD =
{
x = 0;
y = 0;
width = 512;
height = 512;
}
RIGHT_MFCD =
{
x = 1536;
y = 768;
width = 512;
height = 512;
}
UIMainView = Viewports.Center
When ı using these settings , other screen looks black.Please help.Sory for my bad english :)