This commit is contained in:
Consolatis 2026-04-08 08:48:44 +00:00 committed by GitHub
commit ea865076cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -402,8 +402,6 @@ handle_tablet_tool_axis(struct wl_listener *listener, void *data)
*/
tool->dx = 0;
tool->dy = 0;
tool->tilt_x = 0;
tool->tilt_y = 0;
if (ev->updated_axes & WLR_TABLET_TOOL_AXIS_X) {
tool->x = ev->x;