Add tablet rotation configuration

This commit is contained in:
Dean Herbert
2021-03-30 13:01:48 +09:00
parent 8dfff999f9
commit 1dfd08eded
2 changed files with 110 additions and 0 deletions

View File

@ -129,6 +129,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
LabelText = "Rotation",
Current = rotation
},
new RotationPresetButtons(tabletHandler),
new SettingsSlider<float>
{
TransferValueOnCommit = true,