Add comment + xmldoc

This commit is contained in:
smoogipoo
2020-11-18 13:37:15 +09:00
parent 783c172b5d
commit f00c23b4a0
2 changed files with 5 additions and 0 deletions

View File

@ -337,6 +337,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
/// <returns>Whether a selection was performed.</returns>
private bool beginClickSelection(MouseButtonEvent e)
{
// Iterate from the top of the input stack (blueprints closest to the front of the screen first).
foreach (SelectionBlueprint blueprint in SelectionBlueprints.AliveChildren.Reverse())
{
if (!blueprint.IsHovered) continue;