Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GestureEventLongPress Class

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

    Event class for the LongPress gesture.

    System.Object → GestureEvent → GestureEventLongPress
    Derived from GestureEventLongPress:

    public sealed class GestureEventLongPress : GestureEvent
    Name Description
    Properties
    Position

    The position where the LongPress gesture happened.

    | Improve this Doc View Source

    Properties


    Position

    The position where the LongPress gesture happened.

    public Vector2 Position { 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