Struct pscontroller_rs::dualshock::ControlDS[][src]

pub struct ControlDS {
    pub little: bool,
    pub big: u8,
}

Command for controlling the vibration motors in the dual shock controllers

Fields

Whether to turn on the small motor

How strong to run the large motor

Methods

impl ControlDS
[src]

Create a new one of thes newfangled control commands

Trait Implementations

impl PollCommand for ControlDS
[src]

Implement the needed functions to control the motors on the DualShock controllers

Sets the command for the rumble motoros on the DualShock

Auto Trait Implementations

impl Send for ControlDS

impl Sync for ControlDS