Input Syntax: Difference between revisions

 
Line 60: Line 60:
| <code>`Button 1` &#124; `Button 2`</code>
| <code>`Button 1` &#124; `Button 2`</code>
The virtual controller button will be pressed if and only if Button 1 and/or Button 2 are pressed.
The virtual controller button will be pressed if and only if Button 1 and/or Button 2 are pressed.
|-----------
! ''^''
| The expression is true if the LHS or the RHS is true. (This is an exclusive OR.)
| <code>`Button 1` ^ `Button 2`</code>
The virtual controller button will be pressed if and only if Button 1 or Button 2 is pressed.
|-----------
|-----------
! ''&amp;''
! ''&amp;''