mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:09:54 +08:00
Only block mouse input when the shaded portion of the SkipButton is hovered
This commit is contained in:
@@ -36,6 +36,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => true;
|
||||
|
||||
protected override bool BlockPassThroughMouse => fadeContainer.IsHovered;
|
||||
|
||||
public SkipButton(double startTime)
|
||||
{
|
||||
this.startTime = startTime;
|
||||
|
||||
Reference in New Issue
Block a user