|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
RangeSlider slider value changed listener
More...
Public Member Functions | |
| void | dragged (RangeSlider w, float old_val, float val, float old_val_pct, float val_pct, Vec3f pos, MouseEvent e) |
| Slide dragged by user (including clicked position) More... | |
RangeSlider slider value changed listener
Definition at line 64 of file RangeSlider.java.
| void com.jogamp.graph.ui.widgets.RangeSlider.ChangeListener.dragged | ( | RangeSlider | w, |
| float | old_val, | ||
| float | val, | ||
| float | old_val_pct, | ||
| float | val_pct, | ||
| Vec3f | pos, | ||
| MouseEvent | e | ||
| ) |
Slide dragged by user (including clicked position)
| w | the RangeSlider widget owning the slider |
| old_val | previous absolute value position of the slider |
| val | the absolute value position of the slider |
| old_val_pct | previous percentage value position of the slider |
| val_pct | the percentage value position of the slider |
| pos | object position relative to the slider's bar |
| e | NEWT original event or null if sourced from non-mouse, e.g. key-event |