Update scroll speed to feel less sluggish
This commit is contained in:
@@ -23,7 +23,7 @@ namespace FlaxEngine.GUI
|
|||||||
|
|
||||||
// Scrolling
|
// Scrolling
|
||||||
|
|
||||||
private float _clickChange = 20, _scrollChange = 30;
|
private float _clickChange = 20, _scrollChange = 75;
|
||||||
private float _minimum, _maximum = 100;
|
private float _minimum, _maximum = 100;
|
||||||
private float _value, _targetValue;
|
private float _value, _targetValue;
|
||||||
private readonly Orientation _orientation;
|
private readonly Orientation _orientation;
|
||||||
|
|||||||
Reference in New Issue
Block a user