mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 20:10:08 +03:00
[Horus] Simulator refactoring. This one should be nice :)
This commit is contained in:
parent
6f774eb61a
commit
0673663427
24 changed files with 863 additions and 1006 deletions
|
@ -378,7 +378,6 @@ long Open9xSim::onTimeout(FXObject*, FXSelector, void*)
|
|||
#endif
|
||||
|
||||
#if defined(ROTARY_ENCODER_NAVIGATION) || defined(PCBHORUS)
|
||||
extern rotenc_t rotencValue;
|
||||
static bool rotencAction = false;
|
||||
if (getApp()->getKeyState(KEY_G)) {
|
||||
if (!rotencAction) ROTENC_VALUE += ROTARY_ENCODER_GRANULARITY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue