#ifndef KEYPAD_H #define KEYPAD_H #include std::optional ApplyNumericCommand(char command, char state); std::optional ApplyDirectionalCommand(char command, char state); #endif