mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update framework with positional/non-positional changes
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
|
||||
private readonly ToolbarUserArea userArea;
|
||||
|
||||
protected override bool BlockPassThroughMouse => false;
|
||||
protected override bool BlockPositionalInput => false;
|
||||
|
||||
private const double transition_time = 500;
|
||||
|
||||
|
Reference in New Issue
Block a user