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

Method redraw

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

Source from the content-addressed store, hash-verified

131 };
132
133 public void redraw() {
134 javafx.application.Platform.runLater(redrawScreen);
135 }
136
137 public void vblankStart() {
138 if (screenDirty && isRunning()) {

Callers 1

vblankStartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected