Improve CallBacks

This commit is contained in:
2023-11-27 08:06:53 +01:00
parent 0d07b98cfd
commit 0ccfd522ee
8 changed files with 48 additions and 77 deletions

View File

@@ -21,7 +21,7 @@ ButtonEventsHandler::ButtonEventsHandler()
}
void ButtonEventsHandler::startButtonSM(const XFEvent* ev) {
void ButtonEventsHandler::startButtonSM() {
buttonStateSm_[0].startBehavior();
buttonStateSm_[1].startBehavior();
buttonStateSm_[2].startBehavior();