Merge remote-tracking branch 'smoogipoo/void-key-up-returns' into update-framework

This commit is contained in:
Dean Herbert
2020-01-22 22:57:56 +09:00
4 changed files with 10 additions and 9 deletions

View File

@ -196,8 +196,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)