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
parent f111d2da94
commit 87236d99a7
No known key found for this signature in database
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;