| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected