Definition
-- @/lua/ge/extensions/core/input/bindings.lua:1013
local function deprecatedMenuActive(enabled)
log("E", "", "bindings.menuActive has been deprecated in favour of the 'menuActionMapEnabled' boolean flag on javascript side (see main.js for examples). The default behaviour is probably working correctly already, in which case you can simply delete the call to menuActive. Stacktrace provided below so you can update the relevant code:")
print(debug.tracesimple())
M.setMenuActionMapEnabled(enabled)
end
Callers