ForceFeedback-sys 0.0.1

FFI bindings for the ForceFeedback library on OSX
Documentation

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