mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 23:59:21 +01:00
major updates to full screen handling, remove FSEM, add native OS X menubar hiding
This commit is contained in:
@@ -243,10 +243,10 @@ public class Runner implements MessageConsumer {
|
||||
build.getSketchPath());
|
||||
|
||||
if (presenting) {
|
||||
params.add(PApplet.ARGS_PRESENT);
|
||||
if (Preferences.getBoolean("run.present.exclusive")) {
|
||||
params.add(PApplet.ARGS_EXCLUSIVE);
|
||||
}
|
||||
params.add(PApplet.ARGS_FULL_SCREEN);
|
||||
// if (Preferences.getBoolean("run.present.exclusive")) {
|
||||
// params.add(PApplet.ARGS_EXCLUSIVE);
|
||||
// }
|
||||
params.add(PApplet.ARGS_STOP_COLOR + "=" +
|
||||
Preferences.get("run.present.stop.color"));
|
||||
params.add(PApplet.ARGS_BGCOLOR + "=" +
|
||||
|
||||
Reference in New Issue
Block a user