mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Merge branch 'padgame' into 'master'
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
Distinguish between I.Controls and I.GamepadControls See merge request OpenMW/openmw!4582
This commit is contained in:
commit
fdba5d4cb7
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -6,7 +6,7 @@ return {
|
|||
---
|
||||
-- Gamepad control interface
|
||||
-- @module GamepadControls
|
||||
|
||||
-- @usage require('openmw.interfaces').GamepadControls
|
||||
interface = {
|
||||
--- Interface version
|
||||
-- @field [parent=#GamepadControls] #number version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue