We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb64f commit 3c2dbd6Copy full SHA for 3c2dbd6
applications/nrf_desktop/doc/hid_provider_mouse.rst
@@ -80,7 +80,7 @@ Relative value data
80
The relative value data is stored within the :c:struct:`report_data` structure's ``axes`` member.
81
There are separate fields for wheel, mouse motion over the X axis, and mouse motion over the Y axis.
82
83
-The values of axes are stored every time the input data is received, but these values are cleared when HID report subscription is enabled.
+The values of axes are stored whenever the input data is received, but these values are cleared when HID report subscription is enabled.
84
Consequently, values outside of the HID subscription period are never retained.
85
86
HID mouse pipeline
0 commit comments