C# Class Terraria.UI.UIScrollWheelEvent

Inheritance: UIMouseEvent
Show file Open project: Wilson-hL/TerrariaSourceCode Class Usage Examples

Public Properties

Property Type Description
ScrollWheelValue int

Public Methods

Method Description
UIScrollWheelEvent ( UIElement target, Vector2 mousePosition, int scrollWheelValue ) : Microsoft.Xna.Framework

Method Details

UIScrollWheelEvent() public method

public UIScrollWheelEvent ( UIElement target, Vector2 mousePosition, int scrollWheelValue ) : Microsoft.Xna.Framework
target UIElement
mousePosition Vector2
scrollWheelValue int
return Microsoft.Xna.Framework

Property Details

ScrollWheelValue public property

public int ScrollWheelValue
return int