mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Allow adjusting mouse sensitivity at 0.01 increments
This commit is contained in:
@ -102,6 +102,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
|
|
||||||
public SensitivitySlider()
|
public SensitivitySlider()
|
||||||
{
|
{
|
||||||
|
KeyboardStep = 0.01f;
|
||||||
|
|
||||||
Current.ValueChanged += newValue =>
|
Current.ValueChanged += newValue =>
|
||||||
{
|
{
|
||||||
if (!isDragging && Sensitivity != null)
|
if (!isDragging && Sensitivity != null)
|
||||||
|
Reference in New Issue
Block a user