mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
XLite support (#5806)
This commit is contained in:
parent
37f96d452a
commit
99604dccc9
78 changed files with 1098 additions and 1050 deletions
|
@ -127,7 +127,8 @@ void Key::input(bool val)
|
|||
if ((m_cnt & (m_state-1)) == 0) {
|
||||
// this produces repeat events that at first repeat slowly and then increase in speed
|
||||
// TRACE("key %d REPEAT", key());
|
||||
putEvent(EVT_KEY_REPT(key()));
|
||||
if (!IS_SHIFT_KEY(key()))
|
||||
putEvent(EVT_KEY_REPT(key()));
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -237,5 +238,3 @@ void clearKeyEvents()
|
|||
putEvent(0);
|
||||
}
|
||||
#endif // #if defined(CPUARM)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue