multiinput-rust
multiinput-rust copied to clipboard
A windows rawinput library for use with rust
Results
4
multiinput-rust issues
Sort by
recently updated
recently updated
newest added
As stated in the readme, some touchpads don't work. This is because [src/rawinput.rs#L77](https://github.com/Jonesey13/multiinput-rust/blob/master/src/rawinput.rs#L77) skips events if the device is not found in the device map, but precision touchpads actually send...
It would be really cool if this library could handle force feedback.