Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ callDraw
Method
callDraw
core/src/processing/awt/PSurfaceAWT.java:1545–1549 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1543
public
Thread createThread() {
1544
return
new
AnimationThread() {
1545
@Override
1546
public
void
callDraw() {
1547
sketch.handleDraw();
1548
render();
1549
}
1550
};
1551
}
1552
Callers
nothing calls this directly
Calls
2
render
Method · 0.95
handleDraw
Method · 0.80
Tested by
no test coverage detected