-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AbsInfo #9
Comments
Ok, I've found it does currently support it, but using an old deprecated method, which is why my search didn't find what I was looking for. see torvalds/linux@052876f |
It's not unmaintained, I'm just depressed. Is there documentation on how to use the non-deprecated one? |
Sorry man :( . I can create a PR in the rust-uinput-sys crate as it's currently missing some structs and things, but I think this high level api should likely change, e.g. in One important thing to note regarding the API design taken from the commit that changed this:
So ideally this high level api should also be forward compatible to adding more fields to that struct. The uinput docs do mention though that
I'm not exactly sure which kernel version this was deprecated at, and how much you want to support old kernels in this crate. |
Hi
I'm busy looking at using uinput from rust. At the moment I'm specifically trying to implement absolute positioning pointers. This high level crate doesn't seem to support this right now. Is this crate considered unmaintained seen as it hasn't been worked on in quite a while?
The text was updated successfully, but these errors were encountered: