From 41fdb4279a61a3e4111946b04c136cc866270c7c Mon Sep 17 00:00:00 2001 From: Samuel Grossman Date: Sat, 6 Nov 2021 14:38:52 -0700 Subject: [PATCH] Removed "unreleased" tags from element mappers ahead of release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 825f044..79e3b53 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ TriggerRT = Axis(Z, -) A Button element mapper links an XInput controller element to a virtual controller button. It requires a single parameter specifying the button number, from 1 to 16. -#### Compound *(unreleased)* +#### Compound A Compound element mapper forwards input to multiple element mappers, up to a maximum of 8. It requires one or more parameters each specifying an element mapper. @@ -438,7 +438,7 @@ ButtonStart = Compound( Button(10), Keyboard(Enter) ) ``` -#### Invert *(unreleased)* +#### Invert An Invert element mapper inverts whatever input it receives from its associated XInput controller element and then forwards the result to another element mapper. It requires a single parameter specifying an element mapper.