mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix incorrect comment
This commit is contained in:
parent
1c27ef644a
commit
a2950b1d80
@ -33,7 +33,7 @@ namespace osu.Game.Graphics.Containers
|
||||
|
||||
/// <summary>
|
||||
/// Whether mouse input should be blocked screen-wide while this overlay is visible.
|
||||
/// Performing mouse actions outside of the valid extents will hide the overlay but pass the events through.
|
||||
/// Performing mouse actions outside of the valid extents will hide the overlay and block the input.
|
||||
/// </summary>
|
||||
public virtual bool BlockScreenWideMouse => BlockPassThroughMouse;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user