omniGlass
|
#include <platform.h>
Public Attributes | |
touch_parameter | type |
void * | data |
an extended parameter associated with a touch point. parameters must be associated to their parent points. raw data associated to a parameter must be casted to its corresponding type.
void* extended_touch_parameter::data |
the raw data of the parameter. Cast this to "touch_" suffixed by the enumerator's name lowercased
touch_parameter extended_touch_parameter::type |
the type of a touch parameter. Use this to identify the data type and to select a proper casting for the raw data.