Apply input method signature refactorings

This commit is contained in:
smoogipoo
2020-01-20 19:35:37 +09:00
parent fc331e7752
commit 40f502c6d1
4 changed files with 10 additions and 9 deletions

View File

@ -201,8 +201,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
return false;
}
protected override bool OnKeyUp(KeyUpEvent e) => false;
public bool OnPressed(PlatformAction action)
{
switch (action.ActionType)