Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This structure contains information about touch parameters. More...
#include <scriptel-hid-reports.h>
Data Fields | |
unsigned char | report_id |
Report ID, should be set to SCRIPTEL_FEATURE_TOUCHPARAMETERS. | |
unsigned char | adc_average |
Amount of ADC averaging. | |
unsigned char | coordinate_average |
Amount of coordinate averaging. | |
short | slope_down |
Slope down amount. | |
short | slope_liftoff |
Slope liftoff amount. | |
unsigned char | slope_minimum |
Slope minimum. | |
unsigned short | pressure_single |
Pressure Single. | |
unsigned short | pressure_multiple |
Pressure multiple. | |
unsigned char | gain |
Gain. | |
unsigned char | error_correction_enable |
Whether or not error correction is enabled. | |
unsigned char | reserved |
Reserved for future use. | |
unsigned short | scale_x |
Scale in the horizontal. | |
short | offset_x |
Offset in the horizontal. | |
unsigned short | scale_y |
Scale in the vertical. | |
short | offset_y |
Offset the the vertical. | |
This structure contains information about touch parameters.