flacjacket / pywlroots

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

Pointer: Missing data property #173

Closed heuer closed 4 months ago

heuer commented 5 months ago

wlr_pointer has a data field which is not provided by Pointer. Pointer should inherit from PtrHasData, like the Keyboard class.

I'll provide a fix.