mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Merge fbf47ddd29 into c9b4da2ce2
This commit is contained in:
commit
ef9fe23bc0
1 changed files with 0 additions and 2 deletions
|
|
@ -431,8 +431,6 @@ handle_tablet_tool_axis(struct wl_listener *listener, void *data)
|
||||||
*/
|
*/
|
||||||
tool->dx = 0;
|
tool->dx = 0;
|
||||||
tool->dy = 0;
|
tool->dy = 0;
|
||||||
tool->tilt_x = 0;
|
|
||||||
tool->tilt_y = 0;
|
|
||||||
|
|
||||||
if (ev->updated_axes & WLR_TABLET_TOOL_AXIS_X) {
|
if (ev->updated_axes & WLR_TABLET_TOOL_AXIS_X) {
|
||||||
tool->x = ev->x;
|
tool->x = ev->x;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue