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:
parent
c0c14a6bda
commit
687c9aa33d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user