Enum TouchLocationState
Holds the possible state information for a touch location..
public enum TouchLocationState
Fields
Invalid = 0
This touch location position is invalid.
Moved = 1
This touch location position was updated or pressed at the same position.
Pressed = 2
This touch location position is new.
Released = 3
This touch location position was released.