TouchPoint Class
class QTouchEvent::TouchPointThe 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.
| Constant | Value | Description |
|---|---|---|
QTouchEvent::TouchPoint::Pen | 0x0001 | Indicates that the contact has been made by a designated pointing device (e.g. a pen) instead of a finger. |
QTouchEvent::TouchPoint::Token | 0x0002 | Indicates that the contact has been made by a fiducial object (e.g. a knob or other token) instead of a finger. |