Handle OnHover on song select filter and footer

This commit is contained in:
Joehu
2020-03-23 16:03:33 -07:00
parent 96848405fd
commit 5bc5119389
2 changed files with 4 additions and 0 deletions

View File

@ -107,5 +107,7 @@ namespace osu.Game.Screens.Select
protected override bool OnMouseDown(MouseDownEvent e) => true;
protected override bool OnClick(ClickEvent e) => true;
protected override bool OnHover(HoverEvent e) => true;
}
}