1
0
Fork 0
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:
Andre Bernet 2017-04-07 18:45:53 +02:00
parent ee50096754
commit f3d56d31c0

View file

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