Szymon J.
Szymon J.
I'm also interested in Wayland and `dev/input` support. Could this potentially be a configurable option? 👀 Thanks! 💯
Consider this as a bit of a self-plug. I've personally used `libevdev` to perform input simulation and capturing on Linux as part of my software KVM switch uni project. The...
Could that not be performed with a display-server-specific function call for X11 and Wayland? Correct me if I'm wrong 💯
The way that I have done it was by calling `::libevdev_grab(input, LIBEVDEV_GRAB)` where `input` is a `libevdev*`. To get a `libevdev*`, I used `::libevdev_new_from_fd` for each symlink present in `/dev/input/by-path`...
When I was working with libevdev, I've never tried running the program multiple times, but I assume it would not be optimal 😆 How the events would get passed along...
Keep in mind, this suggestion is a result of procrastination and not working on my university assignments 😄 . > what is goal of changing it? I was thinking that...
Just wondering since this seems to be 'stale'. What's the hold up on this? Cheers! 👍
Are there any updates on this? 🙏 Let me know if there is/there is not someone looking at this, and what next steps I can do to aid in fixing...