Add tooltip to sliderbars. Move interface.

This commit is contained in:
Dean Herbert
2017-04-20 17:33:07 +09:00
parent ce5763ed97
commit c87657707f
4 changed files with 8 additions and 10 deletions

View File

@ -1,15 +0,0 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;
namespace osu.Game.Graphics.Cursor
{
public interface IHasTooltip : IDrawable
{
/// <summary>
/// Tooltip that shows when hovering the drawable
/// </summary>
string TooltipText { get; }
}
}