Skip to content

Commit

Permalink
Removed "unreleased" tags from element mappers ahead of release.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgr committed Nov 6, 2021
1 parent 1a0b27a commit 41fdb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 41fdb42

Please sign in to comment.