C# Class Terraria.UI.UIScrollWheelEvent

Inheritance: UIMouseEvent
Afficher le fichier Open project: Wilson-hL/TerrariaSourceCode Class Usage Examples

Méthodes publiques

Свойство Type Description
ScrollWheelValue int

Méthodes publiques

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

Method Details

UIScrollWheelEvent() public méthode

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

Property Details

ScrollWheelValue public_oe property

public int ScrollWheelValue
Résultat int