mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 03:52:35 +08:00
Implement precise movement tool
As mentioned in one of the points in https://github.com/ppy/osu/discussions/31263.
This commit is contained in:
@@ -32,6 +32,11 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
set => slider.Current = value;
|
||||
}
|
||||
|
||||
public CompositeDrawable TabbableContentContainer
|
||||
{
|
||||
set => textBox.TabbableContentContainer = value;
|
||||
}
|
||||
|
||||
private bool instantaneous;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user