We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no interface to register devices with libinput_read_state.(3 parameters)
The text was updated successfully, but these errors were encountered:
@Johennes could you comment on this?
Sorry, something went wrong.
@incity you need to define a custom callback and inside of it call libinput_read_state with the state extracted from the driver's user_data field. See e.g. https://gitlab.com/cherrypicker/unl0kr/-/blob/master/indev.c#L357.
libinput_read_state
user_data
No branches or pull requests
There is no interface to register devices with libinput_read_state.(3 parameters)
The text was updated successfully, but these errors were encountered: