Cloudef / wlc

High-level Wayland compositor library
MIT License
330 stars 58 forks source link

Mouse moves up when given input no matter what #126

Closed Timidger closed 8 years ago

Timidger commented 8 years ago

When running a window manager that utilizes WLC (either the example or any of the ones in development) by itself (i.e: not as a embedded window in an X environment), the mouse does not behave correctly.

This is best seen with a touchpad. If you press your finger onto the touchpad without moving it then the mouse should stay in place (as it does on X). However with wayland+wlc it begins to move slowly upward on its own erratic accord.

It was also discussed briefly on a sway issue

Cloudef commented 8 years ago

Sound like libinput issue, needs someone with touchpad to investigate anyways.

dywedir commented 8 years ago

It's OK in weston, and it's OK in sway only with libinput =< 1.1.5. "Bad" commit

Timidger commented 8 years ago

@N-006 Thanks for the link and the info

Cloudef commented 8 years ago

@N-006 Thank you for checking it.

Timidger commented 8 years ago

Closed, as it's a libinput issue