diff options
| author | 2025-10-09 04:32:57 +1100 | |
|---|---|---|
| committer | 2025-10-09 04:32:57 +1100 | |
| commit | dbba02770576fb1876db372cc8aeac9aa3976d3a (patch) | |
| tree | 6cc8bd4af1b2c4858eb251236e8831ba5598f36e /docs/source/luascript | |
| parent | 0a8ce8101748e19cdfe84053846e679e29181454 (diff) | |
-cpu/drcbex64.cpp: Optimised a couple more cases of GETFLGS, replaced a few magic numbers with constants.
-docs: Bumped version to 0.282 - some features not in 0.281 are documented.
-Cleaned up miscellaneous stuff.
Diffstat (limited to 'docs/source/luascript')
| -rw-r--r-- | docs/source/luascript/ref-input.rst | 15 |
1 files changed, 7 insertions, 8 deletions
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. |
