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