mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Consume device name
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user