Skip to content

Discard motion events when scrolling up from the button area

When 2fg-scrolling up from the button area, one finger may move out of the area before the other one, causing motion events. Once the second finger moves out of the area the axis events are correctly generated but by then the pointer has already moved.

Fix this by marking all fingers in the bottom area as moved if the started at the same time as the actual moving finger.

Fixes #86 (closed)

Merge request reports