ButtonEvent Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Event for a button changing state on a device
public abstract class ButtonEvent : InputEvent, IInputEventArgs
Name | Description | |
---|---|---|
Fields | ||
IsDown | The new state of the button |
Fields
IsDown
The new state of the button
public bool IsDown
Field Value
Type | Description |
---|---|
System.Boolean |