Split out drag selection box from post-capture box

Cleans up a lot of code, removes handles for now.
This commit is contained in:
smoogipoo
2018-02-12 18:19:55 +09:00
parent 1adbe3585c
commit ee168f9a77
5 changed files with 108 additions and 120 deletions

View File

@ -23,7 +23,8 @@ namespace osu.Game.Tests.Visual
{
typeof(HitObjectCapturer),
typeof(SelectionDragger),
typeof(SelectionLayer)
typeof(SelectionLayer),
typeof(CaptureBox)
};
[BackgroundDependencyLoader]