mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 08:06:41 +00:00
Remove menu select
This commit is contained in:
parent
da4e6b38a8
commit
a51b6c7392
1 changed files with 0 additions and 12 deletions
|
@ -25,17 +25,5 @@ return {
|
||||||
setGamepadCursorActive = function(state)
|
setGamepadCursorActive = function(state)
|
||||||
input._setGamepadCursorActive(state)
|
input._setGamepadCursorActive(state)
|
||||||
end,
|
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 a new issue