Terraria.UI.UIMouseEvent.UIMouseEvent C# (CSharp) Method

UIMouseEvent() public method

public UIMouseEvent ( UIElement target, Vector2 mousePosition ) : Microsoft.Xna.Framework
target UIElement
mousePosition Microsoft.Xna.Framework.Vector2
return Microsoft.Xna.Framework
        public UIMouseEvent(UIElement target, Vector2 mousePosition)
            : base(target)
        {
            MousePosition = mousePosition;
        }
    }
UIMouseEvent