mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Remove obsoleted setting for now
This commit is contained in:
parent
79041c1c4b
commit
fccd495f27
@ -53,11 +53,6 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
LabelText = "Cursor sensitivity",
|
||||
Current = localSensitivity
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Map absolute input to window",
|
||||
Current = config.GetBindable<bool>(FrameworkSetting.MapAbsoluteInputToWindow)
|
||||
},
|
||||
confineMouseModeSetting = new SettingsEnumDropdown<OsuConfineMouseMode>
|
||||
{
|
||||
LabelText = "Confine mouse cursor to window",
|
||||
|
Loading…
Reference in New Issue
Block a user