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

Method vblankStart

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

Source from the content-addressed store, hash-verified

135 }
136
137 public void vblankStart() {
138 if (screenDirty && isRunning()) {
139 redraw();
140 }
141 }
142
143 abstract public void vblankEnd();
144

Callers 1

tickMethod · 0.95

Calls 2

redrawMethod · 0.95
isRunningMethod · 0.45

Tested by

no test coverage detected