1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 09:49:53 +08:00

Allow adjusting mouse sensitivity at 0.01 increments

This commit is contained in:
Dean Herbert
2017-06-05 20:22:39 +09:00
Unverified
parent 55d8b8b5f5
commit 09e075e3fb
@@ -102,6 +102,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
public SensitivitySlider()
{
KeyboardStep = 0.01f;
Current.ValueChanged += newValue =>
{
if (!isDragging && Sensitivity != null)