ForceFeedback-sys 0.0.1

FFI bindings for the ForceFeedback library on OSX
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 70.92 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • burtonageo/ForceFeedback-sys
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • burtonageo

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