Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ step
Function
step
src/gamepad.cpp:143–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void step() {
144
for (int i = 0; i < 16; i++) {
145
if (glfwJoystickPresent(i)) {
146
driver->devices[i].step();
147
}
148
}
149
}
150
151
152
} // namespace gamepad
Callers
15
run
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
step
Method · 0.85
Calls
1
step
Method · 0.45
Tested by
no test coverage detected