Merge branch 'lua_controller_cursor' into 'master'

Add lua bindings for controller cursor mode

See merge request OpenMW/openmw!3623
This commit is contained in:
psi29a 2024-04-25 08:45:57 +00:00
commit 3980bb15cc
12 changed files with 60 additions and 2 deletions

View file

@ -4,6 +4,7 @@ paths=(
scripts/omw/ai.lua
scripts/omw/input/playercontrols.lua
scripts/omw/mechanics/animationcontroller.lua
scripts/omw/input/gamepadcontrols.lua
scripts/omw/camera/camera.lua
scripts/omw/mwui/init.lua
scripts/omw/settings/player.lua

View file

@ -39,6 +39,7 @@ Lua API reference
interface_animation
interface_camera
interface_controls
interface_gamepadcontrols
interface_item_usage
interface_mwui
interface_settings

View file

@ -0,0 +1,8 @@
Interface GamepadControls
=========================
.. include:: version.rst
.. raw:: html
:file: generated_html/scripts_omw_input_gamepadcontrols.html

View file

@ -21,6 +21,10 @@
- by player scripts
- | Allows to alter behavior of the built-in script
| that handles player controls.
* - :ref:`Controls <Interface GamepadControls>`
- by player scripts
- | Allows to alter behavior of the built-in script
| that handles player gamepad controls.
* - :ref:`ItemUsage <Interface ItemUsage>`
- by global scripts
- | Allows to extend or override built-in item usage