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

Method getInputDeviceIds

src/keyboard.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 std::vector<int> getInputDeviceIds() override {
225 std::vector<int> deviceIds;
226 for (int deviceId = 0; deviceId < deviceCount; deviceId++) {
227 deviceIds.push_back(deviceId);
228 }
229 deviceIds.push_back(MOUSE_DEVICE_ID);
230 return deviceIds;
231 }
232
233 int getDefaultInputDeviceId() override {
234 // QWERTY keyboard device

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected