mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "High precision mouse",
|
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
|
new SensitivitySetting
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user