1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 23:10:50 +08:00

Add precise rotation control to osu! editor

This commit is contained in:
Bartłomiej Dach
2023-07-09 21:00:35 +02:00
Unverified
parent bdf87e43db
commit 19f892687a
10 changed files with 313 additions and 2 deletions
@@ -85,6 +85,8 @@ namespace osu.Game.Graphics.UserInterfaceV2
Current.BindValueChanged(updateTextBoxFromSlider, true);
}
public bool TakeFocus() => GetContainingInputManager().ChangeFocus(textBox);
private bool updatingFromTextBox;
private void textChanged(ValueChangedEvent<string> change)