Class MouseEventArgs
Provides data for the MouseUp, MouseDown, and MouseMove events.
Inheritance
System.Object
System.EventArgs
MouseEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public class MouseEventArgs : EventArgs
Properties
Button
Gets and sets the button.
Declaration
public MouseButtons Button { get; set; }
Property Value
Type | Description |
---|---|
MouseButtons | The button. |
Position
Gets and sets the position.
Declaration
public Point Position { get; set; }
Property Value
Type | Description |
---|---|
Point | The position. |