MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / rotation

Function rotation

modules/piu/MC/piuMC.js:135–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134 get clut() { return native("PiuApplication_get_clut").call(this); },
135 get rotation() { return native("PiuApplication_get_rotation").call(this); },
136
137 set clut(it) { native("PiuApplication_set_clut").call(this, it); },
138 set rotation(it) { native("PiuApplication_set_rotation").call(this, it); },

Callers 2

co5300.jsFile · 0.85
piuPebble.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected