docs: fix scdoc build

This commit is contained in:
SnowNF 2024-03-20 12:51:54 +08:00 committed by Johan Malm
parent e311ff6466
commit 6c8060ce14

View file

@ -740,6 +740,7 @@ extending outward from the snapped edge.
matrix has no effect on relative events.
Given a 6-element array [a b c d e f], the matrix is applied as
```
[ a b c ] [ x ]
[ d e f ] * [ y ]
[ 0 0 1 ] [ 1 ]
@ -749,9 +750,10 @@ extending outward from the snapped edge.
[ 0 -1 1] [ -1 0 1] [ 0 1 0 ] [ -1 0 1 ]
[ 1 0 0] [ 0 -1 1] [ -1 0 1 ] [ 1 0 0 ]
[ 0 0 1] [ 0 0 1] [ 0 0 1 ] [ 0 0 1 ]
```
visit https://wayland.freedesktop.org/libinput/doc/latest/absolute-axes.html#calibration-of-absolute-devices
for more information
for more information.
## WINDOW RULES