Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readSwitch
Method · 0.80
readSwitch
Method · 0.80
_callListener
Method · 0.80
doEvent
Method · 0.80
initJoystickRead
Method · 0.80
handleFirmwareAccess
Method · 0.80
handleIOAccess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected