|
Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This structure contains information about a debug coordinate from a ScripTouch device with debug firmware. More...
#include <scriptel-hid-reports.h>

Data Fields | |
| unsigned char | report_id |
| Report ID, should always be set to SCRIPTEL_INPUT_DEBUGCOORDINATE. | |
| scriptel_sample_info | sample_info |
| Information about the sample. | |
| unsigned short | offset |
| Offset of the coordinate. | |
| unsigned short | x_max |
| Maximum horizontal sample. | |
| unsigned short | x_min |
| Minimum horizontal sample. | |
| unsigned short | y_max |
| Maximum vertical sample. | |
| unsigned short | y_min |
| Minimum vertical sample. | |
| unsigned short | x_errcor |
| The horizontal coordinate after error correction. | |
| unsigned short | y_errcor |
| The vertical coordinate after error correction. | |
| unsigned short | x_mapped |
| The horizontal coordinate after being mapped. | |
| unsigned short | y_mapped |
| The vertical coordinate after being mapped. | |
| unsigned char | region |
| The region the last pen down even occurred in. | |
This structure contains information about a debug coordinate from a ScripTouch device with debug firmware.