Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tick
Method · 0.95
Calls
2
redraw
Method · 0.95
isRunning
Method · 0.45
Tested by
no test coverage detected