Structs§
- A
ContactDeviceDescriptor
describes the possible values touch contact properties can take on. - A
TouchBinding
represents a connection to a touch input device. - A
TouchContact
represents a single contact (e.g., one touch of a multi-touch gesture) related to a touch event. - A
TouchScreenEvent
represents a set of contacts and the phase those contacts are in. - A
TouchpadEvent
represents a set of contacts.
Enums§
TouchDeviceType
indicates the type of touch device. Both Touch Screen and Windows Precision Touchpad send touch event from driver but need different process inside input pipeline.