mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Handle mouse back button using OnMouseDown override instead of using GlobalAction
This commit is contained in:
@ -18,6 +18,7 @@ namespace osu.Game.Screens
|
||||
private bool showDisclaimer;
|
||||
|
||||
public override bool ShowOverlaysOnEnter => false;
|
||||
protected override bool AllowBackButton => false;
|
||||
|
||||
public Loader()
|
||||
{
|
||||
|
Reference in New Issue
Block a user