Remove InfoFlag from docs
It seem to be a leftover after 4e400369
.
Change-Id: I1c12bfa70cb3716d5cd9d1306db23242b58f3096
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
parent
a00ad95137
commit
3d89fa97cc
@ -4260,10 +4260,13 @@ QTouchEvent::~QTouchEvent()
|
||||
Returns the unique ID of this touch point or token, if any.
|
||||
|
||||
It is often invalid (see \l {QPointingDeviceUniqueId::isValid()} {isValid()}),
|
||||
because touchscreens cannot uniquely identify fingers. But when the
|
||||
\l {TouchPoint::InfoFlag} {Token} flag is set, it is expected to uniquely
|
||||
identify a specific token (fiducial object). When it comes from a QTabletEvent,
|
||||
it identifies the serial number of the stylus in use.
|
||||
because touchscreens cannot uniquely identify fingers.
|
||||
|
||||
When it comes from a QTabletEvent, it identifies the serial number of the
|
||||
stylus in use.
|
||||
|
||||
It may identify a specific token (fiducial object) when the TUIO driver is
|
||||
in use with a touchscreen that supports them.
|
||||
|
||||
\sa flags
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user