mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
Merge pull request #18016 from smoogipoo/logo-drag-no-block-click
Don't block clicks when dragging on the osu! logo
This commit is contained in:
commit
aa4f5c563f
@ -405,6 +405,8 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
private class DragContainer : Container
|
private class DragContainer : Container
|
||||||
{
|
{
|
||||||
|
public override bool DragBlocksClick => false;
|
||||||
|
|
||||||
protected override bool OnDragStart(DragStartEvent e) => true;
|
protected override bool OnDragStart(DragStartEvent e) => true;
|
||||||
|
|
||||||
protected override void OnDrag(DragEvent e)
|
protected override void OnDrag(DragEvent e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user