mirror of
https://github.com/labwc/labwc.git
synced 2026-04-03 07:15:34 -04:00
input: support tablet tool pressure range configuration
Needs wlroots 0.20.0.
This commit is contained in:
parent
9209f611d5
commit
0d049552bc
3 changed files with 33 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue