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:
Jens Peters 2025-06-06 07:05:47 +02:00 committed by Hiroaki Yamamoto
parent 36c1948d0b
commit cf032b1fc1
2 changed files with 18 additions and 18 deletions

View file

@ -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;