https://bugs.winehq.org/show_bug.cgi?id=53114
--- Comment #25 from albertgeanta@gmail.com --- (In reply to msizanoen from comment #24)
This issue can currently be worked around with the following command:
xinput list --name-only | grep ^xwayland-pointer-gestures | xargs -n1 xinput disable
Please note that this will disable touchpad gestures for ALL X11 applications. To revert this, run the same command with `disable` replaced with `enable`.
Thanks a lot this workaround is great, as I only use xwayland for games anyways!