1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 03:23:05 +08:00

Add setting for absolute input mapping

This commit is contained in:
Dean Herbert 2018-02-05 16:13:39 +09:00
parent 6b35ef7063
commit 7e56519d6a

View File

@ -33,6 +33,11 @@ namespace osu.Game.Overlays.Settings.Sections.Input
LabelText = "Cursor Sensitivity",
Bindable = config.GetBindable<double>(FrameworkSetting.CursorSensitivity)
},
new SettingsCheckbox
{
LabelText = "Map absolute input to window",
Bindable = config.GetBindable<bool>(FrameworkSetting.MapAbsoluteInputToWindow)
},
new SettingsEnumDropdown<ConfineMouseMode>
{
LabelText = "Confine mouse cursor to window",