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

Method forceRefresh

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

Source from the content-addressed store, hash-verified

266 }
267
268 @InvokableAction(name = "Refresh screen",
269 category = "display",
270 description = "Marks screen contents as changed, forcing full screen redraw",
271 alternatives = "redraw",
272 defaultKeyMapping = {"ctrl+shift+r"})
273 public static void forceRefresh() {
274 Emulator.withVideo(v->v._forceRefresh());
275 }
276
277 protected void _forceRefresh() {
278 lineDirty = true;

Callers 5

CHANGE_BLACK_COLORMethod · 0.95
stateChangedMethod · 0.95
rewindMethod · 0.95
_setVideoModeMethod · 0.80
initMethod · 0.80

Calls 2

withVideoMethod · 0.95
_forceRefreshMethod · 0.80

Tested by

no test coverage detected