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

Method onKeyRelease

src/keyboard.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 void onKeyRelease(int key) {
277 for (int deviceId = 0; deviceId < deviceCount; deviceId++) {
278 devices[deviceId].onKeyRelease(key);
279 }
280 }
281
282 void onMouseMove(math::Vec pos) {
283 mouseDevice.onMouseMove(pos);

Callers 1

releaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected