Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    GestureEventTap Class

    Namespace: Stride.Input
    Assembly: Stride.Input.dll

    Event class for the Tap gesture.

    System.Object → GestureEvent → GestureEventTap
    Derived from GestureEventTap:

    public sealed class GestureEventTap : GestureEvent
    Name Description
    Properties
    NumberOfTaps

    The number of time the use successively touched the screen.

    TapPosition

    The position of the tap.

    | Improve this Doc View Source

    Properties


    NumberOfTaps

    The number of time the use successively touched the screen.

    public int NumberOfTaps { get; }
    Property Value
    Type Description
    System.Int32

    TapPosition

    The position of the tap.

    public Vector2 TapPosition { get; }
    Property Value
    Type Description
    Vector2

    Inherited Members

    GestureEvent.State
    GestureEvent.Type
    GestureEvent.NumberOfFinger
    GestureEvent.DeltaTime
    GestureEvent.TotalTime

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation