flacjacket / pywlroots

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

Support for wlr_tablet_tool #191

Open heuer opened 4 months ago

heuer commented 4 months ago

I still have support for tablets in the pipeline. wlr_tablet_tool is already implemented and required some changes especially to the Cursor class and ffi_build.

See https://github.com/flacjacket/pywlroots/compare/main...heuer:pywlroots:tablet_feature

Considering the fact that WLR 0.17 is just around the corner: Should I open a PR for it now or wait for a WLR 0.17 release? I don't want to unnecessarily complicate the transition to 0.17.

@flacjacket, @jwijenbergh?

jwijenbergh commented 4 months ago

If you can, wait, as rebasing wlroots 0.16 changes on top of 0.17 is pretty difficult

5ila5 commented 1 month ago

Sorry for being annoying, but is there any movement on this?

heuer commented 1 month ago

Thanks for the reminder. I have some code but it is not finished yet. The functionality is not my top priority, wlr_touch (which is implemented) was more important. I'll look into my code and check what's missing and provide a PR. I guess next week.