omniGlass
|
#include <platform.h>
Public Attributes | |
touch_point * | touches |
extended_touch_parameter ** | extended_touch_parameters |
central data structure for touch tracking. this data structure contains position data associated to each point. NOTE: Exact number of touches on every multitouch report is per-session, computed at initialization time.
extended_touch_parameter** multitouch_report::extended_touch_parameters |
ordered array of touch parameter arrays
touch_point* multitouch_report::touches |
ordered array of touch points (each index identifies a single finger)