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

Method KeyReleased

Source/ModularSynth.cpp:1169–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167}
1168
1169void ModularSynth::KeyReleased(int key)
1170{
1171 key = KeyToLower(key);
1172
1173 //if (key == 'c')
1174 // mouseReleased(GetMouseX(&mModuleContainer), GetMouseY(&mModuleContainer), 0);
1175
1176 mUILayerModuleContainer.KeyReleased(key);
1177 mModuleContainer.KeyReleased(key);
1178}
1179
1180float ModularSynth::GetMouseX(ModuleContainer* context, float rawX /*= FLT_MAX*/)
1181{

Callers

nothing calls this directly

Calls 1

KeyToLowerFunction · 0.85

Tested by

no test coverage detected