[SOLVED] Touch input for Android.

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.

Looks like it was not working because of some joystick code that I put into my project.