Open
Description
When using fullscreen(FX2D) on OS X 10.11.5, Processing 3.1.1:
Calling fullScreen(FX2D) appears to be maximize (like option-click green button) and hide the menu bar, rather than native fullscreen (like regular click green button).
The problem with this is that, rather than the app filling the entire screen as expected, there is a gap where the menu bar used to be, through which you can see the desktop background.
Hiding the menu bar was introduced in 3.0.1 but no pull request is referenced in the revisions and I haven't yet found what is going on there..
Workaround: Adding a robot which moves the mouse to the location of the greenlight and clicks it works great, but it's a bit clunky and isn't 100% reliable.