MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / KeyReleased

Method KeyReleased

Source/MidiController.cpp:723–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723void MidiController::KeyReleased(int key)
724{
725 if (mDeviceIn == "keyboard")
726 {
727 QwertyController* qwerty = dynamic_cast<QwertyController*>(mNonstandardController);
728 if (qwerty != nullptr)
729 qwerty->OnKeyReleased(KeyToLower(key));
730 }
731}
732
733bool MidiController::ShouldConsumeKey(int key)
734{

Callers

nothing calls this directly

Calls 2

KeyToLowerFunction · 0.85
OnKeyReleasedMethod · 0.80

Tested by

no test coverage detected