33 Param(int32_t newP = 0) : p(newP) {}
34 [[nodiscard]]
virtual int32_t getMaxValue()
const {
return kMaxMenuValue; }
35 [[nodiscard]]
virtual int32_t getMinValue()
const {
return kMinMenuValue; }
36 virtual uint8_t getP() {
return p; };
38 ActionResult buttonAction(deluge::hid::Button b,
bool on,
bool inCardRoutine);
40 void horizontalEncoderAction(int32_t offset);