flacjacket / pywlroots

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

Pointer: Missing data property #173

Closed heuer closed 7 months ago

heuer commented 7 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.