diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/conf.py | 4 | ||||
| -rw-r--r-- | docs/source/luascript/ref-input.rst | 15 |
2 files changed, 9 insertions, 10 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 850c90c3d9c..df4aeedb268 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ copyright = u'1997-2025, MAMEdev and contributors' # built documents. # # The short X.Y version. -version = '0.281' +version = '0.282' # The full version, including alpha/beta/rc tags. -release = '0.281' +release = '0.282' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/luascript/ref-input.rst b/docs/source/luascript/ref-input.rst index 96d31fca6c1..0130f500e58 100644 --- a/docs/source/luascript/ref-input.rst +++ b/docs/source/luascript/ref-input.rst @@ -351,15 +351,14 @@ field.default_centerdelta (read-only) default values after associated digital increment/decrement inputs are released, or ``nil`` for digital fields and wrapping analog fields. field.analog_reverse (read-only) - A Boolean indicating whether the field corresponds to an analog control that - increases in the opposite direction to the convention (e.g. larger values - when a pedal is released or a joystick is moved to the left), or ``nil`` for - digital fields. + A Boolean indicating whether the value increases in the opposite direction + to the convention for analog fields (e.g. larger values when a pedal is + released or a joystick is moved to the left), or ``nil`` for digital fields. field.default_analog_reverse (read-only) - A Boolean indicating whether the field corresponds to an analog control that - increases in the opposite direction to the convention by default (e.g. - larger values when a pedal is released or a joystick is moved to the left), - or ``nil`` for digital fields. + A Boolean indicating whether the value increases in the opposite direction + to the convention by default for analog fields (e.g. larger values when a + pedal is released or a joystick is moved to the left), or ``nil`` for + digital fields. field.way (read-only) The number of directions allowed by the restrictor plate/gate for a digital joystick, or zero (0) for other inputs. |
