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

Method hblankStart

src/main/java/jace/core/Video.java:145–145  ·  view source on GitHub ↗
(WritableImage screen, int y, boolean isDirty)

Source from the content-addressed store, hash-verified

143 abstract public void vblankEnd();
144
145 abstract public void hblankStart(WritableImage screen, int y, boolean isDirty);
146
147 public void setScannerLocation(int loc) {
148 scannerAddress = loc;

Callers 1

tickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected