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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user