1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Add tooltip and keywords for "high precision" setting

This commit is contained in:
Dean Herbert 2021-07-15 12:37:52 +09:00
parent c0c14a6bda
commit 687c9aa33d

View File

@ -47,7 +47,9 @@ namespace osu.Game.Overlays.Settings.Sections.Input
new SettingsCheckbox
{
LabelText = "High precision mouse",
Current = relativeMode
TooltipText = "Attempts to bypass any operation system mouse acceleration. On windows, this is equivalent to what used to be known as \"Raw Input\".",
Current = relativeMode,
Keywords = new[] { "raw", "input", "relative", "cursor" }
},
new SensitivitySetting
{