Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UIScrollWheelEvent.cs
Go to the documentation of this file.
1
using
Microsoft.Xna.Framework
;
2
3
namespace
Terraria.UI
;
4
5
public
class
UIScrollWheelEvent
:
UIMouseEvent
6
{
7
public
readonly
int
ScrollWheelValue
;
8
9
public
UIScrollWheelEvent
(
UIElement
target,
Vector2
mousePosition,
int
scrollWheelValue)
10
: base(target, mousePosition)
11
{
12
ScrollWheelValue
= scrollWheelValue;
13
}
14
}
Terraria.UI.UIElement
Definition
UIElement.cs:12
Terraria.UI.UIMouseEvent
Definition
UIMouseEvent.cs:6
Terraria.UI.UIScrollWheelEvent.UIScrollWheelEvent
UIScrollWheelEvent(UIElement target, Vector2 mousePosition, int scrollWheelValue)
Definition
UIScrollWheelEvent.cs:9
Terraria.UI.UIScrollWheelEvent.ScrollWheelValue
readonly int ScrollWheelValue
Definition
UIScrollWheelEvent.cs:7
Terraria.UI.UIScrollWheelEvent
Definition
UIScrollWheelEvent.cs:6
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
Terraria.UI
Definition
ChatLine.cs:3
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:12
source
Terraria.UI
UIScrollWheelEvent.cs
Generated by
1.10.0