mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
Remove menu select
This commit is contained in:
parent
da4e6b38a8
commit
a51b6c7392
@ -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 New Issue
Block a user