TouchPoint Class

class QTouchEvent::TouchPoint

The TouchPoint class provides information about a touch point in a QTouchEvent. More...

This class was introduced in Qt 4.6.

Public Types

enum InfoFlag { Pen, Token }

Detailed Description

Member Type Documentation

enum TouchPoint::InfoFlag

The values of this enum describe additional information about a touch point.

ConstantValueDescription
QTouchEvent::TouchPoint::Pen0x0001Indicates that the contact has been made by a designated pointing device (e.g. a pen) instead of a finger.
QTouchEvent::TouchPoint::Token0x0002Indicates that the contact has been made by a fiducial object (e.g. a knob or other token) instead of a finger.