Show / Hide Table of Contents

Class OnMouseLeaveEventArgs

Inheritance
Object
OnMouseLeaveEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Gui.Events
Assembly: SlipeClient.dll
Syntax
public class OnMouseLeaveEventArgs

Properties

| Improve this Doc View Source

Element

The new gui element the mouse is on

Declaration
public GuiElement Element { get; }
Property Value
Type Description
GuiElement
| Improve this Doc View Source

Position

The 2D position of the mouse

Declaration
public Vector2 Position { get; }
Property Value
Type Description
Vector2
  • Improve this Doc
  • View Source
Back to top Generated by DocFX