MCPcopy Create free account
hub / github.com/benfry/processing4 / getDisplayCount

Method getDisplayCount

core/src/processing/awt/ShimAWT.java:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102
103
104 static public int getDisplayCount() {
105 return getInstance().displayDevices.length;
106 }
107
108
109 static public int getDisplayDensity(int num) {

Callers 1

displayDensityMethod · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected