tablet-input: clarify full tablet-pad usage

This commit is contained in:
A Frederick Christensen 2026-04-17 06:20:54 -05:00
parent 872b565e85
commit 726164473f
No known key found for this signature in database
GPG Key ID: 6183FA655784FC36

View File

@ -5,6 +5,7 @@ Inspired by @guyuming76's [branch](https://codeberg.org/guyuming76/dwl/commits/b
- **Tablet area**: define the active drawing zone using the `tablet_pad` array - **Tablet area**: define the active drawing zone using the `tablet_pad` array
`{x, y, width, height}`, values range from 0.0 to 1.0 (as a fraction of the `{x, y, width, height}`, values range from 0.0 to 1.0 (as a fraction of the
tablet's full surface). Only input within this area is mapped to the screen. tablet's full surface). Only input within this area is mapped to the screen.
To make use of the full tablet surface, set the `tablet_pad` array to `(0.0, 0.0, 1.0, 1.0)`.
- **Button bindings**: bind tablet pad and stylus buttons to compositor actions. - **Button bindings**: bind tablet pad and stylus buttons to compositor actions.
### Download ### Download