Remove menu select

pull/3235/head
Zackhasacat 1 month ago
parent da4e6b38a8
commit a51b6c7392

@ -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,
}
}

Loading…
Cancel
Save