1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Remove menu select

This commit is contained in:
Zackhasacat 2024-04-07 15:23:27 -05:00
parent da4e6b38a8
commit a51b6c7392

View File

@ -25,17 +25,5 @@ return {
setGamepadCursorActive = function(state)
input._setGamepadCursorActive(state)
end,
--- Sends an event to the interface to select the next menu element
-- @function [parent=#GamepadControls] selectNextMenuElement
selectNextMenuElement = function(state)
input._selectNextMenuElement()
end,
--- Sends an event to the interface to select the next menu element
-- @function [parent=#GamepadControls] selectPrevMenuElement
selectPrevMenuElement = function(state)
input._selectPrevMenuElement()
end,
}
}