fix typo; compliment -> complement.
PR: 22840 Submitted by: Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
parent
3e8a697e32
commit
d5c58b9b78
@ -143,11 +143,11 @@ Right button status; set if pressed.
|
|||||||
Left button status; set if pressed.
|
Left button status; set if pressed.
|
||||||
.El
|
.El
|
||||||
.It Byte 2
|
.It Byte 2
|
||||||
Horizontal movement count in two's compliment;
|
Horizontal movement count in two's complement;
|
||||||
-256 through 255.
|
-256 through 255.
|
||||||
Note that the sign bit is in the first byte.
|
Note that the sign bit is in the first byte.
|
||||||
.It Byte 3
|
.It Byte 3
|
||||||
Vertical movement count in two's compliment;
|
Vertical movement count in two's complement;
|
||||||
-256 through 255.
|
-256 through 255.
|
||||||
Note that the sign bit is in the first byte.
|
Note that the sign bit is in the first byte.
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user