mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 19:40:20 +03:00
Attempt at getting the simu interface usable with the extra trims
This commit is contained in:
parent
1f6a711d24
commit
d207a600e8
5 changed files with 14 additions and 5 deletions
|
@ -266,7 +266,7 @@ void Open9xSim::updateKeysAndSwitches(bool start)
|
|||
// order of trim sliders
|
||||
static FXuint trimKeys[] = { KEY_E, KEY_R, KEY_U, KEY_I, KEY_R, KEY_E, KEY_Y, KEY_T, KEY_Q, KEY_W };
|
||||
#else
|
||||
static FXuint trimKeys[] = { KEY_F1, KEY_F2, KEY_F3, KEY_F4, KEY_F5, KEY_F6, KEY_F7, KEY_F8 };
|
||||
static FXuint trimKeys[] = { KEY_F1, KEY_F2, KEY_F3, KEY_F4, KEY_F5, KEY_F6, KEY_F7, KEY_F8, KEY_F9, KEY_F10, KEY_F11, KEY_F12 };
|
||||
#endif
|
||||
|
||||
for (unsigned i=0; i<DIM(trimKeys); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue