mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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",
|
LabelText = "Cursor sensitivity",
|
||||||
Current = localSensitivity
|
Current = localSensitivity
|
||||||
},
|
},
|
||||||
new SettingsCheckbox
|
|
||||||
{
|
|
||||||
LabelText = "Map absolute input to window",
|
|
||||||
Current = config.GetBindable<bool>(FrameworkSetting.MapAbsoluteInputToWindow)
|
|
||||||
},
|
|
||||||
confineMouseModeSetting = new SettingsEnumDropdown<OsuConfineMouseMode>
|
confineMouseModeSetting = new SettingsEnumDropdown<OsuConfineMouseMode>
|
||||||
{
|
{
|
||||||
LabelText = "Confine mouse cursor to window",
|
LabelText = "Confine mouse cursor to window",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user