Consume device name

This commit is contained in:
Dean Herbert
2021-03-16 16:23:46 +09:00
parent 94f184d113
commit 464702182d
2 changed files with 12 additions and 3 deletions

View File

@ -46,6 +46,7 @@ namespace osu.Game.Tests.Visual.Settings
public BindableSize AreaOffset { get; } = new BindableSize();
public BindableSize AreaSize { get; } = new BindableSize();
public IBindable<Size> TabletSize => tabletSize;
public string DeviceName => "test tablet T-421";
public BindableBool Enabled { get; } = new BindableBool(true);
public void SetTabletSize(Size size) => tabletSize.Value = size;