1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 12:25:12 +03:00

lua: added EVT_MENU_LONG on Taranis (#3991)

This commit is contained in:
Raphael Coeffic 2016-12-28 22:39:59 +01:00 committed by Damjan Adamic
parent 5e00436b79
commit 1666fd7355

View file

@ -1327,6 +1327,7 @@ const luaR_value_entry opentxConstants[] = {
{ "EVT_RTN_FIRST", EVT_KEY_FIRST(KEY_EXIT) },
#elif defined(PCBTARANIS)
{ "EVT_MENU_BREAK", EVT_KEY_BREAK(KEY_MENU) },
{ "EVT_MENU_LONG", EVT_KEY_LONG(KEY_MENU) },
{ "EVT_PAGE_BREAK", EVT_KEY_BREAK(KEY_PAGE) },
{ "EVT_PAGE_LONG", EVT_KEY_LONG(KEY_PAGE) },
{ "EVT_PLUS_BREAK", EVT_KEY_BREAK(KEY_PLUS) },