smarter event application

This commit is contained in:
arthur.jamet
2021-06-08 17:36:29 +02:00
parent 3e8acb5531
commit 3a40f0aba8
3 changed files with 27 additions and 23 deletions

View File

@@ -30,7 +30,8 @@ namespace BBM
bool cancel = false;
//! @brief update current button reference
void updateCurrentButton();
//! @param selected lets know if te new selected button is 'pressed'
void updateCurrentButton(bool selected);
//! @brief time (in mili second) since last check
std::chrono::time_point<std::chrono::steady_clock> _now;