Doc: Remove mentioning of Qt::MidButton
It's only Qt::MiddleButton in Qt 6. Pick-to: 6.1 6.2 Change-Id: Ia68bad910c617993e30e3ed1e117192469ec50eb Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
e473d96e65
commit
88b92f76ee
@ -474,7 +474,7 @@ void QPointerEvent::clearPassiveGrabbers(const QEventPoint &point)
|
||||
Returns the button state when the event was generated.
|
||||
|
||||
The button state is a combination of Qt::LeftButton, Qt::RightButton,
|
||||
and Qt::MidButton using the OR operator.
|
||||
and Qt::MiddleButton using the OR operator.
|
||||
|
||||
For mouse move or \l TabletMove events, this is all buttons that are
|
||||
pressed down.
|
||||
|
Loading…
Reference in New Issue
Block a user