Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getDisplayWidth
Method
getDisplayWidth
core/src/processing/awt/ShimAWT.java:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
93
94
static
public
int
getDisplayWidth() {
95
return
getInstance().displayWidth;
96
}
97
98
99
static
public
int
getDisplayHeight() {
Callers
1
handleSettings
Method · 0.95
Calls
1
getInstance
Method · 0.95
Tested by
no test coverage detected