TouchLocationStateΒΆ

enum TouchLocationState : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Holds the possible state information for a touch location..

TouchLocationState Invalid

This touch location position is invalid.

TouchLocationState Moved

This touch location position was updated or pressed at the same position.

TouchLocationState Pressed

This touch location position is new.

TouchLocationState Released

This touch location position was released.