Class MouseButtonEvent
Describes a button on a mouse changing state
public class MouseButtonEvent : ButtonEvent, IInputEventArgs
- Inheritance
-
MouseButtonEvent
- Implements
- Inherited Members
Fields
Button
The button that changed state
public MouseButton Button
Field Value
Properties
Mouse
The mouse that sent this event
public IMouseDevice Mouse { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.