MCPcopy Create free account
hub / github.com/VCVRack/Rack / Driver

Method Driver

src/keyboard.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 MouseInputDevice mouseDevice;
213
214 Driver() {
215 for (int deviceId = 0; deviceId < deviceCount; deviceId++) {
216 devices[deviceId].setDeviceId(deviceId);
217 }
218 }
219
220 std::string getName() override {
221 return "Computer keyboard/mouse";

Callers

nothing calls this directly

Calls 1

setDeviceIdMethod · 0.45

Tested by

no test coverage detected