I have an of app running on a mac and I need to get it to be full screen across two monitors.
I can get it to go fullscreen on a single monitor with ofToggleFullscreen() but that leaves my second display showing the desktop. I also have tried my hand with ofxFenster to no avail (apparently the xcode examples are no longer supported in 8.0?). I also can’t get the ofxFenster code blocks projects to open without crashing code blocks instantly.
Are there alternatives? Should ofToggleFullScreen() do the trick for me? Should I be looking somewhere for a better/updated/working version of ofxFenster?