|
|
@ -439,7 +439,7 @@ pub struct IrUserPacket { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Circle Pad Pro response packet holding the current device input signals and status.
|
|
|
|
/// Circle Pad Pro response packet holding the current device input signals and status.
|
|
|
|
#[derive(Debug)] |
|
|
|
#[derive(Debug, Default)] |
|
|
|
pub struct CirclePadProInputResponse { |
|
|
|
pub struct CirclePadProInputResponse { |
|
|
|
pub c_stick_x: u16, |
|
|
|
pub c_stick_x: u16, |
|
|
|
pub c_stick_y: u16, |
|
|
|
pub c_stick_y: u16, |
|
|
|