1
0
Fork 0

Add a todo for handling scrolling

This commit is contained in:
Robbert van der Helm 2022-03-14 16:27:41 +01:00
parent 295fb4b0cb
commit 705433069a

View file

@ -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,