Low-level device events
As an alternative to reacting to actions, you can choose to react to low level commands:
ProcessButtonEvent
- override to process physical button pressesProcessEncoderEvent
- override to process encoder rotationsProcessTouchEvent
- override to process touch events
If a dynamic action handles a low level event, it should return true
.