Show / Hide Table of Contents

Class OnMouseMoveEventArgs

Inheritance
Object
OnMouseMoveEventArgs
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 OnMouseMoveEventArgs

Properties

| 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