Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This structure contains all button specific information about a region. More...
#include <scriptel-hid-reports.h>
Data Fields | |
scriptel_device_region_common | region_info |
Common items to all regions. | |
unsigned char | parent |
Parent region for this button. | |
unsigned char | enable |
Whether or not this button is enabled. | |
unsigned char | highlight_on_select |
Whether or not the button will highlight when selected. | |
unsigned char | clear_on_select |
Whether or not the button will clear when selected. | |
unsigned short | reserved |
Reserved for future use. | |
char | caption [100] |
Caption of the button. More... | |
This structure contains all button specific information about a region.
char caption[100] |
Caption of the button.
This is limited per device, see scriptel_hid_feature_display_info.max_caption_length.