MCPcopy Create free account
hub / github.com/badvision/jace / getWidth

Method getWidth

src/main/java/jace/core/Video.java:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 public int getWidth() {
102 return width;
103 }
104
105 public void setHeight(int h) {
106 height = h;

Callers 7

getScreenshotMethod · 0.45
JoystickMethod · 0.45
processMouseEventMethod · 0.45
updateMouseStateMethod · 0.45
redrawMemoryViewMethod · 0.45
setZoomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected