Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
Data Fields
scriptel_hid_feature_coordinate_range Struct Reference

This report is capable of getting the coordinate range from the device. More...

#include <scriptel-hid-reports.h>

Data Fields

unsigned char report_id
 Report ID, should always be SCRIPTEL_FEATURE_COORDINATERANGE.
 
unsigned short x_min
 Minimum logical value in the horizontal direction to be returned by the device.
 
unsigned short x_max
 Maximum logical value in the horizontal direction to be returned by the device.
 
unsigned short y_min
 Minimum logical value in the vertical direction to be returned by the device.
 
unsigned short y_max
 Maximum logical value in the vertical direction to be returned by the device.
 

Detailed Description

This report is capable of getting the coordinate range from the device.

Examples
example-image-cairo.c, example-image-gdiplus.cpp, and example-reading.c.

The documentation for this struct was generated from the following file: