Arduino and Touch Shield

So, within my loop I am keeping things very simple:

Point p = ts.getPoint(); Serial.println(p.z); Serial.println(ts.pressureThreshhold); delay(5000);

All the time while I am tapping on the screen the values returned are repeatedly:
0
10 - Based on the preset value, I expect this
0
10
etc.