doc: Add the PixelScroll device capability (new in 6.2)
Followup to 69c833dae9
Pick-to: 6.2
Task-number: QTBUG-72167
Task-number: QTBUG-87646
Change-Id: I4ac7cbacd6dc1407ad3b565674a6d6494ec8857f
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
parent
c55f61578c
commit
673ed80fa4
|
|
@ -101,6 +101,11 @@ QT_BEGIN_NAMESPACE
|
|||
\value Scroll
|
||||
Indicates that the device has a scroll capability.
|
||||
|
||||
\value PixelScroll \since 6.2
|
||||
Indicates that the device (usually a
|
||||
\l {QInputDevice::DeviceType::TouchPad}{touchpad})
|
||||
scrolls with \l {QWheelEvent::pixelDelta()}{pixel precision}.
|
||||
|
||||
\value Hover
|
||||
Indicates that the device has a hover capability.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue