kritzikratzi / fullscreen-p5

Fullscreen-API for the Processing programming language
http://www.superduper.org/processing/fullscreen_api/
MIT License
15 stars 7 forks source link

library "breaks" applets #4

Open kritzikratzi opened 14 years ago

kritzikratzi commented 14 years ago

the library breaks applets because it tries to use commands which can only be invoked in application mode. proposed solution: the library should detect if the sketch is running as an applet and then disable itself.

kritzikratzi commented 14 years ago

better solution: the library should detect if the sketch is running as an applet an then do it's best!

this should be implemented in the next major update.