mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
docs: fix scdoc build
This commit is contained in:
parent
e311ff6466
commit
6c8060ce14
1 changed files with 5 additions and 3 deletions
|
|
@ -740,18 +740,20 @@ extending outward from the snapped edge.
|
||||||
matrix has no effect on relative events.
|
matrix has no effect on relative events.
|
||||||
|
|
||||||
Given a 6-element array [a b c d e f], the matrix is applied as
|
Given a 6-element array [a b c d e f], the matrix is applied as
|
||||||
|
```
|
||||||
[ a b c ] [ x ]
|
[ a b c ] [ x ]
|
||||||
[ d e f ] * [ y ]
|
[ d e f ] * [ y ]
|
||||||
[ 0 0 1 ] [ 1 ]
|
[ 0 0 1 ] [ 1 ]
|
||||||
|
|
||||||
The most common matrices are:
|
The most common matrices are:
|
||||||
90 deg cw: 180 deg cw: 270 deg cw: reflect along y axis:
|
90 deg cw: 180 deg cw: 270 deg cw: reflect along y axis:
|
||||||
[ 0 -1 1] [ -1 0 1] [ 0 1 0 ] [ -1 0 1 ]
|
[ 0 -1 1] [ -1 0 1] [ 0 1 0 ] [ -1 0 1 ]
|
||||||
[ 1 0 0] [ 0 -1 1] [ -1 0 1 ] [ 1 0 0 ]
|
[ 1 0 0] [ 0 -1 1] [ -1 0 1 ] [ 1 0 0 ]
|
||||||
[ 0 0 1] [ 0 0 1] [ 0 0 1 ] [ 0 0 1 ]
|
[ 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
|
visit https://wayland.freedesktop.org/libinput/doc/latest/absolute-axes.html#calibration-of-absolute-devices
|
||||||
for more information
|
for more information.
|
||||||
|
|
||||||
## WINDOW RULES
|
## WINDOW RULES
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue