fullScreen(SPAN) not working with OSX Yosemite? (Processing 3)

edited September 2015 in Using Processing

Hi,

I was recently looking into the new features in Processing 3, and was pretty excited about the new fullScreen(SPAN) feature.

Unfortunately, I was unable to get the simple example code to function...I get half of the ellipse on my main screen, and an empty desktop on the other.

void setup() { fullScreen(SPAN); ellipse(width/2, height/2, height, height); }

Anyone have any insight? Is there a preferences setting or something that I missing in order to get this to work?

Thanks!

Sign In or Register to comment.