ForceFeedback-sys

Crates.ioForceFeedback-sys
lib.rsForceFeedback-sys
version0.0.1
sourcesrc
created_at2016-09-06 18:24:32.364226
updated_at2016-09-07 08:22:29.954495
descriptionFFI bindings for the ForceFeedback library on OSX
homepagehttps://github.com/burtonageo/forcefeedback-sys
repositoryhttps://github.com/burtonageo/forcefeedback-sys
max_upload_size
id6266
size2,352
George Burton (burtonageo)

documentation

README

#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.

Commit count: 7

cargo fmt