Interaction Pad

Description

A control type that can simulates the behavior of a physical key or button, responding to a interactions such as Tap, Slow Tap, Multi-Tap, and Hold.

Tap

A tap happens when you press and then release within at least the required minimum duration.

  • Input Simulate : The button control path of the input control to be simulate.

Slow Tap

A slow tap happens when you press and hold for at least the required duration before releasing

  • Input Simulate : The button control path of the input control to be simulate.

Multi Tap

A multi-tap happens when you press and release several times in quick succession, within the allowed time window.

  • Tap Count : The number of taps required to simulate input.

  • Continuous: Whether to not wait until the full tap sequence is performed to be executed again.

  • Input Simulate : The button control path of the input control to be simulate.

Hold

A hold happens when you press and keep holding beyond the set duration without releasing.

  • Input Simulate : The Axis control path of the input control to be simulate.

Last updated