summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-03-10 22:07:00 +0000
committerMike Krus <mike.krus@kdab.com>2020-03-10 22:07:37 +0000
commit17f4f0f5f0407032c205c0efa0e08275470867da (patch)
treeebcc94d35919ea5421d2a35ff15aa0fb961cead8 /src/input
parent21cd6cb494c7a7b75081cc87ab14c8a6326eeb78 (diff)
parent707cfb5884b0a2dacde9b3a7ce47707a5c09744b (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'src/input')
-rw-r--r--src/input/frontend/qmousedevice.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/frontend/qmousedevice.cpp b/src/input/frontend/qmousedevice.cpp
index d7cdf1ebc..49427c5a8 100644
--- a/src/input/frontend/qmousedevice.cpp
+++ b/src/input/frontend/qmousedevice.cpp
@@ -109,23 +109,23 @@ QMouseDevicePrivate::QMouseDevicePrivate()
/*!
\property Qt3DInput::QMouseDevice::updateAxesContinuously
- If true, axes will be updated anytime they change regardless of whether
+ If \c true, axes will be updated anytime they change regardless of whether
any mouse button is being pressed. Otherwise, axes are updated only when
one of the mouse buttons is being pressed.
+ The default value is \c false.
\since 5.15
- \default false
*/
/*!
\qmlproperty bool MouseDevice::updateAxesContinuously
- If true, axes will be updated anytime they change regardless of whether
+ If \c true, axes will be updated anytime they change regardless of whether
any mouse button is being pressed. Otherwise, axes are updated only when
one of the mouse buttons is being pressed.
+ The default value is \c false.
\since 5.15
- \default false
*/
/*!