1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00
This commit is contained in:
smoogipoo 2020-01-20 18:31:25 +09:00
parent bfb056c612
commit 1b1003bd73
2 changed files with 0 additions and 8 deletions

View File

@ -33,10 +33,6 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
protected override bool OnDragStart(DragStartEvent e) => true;
protected override void OnDragEnd(DragEndEvent e)
{
}
protected override void OnDrag(DragEvent e)
{
seekToPosition(e.ScreenSpaceMousePosition);

View File

@ -163,10 +163,6 @@ namespace osu.Game.Screens.Play
// Don't let mouse down events through the overlay or people can click circles while paused.
protected override bool OnMouseDown(MouseDownEvent e) => true;
protected override void OnMouseUp(MouseUpEvent e)
{
}
protected override bool OnMouseMove(MouseMoveEvent e) => true;
protected void AddButton(string text, Color4 colour, Action action)