mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
config: add configuration for tablet tool motion sensitivity
This commit is contained in:
parent
96701f1e27
commit
bcd5746a32
2 changed files with 5 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ struct rcxml {
|
|||
} tablet;
|
||||
struct tablet_tool_config {
|
||||
enum motion motion;
|
||||
double relative_motion_sensitivity;
|
||||
} tablet_tool;
|
||||
|
||||
/* libinput */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue