Add a todo for handling scrolling
This commit is contained in:
parent
295fb4b0cb
commit
705433069a
|
@ -20,6 +20,7 @@ const GRANULAR_DRAG_MULTIPLIER: f32 = 0.1;
|
||||||
///
|
///
|
||||||
/// TODO: There are currently no styling options at all
|
/// TODO: There are currently no styling options at all
|
||||||
/// TODO: Handle Alt+click for text entry
|
/// TODO: Handle Alt+click for text entry
|
||||||
|
/// TODO: Handle scrolling for steps (and shift+scroll for smaller steps?)
|
||||||
pub struct ParamSlider<'a, P: Param> {
|
pub struct ParamSlider<'a, P: Param> {
|
||||||
state: &'a mut State,
|
state: &'a mut State,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue