1
0
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:
Bartłomiej Dach
2025-01-17 13:33:59 +01:00
Unverified
parent a8456ce9ac
commit ebca2e4b4f
5 changed files with 228 additions and 3 deletions
@@ -32,6 +32,11 @@ namespace osu.Game.Graphics.UserInterfaceV2
set => slider.Current = value;
}
public CompositeDrawable TabbableContentContainer
{
set => textBox.TabbableContentContainer = value;
}
private bool instantaneous;
/// <summary>