kr15h / ofxPiMapper

Projection mapping addon for openFrameworks that works on the Raspberry Pi
http://ofxpimapper.com
Other
465 stars 93 forks source link

Fullscreen -f not working anymore #141

Closed magdesign closed 6 years ago

magdesign commented 6 years ago

Just compiled the newest versions of ofxPiMapper. Figured out that the example_basic and example_pocketVJ will not go fullscreen anymore!

The -f flag does nothing.

The example_remote-server goes fullscreen. Anyone having a workaround for this?

kr15h commented 6 years ago

Yeas, I removed this to simplify the code. You can use the ofSetFullscreen(true) function

magdesign commented 6 years ago

Thanks!