flacjacket / pywlroots

Python binding to the wlroots library using cffi
University of Illinois/NCSA Open Source License
53 stars 14 forks source link

Missing class in wlr_types.touch: Touch #133

Closed heuer closed 8 months ago

heuer commented 9 months ago

wlroots provides a struct wlr_touch c.f. https://wayland.emersion.fr/wlroots/wlr/types/wlr_touch.h.html#struct-wlr_touch

Although pywlroots provides several touch events, the wlr_touch struct is not implemented.

heuer commented 8 months ago

Fixed with #146.

Grab events are missing, though