Photon microGUI widgets library 0.6.0
|
#include <PhWidgetsNativeTypes.h>
Data that's attached to a region.
The PhRegionDataHdr_t structure describes data that's attached to a region. It includes at least the following members:
unsigned short len The length of the data, in bytes. The data immediately follows the PhRegionDataHdr_t structure in the region's block of data.
unsigned short type The type of data, which indicates the data structure used.