mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Allow adjusting mouse sensitivity at 0.01 increments
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user