Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This report contains information about the current calibration state of a ScripTouch device. More...
#include <scriptel-hid-reports.h>
Data Fields | |
unsigned char | report_id |
Report ID, should be set to SCRIPTEL_FEATURE_CALIBRATION_DATA. | |
unsigned char | calibration_type |
The type of calibration this report is refering to. More... | |
unsigned char | is_calibrated |
Whether the device is calibrated. | |
unsigned short | rotation_scale |
rotation scale | |
unsigned short | local_multiplier_scale |
local multiplier scale | |
unsigned short | host_multiplier_scale |
host multiplier scale | |
short | rotation_sin_scaled |
rotation sine scaled | |
short | rotation_cos_scaled |
rotation cosine scaled | |
unsigned short | local_width_calibrated |
local width calibrated | |
unsigned short | local_height_calibrated |
local height calibrated | |
long | local_x_multiplier_scaled |
local X multiplier scaled | |
long | local_x_offset |
local X offset | |
long | local_y_multiplier_scaled |
local Y multiplier scaled | |
long | local_y_offset |
local Y offset | |
long | host_x_multiplier_scaled |
host X multiplier scaled | |
long | host_x_offset |
host X offset | |
long | host_y_multiplier_scaled |
host Y multiplier scaled | |
long | host_y_offset |
host Y offset | |
This report contains information about the current calibration state of a ScripTouch device.
unsigned char calibration_type |
The type of calibration this report is refering to.
TBD