Lines Matching refs:mouse
25 are using to interact with a computer, be it a mouse, a touchpad, a
32 need to have specialized code in the kernel for every mouse model
40 bits from 8 to 15 is the delta x coordinate of a mouse".
113 Parsing the mouse HID report descriptor with `hid-tools
170 The mouse has also two physical positions (Usage (X), Usage (Y))
199 This Report Descriptor tells us that the mouse input will be
201 bits used, five for padding), the last three for the mouse X, Y and
204 Indeed, for any event, the mouse will send a *report* of four bytes.
252 HID devices can have Input Reports, like in the mouse example, Output
275 any report. A device with only one supported HID report (like the mouse
338 Collection``. Going back to the mouse example, and repeating the
511 The output of ``hid-example`` would be, for the same mouse::