mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Register popup fix
This commit is contained in:
parent
88bff79523
commit
61700b56b6
13 changed files with 26 additions and 16 deletions
|
@ -169,7 +169,14 @@ void killEvents(event_t event)
|
|||
}
|
||||
}
|
||||
|
||||
bool clearKeyEvents()
|
||||
void killAllEvents()
|
||||
{
|
||||
for (uint8_t key = 0; key < DIM(keys); key++) {
|
||||
keys[key].killEvents();
|
||||
}
|
||||
}
|
||||
|
||||
bool waitKeysReleased()
|
||||
{
|
||||
#if defined(PCBSKY9X)
|
||||
RTOS_WAIT_MS(200); // 200ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue