input.rs icon indicating copy to clipboard operation
input.rs copied to clipboard

libinput bindings for rust

Results 9 input.rs issues
Sort by recently updated
recently updated
newest added

Changes to `build.rs` are based on the `gbm-sys` version. Generated on FreeBSD 13.1.

Adding to Cargo.toml version `0.7.1` does not work on MacOS with rust version `1.63.0`. ``` error: failed to run custom build command for `input-sys v1.16.1` Caused by: process didn't exit...

The sample code contains the follow tests: ``` .read((flags & O_RDONLY != 0) | (flags & O_RDWR != 0)) .write((flags & O_WRONLY != 0) | (flags & O_RDWR != 0))...

the documentation for the `input::Device::config_middle_emulation_*` methods contain a link "middle button emulation" which points to a 404 page, which in turn points me to the new location of the page...

I tried the example, got blocked on the compiling. Because on debian based distribution, the package libinput is called "libinput10" and just no libinput So i had to create a...

the `Device::udev_device` method has a safety comment saying you have to make sure that you pass in the same udev `Context` as the one that you used to create the...

Bindings should be updated to be consistent with latest changes

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

I was wanting to play with pointer acceleration added in 1.23. I gen'd the latest version 1.26.1. Add AccelProfile::Custom Add AccelType Add AccelConfig The example I have been testing with:...