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