@ajay wrote:
Hi
I am trying to display a window across 2 screens. The system has 4 monitors with the other two monitor running separate applications.
How can I configure my application to run full screen across two specific monitors only.I have tried to do the following:
ofAppGLFWWindow win;
win.setMultiDisplayFullscreen(true);
ofSetupOpenGL(&win,1024,768,OF_WINDOW);
ofRunApp(new ofApp());But this shall run on all 4 monitors, I want it to run only on two monitors.
Please advise.
Posts: 1
Participants: 1