26ActionResult buttonAction(deluge::hid::Button b,
bool on,
bool inCardRoutine);
27bool isButtonPressed(deluge::hid::Button b);
28bool isShiftButtonPressed();
30void noPressesHappening(
bool inCardRoutine);
31void ignoreCurrentShiftForSticky();
32const char* getButtonName(deluge::hid::Button b);
38void clearShiftSticky();
43bool shiftHasChanged();
45extern bool recordButtonPressUsedUp;
46extern bool considerCrossScreenReleaseForCrossScreenMode;
47extern bool selectButtonPressUsedUp;