mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 13:25:10 +00:00
smarter event application
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user