mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 20:45:34 +00:00
Remove hidden functions
This commit is contained in:
parent
a51b6c7392
commit
4018b1ae59
1 changed files with 0 additions and 4 deletions
|
@ -214,10 +214,6 @@ namespace MWLua
|
|||
input->setGamepadGuiCursorEnabled(v);
|
||||
MWBase::Environment::get().getWindowManager()->setCursorActive(v);
|
||||
};
|
||||
api["_selectNextMenuElement"]
|
||||
= []() { MWBase::Environment::get().getWindowManager()->injectKeyPress(MyGUI::KeyCode::Period, 0, false); };
|
||||
api["_selectPrevMenuElement"]
|
||||
= []() { MWBase::Environment::get().getWindowManager()->injectKeyPress(MyGUI::KeyCode::Slash, 0, false); };
|
||||
api["getMouseMoveX"] = [input]() { return input->getMouseMoveX(); };
|
||||
api["getMouseMoveY"] = [input]() { return input->getMouseMoveY(); };
|
||||
api["getAxisValue"] = [input](int axis) {
|
||||
|
|
Loading…
Reference in a new issue