major updates to full screen handling, remove FSEM, add native OS X menubar hiding

This commit is contained in:
benfry
2012-03-25 12:52:46 +00:00
parent 38fe999d73
commit 51eee1ad6b
8 changed files with 271 additions and 101 deletions

View File

@@ -668,7 +668,7 @@ public class PdePreprocessor {
out.print(indent + indent + "PApplet.main(new String[] { ");
if (Preferences.getBoolean("export.application.fullscreen")) {
out.print("\"" + PApplet.ARGS_PRESENT + "\", ");
out.print("\"" + PApplet.ARGS_FULL_SCREEN + "\", ");
String farbe = Preferences.get("run.present.bgcolor");
out.print("\"" + PApplet.ARGS_BGCOLOR + "=" + farbe + "\", ");