Public Member Functions | |
| HRESULT | HandleNativeTickPadData (int abs_x, int abs_y, int pressure, boolean fTouch, unsigned long dwNativeTick) |
ConnGetEventNotification
| HRESULT HandleNativeTickPadData | ( | int | abs_x, | |
| int | abs_y, | |||
| int | pressure, | |||
| boolean | fTouch, | |||
| unsigned long | dwNativeTick | |||
| ) |
Pad event data is passed into this method, which must be implemented by the client if the client desires higher than 1 mSec resolutions on the timestamping data.
| abs_x | relative x position [min..max] | |
| abs_y | relative y position [min..max] | |
| pressure | z-axis position. [min..max] | |
| fTouch | TRUE indicates object in contact with surface | |
| dwNativeTick | 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. |
1.5.4