2 releases
Uses old Rust 2015
0.0.1 | Sep 7, 2016 |
---|---|
0.0.0 | Sep 6, 2016 |
#14 in #gamepad-input
42 downloads per month
2KB
#ForceFeedback-sys
Description:
The ForceFeedback-sys
library provides bindings to the ForceFeedback library on OSX.
This library provides an API used to manipulate force-feedback compatible devices. Following
the *-sys
package conventions, the ForceFeedback-sys
package does not define higher-level
abstractions over the native library.
Usage:
Add ForceFeedback-sys
as a dependency in your Cargo.toml
:
[dependencies]
ForceFeedback-sys = "*"
Then, you can import the ForceFeedback-sys
in your crate root, and use the functions defined:
extern crate ForceFeedback_sys as ff;
Contributors:
License
Copyright © 2016 George Burton
Distributed under the MIT License.