threads
This commit is contained in:
@@ -183,6 +183,10 @@ namespace Overlay {
|
||||
render_info_text_ = text;
|
||||
}
|
||||
|
||||
auto isEscConsumed() -> bool {
|
||||
return esc_waiting_;
|
||||
}
|
||||
|
||||
auto handleEscape() -> bool {
|
||||
if (!esc_waiting_) {
|
||||
// Primera pulsació: mostra avís i consumeix
|
||||
|
||||
Reference in New Issue
Block a user