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 moved. |
Pressed | Touch pressed. |
Release | Touch released. |