MCPcopy 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

handleSettingsMethod · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected