Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GestureType Enum

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

    List all the available type of Gestures.

    public enum GestureType

    Fields

    Name Description
    Composite

    The user touched two points of the screen and performed a composite transformation (translation, rotation, scale).

    Drag

    The user touched the screen and then performed a free translation.

    Flick

    The user touched the screen and then performed a quick swipe.

    LongPress

    The user touched and maintained a point on the screen.

    Tap

    The user touched the screen.

    Extension Methods

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

    Back to top

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