<contacts>
	<pointer tick="5981718" id="704" X="230" Y="375" DX="0" DY="0" W="16" H="13" O="0" I="45" PW="0" PH="0" T="0"/>
</contacts>

All values are integers.

- tick is the timestamp, probably in milliseconds
- id is the touch id
- X and Y are the centre of the touch in pixels
- DX and DY are the velocity of the touch, in pixels per frame, but do not always match X_new - X_old and Y_new - Y_old
- W and H are the width and height of the touch in pixels
- O is orientation, in degrees, between 0 and 360, with 0 being up, and increasing in the counterclockwise direction
- I is touch intensity (pressure)
- PW and PH are probably width and height in the rotated coordinate system
- T is... zero
