MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / mouseEnter

Method mouseEnter

Source/Panels/SpectrogramPanel/DraggableButton.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void DraggableButton::mouseEnter(const juce::MouseEvent& e)
36{
37 isEntered = true;
38}
39
40void DraggableButton::mouseExit(const juce::MouseEvent& e)
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected