Vixen
02b45cc4
csharp
public sealed class SlowTapInteraction

Acts on a release that came only after the control was held for a while.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (1)

  • public string Name

    The name it is written under in a .vxinput.

Methods (3)

  • public SlowTapInteraction(float duration = 0.5, float pressPoint = 0.5)

    Acts on a release that came only after the control was held for a while.

  • public InputInteractionResult Process(in InputInteractionSample sample)

    Advances the interaction by one frame.

  • public void Reset()

    Forgets everything, as if the control had never been touched.

Used by (1)

  • InputInteractionFactoryVixen.Input