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

Method onIdle

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

Source from the content-addressed store, hash-verified

181
182 onDisplayReady() { native("PiuView_onDisplayReady").call(this); }
183 onIdle() { native("PiuView_onIdle").call(this); }
184 onMessage() { native("PiuView_onMessage").call(this); }
185 onQuit() { native("PiuView_onQuit").call(this); }
186 onTouchBegan(index, x, y, ticks) { native("PiuView_onTouchBegan").call(this, index, x, y, ticks); }

Callers 4

doIdleMethod · 0.80
main.jsFile · 0.80
onPressedMethod · 0.80
onJogDialTurnedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected