omniGlass
Public Attributes | List of all members
multitouch_report Struct Reference

#include <platform.h>

Public Attributes

touch_pointtouches
 
extended_touch_parameter ** extended_touch_parameters
 

Detailed Description

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.

Member Data Documentation

◆ extended_touch_parameters

extended_touch_parameter** multitouch_report::extended_touch_parameters

ordered array of touch parameter arrays

◆ touches

touch_point* multitouch_report::touches

ordered array of touch points (each index identifies a single finger)


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