You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/nrf_desktop/doc/hid_provider_mouse.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ HID provider mouse module
10
10
The HID provider mouse module is a HID report provider integrated with the :ref:`nrf_desktop_hid_state`.
11
11
The module is responsible for providing the HID mouse input report and the HID boot mouse input report.
12
12
13
-
The module listens to the user input (:c:struct:`button_event`, :c:struct:`wheel_event` and :c:struct:`motion_event`) and communicates with the :ref:`nrf_desktop_hid_state`.
13
+
The module listens to the user input (:c:struct:`button_event`, :c:struct:`wheel_event`, and :c:struct:`motion_event`) and communicates with the :ref:`nrf_desktop_hid_state`.
14
14
It provides HID mouse reports when requested by the :ref:`nrf_desktop_hid_state`.
15
15
It also notifies the :ref:`nrf_desktop_hid_state` when new data is available.
0 commit comments