C# Class Terraria.UI.UIMouseEvent

Inheritance: UIEvent
Mostrar archivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
MousePosition Microsoft.Xna.Framework.Vector2

Public Methods

Method Description
UIMouseEvent ( UIElement target, Vector2 mousePosition ) : Microsoft.Xna.Framework

Method Details

UIMouseEvent() public method

public UIMouseEvent ( UIElement target, Vector2 mousePosition ) : Microsoft.Xna.Framework
target UIElement
mousePosition Microsoft.Xna.Framework.Vector2
return Microsoft.Xna.Framework

Property Details

MousePosition public_oe property

public Vector2,Microsoft.Xna.Framework MousePosition
return Microsoft.Xna.Framework.Vector2