Doc: Fix typo in Scribble example
Task-number: QTBUG-68549 Change-Id: Ib83d3297e2ebefe6f42799a14dde35411a8ec120 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
This commit is contained in:
parent
8bd73ad989
commit
8476271eda
@ -149,7 +149,7 @@
|
|||||||
|
|
||||||
For mouse press and mouse release events, we use the
|
For mouse press and mouse release events, we use the
|
||||||
QMouseEvent::button() function to find out which button caused
|
QMouseEvent::button() function to find out which button caused
|
||||||
the event. For mose move events, we use QMouseEvent::buttons()
|
the event. For mouse move events, we use QMouseEvent::buttons()
|
||||||
to find which buttons are currently held down (as an OR-combination).
|
to find which buttons are currently held down (as an OR-combination).
|
||||||
|
|
||||||
If the users press the left mouse button, we store the position
|
If the users press the left mouse button, we store the position
|
||||||
|
Loading…
x
Reference in New Issue
Block a user