| Crates.io | ForceFeedback-sys |
| lib.rs | ForceFeedback-sys |
| version | 0.0.1 |
| created_at | 2016-09-06 18:24:32.364226+00 |
| updated_at | 2016-09-07 08:22:29.954495+00 |
| description | FFI bindings for the ForceFeedback library on OSX |
| homepage | https://github.com/burtonageo/forcefeedback-sys |
| repository | https://github.com/burtonageo/forcefeedback-sys |
| max_upload_size | |
| id | 6266 |
| size | 2,352 |
#ForceFeedback-sys
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.
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;
Copyright © 2016 George Burton
Distributed under the MIT License.