Skip to content

Input Gestures

Input Gestures interpret how a player interacts with an input, not just whether it is on or off. When you first add a Gesture it will by default to apply to all connected digital inputs, but you can further define additional Gesture sets each with their own timing. Also important to note is that having defined Gestures doesn’t mean you need to use them all the time. You can still trigger things with the actual state (for instance Pressed and Released) even if there are Gestures defined and you can mix and match across inputs or a single input.

UI path

  1. Open Configuration.
  2. Select Definitions.
  3. Expand Input Gestures.
  4. Click Add Gesture.
  5. Choose the source input.
  6. Set timing thresholds.
  7. The Gestures will become available when using that input in Behaviors

Controls

ControlWhat it does
Source inputDigital input being interpreted
Gesture typeShort Press, Long Press, Hold, Double-tap
Timing thresholdRequired duration or interval

Use gestures when one physical control needs multiple meanings.