MCPcopy 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
143void 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

runMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85
stepMethod · 0.85

Calls 1

stepMethod · 0.45

Tested by

no test coverage detected