mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
input: do not bind motion mode to tablet
Instead, always derive it from the current tool. This prevents any mismatches when working with multiple tools.
This commit is contained in:
parent
36c1948d0b
commit
cf032b1fc1
2 changed files with 18 additions and 18 deletions
|
|
@ -14,7 +14,6 @@ struct drawing_tablet {
|
|||
struct seat *seat;
|
||||
struct wlr_tablet *tablet;
|
||||
struct wlr_tablet_v2_tablet *tablet_v2;
|
||||
enum motion motion_mode;
|
||||
double x, y, dx, dy;
|
||||
double distance;
|
||||
double pressure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue