Update wrong docs for TouchPoint::id().
What it states is simply not true, at least certainly not since QPA has been introduced. Change-Id: If8aa2120cf5fc9ca85f4f0e6832b2115a5b71fe1 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
71002f830b
commit
6181676ca6
@ -3567,9 +3567,8 @@ QTouchEvent::TouchPoint::~TouchPoint()
|
|||||||
/*!
|
/*!
|
||||||
Returns the id number of this touch point.
|
Returns the id number of this touch point.
|
||||||
|
|
||||||
Id numbers are globally sequential, starting at zero, meaning the
|
Do not assume that id numbers start at zero or that they are sequential.
|
||||||
first touch point in the application has id 0, the second has id 1,
|
Such an assumption is often false due to the way the underlying drivers work.
|
||||||
and so on.
|
|
||||||
*/
|
*/
|
||||||
int QTouchEvent::TouchPoint::id() const
|
int QTouchEvent::TouchPoint::id() const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user