MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / mouseExit

Method mouseExit

Lib/Components/Knob.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void Knob::mouseExit(const MouseEvent& event)
62{
63 if (event.originalComponent == &mSlider) {
64 mIsMouseOver = false;
65 repaint();
66 }
67}
68
69void Knob::setTooltip(const String& inTooltip)
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected