input: support tablet tool pressure range configuration

Needs wlroots 0.20.0.
This commit is contained in:
Jens Peters 2025-07-13 21:38:00 +02:00 committed by Consolatis
parent 9209f611d5
commit 0d049552bc
3 changed files with 33 additions and 0 deletions

View file

@ -144,6 +144,8 @@ struct rcxml {
struct tablet_tool_config {
enum lab_motion motion;
double relative_motion_sensitivity;
double min_pressure;
double max_pressure;
} tablet_tool;
/* libinput */