Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ startSurface
Method
startSurface
core/src/processing/core/PApplet.java:10977–10979 ·
view source on GitHub ↗
See warning in showSurface()
()
Source
from the content-addressed store, hash-verified
10975
10976
/** See warning in showSurface() */
10977
protected
void
startSurface() {
10978
surface.startThread();
10979
}
10980
10981
10982
protected
PSurface initSurface() {
Callers
1
runSketch
Method · 0.95
Calls
1
startThread
Method · 0.65
Tested by
no test coverage detected