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

Method getFloatingBus

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

Source from the content-addressed store, hash-verified

258 public abstract void doPostDraw();
259
260 public byte getFloatingBus() {
261 return floatingBus;
262 }
263
264 private void setFloatingBus(byte floatingBus) {
265 this.floatingBus = floatingBus;

Callers 7

readSwitchMethod · 0.80
readSwitchMethod · 0.80
_callListenerMethod · 0.80
doEventMethod · 0.80
initJoystickReadMethod · 0.80
handleFirmwareAccessMethod · 0.80
handleIOAccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected