Class OnMouseEnterEventArgs
Inherited Members
Namespace: Slipe.Client.Gui.Events
Assembly: SlipeClient.dll
Syntax
public class OnMouseEnterEventArgs
Properties
| Improve this Doc View SourceElement
The previous gui element the mouse was on
Declaration
public GuiElement Element { get; }
Property Value
Type | Description |
---|---|
GuiElement |
Position
The 2D position of the mouse
Declaration
public Vector2 Position { get; }
Property Value
Type | Description |
---|---|
Vector2 |