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:
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…
Reference in New Issue
Block a user