mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
input: support tablet tool pressure range configuration
Needs a wlroots addition to expose libinputs tablet tool handle...
This commit is contained in:
parent
aa672215b1
commit
c093ac47db
3 changed files with 33 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue