1
0
Fork 0
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:
Bertrand Songis 2015-10-24 18:27:08 +02:00
parent 6f774eb61a
commit 0673663427
24 changed files with 863 additions and 1006 deletions

View file

@ -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;