1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 01:19:59 +00:00

Distinguish between I.Controls and I.GamepadControls

This commit is contained in:
Evil Eye 2025-03-10 16:37:13 +01:00
parent 73bb17009e
commit c691917172
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
- by player scripts
- | Allows to alter behavior of the built-in script
| that handles player controls.
* - :ref:`Controls <Interface GamepadControls>`
* - :ref:`GamepadControls <Interface GamepadControls>`
- by player scripts
- | Allows to alter behavior of the built-in script
| that handles player gamepad controls.

View File

@ -6,7 +6,7 @@ return {
---
-- Gamepad control interface
-- @module GamepadControls
-- @usage require('openmw.interfaces').GamepadControls
interface = {
--- Interface version
-- @field [parent=#GamepadControls] #number version