flacjacket / pywlroots

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

Cursor.detach_input_device(InputDevice) missing #141

Closed heuer closed 8 months ago

heuer commented 8 months ago

The Cursor class implements wlr_cursor_attach_input_device but not wlr_cursor_detach_input_device(). The latter might be useful if a device (pointer) is destroyed.