(&self, button: JoyConButton)
| 285 | #[inline(always)] |
| 286 | pub fn needs_calibration(&self) -> bool { |
| 287 | self.connected && !self.calibrated && !self.calibration_in_progress |
| 288 | } |
| 289 | |
| 290 | #[inline(always)] |
| 291 | pub fn calibration_bias(&self) -> perro_structs::Vector3 { |
| 292 | self.calibration_bias |