mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 07:33:15 +08:00
Expose high precision mouse toggle when searching for "sensitivity" and other keywords
This commit is contained in:
parent
573d709fae
commit
a8948628e6
@ -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