| abs_x | relative x position [min..max] |
| abs_y | relative y position [min..max] |
| pressure | z-axis position. [min..max] |
| fTap | Some pads support "tap" detection -- those that don't always return FALSE in this field. |
| fTouch | TRUE indicates object in contact with surface |
| buttonState | For pads that include buttons the bits represent the physical buttons -- returns all 0's on pads without buttons. |
| dwTimeStamp | Timestamp for sample. In units that support HW timestamping this will be the time at acquisition within the pad -- otherwise it is stampeed when received by the computer. |
| dwSequenceNum | Circular sequence # generated by the HW. This may be useful for determining packet loss. Note that not all pads support this feature -- in which case it is "emulated" by the implementing software on the host. Note that in many cases this field is actually only 8 bits and will wrap accordingly. |