mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 15:40:31 +08:00
Apply OnRelease method signature refactorings
This commit is contained in:
@@ -80,7 +80,9 @@ namespace osu.Game.Graphics.UserInterface
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool OnReleased(GlobalAction action) => false;
|
||||
public void OnReleased(GlobalAction action)
|
||||
{
|
||||
}
|
||||
|
||||
public override bool RequestsFocus => HoldFocus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user