(&self, button: JoyConButton)
| 280 | #[inline(always)] |
| 281 | pub fn calibration_requested(&self) -> bool { |
| 282 | self.calibration_requested |
| 283 | } |
| 284 | |
| 285 | #[inline(always)] |
| 286 | pub fn needs_calibration(&self) -> bool { |
| 287 | self.connected && !self.calibrated && !self.calibration_in_progress |