Skip to content

xinput: Add XI v2.4

Povilas Kanapickas requested to merge p12tic/xcbproto:xi-2.4 into master

XInput 2.4 introduces touchpad gesture support which includes 6 new events: GesturePinchBegin, GesturePinchUpdate, GesturePinchEnd, GestureSwipeBegin, GestureSwipeUpdate and GestureSwipeEnd.

XI 2.4 is currently released only as a developer snapshot: https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/tags/xorgproto-2021.4.99.1.

Tested on a new X11-based touchpad gesture implementation in Qt.

Edited by Povilas Kanapickas

Merge request reports