Package com.jogamp.graph.ui.widgets
Interface RangeSlider.PeekListener
-
- Enclosing class:
- RangeSlider
public static interface RangeSlider.PeekListenerRangeSliderslider value peek listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpeeked(RangeSlider w, float val, float val_pct, com.jogamp.math.Vec3f pos, MouseEvent e)Slide position/value peeked by user (mouse over/hover)
-
-
-
Method Detail
-
peeked
void peeked(RangeSlider w, float val, float val_pct, com.jogamp.math.Vec3f pos, MouseEvent e)
Slide position/value peeked by user (mouse over/hover)- Parameters:
w- theRangeSliderwidget owning the sliderval- the absolute value peeked at the sliderval_pct- the percentage value position peeked at the sliderpos- object position relative to the slider's bare- NEWT original event
-
-