[−][src]Module rmicrobit::buttons::monitors::holding
Support for detecting button 'hold' events.
This is part of the implementation of the single_with_hold and
dual_with_hold button monitors, public so that it's possible to make
variants with different timings.
Structs
| DefaultHoldDescriptor | The default |
| HoldAnnotator | A hold-detection algorithm and associated state. |
Enums
| Event | Variant of |
Traits
| HoldDescriptor | Description of the number of ticks to treat as a 'hold'. |