I use a TouchCollection variable that is being updated with TouchPanel.GetState();
The problem: The state of each element in TouchCollection is always TouchLocationState.Moved, and it’s never Pressed or Released. Is this normal?
Thanks in advance.