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

Method mouseEnter

Source/GUI/ModulatableSlider.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void ModulatableSlider::mouseEnter(const juce::MouseEvent& event)
99{
100 stopTimer();
101 juce::Slider::mouseEnter(event);
102 mouseMove(event);
103 label.setVisible(false);
104 setTextBoxStyle(juce::Slider::TextBoxAbove, false, TEXTBOX_WIDTH, TEXTBOX_HEIGHT);
105}
106
107void ModulatableSlider::mouseExit(const juce::MouseEvent& event)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected