1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02: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
parent 55d8b8b5f5
commit 09e075e3fb

View File

@ -102,6 +102,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
public SensitivitySlider()
{
KeyboardStep = 0.01f;
Current.ValueChanged += newValue =>
{
if (!isDragging && Sensitivity != null)