Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
Defines a structure that represents a button region on the device. More...
#include <scriptel-hid-reports.h>
Data Fields | |
scriptel_hid_feature_region_common | common |
The common data of the region. | |
unsigned char | enabled |
Button is enabled. | |
unsigned char | highlight_on_select |
Button highlights when it is selected. | |
unsigned char | clear_on_select |
Sends a clear message when selected. | |
unsigned char | confirm_on_select |
Sends a confirm message when selected. | |
unsigned char | use_resource |
Use resource instead of a caption for this button. | |
unsigned char | reserved_1 |
Reserved for future use. | |
unsigned char | reserved_2 |
Reserved for future use. | |
unsigned char | reserved_3 |
Reserved for future use. | |
unsigned char | resource_number_normal |
Resource displayed when button is idle. | |
unsigned char | resource_number_selected |
Resource displayed when button is selected. | |
char | caption [100] |
Button caption. | |
Defines a structure that represents a button region on the device.