Class MouseEventArgs
Provides data for various events that report changes of a mouse device.
Inherited Members
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 mouse buttons state.
Declaration
public MouseButtons State { get; }
  Property Value
| Type | Description | 
|---|---|
| MouseButtons |