ClickMode Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Specifies when the Click event should be raised.
public enum ClickMode
Fields
| Name | Description |
|---|---|
| Press | Specifies that the Click event should be raised as soon as a button is pressed. |
| Release | Specifies that the Click event should be raised when a button is pressed and released. |