| 59 | } |
| 60 | |
| 61 | void Knob::mouseExit(const MouseEvent& event) |
| 62 | { |
| 63 | if (event.originalComponent == &mSlider) { |
| 64 | mIsMouseOver = false; |
| 65 | repaint(); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | void Knob::setTooltip(const String& inTooltip) |
| 70 | { |
nothing calls this directly
no outgoing calls
no test coverage detected