mirror of
https://github.com/processing/processing4.git
synced 2026-02-24 15:55:39 +01:00
add param for exclusive mode, so that present takes over the screen on the mac
This commit is contained in:
@@ -232,6 +232,9 @@ public class Runner implements MessageConsumer {
|
||||
|
||||
if (presenting) {
|
||||
params.add(PApplet.ARGS_PRESENT);
|
||||
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