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

Method fileDragEnter

Source/PluginEditor.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 return false;
353}
354void GRainbowAudioProcessorEditor::fileDragEnter(const juce::StringArray&, int, int) {
355 mIsFileHovering = true;
356 repaint();
357}
358void GRainbowAudioProcessorEditor::fileDragExit(const juce::StringArray&) {
359 mIsFileHovering = false;
360 repaint();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected