Update framework with positional/non-positional changes

This commit is contained in:
smoogipoo
2018-09-26 14:01:15 +09:00
parent 5e51a50658
commit a8f156584b
56 changed files with 86 additions and 86 deletions

View File

@ -52,8 +52,8 @@ namespace osu.Game.Screens.Select
/// </summary>
public Action<BeatmapInfo> SelectionChanged;
public override bool HandleKeyboardInput => AllowSelection;
public override bool HandleMouseInput => AllowSelection;
public override bool HandleNonPositionalInput => AllowSelection;
public override bool HandlePositionalInput => AllowSelection;
/// <summary>
/// Used to avoid firing null selections before the initial beatmaps have been loaded via <see cref="BeatmapSets"/>.