add clock

This commit is contained in:
arthur.jamet
2021-06-07 12:33:37 +02:00
parent ea69116255
commit 8174d5f4ac
3 changed files with 19 additions and 19 deletions

View File

@@ -32,6 +32,9 @@ namespace BBM
//! @brief update button index
//! @param length length of the button set
void updateButtonIndex(int length);
//! @brief time (in mili second) since last check
std::chrono::milliseconds _now;
public:
//! @inherit
void onSelfUpdate(void) override;