Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ onTouchEnded
Method
onTouchEnded
examples/commodetto/mini-drag/main.js:124–127 ·
view source on GitHub ↗
(/* x, y */)
Source
from the content-addressed store, hash-verified
122
render.end();
123
}
124
onTouchEnded(/* x, y */) {
125
this.state = 0;
126
this.update();
127
}
128
update() {
129
render.begin(this.bounds.x, this.bounds.y, this.bounds.w, this.bounds.h);
130
this.draw();
Callers
2
onSample
Function · 0.45
main.js
File · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected