Class MouseEventArgs
Provides data for various events that report changes to a mouse device.
Namespace: Evergine.Common.Input.Mouse
Assembly: Evergine.Common.dll
Syntax
public class MouseEventArgs : EventArgs
Properties
Position
Gets the mouse position.
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
Point |
State
Gets the state of the mouse buttons.
Declaration
public MouseButtons State { get; }
Property Value
Type | Description |
---|---|
MouseButtons |