3 platformClass { ^OSXPlatform }
10 this.platform.preferencesAction.value(this)
12 preferencesAction_ { arg f;
13 this.platform.preferencesAction_(f)
16 ^this.platform.preferencesAction
18 sleep {
\r this.platform.isSleeping = true;
\r ^this.platform.sleepAction.value(this);
\r }
\r wake {
\r this.platform.isSleeping = false;
\r ^this.platform.wakeAction.value(this);
\r }
\r isSleeping { ^this.platform.isSleeping }