Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ sketchFullScreen
Method
sketchFullScreen
core/src/processing/core/PApplet.java:960–962 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
958
959
960
final
public
boolean sketchFullScreen() {
961
return
fullScreen;
962
}
963
964
965
// Numbered from 1, SPAN (0) means all displays, -1 means the default display
Callers
5
initWindow
Method · 0.80
placeWindow
Method · 0.80
display
Method · 0.80
initFrame
Method · 0.80
placeWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected