You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For phetsims/fourier-making-waves#31, we need to know the state of the DragListeners associated with a Slider's thumb and track -- specifically their isHighlightedProperty value. Slider adds the DragListener to the thumb, SliderThumb adds its own DragListener. These listeners are currently not part of the public APIs.
@jonathanolson and I also considered added in isHighlightedProperty to Slider, derived from isHighlightedProperty of the thumb and track DragListeners. But we suspect that there be a need to access other DragListener Properties in the future, so exposing them seems more general and future-proof.
The text was updated successfully, but these errors were encountered:
For phetsims/fourier-making-waves#31, we need to know the state of the DragListeners associated with a Slider's thumb and track -- specifically their
isHighlightedProperty
value. Slider adds the DragListener to the thumb, SliderThumb adds its own DragListener. These listeners are currently not part of the public APIs.@jonathanolson and I also considered added in
isHighlightedProperty
to Slider, derived fromisHighlightedProperty
of the thumb and track DragListeners. But we suspect that there be a need to access other DragListener Properties in the future, so exposing them seems more general and future-proof.The text was updated successfully, but these errors were encountered: