ds4-rs 0.1.1

Read Dualshock4 controller data by using hidapi
Documentation
1
2
3
4
5
6
mod dualshock4;

pub use dualshock4::{
    get_device, get_device_old, read, AnalogStick, AnalogSticks, Button, Buttons, Dualshock4Data,
    Headset,
};