mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Export Horus joystick to lua
This commit is contained in:
parent
ee50096754
commit
f3d56d31c0
1 changed files with 2 additions and 2 deletions
|
@ -797,8 +797,8 @@ enum MixSources {
|
|||
#endif
|
||||
|
||||
#if defined(PCBHORUS)
|
||||
MIXSRC_MOUSE1,
|
||||
MIXSRC_MOUSE2,
|
||||
MIXSRC_MOUSE1, LUA_EXPORT("jsx", "Joystick X")
|
||||
MIXSRC_MOUSE2, LUA_EXPORT("jsy", "Joystick Y")
|
||||
#endif
|
||||
|
||||
#if defined(PCBSKY9X)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue