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

Method getDefaultInputDeviceId

src/keyboard.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 int getDefaultInputDeviceId() override {
234 // QWERTY keyboard device
235 return 0;
236 }
237
238 midi::InputDevice* getInputDevice(int deviceId) {
239 if (deviceId == MOUSE_DEVICE_ID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected