mirror of
https://github.com/ppy/osu
synced 2025-01-18 12:00:58 +00:00
Merge pull request #31139 from peppy/settings-sensitivity
Expose high precision mouse toggle when searching for "sensitivity" and other keywords
This commit is contained in:
commit
8a2f161619
@ -57,10 +57,11 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
LabelText = MouseSettingsStrings.HighPrecisionMouse,
|
||||
TooltipText = MouseSettingsStrings.HighPrecisionMouseTooltip,
|
||||
Current = relativeMode,
|
||||
Keywords = new[] { @"raw", @"input", @"relative", @"cursor" }
|
||||
Keywords = new[] { @"raw", @"input", @"relative", @"cursor", "sensitivity", "speed", "velocity" },
|
||||
},
|
||||
new SensitivitySetting
|
||||
{
|
||||
Keywords = new[] { "speed", "velocity" },
|
||||
LabelText = MouseSettingsStrings.CursorSensitivity,
|
||||
Current = localSensitivity
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user