Skip to content

Fix for issue 139, touchpad scrolling not being transmitted

Ivan Veloz requested to merge iveloz/connections:issue139touchscroll into master

This is a fix for issue #139 (closed) . On the DisplayView class, an event mask to detect smooth scrolling events was missing (SMOOTH_SCROLL_MASK). This caused touchpad scrolling events to be ignored and not handled by gtk-frdp.

Merge request reports