MouseButtonEvent Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Describes a button on a mouse changing state
Derived from MouseButtonEvent:
public class MouseButtonEvent : ButtonEvent, IInputEventArgs
Name | Description | |
---|---|---|
Fields | ||
Button | The button that changed state |
|
Properties | ||
Mouse | The mouse that sent this event |
|
Methods | ||
ToString() |
Fields
Button
The button that changed state
public MouseButton Button
Field Value
Type | Description |
---|---|
MouseButton |
Properties
Mouse
The mouse that sent this event
public IMouseDevice Mouse { get; }
Property Value
Type | Description |
---|---|
IMouseDevice |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()