omniGlass
Public Attributes | List of all members
extended_touch_parameter Struct Reference

#include <platform.h>

Public Attributes

touch_parameter type
 
void * data
 

Detailed Description

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.

Member Data Documentation

◆ data

void* extended_touch_parameter::data

the raw data of the parameter. Cast this to "touch_" suffixed by the enumerator's name lowercased

◆ type

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.


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