From dbba02770576fb1876db372cc8aeac9aa3976d3a Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 9 Oct 2025 04:32:57 +1100 Subject: -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. --- docs/source/luascript/ref-input.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'docs/source/luascript/ref-input.rst') 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. -- cgit v1.2.3