Skip to content

grab: Expect motion events before touch-emulated button presses

The current server code for event is clear in that emulated motion events are expected before emulated button events. Update tests to match.

Note that in the case of pointer grabs, the first motion event is not reported because by that time the press event has not happened yet and the pointer grab is not yet active.

cc @whot

Edited by Povilas Kanapickas

Merge request reports