MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / mouseExit

Method mouseExit

Source/Components/ArcSpectrogram.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void ArcSpectrogram::mouseExit(const juce::MouseEvent&) {
230 if (mCloudLeft.type == CloudType::TOUCH) mCloudLeft.type = CloudType::WAIT;
231 if (mCloudRight.type == CloudType::TOUCH) mCloudRight.type = CloudType::WAIT;
232}
233
234void ArcSpectrogram::run() {
235 // Initialize rainbow parameters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected