Shortcuts adds convenience identifiers to access ceramic app, screen, ... Use it by adding import ceramic.Shortcuts.*; in your files.

Static variables

staticread onlyapp:App

Shared app instance

staticread onlyscreen:Screen

Shared screen instance

staticread onlyaudio:Audio

Shared audio instance

staticread onlyinput:Input

Shared input instance

staticread onlysettings:Settings

Shared settings instance

staticread onlylog:Logger

Shared logger instance

staticread onlysystems:Systems

Systems manager

Static methods

staticinlineunobserve():Void

Ensures current autorun won't be affected by the code after this call. reobserve() should be called to restore previous state.

staticinlinereobserve():Void

Resume observing values and resume affecting current autorun scope. This should be called after an unobserve() call.