Enum ButtonState
State of a button.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
[Flags]
public enum ButtonState
Fields
| Name | Description |
|---|---|
| Pressed | Button is pressed. |
| Pressing | Button is transitioning from released to pressed. |
| Released | Button is released. |
| Releasing | Button is transitioning from pressed to released. |
| Undefined | Undefined state. |