|
LMMS
|
#include <juce_Slider.h>
Public Member Functions | |
| ScopedDragNotification (Slider &) | |
| ~ScopedDragNotification () | |
Private Attributes | |
| Slider & | sliderBeingDragged |
An RAII class for sending slider listener drag messages.
This is useful if you are programmatically updating the slider's value and want to imitate a mouse event, for example in a custom AccessibilityHandler.
|
explicit |
| juce::Slider::ScopedDragNotification::~ScopedDragNotification | ( | ) |
|
private |