summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qmousedevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qmousedevice.cpp')
-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
*/
/*!