Add support for right mouse absolute scrolling (when enabled)

Will likely need to be bindable when hooked up to settings and actually used.
This commit is contained in:
Dean Herbert
2017-07-12 18:57:44 +09:00
parent a5d0bfb02f
commit 9d47dd9ff9
10 changed files with 86 additions and 8 deletions

View File

@ -7,6 +7,7 @@ using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Containers;
using osu.Game.Online.Chat;
namespace osu.Game.Overlays.Chat
@ -25,7 +26,7 @@ namespace osu.Game.Overlays.Chat
Children = new Drawable[]
{
scroll = new ScrollContainer
scroll = new OsuScrollContainer
{
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]