Open Z572 opened 11 months ago
Hello,
please check this branch: https://github.com/artyom-poptsov/guile-udev/tree/wip-udev-pointers
Does it look like something that you requested?
This is new for me so I want to make sure I understood the feature request correctly.
Thanks!
-- avp
Yes this is what I need, but there are problems with this version, for example pointer->udev
executing the same pointer twice should return the same udev, see define-wrapped-pointer-type
. It uses make-weak-value-hash-table
internally
libinput have
libinput_udev_create_context
andlibinput_device_get_udev_device
require udev and udev_device structIf guile-udev provide
udev->pointer
andpointer->udev-device
, i can use them at guile-libinput