Allow playfield to specify whether it has a cursor or not.

This commit is contained in:
Dean Herbert
2017-04-05 17:38:13 +09:00
parent 4b1588a21d
commit 4aafc172ca
5 changed files with 22 additions and 5 deletions

View File

@ -21,6 +21,8 @@ namespace osu.Game.Modes.Osu.UI
private readonly Container judgementLayer;
private readonly ConnectionRenderer<OsuHitObject> connectionLayer;
public override bool ProvidingUserCursor => true;
public override Vector2 Size
{
get