input: support tablet tool pressure range configuration

Needs a wlroots addition to expose libinputs tablet tool handle...
This commit is contained in:
Jens Peters 2025-07-13 21:38:00 +02:00
parent aa672215b1
commit c093ac47db
No known key found for this signature in database
3 changed files with 33 additions and 0 deletions

View file

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