Enum TouchLocationState
Status of the touch location.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public enum TouchLocationState
Fields
Name | Description |
---|---|
Invalid | Invalid state. |
Moved | Touch has moved. |
Pressed | Touch is pressed. |
Release | Touch released. |