Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ setScannerLocation
Method
setScannerLocation
src/main/java/jace/core/Video.java:147–149 ·
view source on GitHub ↗
(int loc)
Source
from the content-addressed store, hash-verified
145
abstract
public
void
hblankStart(WritableImage screen,
int
y, boolean isDirty);
146
147
public
void
setScannerLocation(
int
loc) {
148
scannerAddress = loc;
149
}
150
151
@Override
152
public
void
tick() {
Callers
1
tick
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected